Build Information
Successful build of Chronicle, reference main (2e442a), with Swift 6.2 for macOS (SPM) on 1 Jan 2026 18:18:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saagarjha/Chronicle.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/saagarjha/Chronicle
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2e442a8 Format
Cloned https://github.com/saagarjha/Chronicle.git
Revision (git rev-parse @):
2e442a8f1e559a5e4807955b741520db8127b1f2
SUCCESS checkout https://github.com/saagarjha/Chronicle.git at main
========================================
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",
"dependencies": [
{
"identity": "chronicle",
"name": "Chronicle",
"url": "https://github.com/saagarjha/Chronicle.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Chronicle",
"dependencies": [
]
}
]
}
Fetching https://github.com/saagarjha/Chronicle.git
[1/98] Fetching chronicle
Fetched https://github.com/saagarjha/Chronicle.git from cache (0.68s)
Creating working copy for https://github.com/saagarjha/Chronicle.git
Working copy of https://github.com/saagarjha/Chronicle.git resolved at main (2e442a8)
warning: '.resolve-product-dependencies': dependency 'chronicle' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/saagarjha/Chronicle.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version-49B95AFC49DCD68C.txt
[4/7] Compiling Macros Macro.swift
[5/7] Emitting module Macros
[5/7] Write Objects.LinkFileList
[6/7] Linking Macros-tool
[8/17] Compiling Chronicle Epilog.swift
[9/17] Compiling Chronicle StringCollector.swift
[10/17] Compiling Chronicle Logger.swift
[11/17] Compiling Chronicle EntrySequence.swift
[12/17] Compiling Chronicle Macro.swift
[13/17] Compiling Chronicle Loggable.swift
[14/17] Compiling Chronicle Entry.swift
[15/17] Compiling Chronicle Chronicle.swift
[16/17] Compiling Chronicle Buffer.swift
[17/17] Emitting module Chronicle
Build complete! (5.24s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Chronicle",
"name" : "Chronicle",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Chronicle",
"targets" : [
"Chronicle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Macros",
"targets" : [
"Macros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "Macros",
"module_type" : "SwiftTarget",
"name" : "Macros",
"path" : "Sources/Macros",
"product_memberships" : [
"Chronicle",
"Macros"
],
"sources" : [
"Macro.swift"
],
"type" : "macro"
},
{
"c99name" : "ChronicleTests",
"module_type" : "SwiftTarget",
"name" : "ChronicleTests",
"path" : "Tests/ChronicleTests",
"sources" : [
"ChronicleTests.swift"
],
"target_dependencies" : [
"Chronicle"
],
"type" : "test"
},
{
"c99name" : "Chronicle",
"module_type" : "SwiftTarget",
"name" : "Chronicle",
"path" : "Sources/Chronicle",
"product_memberships" : [
"Chronicle"
],
"sources" : [
"Buffer.swift",
"Chronicle.swift",
"Entry.swift",
"EntrySequence.swift",
"Epilog.swift",
"Loggable.swift",
"Logger.swift",
"Macro.swift",
"StringCollector.swift"
],
"target_dependencies" : [
"Macros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.