Build Information
Successful build of Catena, reference main (912d76), with Swift 6.2 for Linux on 1 May 2026 18:41:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.2-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/Fleuronic/Catena.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/Fleuronic/Catena
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 912d76a Update submodules
Submodule path 'Submodules/Catenary': checked out '7537f38a248d685ca9e9f978d081dd2550be46bf'
Submodule path 'Submodules/Catenoid': checked out '431758293b1ccfa00cee15d4bba512f668c1bb2a'
Submodule 'Catenary' (https://github.com/Fleuronic/Catenary) registered for path 'Submodules/Catenary'
Submodule 'Catenoid' (https://github.com/Fleuronic/Catenoid) registered for path 'Submodules/Catenoid'
Cloning into '/host/spi-builder-workspace/Submodules/Catenary'...
Cloning into '/host/spi-builder-workspace/Submodules/Catenoid'...
Cloned https://github.com/Fleuronic/Catena.git
Revision (git rev-parse @):
912d76affb31853b78473715ee453e49f975ee0b
SUCCESS checkout https://github.com/Fleuronic/Catena.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/Fleuronic/Catena.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/jordanekay/Identity
[1/62] Fetching identity
Fetched https://github.com/jordanekay/Identity from cache (0.21s)
Creating working copy for https://github.com/jordanekay/Identity
Working copy of https://github.com/jordanekay/Identity resolved at master (ff9dfdf)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module Identity
[5/5] Compiling Identity Identity.swift
[7/16] Compiling Catena Scoped.swift
[8/17] Compiling Catena Output.swift
[9/17] Compiling Catena Representable.swift
[10/17] Compiling Catena Result.swift
[11/17] Compiling Catena Sequence.swift
[12/17] Compiling Catena Valued.swift
[13/17] Emitting module Catena
[14/17] Compiling Catena Model.swift
[15/17] Compiling Catena Nullable.swift
[16/17] Compiling Catena Fields.swift
[17/17] Compiling Catena Identity.swift
Build complete! (15.39s)
Build complete.
{
"dependencies" : [
{
"identity" : "identity",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/jordanekay/Identity"
}
],
"manifest_display_name" : "Catena",
"name" : "Catena",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Catena",
"targets" : [
"Catena"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "Catena",
"module_type" : "SwiftTarget",
"name" : "Catena",
"path" : "Sources/Catena",
"product_dependencies" : [
"Identity"
],
"product_memberships" : [
"Catena"
],
"sources" : [
"Fields.swift",
"Identity.swift",
"Model.swift",
"Nullable.swift",
"Output.swift",
"Representable.swift",
"Result.swift",
"Scoped.swift",
"Sequence.swift",
"Valued.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.