Build Information
Successful build of ColorVector, reference main (0cd016), with Swift 6.3 for Android on 19 Apr 2026 01:00:34 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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Lakr233/ColorVector.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/14] Compiling ColorVector ColorVector+XYZ.swift
[4/15] Compiling ColorVector ColorVector+RGB.swift
[5/15] Compiling ColorVector ColorVector+LCH.swift
[6/15] Compiling ColorVector ColorVector.swift
[7/15] Compiling ColorVector ColorConversion.swift
[8/15] Compiling ColorVector ColorVector+LAB.swift
[9/15] Compiling ColorVector ColorConversion+LAB_LCH.swift
[10/15] Compiling ColorVector ColorConversion+LAB_XYZ.swift
[11/15] Emitting module ColorVector
[12/15] Compiling ColorVector ColorConversion+LCH_LAB.swift
[13/15] Compiling ColorVector ColorConversion+RGB_XYZ.swift
[14/15] Compiling ColorVector ColorConversion+XYZ_LAB.swift
[15/15] Compiling ColorVector ColorConversion+XYZ_RGB.swift
Build complete! (26.31s)
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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.