Build Information
Successful build of swift-color, reference 0.1.0 (887c1c), with Swift 6.0 for macOS (SPM) on 4 Jan 2026 19:58:21 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/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/CorvidLabs/swift-color.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/12] Compiling Color Color.swift
[4/12] Compiling Color NamedColor.swift
[5/12] Compiling Color Color+Manipulation.swift
[6/12] Compiling Color Color+LAB.swift
[7/12] Compiling Color Color+Palette.swift
[8/12] Compiling Color Color+HSV.swift
[9/12] Compiling Color Color+HSL.swift
[10/12] Emitting module Color
[11/12] Compiling Color Color+Accessibility.swift
[12/12] Compiling Color Color+Hex.swift
Build complete! (5.29s)
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.