Build Information
Successful build of swift-color, reference main (c0b793), with Swift 6.2 for macOS (SPM) on 1 Mar 2026 05:21:26 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/CorvidLabs/swift-color.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-color
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c0b793c fix: correct NamedColor count assertions from 140 to 139 (#6)
Cloned https://github.com/CorvidLabs/swift-color.git
Revision (git rev-parse @):
c0b793c0dc6659a91df2c0e4d1c3632e174fafab
SUCCESS checkout https://github.com/CorvidLabs/swift-color.git at main
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2171] Fetching swift-docc-plugin
[240/5836] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.32s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.32s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
========================================
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": "swift-color",
"name": "swift-color",
"url": "https://github.com/CorvidLabs/swift-color.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-color",
"dependencies": [
]
}
]
}
Fetching https://github.com/CorvidLabs/swift-color.git
[1/447] Fetching swift-color
Fetched https://github.com/CorvidLabs/swift-color.git from cache (0.88s)
Creating working copy for https://github.com/CorvidLabs/swift-color.git
Working copy of https://github.com/CorvidLabs/swift-color.git resolved at main (c0b793c)
warning: '.resolve-product-dependencies': dependency 'swift-color' 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/CorvidLabs/swift-color.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/14] Compiling Color NamedColor.swift
[6/14] Compiling Color Color.swift
[7/14] Compiling Color Color+Manipulation.swift
[8/14] Compiling Color Color+LAB.swift
[9/14] Compiling Color Color+Hex.swift
[10/14] Compiling Color Color+HSV.swift
[11/14] Compiling Color Color+HSL.swift
[12/14] Compiling Color Color+Accessibility.swift
[13/14] Emitting module Color
[14/14] Compiling Color Color+Palette.swift
Build complete! (15.07s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-color",
"name" : "swift-color",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Color",
"targets" : [
"Color"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorTests",
"module_type" : "SwiftTarget",
"name" : "ColorTests",
"path" : "Tests/ColorTests",
"sources" : [
"ColorConversionTests.swift",
"ColorEdgeCaseTests.swift",
"ColorHexCSSTests.swift",
"ColorProtocolTests.swift",
"ColorRGBTests.swift",
"ColorTests.swift",
"NamedColorTests.swift"
],
"target_dependencies" : [
"Color"
],
"type" : "test"
},
{
"c99name" : "Color",
"module_type" : "SwiftTarget",
"name" : "Color",
"path" : "Sources/Color",
"product_memberships" : [
"Color"
],
"sources" : [
"Color+Accessibility.swift",
"Color+HSL.swift",
"Color+HSV.swift",
"Color+Hex.swift",
"Color+LAB.swift",
"Color+Manipulation.swift",
"Color+Palette.swift",
"Color.swift",
"NamedColor.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.