Build Information
Successful build of Rainbow, reference master (16da5c
), with Swift 5.10 for Linux on 26 Jul 2025 09:57:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onevcat/Rainbow.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/onevcat/Rainbow
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 16da5c6 Bump version to 4.2.0
Cloned https://github.com/onevcat/Rainbow.git
Revision (git rev-parse @):
16da5c62dd737258c6df2e8c430f8a3202f655a7
SUCCESS checkout https://github.com/onevcat/Rainbow.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/onevcat/Rainbow.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/22] Compiling Rainbow StringGenerator.swift
[5/22] Compiling Rainbow Style.swift
[6/23] Compiling Rainbow String+ConditionalStyling.swift
[7/23] Compiling Rainbow String+Rainbow.swift
[8/23] Compiling Rainbow OutputTarget.swift
[9/23] Compiling Rainbow Rainbow.swift
[10/23] Compiling Rainbow ConditionalStyleBuilder.swift
[11/23] Compiling Rainbow ControlCode.swift
[12/23] Compiling Rainbow HSLColorConverter.swift
[13/23] Compiling Rainbow ModesExtractor.swift
[14/23] Compiling Rainbow BackgroundColor.swift
[15/23] Compiling Rainbow CodesParser.swift
[16/23] Emitting module Rainbow
[17/23] Compiling Rainbow Color.swift
[18/23] Compiling Rainbow ColorApproximation.swift
[19/23] Compiling Rainbow StyledStringBuilder.swift
[20/24] Wrapping AST for Rainbow for debugging
[22/26] Compiling RainbowPlayground main.swift
[23/26] Emitting module RainbowPlayground
[24/27] Wrapping AST for RainbowPlayground for debugging
[25/27] Write Objects.LinkFileList
[26/27] Linking RainbowPlayground
Build complete! (6.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Rainbow",
"name" : "Rainbow",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Rainbow",
"targets" : [
"Rainbow"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RainbowPlayground",
"targets" : [
"RainbowPlayground"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "RainbowTests",
"module_type" : "SwiftTarget",
"name" : "RainbowTests",
"path" : "Tests",
"sources" : [
"RainbowTests/ColorApproximatedTests.swift",
"RainbowTests/ColorTests.swift",
"RainbowTests/ConditionalStylingTests.swift",
"RainbowTests/ConsoleStringTests.swift",
"RainbowTests/ConsoleTextParserTests.swift",
"RainbowTests/EdgeCaseTests.swift",
"RainbowTests/HSLColorTests.swift",
"RainbowTests/PerformanceTests.swift",
"RainbowTests/RainbowTests.swift",
"RainbowTests/StyledStringBuilderTests.swift"
],
"target_dependencies" : [
"Rainbow"
],
"type" : "test"
},
{
"c99name" : "RainbowPlayground",
"module_type" : "SwiftTarget",
"name" : "RainbowPlayground",
"path" : "Playground",
"product_memberships" : [
"RainbowPlayground"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Rainbow"
],
"type" : "executable"
},
{
"c99name" : "Rainbow",
"module_type" : "SwiftTarget",
"name" : "Rainbow",
"path" : "Sources",
"product_memberships" : [
"Rainbow",
"RainbowPlayground"
],
"sources" : [
"BackgroundColor.swift",
"CodesParser.swift",
"Color.swift",
"ColorApproximation.swift",
"ConditionalStyleBuilder.swift",
"ControlCode.swift",
"HSLColorConverter.swift",
"ModesExtractor.swift",
"OutputTarget.swift",
"Rainbow.swift",
"String+ConditionalStyling.swift",
"String+Rainbow.swift",
"StringGenerator.swift",
"Style.swift",
"StyledStringBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.