Closed czechboy0 closed 11 months ago
Part of addressing https://github.com/apple/swift-openapi-generator/issues/75 and https://github.com/apple/swift-openapi-generator/issues/119.
Bumped Swift tools version to 5.9 and made the ExistentialAny build setting unconditional.
ExistentialAny
Building the package requires 5.9 now.
Ran tests, all passed when using a Swift 5.9 toolchain.
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.