Build Information
Successful build of SwiftColor, reference main (d1e5ba
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 11:24:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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 d1e5bad Pigment (#1)
Cloned https://github.com/richardpiazza/SwiftColor.git
Revision (git rev-parse @):
d1e5bad50a0e6e37534ad79dbaf6dc8de9a733cc
SUCCESS checkout https://github.com/richardpiazza/SwiftColor.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/richardpiazza/SwiftColor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/13] Compiling SwiftColor Pigment+UIKit.swift
[4/14] Compiling SwiftColor Pigment+String.swift
[5/14] Compiling SwiftColor Pigment+Hex.swift
[6/14] Compiling SwiftColor Pigment+Float.swift
[7/14] Compiling SwiftColor Pigment+CoreGraphics.swift
[8/14] Compiling SwiftColor Pigment+Keyword.swift
[9/14] Compiling SwiftColor Pigment+Int.swift
[10/14] Compiling SwiftColor Pigment.swift
[11/14] Compiling SwiftColor Clamping.swift
[12/14] Compiling SwiftColor ColorSpace.swift
[13/14] Compiling SwiftColor Pigment+AppKit.swift
[14/14] Emitting module SwiftColor
Build complete! (7.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftColor",
"name" : "SwiftColor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"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+Keyword.swift",
"Pigment+String.swift",
"Pigment+UIKit.swift",
"Pigment.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.