-
Notifications
You must be signed in to change notification settings - Fork 16
Commit 8c6cc59
Move to Swift 5.9 as the minimum version (#26)
### Motivation
Part of addressing
apple/swift-openapi-generator#75 and
apple/swift-openapi-generator#119.
### Modifications
Bumped Swift tools version to 5.9 and made the `ExistentialAny` build
setting unconditional.
### Result
Building the package requires 5.9 now.
### Test Plan
Ran tests, all passed when using a Swift 5.9 toolchain.1 parent caa5303 commit 8c6cc59
File tree
4 files changed
+3
-22
lines changed- docker
4 files changed
+3
-22
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | - | ||
7 | + | ||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments