Skip to content

Commit 3431f97

Browse files
committed
Add NIOFoundationCompat dependency
1 parent bde1307 commit 3431f97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphql-server/Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ let package = Package(
1212
dependencies: [
1313
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.19.0"),
1414
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
15+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.90.0"),
1516
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMinor(from: "3.0.0")),
1617
],
1718
targets: [
@@ -21,6 +22,7 @@ let package = Package(
2122
.product(name: "ArgumentParser", package: "swift-argument-parser"),
2223
.product(name: "Graphiti", package: "Graphiti"),
2324
.product(name: "Hummingbird", package: "hummingbird"),
25+
.product(name: "NIOFoundationCompat", package: "swift-nio"),
2426
],
2527
swiftSettings: [
2628
// Enable better optimizations when building in Release configuration. Despite the use of

0 commit comments

Comments
 (0)