The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GoCubeKit, reference main (641d18), with Swift 6.1 for macOS (SPM) on 17 Jan 2026 15:58:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kosikowski/GoCubeKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kosikowski/GoCubeKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 641d187 Badges added
Cloned https://github.com/Kosikowski/GoCubeKit.git
Revision (git rev-parse @):
641d1870ae05dfa58af1bfde5c6928f96645e5f2
SUCCESS checkout https://github.com/Kosikowski/GoCubeKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kosikowski/GoCubeKit.git
https://github.com/Kosikowski/GoCubeKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GoCubeKit",
  "name" : "GoCubeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "GoCubeKit",
      "targets" : [
        "GoCubeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoCubeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "GoCubeKitTests",
      "path" : "Tests/GoCubeKitTests",
      "sources" : [
        "IntegrationTests.swift",
        "MessageParserTests.swift",
        "MoveDecoderTests.swift",
        "QuaternionDecoderTests.swift",
        "StateDecoderTests.swift"
      ],
      "target_dependencies" : [
        "GoCubeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoCubeKit",
      "module_type" : "SwiftTarget",
      "name" : "GoCubeKit",
      "path" : "Sources/GoCubeKit",
      "product_memberships" : [
        "GoCubeKit"
      ],
      "sources" : [
        "BLE/BLECommunicator.swift",
        "BLE/BLEConstants.swift",
        "Concurrency/Actors.swift",
        "Configuration/GoCubeConfiguration.swift",
        "Device/GoCube.swift",
        "Errors/GoCubeError.swift",
        "GoCubeKit.swift",
        "Logging/GoCubeLogger.swift",
        "Manager/GoCubeManager.swift",
        "Models/Color.swift",
        "Models/CubeState.swift",
        "Models/Face.swift",
        "Models/Move.swift",
        "Models/Quaternion.swift",
        "Processing/CubeProcessor.swift",
        "Protocol/MessageParser.swift",
        "Protocol/MoveDecoder.swift",
        "Protocol/QuaternionDecoder.swift",
        "Protocol/StateDecoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/21] Compiling GoCubeKit GoCube.swift
[4/21] Compiling GoCubeKit GoCubeError.swift
[5/22] Compiling GoCubeKit Actors.swift
[6/22] Compiling GoCubeKit GoCubeConfiguration.swift
[7/22] Compiling GoCubeKit CubeProcessor.swift
[8/22] Compiling GoCubeKit MessageParser.swift
[9/22] Compiling GoCubeKit GoCubeKit.swift
[10/22] Compiling GoCubeKit GoCubeLogger.swift
[11/22] Compiling GoCubeKit StateDecoder.swift
[12/22] Emitting module GoCubeKit
[13/22] Compiling GoCubeKit BLECommunicator.swift
[14/22] Compiling GoCubeKit BLEConstants.swift
[15/22] Compiling GoCubeKit MoveDecoder.swift
[16/22] Compiling GoCubeKit QuaternionDecoder.swift
[17/22] Compiling GoCubeKit Move.swift
[18/22] Compiling GoCubeKit Quaternion.swift
[19/22] Compiling GoCubeKit CubeState.swift
[20/22] Compiling GoCubeKit Face.swift
[21/22] Compiling GoCubeKit GoCubeManager.swift
[22/22] Compiling GoCubeKit Color.swift
Build complete! (5.95s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GoCubeKit",
  "name" : "GoCubeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "GoCubeKit",
      "targets" : [
        "GoCubeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoCubeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "GoCubeKitTests",
      "path" : "Tests/GoCubeKitTests",
      "sources" : [
        "IntegrationTests.swift",
        "MessageParserTests.swift",
        "MoveDecoderTests.swift",
        "QuaternionDecoderTests.swift",
        "StateDecoderTests.swift"
      ],
      "target_dependencies" : [
        "GoCubeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoCubeKit",
      "module_type" : "SwiftTarget",
      "name" : "GoCubeKit",
      "path" : "Sources/GoCubeKit",
      "product_memberships" : [
        "GoCubeKit"
      ],
      "sources" : [
        "BLE/BLECommunicator.swift",
        "BLE/BLEConstants.swift",
        "Concurrency/Actors.swift",
        "Configuration/GoCubeConfiguration.swift",
        "Device/GoCube.swift",
        "Errors/GoCubeError.swift",
        "GoCubeKit.swift",
        "Logging/GoCubeLogger.swift",
        "Manager/GoCubeManager.swift",
        "Models/Color.swift",
        "Models/CubeState.swift",
        "Models/Face.swift",
        "Models/Move.swift",
        "Models/Quaternion.swift",
        "Processing/CubeProcessor.swift",
        "Protocol/MessageParser.swift",
        "Protocol/MoveDecoder.swift",
        "Protocol/QuaternionDecoder.swift",
        "Protocol/StateDecoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.