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

Update Swift NIO dependency #243

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

rauhul
Copy link
Member

@rauhul rauhul commented Mar 7, 2025

Swift NIO 2.80.0 contains a workaround for a miscompile which causes swiftly to hang. Specifically code like @usableFromInline let _free: @convention(c) [...] = { free($0) } miscompiles into a CPU spin loop on some builds of swift.

Swift NIO 2.80.0 contains a workaround for a miscompile which causes
swiftly to hang. Specifically code like `@usableFromInline let _free:
@convention(c) [...] = { free($0) }` miscompiles into a CPU spin loop on
some builds of `swift`.
@cmcgee1024
Copy link
Member

@swift-ci test macOS

@cmcgee1024
Copy link
Member

@swift-ci test macOS

@cmcgee1024 cmcgee1024 merged commit 315bd00 into swiftlang:main Mar 7, 2025
19 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