Build Information
Successful build of Chalk with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/luoxiu/Chalk.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/luoxiu/Chalk
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 21772da swiftformat .
Cloned https://github.com/luoxiu/Chalk.git
Revision (git rev-parse @):
21772da25e1be308ea8a8ab2b67297fb35195b35
SUCCESS checkout https://github.com/luoxiu/Chalk.git at master
Fetching https://github.com/luoxiu/Rainbow from cache
Fetched https://github.com/luoxiu/Rainbow (0.19s)
Computing version for https://github.com/luoxiu/Rainbow
Computed https://github.com/luoxiu/Rainbow at 0.1.1 (0.03s)
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/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "chalk",
"name": "Chalk",
"url": "https://github.com/luoxiu/Chalk.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Chalk",
"dependencies": [
{
"identity": "rainbow",
"name": "Rainbow",
"url": "https://github.com/luoxiu/Rainbow",
"version": "0.1.1",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/luoxiu/Chalk.git
[1/329] Fetching chalk
Fetched https://github.com/luoxiu/Chalk.git (0.28s)
Fetching https://github.com/luoxiu/Rainbow from cache
Fetched https://github.com/luoxiu/Rainbow (0.15s)
Computing version for https://github.com/luoxiu/Rainbow
Computed https://github.com/luoxiu/Rainbow at 0.1.1 (0.02s)
Creating working copy for https://github.com/luoxiu/Chalk.git
Working copy of https://github.com/luoxiu/Chalk.git resolved at master
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: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling Rainbow Colors.swift
[2/7] Compiling Rainbow NSRegularExpression.swift
[3/7] Compiling Rainbow Double.swift
[4/7] Compiling Rainbow Color.swift
[5/7] Compiling Rainbow Color+Cocoa.swift
[6/7] Emitting module Rainbow
[7/15] Compiling Chalk TerminalStringConvertible.swift
[8/15] Compiling Chalk TerminalString.swift
[9/15] Compiling Chalk String+RegRxp.swift
[10/15] Compiling Chalk TerminalSupportedColor.swift
[11/15] Compiling Chalk Modifier.swift
[12/15] Compiling Chalk Color.swift
[13/15] Compiling Chalk Style.swift
[14/15] Emitting module Chalk
[15/17] Compiling chalk_app main.swift
[16/17] Emitting module chalk_app
[16/17] Linking chalk-app
Build complete! (10.42s)
Build complete.
Done.