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