-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Upstream support for the Xcode 26 SDKs #82153
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 please test |
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 updating the SymbolGraphGen tests 😅
09e27f5
to
3a6b11f
Compare
@swift-ci please test |
…t (which should hold on all platforms)
- watchOS 12 -> 26 - visionOS 3 -> 26 - macos 16 -> 26 - iOS 19 -> 26 - tvOS 19 -> 26 The version numbers for `if #available(...)` queries are intentionally not re-mapped.
3a6b11f
to
6e3a2d2
Compare
@swift-ci please test |
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.
LGTM, was unsure why the timespec change though
It seems that swiftlang/llvm-project@2dff8f3 merged swiftlang/llvm-project#10820 instead of waiting for swiftlang/llvm-project#10821 and before this lands, Swift is failing to build against the new LLVM. |
@swift-ci Please smoke test |
Re-map macOS 16 aligned availability versions to 26:
The version numbers in compiled
if #available(...)
queries are intentionally not re-mapped.Resolves rdar://152867329.