@@ -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