Skip to content

Commit

Permalink
Proper syntax...
Browse files Browse the repository at this point in the history
  • Loading branch information
trasch committed Jul 2, 2024
1 parent ebc8b15 commit 258579e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import PackageDescription

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

let package = Package(
Expand Down

0 comments on commit 258579e

Please sign in to comment.