@@ -248,9 +248,6 @@ let package = Package(
248248 name: " ContainerBuildReporting " ,
249249 dependencies: [ ] ,
250250 path: " Sources/NativeBuilder/ContainerBuildReporting " ,
251- swiftSettings: [
252- . enableExperimentalFeature( " StrictConcurrency " )
253- ]
254251 ) ,
255252 . target(
256253 name: " ContainerBuildIR " ,
@@ -260,9 +257,6 @@ let package = Package(
260257 . product( name: " Crypto " , package : " swift-crypto " ) ,
261258 ] ,
262259 path: " Sources/NativeBuilder/ContainerBuildIR " ,
263- swiftSettings: [
264- . enableExperimentalFeature( " StrictConcurrency " )
265- ] ,
266260 ) ,
267261 . target(
268262 name: " ContainerBuildExecutor " ,
@@ -274,9 +268,6 @@ let package = Package(
274268 . product( name: " ContainerizationOCI " , package : " containerization " ) ,
275269 ] ,
276270 path: " Sources/NativeBuilder/ContainerBuildExecutor " ,
277- swiftSettings: [
278- . enableExperimentalFeature( " StrictConcurrency " )
279- ]
280271 ) ,
281272 . target(
282273 name: " ContainerBuildCache " ,
@@ -288,9 +279,6 @@ let package = Package(
288279 . product( name: " Crypto " , package : " swift-crypto " ) ,
289280 ] ,
290281 path: " Sources/NativeBuilder/ContainerBuildCache " ,
291- swiftSettings: [
292- . enableExperimentalFeature( " StrictConcurrency " )
293- ]
294282 ) ,
295283 . target(
296284 name: " ContainerBuildSnapshotter " ,
@@ -302,19 +290,13 @@ let package = Package(
302290 " ContainerClient " ,
303291 ] ,
304292 path: " Sources/NativeBuilder/ContainerBuildSnapshotter " ,
305- swiftSettings: [
306- . enableExperimentalFeature( " StrictConcurrency " )
307- ]
308293 ) ,
309294 . target(
310295 name: " ContainerBuildParser " ,
311296 dependencies: [
312297 " ContainerBuildIR "
313298 ] ,
314299 path: " Sources/NativeBuilder/ContainerBuildParser " ,
315- swiftSettings: [
316- . enableExperimentalFeature( " StrictConcurrency " )
317- ]
318300 ) ,
319301 . testTarget(
320302 name: " NativeBuilderTests " ,
0 commit comments