Skip to content

Commit e970ae6

Browse files
mbrandonwmluisbrown
authored andcommitted
Remove swiftSettings.
(cherry picked from commit 4228ff40e0df1cb849f6a158e018b1c13d6bd9c9)
1 parent a450b6e commit e970ae6

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
@@ -37,13 +37,6 @@ let package = Package(
3737
.product(name: "CustomDump", package: "swift-custom-dump"),
3838
.product(name: "IdentifiedCollections", package: "swift-identified-collections"),
3939
.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-
])
4740
]
4841
),
4942
.testTarget(

0 commit comments

Comments
 (0)