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 SwiftKeys, reference 0.2.0 (42fb37), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:16:14 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/jordanbaird/SwiftKeys.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jordanbaird/SwiftKeys
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 42fb370 Release 0.2.0
Cloned https://github.com/jordanbaird/SwiftKeys.git
Revision (git rev-parse @):
42fb3709f772e80909b55007015744bf2fe81ee8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jordanbaird/SwiftKeys.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jordanbaird/SwiftKeys.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/14] Compiling SwiftKeys BezelStyle.swift
[4/14] Compiling SwiftKeys Name.swift
[5/14] Compiling SwiftKeys KeyCommandProxy.swift
[6/14] Compiling SwiftKeys Modifier.swift
[7/14] Compiling SwiftKeys Key.swift
[8/14] Compiling SwiftKeys KeyCommand.swift
[9/14] Emitting module SwiftKeys
[10/14] Compiling SwiftKeys KeyRecorder.swift
[11/15] Compiling SwiftKeys NSMenuItem+extensions.swift
[12/15] Compiling SwiftKeys Observation.swift
[13/15] Compiling SwiftKeys Utilities.swift
[14/15] Compiling SwiftKeys KeyRecorderView.swift
[15/15] Compiling SwiftKeys ViewModifiers.swift
Build complete! (7.90s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftKeys",
  "name" : "SwiftKeys",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SwiftKeys",
      "targets" : [
        "SwiftKeys"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKeysTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeysTests",
      "path" : "Tests/SwiftKeysTests",
      "sources" : [
        "EventTypeTests.swift",
        "KeyCommandProxyTests.swift",
        "KeyCommandTests.swift",
        "KeyRecorderTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "SwiftKeys"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKeys",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeys",
      "path" : "Sources/SwiftKeys",
      "product_memberships" : [
        "SwiftKeys"
      ],
      "sources" : [
        "KeyCommand/Key.swift",
        "KeyCommand/KeyCommand.swift",
        "KeyCommand/KeyCommandProxy.swift",
        "KeyCommand/Modifier.swift",
        "KeyCommand/Name.swift",
        "KeyCommand/Observation.swift",
        "KeyRecorder/BezelStyle.swift",
        "KeyRecorder/KeyRecorder.swift",
        "KeyRecorder/KeyRecorderView.swift",
        "Utilities/NSMenuItem+extensions.swift",
        "Utilities/Utilities.swift",
        "Utilities/ViewModifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.