Build Information
Successful build of KMBFormatter, reference main (34f018), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 20:21:59 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/a-sarris/KMBFormatter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/a-sarris/KMBFormatter
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 34f0180 add workflow
Cloned https://github.com/a-sarris/KMBFormatter.git
Revision (git rev-parse @):
34f0180f6c6defe1c1a460142bbf1f422c5e102e
SUCCESS checkout https://github.com/a-sarris/KMBFormatter.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "kmbformatter",
"name": "KMBFormatter",
"url": "https://github.com/a-sarris/KMBFormatter.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KMBFormatter",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/a-sarris/KMBFormatter.git
[1/27] Fetching kmbformatter
Fetched https://github.com/a-sarris/KMBFormatter.git from cache (0.52s)
Creating working copy for https://github.com/a-sarris/KMBFormatter.git
Working copy of https://github.com/a-sarris/KMBFormatter.git resolved at main (34f0180)
warning: '.resolve-product-dependencies': dependency 'kmbformatter' 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/a-sarris/KMBFormatter.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] Emitting module KMBFormatter
[4/4] Compiling KMBFormatter KMBFormatter.swift
Build complete! (3.44s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "KMBFormatter",
"name" : "KMBFormatter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "KMBFormatter",
"targets" : [
"KMBFormatter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KMBFormatterTests",
"module_type" : "SwiftTarget",
"name" : "KMBFormatterTests",
"path" : "Tests/KMBFormatterTests",
"sources" : [
"KMBFormatterTests.swift"
],
"target_dependencies" : [
"KMBFormatter"
],
"type" : "test"
},
{
"c99name" : "KMBFormatter",
"module_type" : "SwiftTarget",
"name" : "KMBFormatter",
"path" : "Sources/KMBFormatter",
"product_memberships" : [
"KMBFormatter"
],
"sources" : [
"KMBFormatter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.