.swift-version
says it need Swift 5.0 although SwiftLint require Swift 5.1 in 0.40.0
#3297
Closed
2 tasks done
New Issue Checklist
Describe the bug
SwiftLint needs Swift 5.1 to build from 0.40.0 Release.
However,
.swift-version
is still specified as Swift 5.0, which means that it will be built with swift 5.0 and will fail when you are using swiftenv.Complete output when running SwiftLint, including the stack trace and command used
Environment
$ swiftenv versions 4.1 4.1.2 4.2 * 5.0 (set by /Users/xxx/yyy/SwiftLint/.swift-version) 5.1 5.2.4
The text was updated successfully, but these errors were encountered: