Skip to content

Commit 4228ff4

Browse files
authored
Remove swiftSettings.
1 parent bc3468e commit 4228ff4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Package.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@ let package = Package(
3838
.product(name: "CustomDump", package: "swift-custom-dump"),
3939
.product(name: "IdentifiedCollections", package: "swift-identified-collections"),
4040
.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-
])
4841
]
4942
),
5043
.testTarget(

0 commit comments

Comments
 (0)