Build Information
Successful build of GameKitUI, reference main (c45b93), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 18:14:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageRepository/GameKitUI.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageRepository/GameKitUI.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c45b93d Merge pull request #21 from javawag/main
Cloned https://github.com/SwiftPackageRepository/GameKitUI.swift.git
Revision (git rev-parse @):
c45b93d6b20642e63c5ff2ec5ee19e3d28bc27e1
SUCCESS checkout https://github.com/SwiftPackageRepository/GameKitUI.swift.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "gamekitui.swift",
"name": "GameKitUI",
"url": "https://github.com/SwiftPackageRepository/GameKitUI.swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GameKitUI.swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SwiftPackageRepository/GameKitUI.swift.git
[1/1027] Fetching gamekitui.swift
Fetched https://github.com/SwiftPackageRepository/GameKitUI.swift.git from cache (1.07s)
Creating working copy for https://github.com/SwiftPackageRepository/GameKitUI.swift.git
Working copy of https://github.com/SwiftPackageRepository/GameKitUI.swift.git resolved at main (c45b93d)
warning: '.resolve-product-dependencies': dependency 'gamekitui.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SwiftPackageRepository/GameKitUI.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/30] Compiling GameKitUI GKInviteView+iOS.swift
[4/30] Compiling GameKitUI InviteViewController+iOS.swift
[5/30] Compiling GameKitUI LoadingViewController+iOS.swift
[6/30] Compiling GameKitUI GKAuthenticationView+iOS.swift
[7/30] Compiling GameKitUI GKAuthenticationViewController+iOS.swift
[8/30] Compiling GameKitUI GKGameCenterView+iOS.swift
[9/33] Compiling GameKitUI GKTurnBasedMatchmakerView+macOS.swift
[10/33] Compiling GameKitUI TurnBasedMatchmakerViewController+macOS.swift
[11/33] Compiling GameKitUI TurnBasedMatchmakerViewController+tvOS.swift
[12/33] Compiling GameKitUI TurnBasedMatchmakerViewController+iOS.swift
[13/33] Compiling GameKitUI UIViewController+Child.swift
[14/33] Compiling GameKitUI GKAuthentication+macOS.swift
[15/33] Compiling GameKitUI GKAuthenticationView+macOS.swift
[16/33] Compiling GameKitUI GKAuthenticationViewController+macOS.swift
[17/33] Compiling GameKitUI GKGameCenterView+macOS.swift
[18/33] Compiling GameKitUI GKMatchmakerView+iOS.swift
[19/33] Compiling GameKitUI MatchmakerViewController+iOS.swift
[20/33] Compiling GameKitUI GKTurnBasedMatchmakerView+iOS.swift
[21/33] Compiling GameKitUI GKAuthenticationError.swift
[22/33] Compiling GameKitUI GKMatchManager.swift
[23/33] Compiling GameKitUI Invite.swift
[24/33] Emitting module GameKitUI
[25/33] Compiling GameKitUI GKInviteView+macOS.swift
[26/33] Compiling GameKitUI InviteViewController+macOS.swift
[27/33] Compiling GameKitUI LoadingViewController+macOS.swift
[28/33] Compiling GameKitUI Match.swift
[29/33] Compiling GameKitUI OSLog.swift
[30/33] Compiling GameKitUI GKAuthentication+iOS.swift
[31/33] Compiling GameKitUI GKMatchmakerView+macOS.swift
[32/33] Compiling GameKitUI MatchmakerViewController+macOS.swift
[33/33] Compiling GameKitUI NSViewController+Child.swift
Build complete! (9.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GameKitUI",
"name" : "GameKitUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "GameKitUI",
"targets" : [
"GameKitUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GameKitUITests",
"module_type" : "SwiftTarget",
"name" : "GameKitUITests",
"path" : "Tests/GameKitUITests",
"sources" : [
"GameKitUITests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"GameKitUI"
],
"type" : "test"
},
{
"c99name" : "GameKitUI",
"module_type" : "SwiftTarget",
"name" : "GameKitUI",
"path" : "Sources/GameKitUI",
"product_memberships" : [
"GameKitUI"
],
"sources" : [
"Shared/Authentication/GKAuthenticationError.swift",
"Shared/Manager/GKMatchManager.swift",
"Shared/Manager/Invite.swift",
"Shared/Manager/Match.swift",
"Shared/OSLog.swift",
"iOS/Authentication/GKAuthentication+iOS.swift",
"iOS/Authentication/GKAuthenticationView+iOS.swift",
"iOS/Authentication/GKAuthenticationViewController+iOS.swift",
"iOS/GKGameCenterView+iOS.swift",
"iOS/Invite/GKInviteView+iOS.swift",
"iOS/Invite/InviteViewController+iOS.swift",
"iOS/LoadingViewController+iOS.swift",
"iOS/Matchmaker/GKMatchmakerView+iOS.swift",
"iOS/Matchmaker/MatchmakerViewController+iOS.swift",
"iOS/TurnBasedMatchmaker/GKTurnBasedMatchmakerView+iOS.swift",
"iOS/TurnBasedMatchmaker/TurnBasedMatchmakerViewController+iOS.swift",
"iOS/UIViewController+Child.swift",
"macOS/Authentication/GKAuthentication+macOS.swift",
"macOS/Authentication/GKAuthenticationView+macOS.swift",
"macOS/Authentication/GKAuthenticationViewController+macOS.swift",
"macOS/GKGameCenterView+macOS.swift",
"macOS/Invite/GKInviteView+macOS.swift",
"macOS/Invite/InviteViewController+macOS.swift",
"macOS/LoadingViewController+macOS.swift",
"macOS/Matchmaker/GKMatchmakerView+macOS.swift",
"macOS/Matchmaker/MatchmakerViewController+macOS.swift",
"macOS/NSViewController+Child.swift",
"macOS/TurnBasedMatchmaker/GKTurnBasedMatchmakerView+macOS.swift",
"macOS/TurnBasedMatchmaker/TurnBasedMatchmakerViewController+macOS.swift",
"tvOS/TurnBasedMatchmaker/TurnBasedMatchmakerViewController+tvOS.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.