File tree
Expand file treeCollapse file tree1 file changed
+2
-6
lines changed Expand file treeCollapse file tree1 file changed
+2
-6
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -16,15 +16,11 @@ import Foundation
|
16 | 16 | import PackageDescription
|
17 | 17 |
|
18 | 18 | // General Swift-settings for all targets.
|
19 |
| -var swiftSettings: [SwiftSetting] = [] |
20 |
| - |
21 |
| -#if swift(>=5.9) |
22 |
| -swiftSettings.append( |
| 19 | +let swiftSettings: [SwiftSetting] = [ |
23 | 20 | // https://.com/apple/swift-evolution/blob/main/proposals/0335-existential-any.md
|
24 | 21 | // Require `any` for existential types.
|
25 | 22 | .enableUpcomingFeature("ExistentialAny")
|
26 |
| -) |
27 |
| -#endif |
| 23 | +] |
28 | 24 |
|
29 | 25 | let package = Package(
|
30 | 26 | name: "swift-openapi-async-http-client",
|
|
You can’t perform that action at this time.
0 commit comments