Skip to content

Commit

Permalink
Remove Unsafe Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Jun 8, 2023
1 parent 77e8387 commit 265866c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ let swiftSettings: [SwiftSetting] = [
.enableUpcomingFeature("ExistentialAny"),
.enableUpcomingFeature("ForwardTrailingClosures"),
.enableUpcomingFeature("ImplicitOpenExistentials"),
.enableUpcomingFeature("StrictConcurrency"),
.unsafeFlags(
["-warn-concurrency", "-enable-actor-data-race-checks"],
.when(configuration: .debug)
)
.enableUpcomingFeature("StrictConcurrency")
]

let package = Package(
Expand Down

0 comments on commit 265866c

Please sign in to comment.