Skip to content

Commit e317bf4

Browse files
authored
Update Swift NIO dependency (#242)
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`.
1 parent cad1353 commit e317bf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
1818
.package(url: "https://github.com/swift-server/async-http-client", from: "1.24.0"),
1919
.package(url: "https://github.com/swift-server/swift-openapi-async-http-client", from: "1.1.0"),
20-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.79.0"),
20+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.80.0"),
2121
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.7.2"),
2222
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
2323
.package(url: "https://github.com/apple/swift-openapi-generator", from: "1.6.0"),

0 commit comments

Comments
 (0)