Skip to content

Conversation

@FranzBusch
Copy link
Member

Specifically Swift 5.10 on Intel on Ubuntu Noble (24.04) has a crazy bug which leads to compilation failures in a #if compiler(>=6.0) block: swiftlang/swift#79285 .

This workaround fixes the compilation by changing the whitespace.

Fixes #166

Specifically Swift 5.10 on Intel on Ubuntu Noble (24.04) has a crazy bug which leads to compilation failures in a #if compiler(>=6.0) block: swiftlang/swift#79285 .

This workaround fixes the compilation by changing the whitespace.
@FranzBusch FranzBusch added the 🔨 semver/patch No public API change. label Mar 18, 2025
Copy link
Contributor

@czechboy0 czechboy0 left a comment

Choose a reason for hiding this comment

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

Looks good, seems this fixed it in AHC 👍

@czechboy0 czechboy0 merged commit 44491db into main Mar 18, 2025
22 of 23 checks passed
@czechboy0 czechboy0 deleted the fb-fix-5.10 branch March 18, 2025 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 semver/patch No public API change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compilation failures on 5.10 with new typed throws

4 participants