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

Fix 5.10 compile on Ubuntu 24.04 #168

Merged
merged 1 commit into from
Mar 18, 2025
Merged

Fix 5.10 compile on Ubuntu 24.04 #168

merged 1 commit into from
Mar 18, 2025

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
3 participants