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 Linux builds that aren't using the Swift 6 language mode #695

Merged

Conversation

semicoleon
Copy link
Contributor

I used #if swift(>=6) when determining when to use the workaround, but I should have used #if compiler(>=6) so building with the Swift 5 language mode in the Swift 6 compiler would still work.

Copy link

linux-foundation-easycla bot commented Mar 5, 2025

CLA Signed


The committers listed above are authorized under a signed CLA.

@nachoBonafonte nachoBonafonte merged commit 0707166 into open-telemetry:main Mar 6, 2025
11 checks passed
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