Build Information
Successful build of Kolor, reference main (cf046d), with Swift 6.2 for macOS (SPM) on 10 Dec 2025 13:19:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/metatronsw/Kolor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/metatronsw/Kolor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cf046dc + RGB565
Cloned https://github.com/metatronsw/Kolor.git
Revision (git rev-parse @):
cf046dc4101da6659fc03df111b6e69a4342e69e
SUCCESS checkout https://github.com/metatronsw/Kolor.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "kolor",
"name": "Kolor",
"url": "https://github.com/metatronsw/Kolor.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Kolor",
"dependencies": [
]
}
]
}
Fetching https://github.com/metatronsw/Kolor.git
[1/136] Fetching kolor
Fetched https://github.com/metatronsw/Kolor.git from cache (0.96s)
Creating working copy for https://github.com/metatronsw/Kolor.git
Working copy of https://github.com/metatronsw/Kolor.git resolved at main (cf046dc)
warning: '.resolve-product-dependencies': dependency 'kolor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/metatronsw/Kolor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write Benchmark-entitlement.plist
[3/7] Write swift-version-49B95AFC49DCD68C.txt
[5/36] Compiling Kolor LAB.swift
[6/36] Compiling Kolor LCh.swift
[7/36] Compiling Kolor LUV.swift
[8/36] Compiling Kolor ISCC_NBS.swift
[9/36] Compiling Kolor PaintArt.swift
[10/36] Compiling Kolor Squared.swift
[11/36] Compiling Kolor HSL.swift
[12/36] Compiling Kolor HSLuv.swift
[13/36] Compiling Kolor HSV.swift
[14/39] Emitting module Kolor
[15/39] Compiling Kolor CGImage+.swift
[16/39] Compiling Kolor Double+.swift
[17/39] Compiling Kolor Histogram.swift
[18/39] Compiling Kolor Index.swift
[19/39] Compiling Kolor _KDtree.swift
[20/39] Compiling Kolor Kolor.swift
[21/39] Compiling Kolor HTML.swift
[22/39] Compiling Kolor OKLCh.swift
[23/39] Compiling Kolor OKLab.swift
[24/39] Compiling Kolor RGB.swift
[25/39] Compiling Kolor CMYK.swift
[26/39] Compiling Kolor DIN99.swift
[27/39] Compiling Kolor HCL.swift
[28/39] Compiling Kolor SquaredSets.swift
[29/39] Compiling Kolor XRite.swift
[30/39] Compiling Kolor CAM16.swift
[31/39] Compiling Kolor OcTree.swift
[32/39] Compiling Kolor SwiftUI+.swift
[33/39] Compiling Kolor Tone.swift
[34/39] Compiling Kolor XYZ.swift
[35/39] Compiling Kolor YUV.swift
[36/39] Compiling Kolor sRGB.swift
[37/41] Compiling Benchmark main.swift
[38/41] Emitting module Benchmark
[38/41] Write Objects.LinkFileList
[39/41] Linking Benchmark
[40/41] Applying Benchmark
Build complete! (9.88s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Kolor",
"name" : "Kolor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Kolor",
"targets" : [
"Kolor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Benchmark",
"targets" : [
"Benchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "KolorTests",
"module_type" : "SwiftTarget",
"name" : "KolorTests",
"path" : "Tests/KolorTests",
"sources" : [
"KolorTests.swift"
],
"target_dependencies" : [
"Kolor"
],
"type" : "test"
},
{
"c99name" : "Kolor",
"module_type" : "SwiftTarget",
"name" : "Kolor",
"path" : "Sources/Kolor",
"product_memberships" : [
"Kolor",
"Benchmark"
],
"sources" : [
"Addon/CGImage+.swift",
"Addon/Double+.swift",
"Addon/Histogram.swift",
"Addon/Index.swift",
"Addon/OcTree.swift",
"Addon/SwiftUI+.swift",
"Addon/Tone.swift",
"Addon/_KDtree.swift",
"Kolor.swift",
"Palette/HTML.swift",
"Palette/ISCC_NBS.swift",
"Palette/PaintArt.swift",
"Palette/Squared.swift",
"Palette/SquaredSets.swift",
"Palette/XRite.swift",
"Spaces/CAM16.swift",
"Spaces/CMYK.swift",
"Spaces/DIN99.swift",
"Spaces/HCL.swift",
"Spaces/HSL.swift",
"Spaces/HSLuv.swift",
"Spaces/HSV.swift",
"Spaces/LAB.swift",
"Spaces/LCh.swift",
"Spaces/LUV.swift",
"Spaces/OKLCh.swift",
"Spaces/OKLab.swift",
"Spaces/RGB.swift",
"Spaces/XYZ.swift",
"Spaces/YUV.swift",
"Spaces/sRGB.swift"
],
"type" : "library"
},
{
"c99name" : "Benchmark",
"module_type" : "SwiftTarget",
"name" : "Benchmark",
"path" : "Sources/Benchmark",
"product_memberships" : [
"Benchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Kolor"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Done.