Skip to content

Commit

Permalink
Removed unsafe flag (#12)
Browse files Browse the repository at this point in the history
* Removed unsafe flag

* Remove swiftpm folder
  • Loading branch information
0xLeif authored Aug 8, 2024
1 parent 0e6c6bb commit 479d9e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
25 changes: 0 additions & 25 deletions .swiftpm/Later.xctestplan

This file was deleted.

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 479d9e2

Please sign in to comment.