The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GameKitUI, reference main (c45b93), with Swift 6.0 for macOS (SPM) on 26 Feb 2026 18:42:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/SwiftPackageRepository/GameKitUI.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/30] Emitting module GameKitUI
[4/33] Compiling GameKitUI TurnBasedMatchmakerViewController+iOS.swift
[5/33] Compiling GameKitUI UIViewController+Child.swift
[6/33] Compiling GameKitUI GKAuthentication+macOS.swift
[7/33] Compiling GameKitUI Match.swift
[8/33] Compiling GameKitUI OSLog.swift
[9/33] Compiling GameKitUI GKAuthentication+iOS.swift
[10/33] Compiling GameKitUI GKInviteView+macOS.swift
[11/33] Compiling GameKitUI InviteViewController+macOS.swift
[12/33] Compiling GameKitUI LoadingViewController+macOS.swift
[13/33] Compiling GameKitUI GKAuthenticationError.swift
[14/33] Compiling GameKitUI GKMatchManager.swift
[15/33] Compiling GameKitUI Invite.swift
[16/33] Compiling GameKitUI GKMatchmakerView+iOS.swift
[17/33] Compiling GameKitUI MatchmakerViewController+iOS.swift
[18/33] Compiling GameKitUI GKTurnBasedMatchmakerView+iOS.swift
[19/33] Compiling GameKitUI GKAuthenticationView+iOS.swift
[20/33] Compiling GameKitUI GKAuthenticationViewController+iOS.swift
[21/33] Compiling GameKitUI GKGameCenterView+iOS.swift
[22/33] Compiling GameKitUI GKAuthenticationView+macOS.swift
[23/33] Compiling GameKitUI GKAuthenticationViewController+macOS.swift
[24/33] Compiling GameKitUI GKGameCenterView+macOS.swift
[25/33] Compiling GameKitUI GKInviteView+iOS.swift
[26/33] Compiling GameKitUI InviteViewController+iOS.swift
[27/33] Compiling GameKitUI LoadingViewController+iOS.swift
[28/33] Compiling GameKitUI GKMatchmakerView+macOS.swift
[29/33] Compiling GameKitUI MatchmakerViewController+macOS.swift
[30/33] Compiling GameKitUI NSViewController+Child.swift
[31/33] Compiling GameKitUI GKTurnBasedMatchmakerView+macOS.swift
[32/33] Compiling GameKitUI TurnBasedMatchmakerViewController+macOS.swift
[33/33] Compiling GameKitUI TurnBasedMatchmakerViewController+tvOS.swift
Build complete! (10.89s)
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.