Build Information
Successful build of Bases, reference develop (f8d94c), with Swift 6.3 for Linux on 27 Apr 2026 05:54:00 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/mattrubin/Bases.git
Reference: develop
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/mattrubin/Bases
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at f8d94c3 Send coverage reports to Codecov from Linux tests (#51)
Cloned https://github.com/mattrubin/Bases.git
Revision (git rev-parse @):
f8d94c36e5c5bceb96a8f240509ac56e4de7ec8a
SUCCESS checkout https://github.com/mattrubin/Bases.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/mattrubin/Bases.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/8] Write sources
[3/8] Write swift-version-24593BA9C3E375BF.txt
[5/17] Compiling Base32 Quintets.swift
[6/17] Compiling Base32 BlockDecoding.swift
[7/17] Compiling Base32 BlockEncoding.swift
[8/17] Emitting module Base16
[9/17] Compiling Base16 Base16.swift
[10/17] Compiling Base16 Alphabet.swift
[12/18] Compiling Base32 Alphabet.swift
[13/18] Emitting module Base32
[14/18] Compiling Base32 Base32.swift
[15/19] Wrapping AST for Base32 for debugging
[17/21] Emitting module PerformanceTests
[18/21] Compiling PerformanceTests main.swift
[19/22] Wrapping AST for PerformanceTests for debugging
[20/22] Write Objects.LinkFileList
[21/22] Linking PerformanceTests
Build complete! (15.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Bases",
"name" : "Bases",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Base16",
"targets" : [
"Base16"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Base32",
"targets" : [
"Base32"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PerformanceTests",
"targets" : [
"PerformanceTests"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "PerformanceTests",
"module_type" : "SwiftTarget",
"name" : "PerformanceTests",
"path" : "Sources/PerformanceTests",
"product_memberships" : [
"PerformanceTests"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Base32"
],
"type" : "executable"
},
{
"c99name" : "Base32Tests",
"module_type" : "SwiftTarget",
"name" : "Base32Tests",
"path" : "Tests/Base32Tests",
"sources" : [
"Base32Tests.swift"
],
"target_dependencies" : [
"Base32"
],
"type" : "test"
},
{
"c99name" : "Base32",
"module_type" : "SwiftTarget",
"name" : "Base32",
"path" : "Sources/Base32",
"product_memberships" : [
"Base32",
"PerformanceTests"
],
"sources" : [
"Alphabet.swift",
"Base32.swift",
"BlockDecoding.swift",
"BlockEncoding.swift",
"Quintets.swift"
],
"type" : "library"
},
{
"c99name" : "Base16Tests",
"module_type" : "SwiftTarget",
"name" : "Base16Tests",
"path" : "Tests/Base16Tests",
"sources" : [
"Base16Tests.swift"
],
"target_dependencies" : [
"Base16"
],
"type" : "test"
},
{
"c99name" : "Base16",
"module_type" : "SwiftTarget",
"name" : "Base16",
"path" : "Sources/Base16",
"product_memberships" : [
"Base16"
],
"sources" : [
"Alphabet.swift",
"Base16.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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.