Build Information
Successful build of swift-toolchain-sqlite, reference main (fbec09
), with Swift 5.9 for Linux on 30 Apr 2025 16:55:19 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-toolchain-sqlite.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/swiftlang/swift-toolchain-sqlite
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fbec096 Enable macOS CI
Cloned https://github.com/swiftlang/swift-toolchain-sqlite.git
Revision (git rev-parse @):
fbec09625bce0186f7a3e03ac669728a48de9cc5
SUCCESS checkout https://github.com/swiftlang/swift-toolchain-sqlite.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/swiftlang/swift-toolchain-sqlite.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
/host/spi-builder-workspace/Sources/sqlite/shell.c:1709:9: warning: 'SQLITE_EXTENSION_INIT2' macro redefined [-Wmacro-redefined]
#define SQLITE_EXTENSION_INIT2(X) (void)(X)
^
/host/spi-builder-workspace/Sources/CSQLite/include/sqlite3ext.h:715:10: note: previous definition is here
# define SQLITE_EXTENSION_INIT2(v) (void)v; /* unused parameter */
^
1 warning generated.
[0/3] Compiling sqlite shell.c
[1/3] Compiling SwiftToolchainCSQLite sqlite3.c
[2/3] Linking sqlite
Build complete! (6.00s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-toolchain-sqlite",
"name" : "swift-toolchain-sqlite",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "sqlite",
"targets" : [
"sqlite"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftToolchainCSQLite",
"targets" : [
"SwiftToolchainCSQLite"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sqlite",
"module_type" : "ClangTarget",
"name" : "sqlite",
"path" : "Sources/sqlite",
"product_memberships" : [
"sqlite"
],
"sources" : [
"shell.c"
],
"target_dependencies" : [
"SwiftToolchainCSQLite"
],
"type" : "executable"
},
{
"c99name" : "SwiftToolchainCSQLite",
"module_type" : "ClangTarget",
"name" : "SwiftToolchainCSQLite",
"path" : "Sources/CSQLite",
"product_memberships" : [
"sqlite",
"SwiftToolchainCSQLite"
],
"sources" : [
"sqlite3.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.