Build Information
Successful build of SirvImage, reference main (64ae9d), with Swift 6.0 for Linux on 25 Mar 2026 10:43:57 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sirv/sirv-image-swift.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/sirv/sirv-image-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 64ae9d6 Update SDK title and description in documentation
Cloned https://github.com/sirv/sirv-image-swift.git
Revision (git rev-parse @):
64ae9d66a38b4b07227f11468ecb665e6aa40c3d
SUCCESS checkout https://github.com/sirv/sirv-image-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/sirv/sirv-image-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/4] Emitting module SirvImage
[4/4] Compiling SirvImage SirvClient.swift
Build complete! (7.88s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SirvImage",
"name" : "SirvImage",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SirvImage",
"targets" : [
"SirvImage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SirvImageTests",
"module_type" : "SwiftTarget",
"name" : "SirvImageTests",
"path" : "Tests/SirvImageTests",
"sources" : [
"SirvClientTests.swift"
],
"target_dependencies" : [
"SirvImage"
],
"type" : "test"
},
{
"c99name" : "SirvImage",
"module_type" : "SwiftTarget",
"name" : "SirvImage",
"path" : "Sources/SirvImage",
"product_memberships" : [
"SirvImage"
],
"sources" : [
"SirvClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.