Build Information
Successful build of LoggerKit, reference master (e9870f
), with Swift 5.10 for Linux on 11 Sep 2025 15:07:21 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Build 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 e9870ff Updated project [SKIP-CI]
Cloned https://github.com/pvieito/LoggerKit.git
Revision (git rev-parse @):
e9870ffe52ac8d9788f63f7adbb396dc1a37e8a8
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-4606859-1":/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/1335] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.57s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (1.70s)
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 StringGenerator.swift
[6/21] Compiling Rainbow Style.swift
[7/22] Compiling LoggerKitMac Logger.swift
[8/22] Emitting module LoggerKitMac
[9/23] Compiling Rainbow String+ConditionalStyling.swift
[10/23] Compiling Rainbow String+Rainbow.swift
[11/23] Compiling Rainbow ConditionalStyleBuilder.swift
[12/23] Compiling Rainbow ControlCode.swift
[13/23] Compiling Rainbow HSLColorConverter.swift
[14/23] Compiling Rainbow ModesExtractor.swift
[15/23] Compiling Rainbow Color.swift
[16/23] Compiling Rainbow ColorApproximation.swift
[17/23] Compiling Rainbow BackgroundColor.swift
[18/23] Compiling Rainbow CodesParser.swift
[19/23] Emitting module Rainbow
[20/23] Compiling Rainbow OutputTarget.swift
[21/23] Compiling Rainbow Rainbow.swift
[23/23] Compiling Rainbow StyledStringBuilder.swift
[25/26] Compiling LoggerKit Logger.swift
[26/26] Emitting module LoggerKit
Build complete! (14.22s)
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.