Skip to content

Commit

Permalink
Remove unsafe flags
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel committed Apr 10, 2023
1 parent 67a0bab commit 2fa1462
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ let package = Package(
dependencies: [
.product(name: "AsyncExtensions", package: "async-extensions"),
.product(name: "DispatchTimer", package: "dispatch-timer"),
],
swiftSettings: [
.unsafeFlags([
"-Xfrontend", "-warn-concurrency",
"-Xfrontend", "-enable-actor-data-race-checks",
]),
]
),
.testTarget(
Expand Down

0 comments on commit 2fa1462

Please sign in to comment.