Build Information
Successful build of steve, reference v0.5.1 (200624), with Swift 6.2 for macOS (SPM) on 28 Mar 2026 02:26:49 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikker/steve.git
Reference: v0.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikker/steve
* tag v0.5.1 -> FETCH_HEAD
HEAD is now at 2006240 Release 0.5.1
Cloned https://github.com/mikker/steve.git
Revision (git rev-parse @):
200624093d63b1438140b6dda4055136045b4808
SUCCESS checkout https://github.com/mikker/steve.git at v0.5.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",
"dependencies": [
{
"identity": "steve",
"name": "steve",
"url": "https://github.com/mikker/steve.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/steve",
"dependencies": [
]
}
]
}
Fetching https://github.com/mikker/steve.git
[1/192] Fetching steve
Fetched https://github.com/mikker/steve.git from cache (0.72s)
Creating working copy for https://github.com/mikker/steve.git
Working copy of https://github.com/mikker/steve.git resolved at v0.5.1 (2006240)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mikker/steve.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write steve-entitlement.plist
[2/6] Write swift-version-49B95AFC49DCD68C.txt
[4/14] Compiling steve main.swift
[5/14] Compiling steve Trace.swift
[6/14] Compiling steve KeyCodes.swift
[7/14] Compiling steve Output.swift
[8/14] Emitting module steve
[9/14] Compiling steve Commands.swift
[10/14] Compiling steve CLI.swift
[11/14] Compiling steve AX.swift
[11/14] Write Objects.LinkFileList
[12/14] Linking steve
[13/14] Applying steve
Build complete! (8.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "steve",
"name" : "steve",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "steve",
"targets" : [
"steve"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "steveTests",
"module_type" : "SwiftTarget",
"name" : "steveTests",
"path" : "Tests/steveTests",
"sources" : [
"AXHelperTests.swift",
"CLIRunnerTests.swift",
"FindOptionsTests.swift",
"IntegrationTests.swift",
"KeyCodesTests.swift",
"MenuOptionsTests.swift",
"OutputTests.swift",
"ParsingTests.swift",
"QueryOptionsTests.swift",
"StatusBarOptionsTests.swift"
],
"target_dependencies" : [
"steve"
],
"type" : "test"
},
{
"c99name" : "steve",
"module_type" : "SwiftTarget",
"name" : "steve",
"path" : "Sources/steve",
"product_memberships" : [
"steve"
],
"sources" : [
"AX.swift",
"CLI.swift",
"Commands.swift",
"KeyCodes.swift",
"Output.swift",
"Trace.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Done.