Build Information
Successful build of Chalk, reference 0.5.0 (a7f58e), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 19:54:26 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/mxcl/chalk.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mxcl/chalk
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at a7f58e4 Merge pull request #7 from mickeyl/master
Cloned https://github.com/mxcl/chalk.git
Revision (git rev-parse @):
a7f58e47a08ca5a84f73acc4bcf6c2c19d990609
SUCCESS checkout https://github.com/mxcl/chalk.git at 0.5.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "chalk",
"name": "Chalk",
"url": "https://github.com/mxcl/chalk.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/chalk",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/mxcl/chalk.git
[1/81] Fetching chalk
Fetched https://github.com/mxcl/chalk.git from cache (1.34s)
Creating working copy for https://github.com/mxcl/chalk.git
Working copy of https://github.com/mxcl/chalk.git resolved at 0.5.0 (a7f58e4)
warning: '.resolve-product-dependencies': dependency 'chalk' 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/mxcl/chalk.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/4] Compiling Chalk Chalk.swift
[4/4] Emitting module Chalk
Build complete! (3.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Chalk",
"name" : "Chalk",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Chalk",
"targets" : [
"Chalk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Chalk",
"module_type" : "SwiftTarget",
"name" : "Chalk",
"path" : ".",
"product_memberships" : [
"Chalk"
],
"sources" : [
"Chalk.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.