-
Notifications
You must be signed in to change notification settings - Fork 135
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
Restore Library Evolution support for Xcode 16 #279
Restore Library Evolution support for Xcode 16 #279
Conversation
This partially reverts commit 4b65e03. *waves* Hi - we’re depending on this.
“switch covers known cases, but 'AccessorBlockSyntax.Accessors' may have additional unknown values”
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 for continuing to take the time to PR these!
This partially reverts commit 7c5590d.
@@ -50,6 +50,13 @@ build-for-library-evolution: | |||
-Xswiftc -emit-module-interface \ | |||
-Xswiftc -enable-library-evolution | |||
|
|||
swift build \ |
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.
Noting that this really only covers Library Evolution on macOS
, but is an improvement on what's currently running on CI.
Thanks! |
Additional Notes
I noticed this comment; we're needing Library Evolution support for some beta apps we're working on using
swift-dependencies
.Happy to assist with the maintenance, as far as it useful !