@@ -79,11 +79,8 @@ let package = Package(
79
79
. product( name: " Atomics " , package : " swift-atomics " ) ,
80
80
. product( name: " Algorithms " , package : " swift-algorithms " ) ,
81
81
// Observability support
82
- . product(
83
- name: " Tracing " ,
84
- package : " swift-distributed-tracing " ,
85
- condition: . when( traits: [ " TracingSupport " ] )
86
- ) ,
82
+ . product( name: " Tracing " , package : " swift-distributed-tracing " ) ,
83
+ . product( name: " InMemoryTracing " , package : " swift-distributed-tracing " ) ,
87
84
] ,
88
85
swiftSettings: strictConcurrencySettings
89
86
) ,
@@ -102,7 +99,10 @@ let package = Package(
102
99
. product( name: " NIOSOCKS " , package : " swift-nio-extras " ) ,
103
100
. product( name: " Logging " , package : " swift-log " ) ,
104
101
. product( name: " Atomics " , package : " swift-atomics " ) ,
105
- . product( name: " Algorithms " , package : " swift-algorithms " ) ,
102
+ . product( name: " Algorithms " , package : " swift-algorithms " ) ,
103
+ // Observability support
104
+ . product( name: " Tracing " , package : " swift-distributed-tracing " ) ,
105
+ . product( name: " InMemoryTracing " , package : " swift-distributed-tracing " ) ,
106
106
] ,
107
107
resources: [
108
108
. copy( " Resources/self_signed_cert.pem " ) ,
0 commit comments