File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ import PackageDescription
19
19
let swiftSettings : [ SwiftSetting ] = [
20
20
// https://github.com/apple/swift-evolution/blob/main/proposals/0335-existential-any.md
21
21
// Require `any` for existential types.
22
- . enableUpcomingFeature( " ExistentialAny " ) , . enableExperimentalFeature( " StrictConcurrency=complete " ) ,
22
+ . enableUpcomingFeature( " ExistentialAny " ) ,
23
+ . enableExperimentalFeature( " StrictConcurrency=complete " ) ,
23
24
]
24
25
25
26
let package = Package (
@@ -62,4 +63,5 @@ for target in package.targets {
62
63
case . macro, . plugin, . system, . binary: ( ) // not applicable
63
64
@unknown default : ( ) // we don't know what to do here, do nothing
64
65
}
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