Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLITE Errors on Centos7 #5

Open
rs1278 opened this issue Mar 14, 2022 · 0 comments
Open

SQLITE Errors on Centos7 #5

rs1278 opened this issue Mar 14, 2022 · 0 comments

Comments

@rs1278
Copy link

rs1278 commented Mar 14, 2022

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)
                                                   ^~~~~~~~~~~~~~~~~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant