Build Information
Successful build of swift-color, reference 0.1.0 (887c1c), with Swift 6.2 for macOS (SPM) on 4 Jan 2026 19:43:21 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: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-color
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 887c1cc Remove redundant StrictConcurrency flag for Swift 6 compatibility
Cloned https://github.com/CorvidLabs/swift-color.git
Revision (git rev-parse @):
887c1cc6a85b3d416c092646ac21b904c2ef2972
SUCCESS checkout https://github.com/CorvidLabs/swift-color.git at 0.1.0
========================================
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/422] Fetching swift-color
Fetched https://github.com/CorvidLabs/swift-color.git from cache (1.19s)
Creating working copy for https://github.com/CorvidLabs/swift-color.git
Working copy of https://github.com/CorvidLabs/swift-color.git resolved at 0.1.0 (887c1cc)
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling Color Color+Manipulation.swift
[4/12] Compiling Color Color.swift
[5/12] Compiling Color Color+HSV.swift
[6/12] Compiling Color Color+HSL.swift
[7/12] Compiling Color Color+Hex.swift
[8/12] Emitting module Color
[9/12] Compiling Color Color+LAB.swift
[10/12] Compiling Color Color+Palette.swift
[11/12] Compiling Color Color+Accessibility.swift
[12/12] Compiling Color NamedColor.swift
Build complete! (4.91s)
Build complete.
{
"dependencies" : [
],
"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" : [
"ColorTests.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.