Build Information
Successful build of KeyWindow, reference 0.0.4 (90a392), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 11:55:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/hishnash/KeyWindow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/14] Compiling KeyWindow KeyWindowObservableObject.swift
[4/15] Compiling KeyWindow KeyWindowValuesPreference.swift
[5/15] Emitting module KeyWindow
[6/15] Compiling KeyWindow WindowObservationModifier.swift
[7/15] Compiling KeyWindow WindowObserver.swift
[8/15] Compiling KeyWindow HostingWindowFinder.swift
[9/15] Compiling KeyWindow KeyWindowState.swift
[10/15] Compiling KeyWindow EnvironmentValues.swift
[11/15] Compiling KeyWindow AnyEquatable.swift
[12/15] Compiling KeyWindow KeyWindowValueBinding.swift
[13/15] Compiling KeyWindow KeyWindowValue.swift
[14/15] Compiling KeyWindow KeyWindowOptionalValueBinding.swift
[15/15] Compiling KeyWindow KeyWindowValueKey.swift
Build complete! (9.33s)
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.