Build Information
Successful build of RandomColor, reference master (ab01c6), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 01:44:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onevcat/RandomColorSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onevcat/RandomColorSwift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ab01c6e Update readme
Cloned https://github.com/onevcat/RandomColorSwift.git
Revision (git rev-parse @):
ab01c6eff99f40c5e23ffcb957eb3971f937f106
SUCCESS checkout https://github.com/onevcat/RandomColorSwift.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "randomcolorswift",
"name": "RandomColor",
"url": "https://github.com/onevcat/RandomColorSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RandomColorSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/onevcat/RandomColorSwift.git
[1/316] Fetching randomcolorswift
Fetched https://github.com/onevcat/RandomColorSwift.git from cache (0.75s)
Creating working copy for https://github.com/onevcat/RandomColorSwift.git
Working copy of https://github.com/onevcat/RandomColorSwift.git resolved at master (ab01c6e)
warning: '.resolve-product-dependencies': dependency 'randomcolorswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/onevcat/RandomColorSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling RandomColor Hue.swift
[4/7] Compiling RandomColor RandomColor.swift
/Users/admin/builder/spi-builder-workspace/RandomColor/RandomColor.swift:134:13: warning: variable 'color' was never mutated; consider changing to 'let' constant
132 |
133 | func pickBrightness(color: ColorDefinition, saturationValue: Int, luminosity: Luminosity) -> Int {
134 | var color = color
| `- warning: variable 'color' was never mutated; consider changing to 'let' constant
135 |
136 | func getMinimumBrightness(saturationValue: Int) -> Int {
[5/7] Compiling RandomColor ColorDefinition.swift
[6/7] Compiling RandomColor Luminosity.swift
[7/7] Emitting module RandomColor
Build complete! (7.07s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RandomColor",
"name" : "RandomColor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "RandomColor",
"targets" : [
"RandomColor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RandomColor",
"module_type" : "SwiftTarget",
"name" : "RandomColor",
"path" : "RandomColor",
"product_memberships" : [
"RandomColor"
],
"sources" : [
"ColorDefinition.swift",
"Hue.swift",
"Luminosity.swift",
"RandomColor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.