The Swift Package Index logo.Swift Package Index

Build Information

Successful build of KeyCodes, reference main (906ace), with Swift 6.1 for macOS (SPM) on 1 May 2026 19:28:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/KeyCodes.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/KeyCodes
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 906ace3 Exclude appkey function key codes from other platforms
Cloned https://github.com/ChimeHQ/KeyCodes.git
Revision (git rev-parse @):
906ace3c72c5e1e0d17e0c4aa18882f494cdbb36
SUCCESS checkout https://github.com/ChimeHQ/KeyCodes.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/KeyCodes.git
https://github.com/ChimeHQ/KeyCodes.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeyCodes",
  "name" : "KeyCodes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KeyCodes",
      "targets" : [
        "KeyCodes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeyCodesTests",
      "module_type" : "SwiftTarget",
      "name" : "KeyCodesTests",
      "path" : "Tests/KeyCodesTests",
      "sources" : [
        "KeyCodesTests.swift",
        "NSEventTests.swift"
      ],
      "target_dependencies" : [
        "KeyCodes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeyCodes",
      "module_type" : "SwiftTarget",
      "name" : "KeyCodes",
      "path" : "Sources/KeyCodes",
      "product_memberships" : [
        "KeyCodes"
      ],
      "sources" : [
        "Key.swift",
        "NSEvent+Key.swift",
        "String+UTF16Char.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/6] Compiling KeyCodes String+UTF16Char.swift
[4/6] Compiling KeyCodes Key.swift
[5/6] Emitting module KeyCodes
[6/6] Compiling KeyCodes NSEvent+Key.swift
Build complete! (7.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeyCodes",
  "name" : "KeyCodes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KeyCodes",
      "targets" : [
        "KeyCodes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeyCodesTests",
      "module_type" : "SwiftTarget",
      "name" : "KeyCodesTests",
      "path" : "Tests/KeyCodesTests",
      "sources" : [
        "KeyCodesTests.swift",
        "NSEventTests.swift"
      ],
      "target_dependencies" : [
        "KeyCodes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeyCodes",
      "module_type" : "SwiftTarget",
      "name" : "KeyCodes",
      "path" : "Sources/KeyCodes",
      "product_memberships" : [
        "KeyCodes"
      ],
      "sources" : [
        "Key.swift",
        "NSEvent+Key.swift",
        "String+UTF16Char.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.