Trying to get this tool up and running on a Centos7 box.
Using the latest release of swift 5.5.3 and dependencies as given here: https://www.swift.org/getting-started/
Seeing the following output.
My guesses are a library missing on my system, incompatible SQLite version or something in the code that hasn't included the proper libraries.
[root@localhost asset-cache-tool]# swift run asset-cache-tool
'CSQLite' /root/asset-cache-tool/.build/checkouts/CSQLite: warning: ignoring declared target(s) 'CSQLite' in the system package
'SQLite.swift' /root/asset-cache-tool/.build/checkouts/SQLite.swift: warning: found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Info.plist
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection+Aggregation.swift:78:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:463:13: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, 0 /* mask */, nil /* xCallback */, nil /* pCtx */)
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:9: error: cannot find 'sqlite3_trace_v2' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:471:41: error: cannot find 'SQLITE_TRACE_STMT' in scope
sqlite3_trace_v2(handle, UInt32(SQLITE_TRACE_STMT) /* mask */, {
^~~~~~~~~~~~~~~~~
/root/asset-cache-tool/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Connection.swift:599:52: error: cannot find 'SQLITE_DETERMINISTIC' in scope
let flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0)
^~~~~~~~~~~~~~~~~~~~