Build Information
Successful build of ArborEssence, reference v1.1.1 (8df183), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 20:32:22 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/YannisDC/ArborEssence.git
Reference: v1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/YannisDC/ArborEssence
* tag v1.1.1 -> FETCH_HEAD
HEAD is now at 8df1837 include swift 6.0
Cloned https://github.com/YannisDC/ArborEssence.git
Revision (git rev-parse @):
8df1837a1a3709275e640e4d2342d878fa0e5167
SUCCESS checkout https://github.com/YannisDC/ArborEssence.git at v1.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": "arboressence",
"name": "ArborEssence",
"url": "https://github.com/YannisDC/ArborEssence.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ArborEssence",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/YannisDC/ArborEssence.git
[1/45] Fetching arboressence
Fetched https://github.com/YannisDC/ArborEssence.git from cache (0.51s)
Creating working copy for https://github.com/YannisDC/ArborEssence.git
Working copy of https://github.com/YannisDC/ArborEssence.git resolved at v1.1.1 (8df1837)
warning: '.resolve-product-dependencies': dependency 'arboressence' 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/YannisDC/ArborEssence.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/11] Compiling ArborEssence ArborEssence.swift
[4/11] Compiling ArborEssence ParserDebugger.swift
[5/11] Emitting module ArborEssence
[6/11] Compiling ArborEssence ParserDebugging.swift
[7/11] Compiling ArborEssence TraceNode.swift
[8/11] Compiling ArborEssence NoOpParserDebugger.swift
[9/11] Compiling ArborEssence OperationType.swift
[10/11] Compiling ArborEssence SuccessSymbols.swift
[11/11] Compiling ArborEssence RightMostFailureParserDebugger.swift
Build complete! (5.95s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ArborEssence",
"name" : "ArborEssence",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ArborEssence",
"targets" : [
"ArborEssence"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArborEssenceTests",
"module_type" : "SwiftTarget",
"name" : "ArborEssenceTests",
"path" : "Tests/ArborEssenceTests",
"sources" : [
"ArborEssenceTests.swift",
"TestingGrammar.swift"
],
"target_dependencies" : [
"ArborEssence"
],
"type" : "test"
},
{
"c99name" : "ArborEssence",
"module_type" : "SwiftTarget",
"name" : "ArborEssence",
"path" : "Sources/ArborEssence",
"product_memberships" : [
"ArborEssence"
],
"sources" : [
"ArborEssence.swift",
"NoOpParserDebugger.swift",
"OperationType.swift",
"ParserDebugger.swift",
"ParserDebugging.swift",
"RightMostFailureParserDebugger.swift",
"SuccessSymbols.swift",
"TraceNode.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.