Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8c6cc59

Browse files
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

4 files changed

+3
-22
lines changed

‎Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.8
1+
// swift-tools-version: 5.9
22
//===----------------------------------------------------------------------===//
33
//
44
// This source file is part of the SwiftOpenAPIGenerator open source project

‎docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG swift_version=5.8
1+
ARG swift_version=5.9
22
ARG ubuntu_version=jammy
33
ARG base_image=swift:${swift_version}-${ubuntu_version}
44

‎docker/docker-compose.2204.58.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

‎docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# % docker-compose \
66
# -f docker/docker-compose.yaml \
7-
# -f docker/docker-compose.2204.58.yaml \
7+
# -f docker/docker-compose.2204.59.yaml \
88
# run test
99
#
1010
version: "3"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /