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

feat: Enable Swift Concurrency for Linux #2660

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CrownedPhoenix
Copy link

Trivially removes the !os(Linux) guard from various concurrency related features.

Trivially removes the `!os(Linux)` guard from various concurrency related features.
@CrownedPhoenix
Copy link
Author

Salient bit of information about this: I tested this in a Linux Docker container with Swift 6.0.3.

I'm not sure what history there is related to Swift >=5.6 and <6 related to Linux so there may be a better way to gate these sections?

@CrownedPhoenix CrownedPhoenix changed the title feat: Enable Swift Concurrency for Linux feat: Enable Swift Concurrency Operators for Linux Mar 31, 2025
@CrownedPhoenix CrownedPhoenix changed the title feat: Enable Swift Concurrency Operators for Linux feat: Enable Swift Concurrency for Linux Mar 31, 2025
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.

1 participant