Skip to content
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

Updates for Swift 6 #1394

Merged
merged 4 commits into from
Sep 20, 2024
Merged

Updates for Swift 6 #1394

merged 4 commits into from
Sep 20, 2024

Conversation

johnfairh
Copy link
Collaborator

Code changes:

  • SourceKit has broken SPI group extraction, have to fake it.
  • SymGraph is generating duplicate conformances, have to uniq them.
  • At some point Actor protocol changed to AnyActor
  • SwiftPM moved the built module into a Modules directory…

Spec changes:

  • Alamofire, RealmSwift - attribute ordering has been changed, in particular @autoclosure and @escaping have been reversed; more types are marked @MainActor.
  • RealmObjC - many fewer symbols but these are all in “_private” header files eg. RLMAppSubscriptionToken, RLMUpdatePolicy. I think Clang must have improved to respect an #ifdef or something. Result is better.
  • Moved jazzy test projects to require Swift 6

@johnfairh johnfairh force-pushed the jf-swift6 branch 2 times, most recently from fd23f9c to 4f3203b Compare June 22, 2024 10:20
@johnfairh
Copy link
Collaborator Author

Couple of weird inconsistencies vs. local; some will be arm vs. intel - leave it like this for a few betas...

@johnfairh johnfairh force-pushed the jf-swift6 branch 3 times, most recently from 9c71f2e to 06310d4 Compare September 6, 2024 10:27
@johnfairh johnfairh merged commit bbd31c9 into master Sep 20, 2024
5 checks passed
@johnfairh johnfairh deleted the jf-swift6 branch September 20, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant