-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add .staticLibrary
support for binary targets
#8639
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
Conversation
@swift-ci test |
9896b6f
to
709c982
Compare
@swift-ci test |
709c982
to
625b9dd
Compare
@swift-ci test |
625b9dd
to
b2c0c24
Compare
@swift-ci test |
case xcframework | ||
case artifactsArchive | ||
case artifactsArchive([String]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will require a version update to v8 for the workspace state.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I just pushed a change that should allow us to do this without having to version the JSON format and will in the worst case require a clean build. Do you think that's okay?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dschaefer2 addressed this break by introducing a forwards compatibility new case and mapped the old one to it.
@swift-ci test |
Fixtures/BinaryLibraries/Static/Package1/Simple.artifactbundle/info.json
Show resolved
Hide resolved
aa13c69
to
8041c94
Compare
@swift-ci test |
@swift-ci test windows |
8041c94
to
b45e400
Compare
@swift-ci test |
@swift-ci test windows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Implements https://github.com/swiftlang/swift-evolution/blob/main/proposals/0482-swiftpm-static-library-binary-target-non-apple-platforms.md