The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/craftingtablestudio/Vellum.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/14] Compiling Vellum Move.swift
[4/14] Compiling Vellum Vellum.swift
[5/14] Compiling Vellum Utils.swift
[6/14] Compiling Vellum EID.swift
[7/14] Compiling Vellum CodableHelpers.swift
[8/14] Compiling Vellum MoveHistory.swift
[9/14] Compiling Vellum VellumError.swift
[10/14] Compiling Vellum Consts.swift
[11/14] Compiling Vellum SimdCompat.swift
[12/14] Emitting module Vellum
[13/14] Compiling Vellum MoveHistoryHelpers.swift
[14/14] Compiling Vellum SimdHelpers.swift
[15/15] Compiling Vellum V0.swift
Build complete! (5.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Vellum",
  "name" : "Vellum",
  "path" : "/Users/admin/builder/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"
}
Done.