Skip to content

Commit

Permalink
Enable strict concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy committed Oct 8, 2024
1 parent 3e66075 commit 87c07ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ let package = Package(
.product(name: "SwiftSyntaxBuilder", package: "swift-syntax"),
.product(name: "SwiftSyntaxMacros", package: "swift-syntax"),
.product(name: "SwiftCompilerPlugin", package: "swift-syntax")
],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency"),
]
),

Expand All @@ -45,6 +48,9 @@ let package = Package(
"Persist",
"PersistMacros",
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax"),
],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency"),
]
),
]
Expand Down

0 comments on commit 87c07ed

Please sign in to comment.