Skip to content

Commit 22cdf35

Browse files
committed
Fix 5.10 build
Properly type the SwiftSetting.enableExperimentalFeature.
1 parent c910edf commit 22cdf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PackageDescription
33
import CompilerPluginSupport
44

55
#if swift(>=5.10)
6-
let settings = [ .enableExperimentalFeature("StrictConcurrency") ]
6+
let settings = [ SwiftSetting.enableExperimentalFeature("StrictConcurrency") ]
77
#else
88
let settings = [ SwiftSetting ]()
99
#endif

0 commit comments

Comments
 (0)