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

Unbreak CI #800

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Unbreak CI #800

merged 1 commit into from
Jan 14, 2025

Conversation

Lukasa
Copy link
Collaborator

@Lukasa Lukasa commented Jan 14, 2025

Motivation

The NIO 2.78 release introduced a bunch of new warnings. These warnings cause us a bunch of trouble, so we should fix them.

Modifications

Mostly use a bunch of assumeIsolated() and syncOperations.

Result

CI passes again.

Note that Swift 6 has many more warnings than this, but we expect more to come and we aren't using warnings-as-errors on that mode at the moment. We'll be cleaning that up soon.

The NIO 2.78 release introduced a bunch of new warnings. These warnings cause us
a bunch of trouble, so we should fix them.

Mostly use a bunch of assumeIsolated() and syncOperations.

CI passes again.
@Lukasa Lukasa added the 🔨 semver/patch No public API change. label Jan 14, 2025
@Lukasa Lukasa merged commit 1265185 into swift-server:main Jan 14, 2025
22 of 23 checks passed
@Lukasa Lukasa deleted the cb-unbreak-ci branch January 14, 2025 16:34
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.

2 participants