We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e74cf commit 8bd9b2cCopy full SHA for 8bd9b2c
Package.swift
@@ -21,13 +21,14 @@ let package = Package(
21
.target(
22
name: "AsyncExtensions",
23
dependencies: [.product(name: "Collections", package: "swift-collections")],
24
- path: "Sources",
25
- swiftSettings: [
26
- .unsafeFlags([
27
- "-Xfrontend", "-warn-concurrency",
28
- "-Xfrontend", "-enable-actor-data-race-checks",
29
- ])
30
- ]
+ path: "Sources"
+// ,
+// swiftSettings: [
+// .unsafeFlags([
+// "-Xfrontend", "-warn-concurrency",
+// "-Xfrontend", "-enable-actor-data-race-checks",
+// ])
31
+// ]
32
),
33
.testTarget(
34
name: "AsyncExtensionsTests",
0 commit comments