The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GCOverseer, reference main (32326c), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 02:42:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thatfactory/gcoverseer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thatfactory/gcoverseer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 32326c0 Centralize README badges with compact centered HTML
Cloned https://github.com/thatfactory/gcoverseer.git
Revision (git rev-parse @):
32326c033f04c924c24a6feac921ac5f1689a7a7
SUCCESS checkout https://github.com/thatfactory/gcoverseer.git at main
Fetching https://github.com/apple/swift-testing.git
[1/37268] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (14.20s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/thatfactory/applogger
[1/183] Fetching applogger
[184/75166] Fetching applogger, swift-syntax
Fetched https://github.com/thatfactory/applogger from cache (5.16s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.16s)
Computing version for https://github.com/thatfactory/applogger
Computed https://github.com/thatfactory/applogger at 0.1.0 (5.75s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (4.02s)
Creating working copy for https://github.com/thatfactory/applogger
Working copy of https://github.com/thatfactory/applogger resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at swift-6.2.1-RELEASE (c9d57c8)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip (0.30s)
========================================
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": "gcoverseer",
      "name": "GCOverseer",
      "url": "https://github.com/thatfactory/gcoverseer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/gcoverseer",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "applogger",
          "name": "AppLogger",
          "url": "https://github.com/thatfactory/applogger",
          "version": "0.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/applogger",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/thatfactory/gcoverseer.git
[1/397] Fetching gcoverseer
Fetched https://github.com/thatfactory/gcoverseer.git from cache (0.74s)
Fetching https://github.com/thatfactory/applogger from cache
Fetched https://github.com/thatfactory/applogger from cache (0.42s)
Computing version for https://github.com/thatfactory/applogger
Computed https://github.com/thatfactory/applogger at 0.1.0 (0.48s)
Creating working copy for https://github.com/thatfactory/applogger
Working copy of https://github.com/thatfactory/applogger resolved at 0.1.0
Creating working copy for https://github.com/thatfactory/gcoverseer.git
Working copy of https://github.com/thatfactory/gcoverseer.git resolved at main (32326c0)
warning: '.resolve-product-dependencies': dependency 'gcoverseer' is not used by any target
Found 1 product dependencies
  - AppLogger
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/thatfactory/gcoverseer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling AppLogger AppLogger.swift
[5/5] Emitting module AppLogger
[6/11] Compiling GCOverseer GCOverseerProtocol.swift
[7/11] Compiling GCOverseer GameControllerEvent.swift
[8/11] Compiling GCOverseer GCOverseer+Interface.swift
[9/11] Compiling GCOverseer GCOverseer+Logging.swift
[10/11] Emitting module GCOverseer
[11/11] Compiling GCOverseer GCOverseer.swift
Build complete! (11.33s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "applogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/thatfactory/applogger"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "branch" : [
          "swift-6.2.1-RELEASE"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    }
  ],
  "manifest_display_name" : "GCOverseer",
  "name" : "GCOverseer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "GCOverseer",
      "targets" : [
        "GCOverseer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GCOverseerTests",
      "module_type" : "SwiftTarget",
      "name" : "GCOverseerTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "Controllers.swift",
        "DefaultValues.swift",
        "Mocks/MockGCController.swift",
        "Mocks/MockGCMotion.swift",
        "Mocks/MockGCPhysicalInputProfile.swift"
      ],
      "target_dependencies" : [
        "GCOverseer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GCOverseer",
      "module_type" : "SwiftTarget",
      "name" : "GCOverseer",
      "path" : "Sources/GCOverseer",
      "product_dependencies" : [
        "AppLogger"
      ],
      "product_memberships" : [
        "GCOverseer"
      ],
      "sources" : [
        "GCOverseer+Interface.swift",
        "GCOverseer+Logging.swift",
        "GCOverseer.swift",
        "GCOverseerProtocol.swift",
        "GameControllerEvent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.