Fix not building with latest SQLite.swift
Some checks are pending
Deploy Docs / publish (push) Waiting to run
SwiftLint / SwiftLint (push) Waiting to run

This commit is contained in:
david-swift 2026-02-02 21:14:17 +01:00
parent cd48784024
commit 8cf39abcef

View File

@ -1,4 +1,4 @@
// swift-tools-version: 6.0 // swift-tools-version: 6.1
// //
// Package.swift // Package.swift
// meta-sqlite // meta-sqlite
@ -23,7 +23,8 @@ let package = Package(
], ],
dependencies: [ dependencies: [
.package(url: "https://git.aparoksha.dev/aparoksha/meta", from: "0.1.0"), .package(url: "https://git.aparoksha.dev/aparoksha/meta", from: "0.1.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.15.3") .package(url: "https://github.com/stephencelis/CSQLite", from: "3.50.4"),
.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.15.3", traits: [.defaults, "SQLiteSwiftCSQLite"])
], ],
targets: [ targets: [
.target( .target(