Build Information
Successful build of LoggerKit, reference master (32680c
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 01:19:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pvieito/LoggerKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pvieito/LoggerKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 32680ce [LoggerKit] Updated Rainbow package
Cloned https://github.com/pvieito/LoggerKit.git
Revision (git rev-parse @):
32680ce247721c879d3797c329904d3db720e551
SUCCESS checkout https://github.com/pvieito/LoggerKit.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/pvieito/LoggerKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/17] Compiling Rainbow StringGenerator.swift
[6/18] Compiling Rainbow String+Rainbow.swift
[7/18] Compiling Rainbow ModesExtractor.swift
[8/18] Compiling Rainbow Style.swift
[9/18] Compiling Rainbow BackgroundColor.swift
[10/18] Compiling Rainbow CodesParser.swift
[11/18] Emitting module Rainbow
[12/18] Compiling Rainbow ColorApproximation.swift
[13/18] Compiling Rainbow Color.swift
[14/18] Compiling Rainbow ControlCode.swift
[15/18] Compiling Rainbow Rainbow.swift
[16/18] Compiling Rainbow OutputTarget.swift
[17/18] Compiling LoggerKitMac Logger.swift
[18/18] Emitting module LoggerKitMac
[19/20] Emitting module LoggerKit
[20/20] Compiling LoggerKit Logger.swift
Build complete! (7.65s)
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.83s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.90s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "LoggerKit",
"name" : "LoggerKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LoggerKit",
"targets" : [
"LoggerKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LoggerKitMac",
"targets" : [
"LoggerKitMac"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggerKitTests",
"module_type" : "SwiftTarget",
"name" : "LoggerKitTests",
"path" : "Tests/LoggerKitTests",
"sources" : [
"LoggerKitTests.swift"
],
"target_dependencies" : [
"LoggerKit"
],
"type" : "test"
},
{
"c99name" : "LoggerKitMac",
"module_type" : "SwiftTarget",
"name" : "LoggerKitMac",
"path" : "LoggerKitMac",
"product_memberships" : [
"LoggerKitMac"
],
"sources" : [
"Logger.swift"
],
"type" : "library"
},
{
"c99name" : "LoggerKit",
"module_type" : "SwiftTarget",
"name" : "LoggerKit",
"path" : "LoggerKit",
"product_dependencies" : [
"Rainbow"
],
"product_memberships" : [
"LoggerKit"
],
"sources" : [
"Logger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.