The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Vuckt, reference 3.9.3 (c1b548), with Swift 6.3 for Wasm on 30 Apr 2026 21:23:35 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capnslipp/Vuckt.git
Reference: 3.9.3
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/capnslipp/Vuckt
 * tag               3.9.3      -> FETCH_HEAD
HEAD is now at c1b548e Bumped project version to 3.9.3
Cloned https://github.com/capnslipp/Vuckt.git
Revision (git rev-parse @):
c1b548e32f85447497409e66e6c8b23861d25bc8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capnslipp/Vuckt.git at 3.9.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/capnslipp/Vuckt.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/keyvariable/kvSIMD.swift.git
[1/211] Fetching kvsimd.swift
[118/6627] Fetching kvsimd.swift, swift-numerics
Fetched https://github.com/keyvariable/kvSIMD.swift.git from cache (0.35s)
[1476/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.55s)
Computing version for https://github.com/keyvariable/kvSIMD.swift.git
Computed https://github.com/keyvariable/kvSIMD.swift.git at 1.1.0 (1.11s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.44s)
Creating working copy for https://github.com/keyvariable/kvSIMD.swift.git
Working copy of https://github.com/keyvariable/kvSIMD.swift.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling simd KvAux.swift
[5/12] Compiling simd KvConstants.swift
[6/13] Compiling simd KvTypes.swift
[7/13] Compiling simd KvConversions.swift
[8/13] Compiling simd KvExtensions.swift
[9/13] Compiling simd KvFabrics.swift
[10/13] Compiling simd KvQuaternions.swift
[11/13] Compiling simd KvMatrices.swift
[12/13] Emitting module simd
[13/13] Compiling simd KvFunctions.swift
[15/32] Compiling Vuckt FloatQuaternion_NoObjCBridge.swift
[16/32] Compiling Vuckt Int2.swift
[17/34] Compiling Vuckt Float4x4_NoObjCBridge.swift
[18/34] Compiling Vuckt FloatQuaternion.swift
[19/34] Compiling Vuckt Int4_NoObjCBridge.swift
[20/34] Compiling Vuckt Vuckt.swift
[21/34] Compiling Vuckt Float3_NoObjCBridge.swift
[22/34] Compiling Vuckt Float3x3.swift
[23/34] Compiling Vuckt Float3x3_NoObjCBridge.swift
[24/34] Compiling Vuckt Int2_NoObjCBridge.swift
[25/34] Compiling Vuckt Int3.swift
[26/34] Compiling Vuckt Int3_NoObjCBridge.swift
[27/34] Compiling Vuckt Int4.swift
[28/34] Compiling Vuckt Float2.swift
[29/34] Compiling Vuckt Float2_NoObjCBridge.swift
[30/34] Compiling Vuckt Float3.swift
[31/34] Compiling Vuckt Float4.swift
[32/34] Compiling Vuckt Float4_NoObjCBridge.swift
[33/34] Compiling Vuckt Float4x4.swift
[34/34] Emitting module Vuckt
Build complete! (109.27s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "kvsimd.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/keyvariable/kvSIMD.swift.git"
    }
  ],
  "manifest_display_name" : "Vuckt",
  "name" : "Vuckt",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Vuckt",
      "targets" : [
        "Vuckt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "VucktTests",
      "module_type" : "SwiftTarget",
      "name" : "VucktTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "VucktPerformanceTests.swift",
        "VucktTests.swift"
      ],
      "target_dependencies" : [
        "Vuckt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Vuckt",
      "module_type" : "SwiftTarget",
      "name" : "Vuckt",
      "path" : "Sources",
      "product_dependencies" : [
        "kvSIMD"
      ],
      "product_memberships" : [
        "Vuckt"
      ],
      "sources" : [
        "Float2/Float2.swift",
        "Float2/Float2_NoObjCBridge.swift",
        "Float3/Float3.swift",
        "Float3/Float3_NoObjCBridge.swift",
        "Float3x3/Float3x3.swift",
        "Float3x3/Float3x3_NoObjCBridge.swift",
        "Float4/Float4.swift",
        "Float4/Float4_NoObjCBridge.swift",
        "Float4x4/Float4x4.swift",
        "Float4x4/Float4x4_NoObjCBridge.swift",
        "FloatQuaternion/FloatQuaternion.swift",
        "FloatQuaternion/FloatQuaternion_NoObjCBridge.swift",
        "Int2/Int2.swift",
        "Int2/Int2_NoObjCBridge.swift",
        "Int3/Int3.swift",
        "Int3/Int3_NoObjCBridge.swift",
        "Int4/Int4.swift",
        "Int4/Int4_NoObjCBridge.swift",
        "Vuckt.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.