Build Information
Successful build of Vellum, reference v0.0.7 (e471a1), with Swift 6.2 for macOS (SPM) on 26 Apr 2026 10:34:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/craftingtablestudio/Vellum.git
Reference: v0.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/craftingtablestudio/Vellum
* tag v0.0.7 -> FETCH_HEAD
HEAD is now at e471a1c chore: release v0.0.7
Cloned https://github.com/craftingtablestudio/Vellum.git
Revision (git rev-parse @):
e471a1c936a2fcc9f2f77cf66cd690b6d21df87d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/craftingtablestudio/Vellum.git at v0.0.7
========================================
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 Vellum.swift
[4/15] Compiling Vellum MoveHistoryHelpers.swift
[5/15] Compiling Vellum Move.swift
[6/15] Compiling Vellum VellumError.swift
[7/15] Compiling Vellum Utils.swift
[8/15] Compiling Vellum SimdHelpers.swift
[9/15] Compiling Vellum Consts.swift
[10/15] Compiling Vellum SimdCompat.swift
[11/15] Compiling Vellum EID.swift
[12/15] Compiling Vellum CodableHelpers.swift
[13/15] Emitting module Vellum
[14/15] Compiling Vellum MoveHistory.swift
[15/15] Compiling Vellum V0.swift
Build complete! (5.02s)
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.