Skip to content

Commit

Permalink
downgrade SwiftNIO to 2.77.0 to unfail macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Jan 14, 2025
1 parent 193bdd3 commit 036accb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "9765d64920778ccf8de51cb0250af9aa349f74ba1ac64283ff4111741cb9eba6",
"originHash" : "8c7385b3c29422e6f84b2bd21f5870c82d6f33e5425436b63b1a29e986aad63b",
"pins" : [
{
"identity" : "swift-atomics",
Expand Down Expand Up @@ -51,8 +51,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio",
"state" : {
"revision" : "27c839f4700069928196cd0e9fa03b22f297078a",
"version" : "2.78.0"
"revision" : "dca6594f65308c761a9c409e09fbf35f48d50d34",
"version" : "2.77.0"
}
},
{
Expand Down
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ let package:Package = .init(name: "swift-mongodb",
.package(url: "https://github.com/apple/swift-collections", .upToNextMinor(
from: "1.1.0")),

.package(url: "https://github.com/apple/swift-nio",
from: "2.75.0"),
.package(url: "https://github.com/apple/swift-nio", "2.75.0" ..< "2.78.0"),
.package(url: "https://github.com/apple/swift-nio-ssl",
from: "2.28.0"),
],
Expand Down Expand Up @@ -186,7 +185,6 @@ for target:PackageDescription.Target in package.targets
var settings:[PackageDescription.SwiftSetting] = $0 ?? []

settings.append(.enableUpcomingFeature("ExistentialAny"))
settings.append(.enableExperimentalFeature("StrictConcurrency"))

$0 = settings
} (&target.swiftSettings)
Expand Down

0 comments on commit 036accb

Please sign in to comment.