Skip to content

Commit

Permalink
Remove unsafe flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 21, 2023
1 parent 345048c commit 343cc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription

let settings: [SwiftSetting] = [
.unsafeFlags(["-Xfrontend", "-strict-concurrency=complete"])
// .unsafeFlags(["-Xfrontend", "-strict-concurrency=complete"])
]

let package = Package(
Expand Down

0 comments on commit 343cc37

Please sign in to comment.