Doesn't support swift 4.2
Closed this issue · 2 comments
vi4m commented
Package.swift manifest is not compatible with Swift 4.2 - failing during compilation. Any plans for upgrading?
/var/folders/g1/h5w4d87x1cd4thjntw7l19rjw60qhj/T/TemporaryFile.IusUyX.swift:14:27: error: cannot convert value of type 'Int' to expected element type 'SwiftVersion'
swiftLanguageVersions: [3, 4]
sharplet commented
Thanks for the report! Could you please share your Package.swift
& Package.resolved
files, and the output of swift --version
and xcodebuild -version
(if applicable)?