Skip to content

Swift 6 / Concurrency fixes#578

Merged
maxgoedjen merged 44 commits intomainfrom
swift6
Aug 17, 2025
Merged

Swift 6 / Concurrency fixes#578
maxgoedjen merged 44 commits intomainfrom
swift6

Conversation

@maxgoedjen
Copy link
Copy Markdown
Owner

@maxgoedjen maxgoedjen commented Jan 4, 2025

  • Updates to require Xcode 26 Beta (Beta 5 as of merge)
  • Updates Swift Version to 6.1
  • Migrates much of the app from GCD to Swift Concurrency
  • Turns on strict concurrency
  • Updates tests to use Swift Testing
  • Switch to new navigation API
  • Switch to SMAppService for SecretAgent configuration.

@maxgoedjen maxgoedjen marked this pull request as ready for review August 15, 2025 02:56
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are still present, but moved to the Xcode project.

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved to Xcode project.

@maxgoedjen maxgoedjen merged commit 0e6b218 into main Aug 17, 2025
2 checks passed
@maxgoedjen maxgoedjen deleted the swift6 branch August 17, 2025 17:38
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