The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GameKitUI, reference 0.5.1 (4e95f7), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 05:26:51 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/SwiftPackageRepository/GameKitUI.swift.git
Reference: 0.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageRepository/GameKitUI.swift
 * tag               0.5.1      -> FETCH_HEAD
HEAD is now at 4e95f70 Merge pull request #19 from pawello2222/fix/update-package
Cloned https://github.com/SwiftPackageRepository/GameKitUI.swift.git
Revision (git rev-parse @):
4e95f70fb99281d74913b840e8c593f33675f46b
SUCCESS checkout https://github.com/SwiftPackageRepository/GameKitUI.swift.git at 0.5.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftPackageRepository/GameKitUI.swift.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/30] Emitting module GameKitUI
[4/33] Compiling GameKitUI GKInviteView+iOS.swift
[5/33] Compiling GameKitUI InviteViewController+iOS.swift
[6/33] Compiling GameKitUI LoadingViewController+iOS.swift
[7/33] Compiling GameKitUI TurnBasedMatchmakerViewController+iOS.swift
[8/33] Compiling GameKitUI UIViewController+Child.swift
[9/33] Compiling GameKitUI GKAuthentication+macOS.swift
[10/33] Compiling GameKitUI Match.swift
[11/33] Compiling GameKitUI OSLog.swift
[12/33] Compiling GameKitUI GKAuthentication+iOS.swift
[13/33] Compiling GameKitUI GKTurnBasedMatchmakerView+macOS.swift
[14/33] Compiling GameKitUI TurnBasedMatchmakerViewController+macOS.swift
[15/33] Compiling GameKitUI TurnBasedMatchmakerViewController+tvOS.swift
[16/33] Compiling GameKitUI GKAuthenticationError.swift
[17/33] Compiling GameKitUI GKMatchManager.swift
[18/33] Compiling GameKitUI Invite.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 GKMatchmakerView+iOS.swift
[26/33] Compiling GameKitUI MatchmakerViewController+iOS.swift
[27/33] Compiling GameKitUI GKTurnBasedMatchmakerView+iOS.swift
[28/33] Compiling GameKitUI GKInviteView+macOS.swift
[29/33] Compiling GameKitUI InviteViewController+macOS.swift
[30/33] Compiling GameKitUI LoadingViewController+macOS.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.52s)
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.