Build Information
Failed to build SKLite, reference main (cf5b78), with Swift 6.1 for Wasm on 30 May 2025 10:12:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wuyu2015/SKLiteSwift.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cf5b78e Fix: typo
Cloned https://github.com/wuyu2015/SKLiteSwift.git
Revision (git rev-parse @):
cf5b78e6628e53cb3598a0a31e15b7094a471bbd
SUCCESS checkout https://github.com/wuyu2015/SKLiteSwift.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/wuyu2015/SKLiteSwift.git
https://github.com/wuyu2015/SKLiteSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "xctestdelayprinter",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wuyu2015/XCTestDelayPrinter"
}
],
"manifest_display_name" : "SKLite",
"name" : "SKLite",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SKLite",
"targets" : [
"SKLite"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SKLiteWrapper",
"module_type" : "ClangTarget",
"name" : "SKLiteWrapper",
"path" : "Sources/SKLiteWrapper",
"product_memberships" : [
"SKLite"
],
"sources" : [
"src/SKLiteWrapper.c"
],
"type" : "library"
},
{
"c99name" : "SKLiteTests",
"module_type" : "SwiftTarget",
"name" : "SKLiteTests",
"path" : "Tests/SKLiteTests",
"product_dependencies" : [
"XCTestDelayPrinter"
],
"sources" : [
"DbTests.swift",
"EnumTests.swift",
"SKLiteConnectionTests.swift",
"SKLiteDbStatusTests.swift",
"SKLiteDbTests.swift",
"SKLiteErrorTests.swift",
"SKLiteFuncTests.swift",
"SKLiteLimitTests.swift",
"SKLiteOpenTests.swift",
"SKLiteStatement.swift",
"SKLiteStmtTests.swift",
"SKLiteVarTests.swift",
"XCTestExtention.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SKLite"
],
"type" : "test"
},
{
"c99name" : "SKLite",
"module_type" : "SwiftTarget",
"name" : "SKLite",
"path" : "Sources/SKLite",
"product_memberships" : [
"SKLite"
],
"sources" : [
"Db.swift",
"OptionSet/Deserialize.swift",
"OptionSet/OpenFlag.swift",
"OptionSet/PrepareFlag.swift",
"OptionSet/SKLiteError.swift",
"SKLite+Connection.swift",
"SKLite+Statement.swift",
"SKLite+bind.swift",
"SKLite+file.swift",
"SKLite+func.swift",
"SKLite+open.swift",
"SKLite+prepare.swift",
"SKLite+var.swift",
"SKLite.swift",
"Stmt.swift",
"enum/ColumnType.swift",
"enum/CompileOption.swift",
"enum/Config.swift",
"enum/Conflict.swift",
"enum/DbConfig.swift",
"enum/DbStatus.swift",
"enum/IndexConstraint.swift",
"enum/Limit.swift",
"enum/Status.swift",
"enum/StmtStatus.swift",
"enum/TextEncoding.swift",
"enum/ThreadSafeLevel.swift"
],
"target_dependencies" : [
"SKLiteWrapper"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/wuyu2015/XCTestDelayPrinter
[1/75] Fetching xctestdelayprinter
Fetched https://github.com/wuyu2015/XCTestDelayPrinter from cache (0.33s)
Computing version for https://github.com/wuyu2015/XCTestDelayPrinter
Computed https://github.com/wuyu2015/XCTestDelayPrinter at 1.0.2 (1.73s)
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
In file included from /host/spi-builder-workspace/Sources/SKLiteWrapper/src/SKLiteWrapper.c:1:
/host/spi-builder-workspace/Sources/SKLiteWrapper/include/SKLiteWrapper.h:4:10: fatal error: 'sqlite3.h' file not found
4 | #include <sqlite3.h>
| ^~~~~~~~~~~
1 error generated.
[1/3] Compiling SKLiteWrapper.c
[1/3] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/SKLiteWrapper/src/SKLiteWrapper.c:1:
/host/spi-builder-workspace/Sources/SKLiteWrapper/include/SKLiteWrapper.h:4:10: fatal error: 'sqlite3.h' file not found
4 | #include <sqlite3.h>
| ^~~~~~~~~~~
1 error generated.
[0/2] Compiling SKLiteWrapper.c
[0/2] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm