Build Information
Successful build of LoggerKit, reference master (cbd2be), with Swift 5.10 for Linux on 18 Sep 2025 12:13:48 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/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pvieito/LoggerKit.git
Reference: master
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/pvieito/LoggerKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at cbd2be7 Updated project [SKIP-CI]
Cloned https://github.com/pvieito/LoggerKit.git
Revision (git rev-parse @):
cbd2be7f8e347809cfc0a38d971ffba89d3a57f0
SUCCESS checkout https://github.com/pvieito/LoggerKit.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/pvieito/LoggerKit.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/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/onevcat/Rainbow
[1/1339] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.28s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (1.02s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/21] Compiling Rainbow String+ConditionalStyling.swift
[6/21] Compiling Rainbow String+Rainbow.swift
[7/21] Compiling Rainbow StringGenerator.swift
[8/21] Compiling Rainbow Style.swift
[9/22] Emitting module Rainbow
[10/22] Compiling Rainbow ConditionalStyleBuilder.swift
[11/22] Compiling Rainbow ControlCode.swift
[12/22] Compiling Rainbow BackgroundColor.swift
[13/22] Compiling Rainbow CodesParser.swift
[14/22] Compiling Rainbow Color.swift
[15/22] Compiling Rainbow ColorApproximation.swift
[16/22] Compiling Rainbow HSLColorConverter.swift
[17/22] Compiling Rainbow ModesExtractor.swift
[18/22] Compiling Rainbow OutputTarget.swift
[19/22] Compiling Rainbow Rainbow.swift
[20/22] Compiling LoggerKitMac Logger.swift
[21/22] Emitting module LoggerKitMac
[22/22] Compiling Rainbow StyledStringBuilder.swift
[25/26] Emitting module LoggerKit
[26/26] Compiling LoggerKit Logger.swift
Build complete! (11.06s)
Build complete.
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "LoggerKit",
"name" : "LoggerKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LoggerKit",
"targets" : [
"LoggerKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LoggerKitMac",
"targets" : [
"LoggerKitMac"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggerKitTests",
"module_type" : "SwiftTarget",
"name" : "LoggerKitTests",
"path" : "Tests/LoggerKitTests",
"sources" : [
"LoggerKitTests.swift"
],
"target_dependencies" : [
"LoggerKit"
],
"type" : "test"
},
{
"c99name" : "LoggerKitMac",
"module_type" : "SwiftTarget",
"name" : "LoggerKitMac",
"path" : "LoggerKitMac",
"product_memberships" : [
"LoggerKitMac"
],
"sources" : [
"Logger.swift"
],
"type" : "library"
},
{
"c99name" : "LoggerKit",
"module_type" : "SwiftTarget",
"name" : "LoggerKit",
"path" : "LoggerKit",
"product_dependencies" : [
"Rainbow"
],
"product_memberships" : [
"LoggerKit"
],
"sources" : [
"Logger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.