The Swift Package Index logo.Swift Package Index

Build Information

Successful build of KeyWindow, reference main (76a37e), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 00:47:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hishnash/KeyWindow.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hishnash/KeyWindow
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 76a37e0 Expose KeyWindowState as public
Cloned https://github.com/hishnash/KeyWindow.git
Revision (git rev-parse @):
76a37e0cb9fb1adb446b544e83cdea8b8b0d6768
SUCCESS checkout https://github.com/hishnash/KeyWindow.git at main
========================================
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
[2/83] Fetching keywindow
Fetched https://github.com/hishnash/KeyWindow.git from cache (0.64s)
Creating working copy for https://github.com/hishnash/KeyWindow.git
Working copy of https://github.com/hishnash/KeyWindow.git resolved at main (76a37e0)
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 KeyWindowValue.swift
[4/14] Compiling KeyWindow KeyWindowValueBinding.swift
[5/15] Compiling KeyWindow HostingWindowFinder.swift
[6/15] Compiling KeyWindow KeyWindowState.swift
[7/15] Emitting module KeyWindow
[8/15] Compiling KeyWindow KeyWindowValuesPreference.swift
[9/15] Compiling KeyWindow EnvironmentValues.swift
[10/15] Compiling KeyWindow AnyEquatable.swift
[11/15] Compiling KeyWindow WindowObserver.swift
[12/15] Compiling KeyWindow WindowObservationModifier.swift
[13/15] Compiling KeyWindow KeyWindowOptionalValueBinding.swift
[14/15] Compiling KeyWindow KeyWindowObservableObject.swift
[15/15] Compiling KeyWindow KeyWindowValueKey.swift
Build complete! (10.16s)
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.