Build Information
Failed to build SKLite, reference 1.0.0 (524b14), with Swift 6.3 for Linux on 15 Apr 2026 18:52:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wuyu2015/SKLiteSwift.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/wuyu2015/SKLiteSwift
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 524b148 Initial commit
Cloned https://github.com/wuyu2015/SKLiteSwift.git
Revision (git rev-parse @):
524b14879ae1911d9b181fcbd186b4bf21ea13b8
SUCCESS checkout https://github.com/wuyu2015/SKLiteSwift.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/wuyu2015/SKLiteSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/wuyu2015/XCTestDelayPrinter
[1/75] Fetching xctestdelayprinter
Fetched https://github.com/wuyu2015/XCTestDelayPrinter from cache (1.27s)
Computing version for https://github.com/wuyu2015/XCTestDelayPrinter
Computed https://github.com/wuyu2015/XCTestDelayPrinter at 1.0.2 (1.96s)
Creating working copy for https://github.com/wuyu2015/XCTestDelayPrinter
Working copy of https://github.com/wuyu2015/XCTestDelayPrinter resolved at 1.0.2
Building for debugging...
[0/3] Write sources
[1/3] Compiling SKLiteWrapper.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/28] Emitting module SKLite
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[5/31] Compiling SKLite IndexConstraint.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[6/31] Compiling SKLite Limit.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[7/31] Compiling SKLite Status.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[8/31] Compiling SKLite StmtStatus.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[9/31] Compiling SKLite TextEncoding.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[10/31] Compiling SKLite ThreadSafeLevel.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[11/31] Compiling SKLite SKLite+var.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[12/31] Compiling SKLite SKLite.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[13/31] Compiling SKLite Stmt.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[14/31] Compiling SKLite Conflict.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[15/31] Compiling SKLite DbConfig.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[16/31] Compiling SKLite DbStatus.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[17/31] Compiling SKLite ColumnType.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[18/31] Compiling SKLite CompileOption.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[19/31] Compiling SKLite Config.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[20/31] Compiling SKLite Db.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[21/31] Compiling SKLite Deserialize.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[22/31] Compiling SKLite OpenFlag.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[23/31] Compiling SKLite PrepareFlag.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[24/31] Compiling SKLite SKLite+file.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[25/31] Compiling SKLite SKLite+func.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[26/31] Compiling SKLite SKLite+open.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[27/31] Compiling SKLite SKLite+prepare.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[28/31] Compiling SKLite SKLiteError.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[29/31] Compiling SKLite SKLite+Connection.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[30/31] Compiling SKLite SKLite+Statement.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
[31/31] Compiling SKLite SKLite+bind.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
1 | import Foundation
2 | import SQLite3
| `- error: no such module 'SQLite3'
3 |
4 | extension SKLite {
BUILD FAILURE 6.3 linux