Skip to content

Commit

Permalink
Remove experimental feature because upcoming feature 'StrictConcurren…
Browse files Browse the repository at this point in the history
…cy' is already enabled as of Swift version 6 (#276)
  • Loading branch information
shimastripe authored Sep 15, 2024
1 parent 0f81dda commit cf20943
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,3 @@ let package = Package(
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
)
#endif

for target in package.targets {
target.swiftSettings = target.swiftSettings ?? []
target.swiftSettings?.append(contentsOf: [
.enableExperimentalFeature("StrictConcurrency")
])
}

0 comments on commit cf20943

Please sign in to comment.