Skip to content

Commit

Permalink
Enable StrictConcurrency for Swift 5.10 and 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trasch committed Jul 2, 2024
1 parent 9031ec2 commit ebc8b15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import PackageDescription

let swiftSettings: [SwiftSetting] = [
.enableUpcomingFeature("StrictConcurrency")
.enableExperimentalFeature("StrictConcurrency") // 5.10
.enableUpcomingFeature("StrictConcurrency") // 6.0
]

let package = Package(
Expand Down

0 comments on commit ebc8b15

Please sign in to comment.