yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
626 stars 147 forks source link

Upgrade SwiftCLI dependency to the next major version #241

Closed nicholascross closed 4 years ago

nicholascross commented 4 years ago

Background I was trying to make my own command line tool making use of SwagGenKit and wanted to use the latest SwiftCLI version but could not due conflicting dependency version with SwagGen

Changes

nicholascross commented 4 years ago

@yonaskolb Any idea why CI is having dependency resolution issues? swift build and swift test run fine locally.

🤔 Could it be my swift version? I am currently running Swift 5.2.1 on WSL (Ubuntu) on my PC

Swift version 5.2.1 (swift-5.2.1-RELEASE)
Target: x86_64-unknown-linux-gnu