Build Information
Successful build of SwiftColor, reference main (319469), with Swift 5.10 for macOS (SPM) on 1 Dec 2025 04:51:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SwiftColor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/SwiftColor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3194696 SwiftUI Color (#3)
Cloned https://github.com/richardpiazza/SwiftColor.git
Revision (git rev-parse @):
3194696c3f1c532b48bcdbece1aa7265376c1fbb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/SwiftColor.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/richardpiazza/SwiftColor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/14] Compiling SwiftColor Pigment+UIKit.swift
[4/15] Compiling SwiftColor Pigment+String.swift
[5/15] Compiling SwiftColor Pigment+Int.swift
[6/15] Compiling SwiftColor Pigment+Hex.swift
[7/15] Compiling SwiftColor Pigment+Float.swift
[8/15] Compiling SwiftColor Pigment+Name.swift
[9/15] Compiling SwiftColor Pigment.swift
[10/15] Compiling SwiftColor Clamping.swift
[11/15] Compiling SwiftColor ColorSpace.swift
[12/15] Emitting module SwiftColor
[13/15] Compiling SwiftColor Pigment+AppKit.swift
[14/15] Compiling SwiftColor Pigment+CoreGraphics.swift
[15/15] Compiling SwiftColor Pigment+SwiftUI.swift
Build complete! (7.54s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftColor",
"name" : "SwiftColor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftColor",
"targets" : [
"SwiftColor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftColorTests",
"module_type" : "SwiftTarget",
"name" : "SwiftColorTests",
"path" : "Tests/SwiftColorTests",
"sources" : [
"ColorTests.swift"
],
"target_dependencies" : [
"SwiftColor"
],
"type" : "test"
},
{
"c99name" : "SwiftColor",
"module_type" : "SwiftTarget",
"name" : "SwiftColor",
"path" : "Sources/SwiftColor",
"product_memberships" : [
"SwiftColor"
],
"sources" : [
"Clamping.swift",
"ColorSpace.swift",
"Pigment+AppKit.swift",
"Pigment+CoreGraphics.swift",
"Pigment+Float.swift",
"Pigment+Hex.swift",
"Pigment+Int.swift",
"Pigment+Name.swift",
"Pigment+String.swift",
"Pigment+SwiftUI.swift",
"Pigment+UIKit.swift",
"Pigment.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.