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 main (577088), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:01:46 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jordanbaird/SwiftKeys
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 577088c Update README.md
Cloned https://github.com/jordanbaird/SwiftKeys.git
Revision (git rev-parse @):
577088c3c4a20f2b11cff3a61b2454044feea2cc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jordanbaird/SwiftKeys.git at main
========================================
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 Utilities.swift
[4/15] Compiling SwiftKeys NSMenuItem+extensions.swift
[5/15] Compiling SwiftKeys Name.swift
[6/15] Compiling SwiftKeys Observation.swift
[7/15] Compiling SwiftKeys KeyRecorder.swift
[8/15] Compiling SwiftKeys Key.swift
[9/15] Compiling SwiftKeys KeyCommand.swift
[10/15] Emitting module SwiftKeys
[11/15] Compiling SwiftKeys KeyCommandProxy.swift
[12/15] Compiling SwiftKeys Modifier.swift
[13/15] Compiling SwiftKeys KeyRecorderView.swift
[14/15] Compiling SwiftKeys BezelStyle.swift
[15/15] Compiling SwiftKeys ViewModifiers.swift
Build complete! (7.95s)
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.9"
}
Done.