The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ColorVector, reference 1.0.5 (0cd016), with Swift 6.0 for Linux on 8 Mar 2026 14:11:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Lakr233/ColorVector.git
Reference: 1.0.5
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/Lakr233/ColorVector
 * tag               1.0.5      -> FETCH_HEAD
HEAD is now at 0cd0169 Upgrade to Swift 6.0 with strict concurrency safety
Cloned https://github.com/Lakr233/ColorVector.git
Revision (git rev-parse @):
0cd0169f1487d7371ee3fd7fe93f1e918fd93d00
SUCCESS checkout https://github.com/Lakr233/ColorVector.git at 1.0.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Lakr233/ColorVector.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/14] Compiling ColorVector ColorVector+XYZ.swift
[4/15] Emitting module ColorVector
[5/15] Compiling ColorVector ColorConversion+LAB_LCH.swift
[6/15] Compiling ColorVector ColorConversion+LAB_XYZ.swift
[7/15] Compiling ColorVector ColorVector+RGB.swift
[8/15] Compiling ColorVector ColorConversion.swift
[9/15] Compiling ColorVector ColorVector+LAB.swift
[10/15] Compiling ColorVector ColorVector+LCH.swift
[11/15] Compiling ColorVector ColorConversion+XYZ_LAB.swift
[12/15] Compiling ColorVector ColorConversion+XYZ_RGB.swift
[13/15] Compiling ColorVector ColorConversion+LCH_LAB.swift
[14/15] Compiling ColorVector ColorConversion+RGB_XYZ.swift
[15/15] Compiling ColorVector ColorVector.swift
Build complete! (12.90s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorVector",
  "name" : "ColorVector",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ColorVector",
      "targets" : [
        "ColorVector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorVectorTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorVectorTests",
      "path" : "Tests/ColorVectorTests",
      "sources" : [
        "ColorVectorTests.swift"
      ],
      "target_dependencies" : [
        "ColorVector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorVector",
      "module_type" : "SwiftTarget",
      "name" : "ColorVector",
      "path" : "Sources/ColorVector",
      "product_memberships" : [
        "ColorVector"
      ],
      "sources" : [
        "ColorConversion/ColorConversion+LAB_LCH.swift",
        "ColorConversion/ColorConversion+LAB_XYZ.swift",
        "ColorConversion/ColorConversion+LCH_LAB.swift",
        "ColorConversion/ColorConversion+RGB_XYZ.swift",
        "ColorConversion/ColorConversion+XYZ_LAB.swift",
        "ColorConversion/ColorConversion+XYZ_RGB.swift",
        "ColorConversion/ColorConversion.swift",
        "ColorVector+LAB.swift",
        "ColorVector+LCH.swift",
        "ColorVector+RGB.swift",
        "ColorVector+XYZ.swift",
        "ColorVector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.