Build Information
Successful build of fpzip, reference 1.3.0 (0ec6d4), with Swift 6.3 for Linux on 19 Apr 2026 17:04:28 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/weiyanlin117/swift-fpzip-support.git
Reference: 1.3.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/weiyanlin117/swift-fpzip-support
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 0ec6d46 support Swift package
Cloned https://github.com/weiyanlin117/swift-fpzip-support.git
Revision (git rev-parse @):
0ec6d4668c9c83bc3da0f8b2d6dfc46da0b98609
SUCCESS checkout https://github.com/weiyanlin117/swift-fpzip-support.git at 1.3.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/weiyanlin117/swift-fpzip-support.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/10] Compiling version.cpp
[1/10] Compiling rcencoder.cpp
[2/10] Compiling rcdecoder.cpp
[3/10] Compiling error.cpp
[4/10] Compiling testfpzip testfpzip.c
[5/10] Compiling rcqsmodel.cpp
[6/10] Compiling write.cpp
[7/10] Compiling read.cpp
[8/10] Write Objects.LinkFileList
[9/10] Linking testfpzip
Build complete! (1.81s)
Build complete.
{
"cxx_language_standard" : "c++11",
"dependencies" : [
],
"manifest_display_name" : "fpzip",
"name" : "fpzip",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "C_fpzip",
"targets" : [
"C_fpzip"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "testfpzip",
"targets" : [
"testfpzip"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "testfpzip",
"module_type" : "ClangTarget",
"name" : "testfpzip",
"path" : "tests",
"product_memberships" : [
"testfpzip"
],
"sources" : [
"testfpzip.c"
],
"target_dependencies" : [
"C_fpzip"
],
"type" : "executable"
},
{
"c99name" : "C_fpzip",
"module_type" : "ClangTarget",
"name" : "C_fpzip",
"path" : ".",
"product_memberships" : [
"C_fpzip",
"testfpzip"
],
"sources" : [
"src/error.cpp",
"src/rcdecoder.cpp",
"src/rcencoder.cpp",
"src/rcqsmodel.cpp",
"src/read.cpp",
"src/version.cpp",
"src/write.cpp"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
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
Done.