Open Issues Need Help
View All on GitHub SwiftSubprocess needs a complete CMake build, so it can be depended-on by SwiftBuild & SwiftPM about 2 months ago
AI Summary: The task requires implementing a complete CMake build system for the Swift Subprocess package. This will allow it to be integrated as a dependency within SwiftBuild and Swift Package Manager projects, improving its usability and accessibility. The implementation should follow the patterns established in similar projects like apple/swift-system or swiftlang/swift-toolchain-sqlite.
Complexity:
4/5
enhancement help wanted
Subprocess is a cross-platform package for spawning processes in Swift.
Swift