The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HotKey, reference master (4d02d8), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 02:46:36 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/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
========================================
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": "hotkey",
      "name": "HotKey",
      "url": "https://github.com/dagronf/HotKey.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HotKey",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dagronf/HotKey.git
[1/401] Fetching hotkey
Fetched https://github.com/dagronf/HotKey.git from cache (0.69s)
Creating working copy for https://github.com/dagronf/HotKey.git
Working copy of https://github.com/dagronf/HotKey.git resolved at master (4d02d80)
warning: '.resolve-product-dependencies': dependency 'hotkey' 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/dagronf/HotKey.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/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 HotKeysController.swift
[5/9] Compiling HotKey Key.swift
[6/9] Compiling HotKey HotKey.swift
[7/9] Compiling HotKey KeyCombo+System.swift
[8/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 = ""
[9/9] Compiling HotKey KeyCombo.swift
Build complete! (7.89s)
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.