Skip to content

Commit

Permalink
Merge pull request #2 from Ryu0118/0.0.2
Browse files Browse the repository at this point in the history
Remove Swift Unsafe Flag
  • Loading branch information
Ryu0118 authored May 3, 2023
2 parents 5346c5b + 31c6703 commit 92681f3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "Pool",
dependencies: [],
swiftSettings: [
.unsafeFlags([
"-strict-concurrency=complete"
])
]
dependencies: []
),
.testTarget(
name: "PoolTests",
Expand Down

0 comments on commit 92681f3

Please sign in to comment.