Disable (temporarily) strict concurrency for the Web module.
This commit is contained in:
parent
2eb14ada1f
commit
2c91765896
|
@ -18,11 +18,11 @@ let package = Package(
|
|||
.target(
|
||||
name: "Web",
|
||||
dependencies: [],
|
||||
resources: [.copy("UTS46/uts46")],
|
||||
swiftSettings: [
|
||||
.define("SWIFT_PACKAGE"),
|
||||
.enableExperimentalFeature("StrictConcurrency")
|
||||
]
|
||||
resources: [.copy("UTS46/uts46")]
|
||||
// swiftSettings: [
|
||||
// .define("SWIFT_PACKAGE"),
|
||||
// .enableExperimentalFeature("StrictConcurrency")
|
||||
// ]
|
||||
),
|
||||
.testTarget(
|
||||
name: "WebTests",
|
||||
|
|
Loading…
Reference in New Issue