The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RoboKit, reference main (141c12), with Swift 6.1 for Wasm on 28 Jul 2025 15:22:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Spacial-Dragons/RoboKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Spacial-Dragons/RoboKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 141c12f Update README.md
Cloned https://github.com/Spacial-Dragons/RoboKit.git
Revision (git rev-parse @):
141c12f16057d8fd3c7d2b8f4baba8e1e92ae605
SUCCESS checkout https://github.com/Spacial-Dragons/RoboKit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Spacial-Dragons/RoboKit.git
https://github.com/Spacial-Dragons/RoboKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.59.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    }
  ],
  "manifest_display_name" : "RoboKit",
  "name" : "RoboKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "RoboKit",
      "targets" : [
        "RoboKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RoboKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RoboKitTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "RoboKit/Image Tracking/Extensions/SimdFloat4x4ExtensionTests.swift",
        "RoboKit/Image Tracking/ImageTrackerTests.swift",
        "RoboKit/Image Tracking/TrackingImageTests.swift",
        "RoboKit/Input Sphere/Enums/InputSphereAxisTests.swift",
        "RoboKit/Input Sphere/Extensions/FloatExtensionsTests.swift",
        "RoboKit/Input Sphere/Extensions/simd Extensions/PositionVectortoROSTests.swift",
        "RoboKit/Input Sphere/Extensions/simd Extensions/RotationMatrixtoROSTests.swift",
        "RoboKit/Input Sphere/Extensions/simd Extensions/RotationfromTransformMatrixTests.swift",
        "RoboKit/Input Sphere/InputSphereManager/Input Sphere Data Getters/InputSpherePositionGetterTests.swift",
        "RoboKit/Input Sphere/InputSphereManager/Input Sphere Data Getters/InputSphereRotationGetterTests.swift",
        "RoboKit/Input Sphere/InputSphereManager/Input Sphere Update Methods/InputSpherePositionUpdateTests.swift",
        "RoboKit/Input Sphere/InputSphereManager/Input Sphere Update Methods/InputSphereRotationUpdateTests.swift",
        "RoboKit/Input Sphere/InputSphereManager/InputSpherePositionStringTests.swift",
        "RoboKit/Socket/Client/ClientConnectionTests.swift",
        "RoboKit/Socket/Client/ClientMessageTests.swift",
        "RoboKit/Socket/Client/ClientProcessReceivedDataTests.swift",
        "RoboKit/Socket/Client/ClientStartConnectionTests.swift",
        "RoboKit/Socket/Client/ClientTests.swift",
        "RoboKit/Socket/ConnectionTests+SendData.swift",
        "RoboKit/Socket/ConnectionTests.swift",
        "RoboKit/Socket/JSONTests.swift",
        "RoboKit/Socket/ServerTests.swift"
      ],
      "target_dependencies" : [
        "RoboKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RoboKit",
      "module_type" : "SwiftTarget",
      "name" : "RoboKit",
      "path" : "Sources/RoboKit",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "RoboKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/RoboKit/Test Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Form/FormManager/FormManager.swift",
        "Form/FormManagerExtensions/FormDataGetters.swift",
        "Form/FormManagerExtensions/FormUpdateMethods/FormPositionUpdate.swift",
        "Form/FormManagerExtensions/FormUpdateMethods/FormRotationUpdate.swift",
        "Generics/Enumerations/Axis.swift",
        "Generics/Enumerations/EulerAngle.swift",
        "Generics/Extensions/SIMDExtensions.swift",
        "ImageTracking/AnchorData.swift",
        "ImageTracking/Extensions/simd+Extensions.swift",
        "ImageTracking/ImageTracker.swift",
        "ImageTracking/TrackingImage.swift",
        "InputEntity/Extensions/FloatExtensions/DegreesToRadians.swift",
        "InputEntity/Extensions/FloatExtensions/RadiansToDegrees.swift",
        "InputEntity/Extensions/simdExtensions/RotationFromTransformMatrix.swift",
        "InputEntity/InputEntityEnums/InputEntityAxis.swift",
        "InputEntity/InputEntityManager/InputEntityManager.swift",
        "InputEntity/InputEntityManagerExtensions/EntitiesAddRemoveMethods/AddAxisArrow.swift",
        "InputEntity/InputEntityManagerExtensions/EntitiesAddRemoveMethods/AddInputEntity.swift",
        "InputEntity/InputEntityManagerExtensions/EntitiesAddRemoveMethods/AddRemoveInputEntityAxes.swift",
        "InputEntity/InputEntityManagerExtensions/EntitiesCreationMethods/AxisArrowEntity.swift",
        "InputEntity/InputEntityManagerExtensions/EntitiesCreationMethods/InputEntityAxisEntity.swift",
        "InputEntity/InputEntityManagerExtensions/EntitiesCreationMethods/InputEntityEntity.swift",
        "InputEntity/InputEntityManagerExtensions/InputEntityDataGetters.swift",
        "InputEntity/InputEntityManagerExtensions/InputEntityDragGesture.swift",
        "InputEntity/InputEntityManagerExtensions/InputEntityPositionString.swift",
        "InputEntity/InputEntityManagerExtensions/InputEntityUpdateMethods/InputEntityPositionUpdate.swift",
        "InputEntity/InputEntityManagerExtensions/InputEntityUpdateMethods/InputEntityRotationUpdate.swift",
        "InputEntity/UIViews/InputEntityPositionView.swift",
        "RoboKit.swift",
        "Socket/Client/Messages/ClientMessageMethods.swift",
        "Socket/Client/States/ClientStateManager.swift",
        "Socket/Client/States/ClientStateMethods.swift",
        "Socket/Client/TCPClient.swift",
        "Socket/Connection/Connection.swift",
        "Socket/Connection/Helpers/ConnectionHelper.swift",
        "Socket/Connection/Messages/ConnectionMessageMethods.swift",
        "Socket/Connection/States/ConnectionStateManager.swift",
        "Socket/Connection/States/ConnectionStateMethods.swift",
        "Socket/JSON/Manager/CodingManager.swift",
        "Socket/JSON/Models/DataMode.swift",
        "Socket/JSON/Models/JSONErrors.swift",
        "Socket/JSON/Models/MessageModel.swift",
        "Socket/JSON/Models/SecureMessageModel.swift",
        "Socket/Security/SecurityOptions.swift",
        "Socket/Server/Connections/ServerConnectionManager.swift",
        "Socket/Server/Helpers/ServerHelper.swift",
        "Socket/Server/States/ServerStateManager.swift",
        "Socket/Server/TCPServer.swift",
        "Tools/Logger.swift",
        "UIModule/AccessoriesViews/CapsuleTextFieldStyle.swift",
        "UIModule/AccessoriesViews/ClawControlToggle.swift",
        "UIModule/AccessoriesViews/ObjectWidthTextField.swift",
        "UIModule/AccessoriesViews/ObjectWidthUnitPicker.swift",
        "UIModule/ControlPanelViews/DataModePicker.swift",
        "UIModule/ControlPanelViews/SendDataButton.swift",
        "UIModule/Enums/ObjectWidthUnit.swift",
        "UIModule/FormViews/FormPositionText.swift",
        "UIModule/FormViews/FormPositionTextField.swift",
        "UIModule/FormViews/FormRotationTextField.swift",
        "UIModule/InputEntityViews/InputEntityPositionText.swift",
        "UIModule/InputEntityViews/InputEntityRotationSlider.swift",
        "UIModule/InputEntityViews/InputEntityRotationText.swift",
        "UIModule/PickerView/SegmentedControlPicker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/209] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.25s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.59.1 (0.79s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.59.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[1397/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (4.00s)
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 wasm