The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Vellum, reference v0.0.7 (e471a1), with Swift 6.3 for macOS (SPM) on 26 Apr 2026 10:35:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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: 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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "vellum",
      "name": "Vellum",
      "url": "https://github.com/craftingtablestudio/Vellum.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Vellum",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/craftingtablestudio/Vellum.git
[1/258] Fetching vellum
Fetched https://github.com/craftingtablestudio/Vellum.git from cache (0.98s)
Creating working copy for https://github.com/craftingtablestudio/Vellum.git
Working copy of https://github.com/craftingtablestudio/Vellum.git resolved at v0.0.7 (e471a1c)
warning: '.resolve-product-dependencies': dependency 'vellum' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/craftingtablestudio/Vellum.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/14] Compiling Vellum Vellum.swift
[4/15] Compiling Vellum VellumError.swift
[5/15] Compiling Vellum MoveHistoryHelpers.swift
[6/15] Compiling Vellum Consts.swift
[7/15] Compiling Vellum SimdCompat.swift
[8/15] Emitting module Vellum
[9/15] Compiling Vellum EID.swift
[10/15] Compiling Vellum CodableHelpers.swift
[11/15] Compiling Vellum Utils.swift
[12/15] Compiling Vellum SimdHelpers.swift
[13/15] Compiling Vellum Move.swift
[14/15] Compiling Vellum MoveHistory.swift
[15/15] Compiling Vellum V0.swift
Build complete! (5.36s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/craftingtablestudio/vellum/v0.0.7
Repository:               craftingtablestudio/Vellum
Swift version used:       6.3
Target:                   Vellum
Extracting symbol information for 'Vellum'...
Finished extracting symbol information for 'Vellum'. (29.89s)
Building documentation for 'Vellum'...
warning: Parameter 'move' is missing documentation
   --> Sources/Vellum/MoveHistory.swift:208:44-208:44
206 |   ///     position in every participant's history to keep ledgers identical.
207 |   ///   - setMoveNr: When `true`, resets `moveNr` to `-1` (latest) after inserting. Must be
208 +   ///     `true` whenever `atIndex` is nil.
209 |   /// - Returns: `MoveResult` — nil if the move was a no-op.
210 |   @discardableResult public mutating func appendMove(
warning: Parameter 'animatingTowards' is missing documentation
   --> Sources/Vellum/MoveHistory.swift:300:92-300:92
298 |   ///
299 |   /// - Parameter presetDic: Initial entity states used to resolve undo moves eagerly.
    |       ╰─suggestion: Document 'animatingTowards' parameter
300 +   ///   Clones not in `presetDic` with no target in history get `.magnet(.originalCloner)`.
301 |   public func browseHistory(
302 |     action: BrowseAction,
warning: Parameter 'currentlyAnimating' is missing documentation
   --> Sources/Vellum/MoveHistory.swift:300:92-300:92
298 |   ///
299 |   /// - Parameter presetDic: Initial entity states used to resolve undo moves eagerly.
    |       ╰─suggestion: Document 'currentlyAnimating' parameter
300 +   ///   Clones not in `presetDic` with no target in history get `.magnet(.originalCloner)`.
301 |   public func browseHistory(
302 |     action: BrowseAction,
warning: Parameter 'action' is missing documentation
   --> Sources/Vellum/MoveHistory.swift:300:92-300:92
298 |   ///
299 |   /// - Parameter presetDic: Initial entity states used to resolve undo moves eagerly.
    |       ╰─suggestion: Document 'action' parameter
300 +   ///   Clones not in `presetDic` with no target in history get `.magnet(.originalCloner)`.
301 |   public func browseHistory(
302 |     action: BrowseAction,
Finished building documentation for 'Vellum' (0.49s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/craftingtablestudio/vellum/v0.0.7
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.07s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.25s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3677] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.14s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.86s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit GenericConstraint.swift
[10/53] Compiling SymbolKit GenericParameter.swift
[11/53] Compiling SymbolKit Generics.swift
[12/53] Compiling SymbolKit Namespace.swift
[13/57] Compiling SymbolKit SemanticVersion.swift
[14/57] Compiling SymbolKit AccessControl.swift
[15/57] Compiling SymbolKit Availability.swift
[16/57] Compiling SymbolKit AvailabilityItem.swift
[17/57] Compiling SymbolKit Domain.swift
[18/57] Compiling SymbolKit Names.swift
[19/57] Compiling SymbolKit SPI.swift
[20/57] Compiling SymbolKit Snippet.swift
[21/57] Compiling SymbolKit Extension.swift
[22/57] Compiling SymbolKit SourceRange.swift
[23/57] Compiling SymbolKit Metadata.swift
[24/57] Compiling SymbolKit Module.swift
[25/57] Compiling SymbolKit OperatingSystem.swift
[26/57] Compiling SymbolKit Platform.swift
[27/57] Compiling SymbolKit Symbol.swift
[28/57] Compiling SymbolKit SymbolKind.swift
[29/57] Compiling SymbolKit SymbolGraph.swift
[30/57] Compiling SymbolKit GraphCollector.swift
[31/57] Emitting module SymbolKit
[32/57] Compiling SymbolKit Mixin+Equals.swift
[33/57] Compiling SymbolKit Mixin+Hash.swift
[34/57] Compiling SymbolKit Mixin.swift
[35/57] Compiling SymbolKit LineList.swift
[36/57] Compiling SymbolKit Position.swift
[37/57] Compiling SymbolKit DeclarationFragments.swift
[38/57] Compiling SymbolKit Fragment.swift
[39/57] Compiling SymbolKit FragmentKind.swift
[40/57] Compiling SymbolKit FunctionParameter.swift
[41/57] Compiling SymbolKit FunctionSignature.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.swift
[47/57] Compiling SymbolKit Identifier.swift
[48/57] Compiling SymbolKit KindIdentifier.swift
[49/57] Compiling SymbolKit Location.swift
[50/57] Compiling SymbolKit Mutability.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.86s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Vellum' complete! (0.31s)
     512
4	/Users/admin/builder/spi-builder-workspace/.docs/craftingtablestudio/vellum/v0.0.7
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/craftingtablestudio/vellum/v0.0.7
File count: 512
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-craftingtablestudio-vellum-v0.0.7-7b74e589.zip to s3://spi-docs-inbox/prod-craftingtablestudio-vellum-v0.0.7-7b74e589.zip
Copying... [15%]
Copying... [23%]
Copying... [30%]
Copying... [46%]
Copying... [53%]
Copying... [61%]
Copying... [76%]
Copying... [84%]
Copying... [91%]
Copying... [100%]
Done.