Swift 6.3 support#844
Open
johnfairh wants to merge 2 commits into
Open
Conversation
Take known Swift from 6.0 to 6.3. CI to macOS 26, Xcode 26.5. SourceKit / SwiftLang attribute updates. Minor fixtures changes.
Collaborator
Author
|
@SimplyDanny could you take a look over these changes please? Standard stuff but I haven't tried to separate out the differences between 6.1/6.2/6.3. |
SimplyDanny
approved these changes
Jun 26, 2026
| // Removed in Swift 6.3 | ||
| expected.subtract([._section, ._used, ._resultDependsOnSelf, .cdecl]) | ||
| #else | ||
| // added in Swift 6.3 |
Contributor
There was a problem hiding this comment.
Nit ...
Suggested change
| // added in Swift 6.3 | |
| // Added in Swift 6.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jumping straight to 6.3 from 6.0; first step on the road to 6.4.
Bazel: never met him before but failed with errors about "missing LC_UUID" in wrapped_clang that are fixed in "apple_support 1.19.0" - leave any other updates to experts.