Skip to content

Commit

Permalink
Revert "Enable strict concurrency warnings"
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoarment authored Dec 8, 2022
1 parent b9c6f81 commit c52f724
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ let package = Package(
targets: [
.target(
name: "Blackbird",
dependencies: [],
swiftSettings: [
.unsafeFlags(["-Xfrontend", "-warn-concurrency"])
]),
dependencies: []),
.testTarget(
name: "BlackbirdTests",
dependencies: ["Blackbird"]),
Expand Down

0 comments on commit c52f724

Please sign in to comment.