apple / swift-openapi-urlsession

URLSession transport for Swift OpenAPI Generator.
https://swiftpackageindex.com/apple/swift-openapi-urlsession/documentation
Apache License 2.0
160 stars 29 forks source link

Move to Swift 5.9 as the minimum version #32

Closed czechboy0 closed 10 months ago

czechboy0 commented 10 months ago

Motivation

Part of addressing https://github.com/apple/swift-openapi-generator/issues/75 and https://github.com/apple/swift-openapi-generator/issues/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.