Skip to content

Commit 2fc4652

Browse files
authored
Add explicit swift-service-context dependency (#891)
1 parent ba1d03d commit 2fc4652

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ let package = Package(
4545
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.0.0"),
4646
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.3.0"),
4747
.package(url: "https://github.com/apple/swift-configuration.git", from: "1.0.0"),
48+
.package(url: "https://github.com/apple/swift-service-context.git", from: "1.1.0"),
4849
],
4950
targets: [
5051
.target(
@@ -74,6 +75,7 @@ let package = Package(
7475
// Observability support
7576
.product(name: "Logging", package: "swift-log"),
7677
.product(name: "Tracing", package: "swift-distributed-tracing"),
78+
.product(name: "ServiceContextModule", package: "swift-service-context"),
7779
],
7880
swiftSettings: strictConcurrencySettings
7981
),
@@ -97,6 +99,7 @@ let package = Package(
9799
.product(name: "Logging", package: "swift-log"),
98100
.product(name: "InMemoryLogging", package: "swift-log"),
99101
.product(name: "Tracing", package: "swift-distributed-tracing"),
102+
.product(name: "ServiceContextModule", package: "swift-service-context"),
100103
.product(name: "InMemoryTracing", package: "swift-distributed-tracing"),
101104
],
102105
resources: [

0 commit comments

Comments
 (0)