The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Rainbow, reference 4.2.0 (16da5c), with Swift 6.2 (beta) for Linux on 26 Jul 2025 09:58:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-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: 4.2.0
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
 * tag               4.2.0      -> FETCH_HEAD
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 4.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/onevcat/Rainbow.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/22] Compiling Rainbow String+ConditionalStyling.swift
[5/22] Compiling Rainbow String+Rainbow.swift
[6/22] Compiling Rainbow StringGenerator.swift
[7/22] Compiling Rainbow Style.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] Emitting module Rainbow
[15/23] Compiling Rainbow BackgroundColor.swift
[16/23] Compiling Rainbow CodesParser.swift
[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] Emitting module RainbowPlayground
[23/26] Compiling RainbowPlayground main.swift
[24/27] Wrapping AST for RainbowPlayground for debugging
[25/27] Write Objects.LinkFileList
[26/27] Linking RainbowPlayground
Build complete! (12.65s)
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-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.