Skip to content

Commit

Permalink
Add NIOFoundationCompat dependency I missed earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 14, 2024
1 parent fb2c325 commit 537968d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ let package = Package(
.product(name: "Metrics", package: "swift-metrics"),
.product(name: "Tracing", package: "swift-distributed-tracing"),
.product(name: "NIOCore", package: "swift-nio"),
.product(name: "NIOFoundationCompat", package: "swift-nio"),
.product(name: "NIOPosix", package: "swift-nio"),
],
swiftSettings: swiftSettings
Expand Down

0 comments on commit 537968d

Please sign in to comment.