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 bc3468e commit 4228ff4Copy full SHA for 4228ff4
Package.swift
@@ -38,13 +38,6 @@ let package = Package(
38
.product(name: "CustomDump", package: "swift-custom-dump"),
39
.product(name: "IdentifiedCollections", package: "swift-identified-collections"),
40
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"),
41
- ],
42
- swiftSettings: [
43
- .unsafeFlags([
44
- // "-enable-library-evolution"
45
- // "-Xfrontend", "-warn-concurrency",
46
- // "-Xfrontend", "-enable-actor-data-race-checks",
47
- ])
48
]
49
),
50
.testTarget(
0 commit comments