The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GoCubeKit, reference 1.0.1 (70bce3), with Swift 6.2 for macOS (SPM) on 16 Jan 2026 14:30:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/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
========================================
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",
  "dependencies": [
    {
      "identity": "gocubekit",
      "name": "GoCubeKit",
      "url": "https://github.com/Kosikowski/GoCubeKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GoCubeKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Kosikowski/GoCubeKit.git
[1/229] Fetching gocubekit
Fetched https://github.com/Kosikowski/GoCubeKit.git from cache (0.88s)
Creating working copy for https://github.com/Kosikowski/GoCubeKit.git
Working copy of https://github.com/Kosikowski/GoCubeKit.git resolved at 1.0.1 (70bce36)
warning: '.resolve-product-dependencies': dependency 'gocubekit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kosikowski/GoCubeKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/21] Compiling GoCubeKit MoveDecoder.swift
[4/21] Compiling GoCubeKit QuaternionDecoder.swift
[5/22] Compiling GoCubeKit CubeProcessor.swift
[6/22] Compiling GoCubeKit MessageParser.swift
[7/22] Compiling GoCubeKit StateDecoder.swift
[8/22] Compiling GoCubeKit Move.swift
[9/22] Compiling GoCubeKit Quaternion.swift
[10/22] Compiling GoCubeKit CubeState.swift
[11/22] Compiling GoCubeKit Face.swift
[12/22] Compiling GoCubeKit GoCubeKit.swift
[13/22] Compiling GoCubeKit GoCubeLogger.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] Emitting module GoCubeKit
[19/22] Compiling GoCubeKit BLECommunicator.swift
[20/22] Compiling GoCubeKit BLEConstants.swift
[21/22] Compiling GoCubeKit GoCubeManager.swift
[22/22] Compiling GoCubeKit Color.swift
Build complete! (5.26s)
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.