Build Information
Successful build of Chalk, reference 0.2.1 (8a9d33), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 22:05:11 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/Chalk.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/luoxiu/Chalk
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 8a9d337 remove executable product
Cloned https://github.com/luoxiu/Chalk.git
Revision (git rev-parse @):
8a9d3373bd754fb62f7881d9f639d376f5e4d5a5
SUCCESS checkout https://github.com/luoxiu/Chalk.git at 0.2.1
Fetching https://github.com/luoxiu/Rainbow
[1/234] Fetching rainbow
Fetched https://github.com/luoxiu/Rainbow from cache (0.60s)
Computing version for https://github.com/luoxiu/Rainbow
Computed https://github.com/luoxiu/Rainbow at 0.1.1 (1.35s)
Creating working copy for https://github.com/luoxiu/Rainbow
Working copy of https://github.com/luoxiu/Rainbow resolved at 0.1.1
========================================
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": "chalk",
"name": "Chalk",
"url": "https://github.com/luoxiu/Chalk.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Chalk",
"traits": [
"default"
],
"dependencies": [
{
"identity": "rainbow",
"name": "Rainbow",
"url": "https://github.com/luoxiu/Rainbow",
"version": "0.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/luoxiu/Chalk.git
[1/329] Fetching chalk
Fetched https://github.com/luoxiu/Chalk.git from cache (0.76s)
Fetching https://github.com/luoxiu/Rainbow from cache
Fetched https://github.com/luoxiu/Rainbow from cache (0.45s)
Computing version for https://github.com/luoxiu/Rainbow
Computed https://github.com/luoxiu/Rainbow at 0.1.1 (0.51s)
Creating working copy for https://github.com/luoxiu/Chalk.git
Working copy of https://github.com/luoxiu/Chalk.git resolved at 0.2.1 (8a9d337)
Creating working copy for https://github.com/luoxiu/Rainbow
Working copy of https://github.com/luoxiu/Rainbow resolved at 0.1.1
warning: '.resolve-product-dependencies': dependency 'chalk' is not used by any target
Found 1 product dependencies
- Rainbow
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/luoxiu/Chalk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write chalk-app-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/14] Compiling Rainbow NSRegularExpression.swift
[7/14] Compiling Rainbow Double.swift
[8/14] Emitting module Rainbow
[9/14] Compiling Rainbow Colors.swift
[10/14] Compiling Rainbow Color.swift
[11/14] Compiling Rainbow Color+Cocoa.swift
[12/22] Emitting module Chalk
[13/22] Compiling Chalk TerminalStringConvertible.swift
[14/22] Compiling Chalk TerminalString.swift
[15/22] Compiling Chalk String+RegRxp.swift
[16/22] Compiling Chalk TerminalSupportedColor.swift
[17/22] Compiling Chalk Modifier.swift
[18/22] Compiling Chalk Style.swift
[19/22] Compiling Chalk Color.swift
[20/24] Compiling chalk_app main.swift
[21/24] Emitting module chalk_app
[21/24] Write Objects.LinkFileList
[22/24] Linking chalk-app
[23/24] Applying chalk-app
Build complete! (9.89s)
Build complete.
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/luoxiu/Rainbow"
}
],
"manifest_display_name" : "Chalk",
"name" : "Chalk",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Chalk",
"targets" : [
"Chalk"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "chalk-app",
"targets" : [
"chalk-app"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "chalk_app",
"module_type" : "SwiftTarget",
"name" : "chalk-app",
"path" : "Sources/chalk-app",
"product_memberships" : [
"chalk-app"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Chalk"
],
"type" : "executable"
},
{
"c99name" : "ChalkTests",
"module_type" : "SwiftTarget",
"name" : "ChalkTests",
"path" : "Tests/ChalkTests",
"sources" : [
"ChalkTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Chalk"
],
"type" : "test"
},
{
"c99name" : "Chalk",
"module_type" : "SwiftTarget",
"name" : "Chalk",
"path" : "Sources/Chalk",
"product_dependencies" : [
"Rainbow"
],
"product_memberships" : [
"Chalk",
"chalk-app"
],
"sources" : [
"Color.swift",
"Modifier.swift",
"Style.swift",
"TerminalString.swift",
"TerminalStringConvertible.swift",
"TerminalSupportedColor.swift",
"Utils/String+RegRxp.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.