The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Vellum, reference main (69502f), with Swift 6.3 for macOS (SPM) on 28 Apr 2026 03:08:47 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: 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
========================================
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/275] Fetching vellum
Fetched https://github.com/craftingtablestudio/Vellum.git from cache (1.09s)
Creating working copy for https://github.com/craftingtablestudio/Vellum.git
Working copy of https://github.com/craftingtablestudio/Vellum.git resolved at main (69502fd)
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 MoveHistoryHelpers.swift
[4/14] Compiling Vellum Vellum.swift
[5/15] Compiling Vellum Move.swift
[6/15] Compiling Vellum Utils.swift
[7/15] Compiling Vellum VellumError.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.50s)
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/main
Repository:               craftingtablestudio/Vellum
Swift version used:       6.3
Target:                   Vellum
Extracting symbol information for 'Vellum'...
Finished extracting symbol information for 'Vellum'. (30.00s)
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 '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,
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,
Finished building documentation for 'Vellum' (0.45s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/craftingtablestudio/vellum/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.43s)
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.07s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.78s)
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
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/54] Emitting module SymbolKit
[7/58] Compiling Snippets SnippetParser.swift
[8/58] Compiling Snippets SnippetLanguage.swift
[9/58] Compiling Snippets Snippet.swift
[10/58] Emitting module Snippets
[11/58] Compiling SymbolKit SourceRange.swift
[12/58] Compiling SymbolKit Metadata.swift
[13/58] Compiling SymbolKit Module.swift
[14/58] Compiling SymbolKit OperatingSystem.swift
[15/58] Compiling SymbolKit Platform.swift
[16/58] Compiling SymbolKit GenericConstraint.swift
[17/58] Compiling SymbolKit GenericParameter.swift
[18/58] Compiling SymbolKit Generics.swift
[19/58] Compiling SymbolKit Namespace.swift
[20/58] Compiling SymbolKit DeclarationFragments.swift
[21/58] Compiling SymbolKit Fragment.swift
[22/58] Compiling SymbolKit FragmentKind.swift
[23/58] Compiling SymbolKit FunctionParameter.swift
[24/58] Compiling SymbolKit FunctionSignature.swift
[25/58] Compiling SymbolKit SemanticVersion.swift
[26/58] Compiling SymbolKit AccessControl.swift
[27/58] Compiling SymbolKit Availability.swift
[28/58] Compiling SymbolKit AvailabilityItem.swift
[29/58] Compiling SymbolKit Domain.swift
[30/58] Compiling SymbolKit Identifier.swift
[31/58] Compiling SymbolKit KindIdentifier.swift
[32/58] Compiling SymbolKit Location.swift
[33/58] Compiling SymbolKit Mutability.swift
[34/58] Compiling SymbolKit Names.swift
[35/58] Compiling SymbolKit SPI.swift
[36/58] Compiling SymbolKit Snippet.swift
[37/58] Compiling SymbolKit Extension.swift
[38/58] Compiling SymbolKit Mixin+Equals.swift
[39/58] Compiling SymbolKit Mixin+Hash.swift
[40/58] Compiling SymbolKit Mixin.swift
[41/58] Compiling SymbolKit LineList.swift
[42/58] Compiling SymbolKit Position.swift
[43/58] Compiling SymbolKit Symbol.swift
[44/58] Compiling SymbolKit SymbolKind.swift
[45/58] Compiling SymbolKit SymbolGraph.swift
[46/58] Compiling SymbolKit GraphCollector.swift
[47/58] Compiling SymbolKit Relationship.swift
[48/58] Compiling SymbolKit RelationshipKind.swift
[49/58] Compiling SymbolKit SourceOrigin.swift
[50/58] Compiling SymbolKit GenericConstraints.swift
[51/58] Compiling SymbolKit Swift.swift
[52/58] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[53/58] Compiling SymbolKit UnifiedSymbol.swift
[54/58] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[55/58] Compiling SymbolKit UnifiedSymbolGraph.swift
[56/62] Compiling snippet_extract URL+Status.swift
[57/62] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/62] Emitting module snippet_extract
[59/62] Compiling snippet_extract SnippetBuildCommand.swift
[59/62] Write Objects.LinkFileList
[60/62] Linking snippet-extract-tool
[61/62] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.74s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Vellum' complete! (0.30s)
     512
4	/Users/admin/builder/spi-builder-workspace/.docs/craftingtablestudio/vellum/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/craftingtablestudio/vellum/main
File count: 512
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-craftingtablestudio-vellum-main-c0465d95.zip to s3://spi-docs-inbox/prod-craftingtablestudio-vellum-main-c0465d95.zip
Copying... [15%]
Copying... [23%]
Copying... [31%]
Copying... [46%]
Copying... [53%]
Copying... [61%]
Copying... [76%]
Copying... [84%]
Copying... [92%]
Copying... [100%]
Done.