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 master (4d02d8), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 04:49:21 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/HotKey
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4d02d80 Add Swift version to podspec
Cloned https://github.com/dagronf/HotKey.git
Revision (git rev-parse @):
4d02d80de143d69b7eeb5962729591a157a57ede
SUCCESS checkout https://github.com/dagronf/HotKey.git at master
========================================
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 KeyCombo.swift
[4/9] Compiling HotKey HotKeysController.swift
[5/9] Compiling HotKey HotKey.swift
[6/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 = ""
[7/9] Compiling HotKey KeyCombo+System.swift
[8/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 = ""
[9/9] Compiling HotKey Key.swift
Build complete! (7.09s)
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.