Build Information
Successful build of PixelColor, reference main (a098e1), with Swift 6.0 for macOS (SPM) on 16 Jan 2026 09:46:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/PixelColor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/PixelColor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a098e12 3D Fixes
Cloned https://github.com/heestand-xyz/PixelColor.git
Revision (git rev-parse @):
a098e12f5205e505d62b488df3a750309b904dbc
SUCCESS checkout https://github.com/heestand-xyz/PixelColor.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/heestand-xyz/PixelColor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/16] Compiling PixelColor PixelColor+sRGB.swift
[4/17] Compiling PixelColor PixelColor+Operators.swift
[5/17] Compiling PixelColor PixelColor+Funcs.swift
[6/17] Compiling PixelColor PixelColor+HSV.swift
[7/17] Compiling PixelColor PixelColor+Hashable.swift
[8/17] Compiling PixelColor PixelColor+Random.swift
[9/17] Compiling PixelColor PixelColor+Binding.swift
[10/17] Compiling PixelColor PixelColor+Channel.swift
[11/17] Emitting module PixelColor
[12/17] Compiling PixelColor PixelColor+Codable.swift
[13/17] Compiling PixelColor PixelColor+Colors.swift
[14/17] Compiling PixelColor PixelColor+DarkMode.swift
[15/17] Compiling PixelColor PixelColor+Decode.swift
[16/17] Compiling PixelColor PixelColor+Types.swift
[17/17] Compiling PixelColor PixelColor.swift
Build complete! (8.77s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PixelColor",
"name" : "PixelColor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "PixelColor",
"targets" : [
"PixelColor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PixelColor",
"module_type" : "SwiftTarget",
"name" : "PixelColor",
"path" : "Sources/PixelColor",
"product_memberships" : [
"PixelColor"
],
"sources" : [
"PixelColor+Binding.swift",
"PixelColor+Channel.swift",
"PixelColor+Codable.swift",
"PixelColor+Colors.swift",
"PixelColor+DarkMode.swift",
"PixelColor+Decode.swift",
"PixelColor+Funcs.swift",
"PixelColor+HSV.swift",
"PixelColor+Hashable.swift",
"PixelColor+Operators.swift",
"PixelColor+Random.swift",
"PixelColor+Types.swift",
"PixelColor+sRGB.swift",
"PixelColor.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.