Build Information
Successful build of Rainbow, reference master (029c82), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 17:33:52 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/luoxiu/rainbow.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/luoxiu/rainbow
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 029c829 change module_name to Rainbow
Cloned https://github.com/luoxiu/rainbow.git
Revision (git rev-parse @):
029c8290142a9b35d5205dbb1239295eff283305
SUCCESS checkout https://github.com/luoxiu/rainbow.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": "rainbow",
"name": "Rainbow",
"url": "https://github.com/luoxiu/rainbow.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/rainbow",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/luoxiu/rainbow.git
[1/234] Fetching rainbow
Fetched https://github.com/luoxiu/rainbow.git from cache (0.74s)
Creating working copy for https://github.com/luoxiu/rainbow.git
Working copy of https://github.com/luoxiu/rainbow.git resolved at master (029c829)
warning: '.resolve-product-dependencies': dependency 'rainbow' 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/luoxiu/rainbow.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/8] Compiling Rainbow Color+Cocoa.swift
[4/8] Compiling Rainbow Double.swift
[5/8] Compiling Rainbow Color.swift
[6/8] Compiling Rainbow NSRegularExpression.swift
[7/8] Emitting module Rainbow
[8/8] Compiling Rainbow Colors.swift
Build complete! (7.97s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Rainbow",
"name" : "Rainbow",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Rainbow",
"targets" : [
"Rainbow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RainbowTests",
"module_type" : "SwiftTarget",
"name" : "RainbowTests",
"path" : "Tests/RainbowTests",
"sources" : [
"RainbowTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Rainbow"
],
"type" : "test"
},
{
"c99name" : "Rainbow",
"module_type" : "SwiftTarget",
"name" : "Rainbow",
"path" : "Sources/Rainbow",
"product_memberships" : [
"Rainbow"
],
"sources" : [
"Color+Cocoa.swift",
"Color.swift",
"Colors.swift",
"Utils/Double.swift",
"Utils/NSRegularExpression.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.