Skip to content

Commit

Permalink
Remove Strict Concurrency from Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Jul 18, 2024
1 parent 52e490e commit 8beee73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ let package = Package(
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0")
],
targets: [
.target(name: "Queuer", swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
]),
.target(name: "Queuer"),
// .target(name: "Queuer", swiftSettings: [
// .enableExperimentalFeature("StrictConcurrency")
// ]),
.testTarget(name: "QueuerTests", dependencies: ["Queuer"])
]
)

0 comments on commit 8beee73

Please sign in to comment.