The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GoCubeKit, reference 1.0.1 (70bce3), with Swift 6.1 for macOS (SPM) on 16 Jan 2026 22:36:44 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: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kosikowski/GoCubeKit
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 70bce36 Readme update with instructions of how to generate the project file.
Cloned https://github.com/Kosikowski/GoCubeKit.git
Revision (git rev-parse @):
70bce36f75228c8a7e8753660c38cd80a9c28c82
SUCCESS checkout https://github.com/Kosikowski/GoCubeKit.git at 1.0.1
========================================
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 GoCubeKit.swift
[4/21] Compiling GoCubeKit GoCubeLogger.swift
[5/22] Compiling GoCubeKit CubeState.swift
[6/22] Compiling GoCubeKit Face.swift
[7/22] Compiling GoCubeKit CubeProcessor.swift
[8/22] Compiling GoCubeKit MessageParser.swift
[9/22] Compiling GoCubeKit MoveDecoder.swift
[10/22] Compiling GoCubeKit QuaternionDecoder.swift
[11/22] Compiling GoCubeKit StateDecoder.swift
[12/22] Compiling GoCubeKit Move.swift
[13/22] Compiling GoCubeKit Quaternion.swift
[14/22] Compiling GoCubeKit GoCube.swift
[15/22] Compiling GoCubeKit GoCubeError.swift
[16/22] Compiling GoCubeKit Actors.swift
[17/22] Compiling GoCubeKit GoCubeConfiguration.swift
[18/22] Compiling GoCubeKit BLECommunicator.swift
[19/22] Compiling GoCubeKit BLEConstants.swift
[20/22] Compiling GoCubeKit GoCubeManager.swift
[21/22] Compiling GoCubeKit Color.swift
[22/22] Emitting module GoCubeKit
Build complete! (5.64s)
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.