File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ import PackageDescription
1919let swiftSettings : [ SwiftSetting ] = [
2020 // https://github.com/apple/swift-evolution/blob/main/proposals/0335-existential-any.md
2121 // Require `any` for existential types.
22- . enableUpcomingFeature( " ExistentialAny " ) , . enableExperimentalFeature( " StrictConcurrency=complete " ) ,
22+ . enableUpcomingFeature( " ExistentialAny " ) ,
23+ . enableExperimentalFeature( " StrictConcurrency=complete " ) ,
2324]
2425
2526let package = Package (
@@ -62,4 +63,5 @@ for target in package.targets {
6263 case . macro, . plugin, . system, . binary: ( ) // not applicable
6364 @unknown default : ( ) // we don't know what to do here, do nothing
6465 }
65- } // --- END: STANDARD CROSS-REPO SETTINGS DO NOT EDIT --- //
66+ }
67+ // --- END: STANDARD CROSS-REPO SETTINGS DO NOT EDIT --- //
You can’t perform that action at this time.
0 commit comments