Skip to content

Commit

Permalink
Removed unsafe flag
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Aug 8, 2024
1 parent 0e6c6bb commit 6319ff5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ let package = Package(
.target(
name: "Later",
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency"),
.unsafeFlags(["-warnings-as-errors"])
.enableExperimentalFeature("StrictConcurrency")
]
),
.testTarget(
Expand Down

0 comments on commit 6319ff5

Please sign in to comment.