-
Notifications
You must be signed in to change notification settings - Fork 16
Does not compile on macOS 15 + Swift 6.1 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Fixed by updating platform description in
|
#4 should solve the issue while keeping macOS 13 as the minimum version |
Actually had to close down the old PR because I had to re fork the repo for some reason. Here's the new PR: I tested on macOS 13.5 + Swift 6.0 |
I'll need to preserve macOS 13 compatibility if I were to adopt this in swiftly. It'll be great if subprocess can support older macOS. |
@cmcgee1024 sounds good. |
I think that macOS 13 compatibility will also fix the SPI build failures, and permit it to show macOS as a supported platform: https://swiftpackageindex.com/swiftlang/swift-subprocess/builds |
Should be resolved by #16 |
Describe the bug
git clone && swift build
fails on macOS 15.4 + Swift 6.1To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/swiftlang/swift-subprocess
cd swift-subprocess
swift build
Expected behavior
Should compile out of the box
Environment (please complete the following information):
swift --version
) [e.g. swiftlang-6.2.0.1.23 clang-1700.3.1.3]Additional context
The text was updated successfully, but these errors were encountered: