stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.67k stars 1.56k forks source link

When do you support Swift 5.1? #957

Closed codepgq closed 3 years ago

codepgq commented 4 years ago

Module compiled with Swift 5.0 cannot be imported by the Swift 5.1 compiler:

ghost commented 4 years ago

Why are you specifically using Swift 5.1 instead of 5.0 ?

codepgq commented 4 years ago

I accidentally upgraded Xcode.🤷‍♀️

misteral commented 4 years ago

@codepgq I fixed it by carthage update --platform iOS --no-use-binaries

chillamcharlakavya commented 4 years ago

Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.3 compiler

nathanfallet commented 3 years ago

Swift 5.x is supported.