Build Information
Successful build of KeyCodes, reference 1.1.0 (906ace), with Swift 6.2 for macOS (SPM) on 2 May 2026 14:59:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/KeyCodes.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/KeyCodes
* tag 1.1.0 -> FETCH_HEAD
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 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ChimeHQ/KeyCodes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/6] Compiling KeyCodes NSEvent+Key.swift
[4/6] Compiling KeyCodes String+UTF16Char.swift
[5/6] Compiling KeyCodes Key.swift
[6/6] Emitting module KeyCodes
Build complete! (7.48s)
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.