Build Information
Successful build of AppKitFocusOverlay, reference 2.0.0 (08eeaf), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 02:40:57 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/dagronf/AppKitFocusOverlay.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/AppKitFocusOverlay
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 08eeaff Update to latest HotKey version, set macOS version to 10.13
Cloned https://github.com/dagronf/AppKitFocusOverlay.git
Revision (git rev-parse @):
08eeaff0eedd0c32b5001f77a57855292c658b55
SUCCESS checkout https://github.com/dagronf/AppKitFocusOverlay.git at 2.0.0
Fetching https://github.com/dagronf/HotKey
[1/401] Fetching hotkey
Fetched https://github.com/dagronf/HotKey from cache (0.66s)
Computing version for https://github.com/dagronf/HotKey
Computed https://github.com/dagronf/HotKey at 0.2.0 (1.37s)
Creating working copy for https://github.com/dagronf/HotKey
Working copy of https://github.com/dagronf/HotKey resolved at 0.2.0
========================================
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": "appkitfocusoverlay",
"name": "AppKitFocusOverlay",
"url": "https://github.com/dagronf/AppKitFocusOverlay.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AppKitFocusOverlay",
"traits": [
"default"
],
"dependencies": [
{
"identity": "hotkey",
"name": "HotKey",
"url": "https://github.com/dagronf/HotKey",
"version": "0.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HotKey",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/dagronf/AppKitFocusOverlay.git
[1/175] Fetching appkitfocusoverlay
Fetched https://github.com/dagronf/AppKitFocusOverlay.git from cache (0.69s)
Fetching https://github.com/dagronf/HotKey from cache
Fetched https://github.com/dagronf/HotKey from cache (0.47s)
Computing version for https://github.com/dagronf/HotKey
Computed https://github.com/dagronf/HotKey at 0.2.0 (0.54s)
Creating working copy for https://github.com/dagronf/HotKey
Working copy of https://github.com/dagronf/HotKey resolved at 0.2.0
Creating working copy for https://github.com/dagronf/AppKitFocusOverlay.git
Working copy of https://github.com/dagronf/AppKitFocusOverlay.git resolved at 2.0.0 (08eeaff)
warning: '.resolve-product-dependencies': dependency 'appkitfocusoverlay' is not used by any target
Found 1 product dependencies
- HotKey
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/dagronf/AppKitFocusOverlay.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/10] Compiling HotKey NSEventModifierFlags+HotKey.swift
[5/10] Compiling HotKey Key.swift
[6/10] Compiling HotKey KeyCombo.swift
[7/10] Compiling HotKey HotKeysController.swift
[8/10] Compiling HotKey HotKey.swift
[9/10] Emitting module HotKey
[10/10] Compiling HotKey KeyCombo+System.swift
[11/15] Compiling AppKitFocusOverlay Palette.swift
[12/15] Compiling AppKitFocusOverlay CGPath+arrow.swift
[13/15] Compiling AppKitFocusOverlay CGContext+extensions.swift
[14/15] Emitting module AppKitFocusOverlay
[15/15] Compiling AppKitFocusOverlay AppKitFocusOverlay.swift
Build complete! (9.88s)
Build complete.
{
"dependencies" : [
{
"identity" : "hotkey",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dagronf/HotKey"
}
],
"manifest_display_name" : "AppKitFocusOverlay",
"name" : "AppKitFocusOverlay",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "AppKitFocusOverlay",
"targets" : [
"AppKitFocusOverlay"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppKitFocusOverlayTests",
"module_type" : "SwiftTarget",
"name" : "AppKitFocusOverlayTests",
"path" : "Tests/AppKitFocusOverlayTests",
"sources" : [
"AppKitFocusOverlayTests.swift"
],
"target_dependencies" : [
"AppKitFocusOverlay"
],
"type" : "test"
},
{
"c99name" : "AppKitFocusOverlay",
"module_type" : "SwiftTarget",
"name" : "AppKitFocusOverlay",
"path" : "Sources/AppKitFocusOverlay",
"product_dependencies" : [
"HotKey"
],
"product_memberships" : [
"AppKitFocusOverlay"
],
"sources" : [
"AppKitFocusOverlay.swift",
"private/CGContext+extensions.swift",
"private/CGPath+arrow.swift",
"private/Palette.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.