Build Information
Successful build of GameControllerKit, reference 0.0.5 (d37d32
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 14:27:02 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/0xWDG/GameControllerKit.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/GameControllerKit
* tag 0.0.5 -> FETCH_HEAD
HEAD is now at d37d327 Swiftlint fixes
Cloned https://github.com/0xWDG/GameControllerKit.git
Revision (git rev-parse @):
d37d3277551072145d028c105f3a17d0b1b2153e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/GameControllerKit.git at 0.0.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/0xWDG/GameControllerKit.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/9] Compiling GameControllerKit GCKMovePosition.swift
[4/9] Compiling GameControllerKit GCKControllerType.swift
[5/9] Compiling GameControllerKit GameControllerKit.swift
[6/9] Compiling GameControllerKit GCKAction.swift
[7/9] Compiling GameControllerKit GCKController.swift
[8/9] Emitting module GameControllerKit
[9/9] Compiling GameControllerKit GCKControllerView.swift
Build complete! (7.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GameControllerKit",
"name" : "GameControllerKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "GameControllerKit",
"targets" : [
"GameControllerKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GameControllerKitTests",
"module_type" : "SwiftTarget",
"name" : "GameControllerKitTests",
"path" : "Tests/GameControllerKitTests",
"sources" : [
"GameControllerKitTests.swift"
],
"target_dependencies" : [
"GameControllerKit"
],
"type" : "test"
},
{
"c99name" : "GameControllerKit",
"module_type" : "SwiftTarget",
"name" : "GameControllerKit",
"path" : "Sources/GameControllerKit",
"product_memberships" : [
"GameControllerKit"
],
"sources" : [
"GCKAction.swift",
"GCKController.swift",
"GCKControllerType.swift",
"GCKControllerView.swift",
"GCKMovePosition.swift",
"GameControllerKit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.