The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Vellum, reference main (69502f), with Swift 6.2 for Linux on 28 Apr 2026 03:08:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/craftingtablestudio/Vellum.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/craftingtablestudio/Vellum
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 69502fd chore: tweak tests
Cloned https://github.com/craftingtablestudio/Vellum.git
Revision (git rev-parse @):
69502fd966cdcb181006ef564525bd3e2c482981
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/craftingtablestudio/Vellum.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/craftingtablestudio/Vellum.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/14] Compiling Vellum Vellum.swift
[4/15] Compiling Vellum MoveHistoryHelpers.swift
[5/15] Compiling Vellum Consts.swift
[6/15] Compiling Vellum SimdCompat.swift
[7/15] Compiling Vellum EID.swift
[8/15] Compiling Vellum CodableHelpers.swift
[9/15] Compiling Vellum SimdHelpers.swift
[10/15] Compiling Vellum Utils.swift
[11/15] Emitting module Vellum
[12/15] Compiling Vellum VellumError.swift
[13/15] Compiling Vellum Move.swift
[14/15] Compiling Vellum MoveHistory.swift
[15/15] Compiling Vellum V0.swift
Build complete! (11.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Vellum",
  "name" : "Vellum",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Vellum",
      "targets" : [
        "Vellum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "VellumTests",
      "module_type" : "SwiftTarget",
      "name" : "VellumTests",
      "path" : "Tests/VellumTests",
      "sources" : [
        "EIDTests.swift",
        "MoveHistoryTests.swift",
        "PropertyTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "Vellum"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Vellum",
      "module_type" : "SwiftTarget",
      "name" : "Vellum",
      "path" : "Sources/Vellum",
      "product_memberships" : [
        "Vellum"
      ],
      "sources" : [
        "EID.swift",
        "Helpers/CodableHelpers.swift",
        "Helpers/Consts.swift",
        "Helpers/SimdCompat.swift",
        "Helpers/SimdHelpers.swift",
        "Helpers/Utils.swift",
        "Helpers/VellumError.swift",
        "Move.swift",
        "MoveHistory.swift",
        "MoveHistoryHelpers.swift",
        "Vellum.swift",
        "Versions/V0.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.