Closed
Description
I was "upgraded" automatically from version 0.12.2
to the latest version 0.13.0
when I compiled a package.
Compilation now fails with this error:
Blob.swift [6/857] Compiling SQLite Blob.swift
...checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:32:8: error: no such module 'CSQLite'
import CSQLite
^
No other changes. When I forced a rollback using this in Package.swift
:
.package(url: "https://github.com/stephencelis/SQLite.swift.git", .upToNextMinor(from: "0.12.2"))
it compiles again. It seems like there is a dependency missing in 0.13.0
.