The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of AppKitFocusOverlay, reference 2.0.0 (08eeaf), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 04:45:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/AppKitFocusOverlay.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/10] Compiling HotKey NSEventModifierFlags+HotKey.swift
[5/10] Compiling HotKey HotKeysController.swift
[6/10] Compiling HotKey KeyCombo.swift
[7/10] Compiling HotKey HotKey.swift
[8/10] Compiling HotKey Key.swift
[9/10] Emitting module HotKey
[10/10] Compiling HotKey KeyCombo+System.swift
[11/15] Compiling AppKitFocusOverlay Palette.swift
[12/15] Compiling AppKitFocusOverlay CGContext+extensions.swift
[13/15] Compiling AppKitFocusOverlay CGPath+arrow.swift
[14/15] Compiling AppKitFocusOverlay AppKitFocusOverlay.swift
[15/15] Emitting module AppKitFocusOverlay
Build complete! (9.08s)
Fetching https://github.com/dagronf/HotKey
[1/401] Fetching hotkey
Fetched https://github.com/dagronf/HotKey from cache (0.71s)
Computing version for https://github.com/dagronf/HotKey
Computed https://github.com/dagronf/HotKey at 0.2.0 (1.21s)
Creating working copy for https://github.com/dagronf/HotKey
Working copy of https://github.com/dagronf/HotKey resolved at 0.2.0
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.