Open freefelt opened 8 months ago
I can’t explain why SPM is “ignoring declared target(s) 'CSQLite'” when it’s added to the target dependencies for Linux in Package.swift.
The documentation for Linux put me on the right path: install libsqlite3-dev
on the Linux machine (or Docker container) you’re building in, then you can swift build
or swift test
.
SQLite.swift 0.15.0 Vapor 4.92.3 Ubuntu 23.10 sqlite3 3.42.0
It works on macOS from Xcode, but does not build in Linux.