Build Information
Successful build of AXSwift, reference 0.3.2 (81dcc3), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 11:52:46 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/tmandry/AXSwift.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tmandry/AXSwift
* tag 0.3.2 -> FETCH_HEAD
HEAD is now at 81dcc36 v0.3.2
Cloned https://github.com/tmandry/AXSwift.git
Revision (git rev-parse @):
81dcc36aced905d6464cc25e35f8d13184bbf21c
SUCCESS checkout https://github.com/tmandry/AXSwift.git at 0.3.2
========================================
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": "axswift",
"name": "AXSwift",
"url": "https://github.com/tmandry/AXSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AXSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/tmandry/AXSwift.git
[1/670] Fetching axswift
Fetched https://github.com/tmandry/AXSwift.git from cache (0.80s)
Creating working copy for https://github.com/tmandry/AXSwift.git
Working copy of https://github.com/tmandry/AXSwift.git resolved at 0.3.2 (81dcc36)
warning: '.resolve-product-dependencies': dependency 'axswift' 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/tmandry/AXSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[2/12] Write AXSwiftExample-entitlement.plist
[2/12] Write AXSwiftObserverExample-entitlement.plist
[5/12] Write swift-version--6988338F2F200930.txt
[7/20] Emitting module AXSwift
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:4:1: warning: extension declares a conformance of imported type 'AXError' to imported protocols '_BridgedNSError', '_ObjectiveCBridgeableError'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
2 | import Cocoa
3 |
4 | extension AXError: Swift.Error {}
| |- warning: extension declares a conformance of imported type 'AXError' to imported protocols '_BridgedNSError', '_ObjectiveCBridgeableError'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 |
6 | // For some reason values don't get described in this enum, so we have to do it manually.
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:7:1: warning: extension declares a conformance of imported type 'AXError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
5 |
6 | // For some reason values don't get described in this enum, so we have to do it manually.
7 | extension AXError: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'AXError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 | fileprivate var valueAsString: String {
9 | switch self {
[8/20] Compiling AXSwift SystemWideElement.swift
[9/20] Compiling AXSwift UIElement.swift
[10/20] Compiling AXSwift Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:4:1: warning: extension declares a conformance of imported type 'AXError' to imported protocols '_BridgedNSError', '_ObjectiveCBridgeableError'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
2 | import Cocoa
3 |
4 | extension AXError: Swift.Error {}
| |- warning: extension declares a conformance of imported type 'AXError' to imported protocols '_BridgedNSError', '_ObjectiveCBridgeableError'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 |
6 | // For some reason values don't get described in this enum, so we have to do it manually.
/Users/admin/builder/spi-builder-workspace/Sources/Error.swift:7:1: warning: extension declares a conformance of imported type 'AXError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
5 |
6 | // For some reason values don't get described in this enum, so we have to do it manually.
7 | extension AXError: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'AXError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApplicationServices' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 | fileprivate var valueAsString: String {
9 | switch self {
[11/20] Compiling AXSwift Application.swift
[12/20] Compiling AXSwift Constants.swift
[13/20] Compiling AXSwift Observer.swift
[14/20] Compiling AXSwift AXSwift.swift
[15/26] Compiling AXSwiftExample AppDelegate.swift
[16/26] Compiling AXSwiftExample main.swift
[17/26] Emitting module AXSwiftExample
[17/26] Write Objects.LinkFileList
[19/26] Compiling AXSwiftObserverExample main.swift
[20/26] Compiling AXSwiftObserverExample AppDelegate.swift
[21/26] Emitting module AXSwiftObserverExample
[21/26] Write Objects.LinkFileList
[22/26] Linking AXSwiftObserverExample
[23/26] Applying AXSwiftObserverExample
[24/26] Linking AXSwiftExample
[25/26] Applying AXSwiftExample
Build complete! (9.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AXSwift",
"name" : "AXSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AXSwift",
"targets" : [
"AXSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AXSwiftObserverExample",
"targets" : [
"AXSwiftObserverExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "AXSwiftExample",
"targets" : [
"AXSwiftExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AXSwiftObserverExample",
"module_type" : "SwiftTarget",
"name" : "AXSwiftObserverExample",
"path" : "AXSwiftObserverExample",
"product_memberships" : [
"AXSwiftObserverExample"
],
"sources" : [
"AppDelegate.swift",
"main.swift"
],
"target_dependencies" : [
"AXSwift"
],
"type" : "executable"
},
{
"c99name" : "AXSwiftExample",
"module_type" : "SwiftTarget",
"name" : "AXSwiftExample",
"path" : "AXSwiftExample",
"product_memberships" : [
"AXSwiftExample"
],
"sources" : [
"AppDelegate.swift",
"main.swift"
],
"target_dependencies" : [
"AXSwift"
],
"type" : "executable"
},
{
"c99name" : "AXSwift",
"module_type" : "SwiftTarget",
"name" : "AXSwift",
"path" : "Sources",
"product_memberships" : [
"AXSwift",
"AXSwiftObserverExample",
"AXSwiftExample"
],
"sources" : [
"AXSwift.swift",
"Application.swift",
"Constants.swift",
"Error.swift",
"Observer.swift",
"SystemWideElement.swift",
"UIElement.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.