Build Information
Successful build of KeyWindow, reference 0.0.4 (90a392), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 00:48:02 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/hishnash/KeyWindow.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hishnash/KeyWindow
* tag 0.0.4 -> FETCH_HEAD
HEAD is now at 90a392b Use the the proper swift way of Type based keys
Cloned https://github.com/hishnash/KeyWindow.git
Revision (git rev-parse @):
90a392b96ed861c53eb0a580be842d57ea88741c
SUCCESS checkout https://github.com/hishnash/KeyWindow.git at 0.0.4
========================================
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": "keywindow",
"name": "KeyWindow",
"url": "https://github.com/hishnash/KeyWindow.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeyWindow",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/hishnash/KeyWindow.git
[1/83] Fetching keywindow
Fetched https://github.com/hishnash/KeyWindow.git from cache (0.60s)
Creating working copy for https://github.com/hishnash/KeyWindow.git
Working copy of https://github.com/hishnash/KeyWindow.git resolved at 0.0.4 (90a392b)
warning: '.resolve-product-dependencies': dependency 'keywindow' 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/hishnash/KeyWindow.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/14] Compiling KeyWindow WindowObserver.swift
[4/14] Compiling KeyWindow HostingWindowFinder.swift
[5/14] Compiling KeyWindow KeyWindowState.swift
[6/14] Compiling KeyWindow EnvironmentValues.swift
[7/14] Compiling KeyWindow AnyEquatable.swift
[8/14] Compiling KeyWindow KeyWindowValuesPreference.swift
[9/14] Emitting module KeyWindow
[10/14] Compiling KeyWindow KeyWindowValueBinding.swift
[11/14] Compiling KeyWindow WindowObservationModifier.swift
[12/14] Compiling KeyWindow KeyWindowObservableObject.swift
[13/14] Compiling KeyWindow KeyWindowValue.swift
[14/14] Compiling KeyWindow KeyWindowOptionalValueBinding.swift
[15/15] Compiling KeyWindow KeyWindowValueKey.swift
Build complete! (9.96s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "KeyWindow",
"name" : "KeyWindow",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "KeyWindow",
"targets" : [
"KeyWindow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeyWindowTests",
"module_type" : "SwiftTarget",
"name" : "KeyWindowTests",
"path" : "Tests/KeyWindowTests",
"sources" : [
"AnyEquatableTests.swift",
"KeyWindowValueKeyTests.swift"
],
"target_dependencies" : [
"KeyWindow"
],
"type" : "test"
},
{
"c99name" : "KeyWindow",
"module_type" : "SwiftTarget",
"name" : "KeyWindow",
"path" : "Sources/KeyWindow",
"product_memberships" : [
"KeyWindow"
],
"sources" : [
"EnvironmentValues.swift",
"Internal/AnyEquatable.swift",
"Internal/HostingWindowFinder.swift",
"Internal/KeyWindowState.swift",
"Internal/KeyWindowValuesPreference.swift",
"Internal/WindowObservationModifier.swift",
"Internal/WindowObserver.swift",
"KeyWindowObservableObject.swift",
"KeyWindowOptionalValueBinding.swift",
"KeyWindowValue.swift",
"KeyWindowValueBinding.swift",
"KeyWindowValueKey.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.