Skip to content

Fix compilation on Xcode 27 by using .disableWarning instead of .unsafeFlags - #5

Open
tcwalther wants to merge 2 commits into
hidden-spectrum:developfrom
tcwalther:develop
Open

Fix compilation on Xcode 27 by using .disableWarning instead of .unsafeFlags#5
tcwalther wants to merge 2 commits into
hidden-spectrum:developfrom
tcwalther:develop

Conversation

@tcwalther

Copy link
Copy Markdown

Using .unsafeFlags is no longer allowed in swift packages in Xcode 27. To fix this, I replaced it with .disableWarning calls. These were only introduced in the 6.2 build system, which by default opts in to the new Swift Concurrency. Instead of disabling modern Swift Concurrency checks, I decided to base my PR on #4 instead. After #4 is merged, the only new changes in this PR are to Package.swift.

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.

2 participants