diff --git a/Package.swift b/Package.swift index 9a7ee856e..690a5a2e4 100644 --- a/Package.swift +++ b/Package.swift @@ -44,6 +44,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.2"), .package(url: "https://github.com/apple/swift-algorithms.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.3.0"), + .package(url: "https://github.com/apple/swift-service-context.git", from: "1.1.0"), .package(url: "https://github.com/apple/swift-configuration.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-service-context.git", from: "1.1.0"), ],