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 HotKey, reference v0.2.0 (31234d), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 04:49:22 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/HotKey.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/HotKey
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at 31234df Add swift-version for CocoaPods _sigh_
Cloned https://github.com/dagronf/HotKey.git
Revision (git rev-parse @):
31234dfbb4330b90ee10d89fbacb77316781cc06
SUCCESS checkout https://github.com/dagronf/HotKey.git at v0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/HotKey.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/9] Compiling HotKey NSEventModifierFlags+HotKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/HotKey/NSEventModifierFlags+HotKey.swift:49:1: warning: extension declares a conformance of imported type 'ModifierFlags' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
47 | }
48 |
49 | extension NSEvent.ModifierFlags: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'ModifierFlags' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |     public var description: String {
51 |         var output = ""
[4/9] Compiling HotKey KeyCombo.swift
[5/9] Compiling HotKey Key.swift
[6/9] Compiling HotKey HotKeysController.swift
[7/9] Emitting module HotKey
/Users/admin/builder/spi-builder-workspace/Sources/HotKey/NSEventModifierFlags+HotKey.swift:49:1: warning: extension declares a conformance of imported type 'ModifierFlags' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
47 | }
48 |
49 | extension NSEvent.ModifierFlags: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'ModifierFlags' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |     public var description: String {
51 |         var output = ""
[8/9] Compiling HotKey KeyCombo+System.swift
[9/9] Compiling HotKey HotKey.swift
Build complete! (6.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HotKey",
  "name" : "HotKey",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HotKey",
      "targets" : [
        "HotKey"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HotKeyTests",
      "module_type" : "SwiftTarget",
      "name" : "HotKeyTests",
      "path" : "Tests/HotKeyTests",
      "sources" : [
        "KeyComboTests.swift",
        "ModifierFlagsTests.swift"
      ],
      "target_dependencies" : [
        "HotKey"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HotKey",
      "module_type" : "SwiftTarget",
      "name" : "HotKey",
      "path" : "Sources/HotKey",
      "product_memberships" : [
        "HotKey"
      ],
      "sources" : [
        "HotKey.swift",
        "HotKeysController.swift",
        "Key.swift",
        "KeyCombo+System.swift",
        "KeyCombo.swift",
        "NSEventModifierFlags+HotKey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.