Skip to content

Xcode 26 beta build errors (Swift 6.2) #717

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

Merged
merged 6 commits into from
Jun 10, 2025
Merged

Xcode 26 beta build errors (Swift 6.2) #717

merged 6 commits into from
Jun 10, 2025

Conversation

pblazej
Copy link
Contributor

@pblazej pblazej commented Jun 10, 2025

Resolves #716

Fixes new build errors mostly related to:

  • static properties validated more aggressively for Sendable conformance
  • local flags in audio conversion
  • awkward access to BundleInfo - property wrappers cannot be nonisolated(unsafe) - actor workaround shouldn't be necessary after removing that

Also, unifies concurrency-related #if-ology.

@pblazej pblazej requested a review from hiroshihorie June 10, 2025 07:52
Copy link

⚠️ This PR does not contain any files in the .changes directory.

Copy link
Member

@hiroshihorie hiroshihorie left a comment

Choose a reason for hiding this comment

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

Did a quick test with Xcode 26 seems to be ok 👍

@pblazej pblazej merged commit 00a164e into main Jun 10, 2025
43 of 49 checks passed
@pblazej pblazej deleted the blaze/xcode-26-beta branch June 10, 2025 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.

SPM package does not build on Xcode 26 beta
2 participants