Skip to content

Commit

Permalink
Enable warn concurrency
Browse files Browse the repository at this point in the history
kamcma committed Dec 7, 2022
1 parent c31ba30 commit 61fcff3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -20,7 +20,10 @@ let package = Package(
targets: [
.target(
name: "Blackbird",
dependencies: []),
dependencies: [],
swiftSettings: [
.unsafeFlags(["-Xfrontend", "-warn-concurrency"])
]),
.testTarget(
name: "BlackbirdTests",
dependencies: ["Blackbird"]),

0 comments on commit 61fcff3

Please sign in to comment.