The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-graph, reference main (55be64), with Swift 6.1 for macOS (SPM) on 21 Jan 2026 05:51:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-graph.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-graph
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 55be646 Update copyright year to 2026 (#1)
Cloned https://github.com/CorvidLabs/swift-graph.git
Revision (git rev-parse @):
55be6464dc3c9e50c39ec8d045caac4598f15e3e
SUCCESS checkout https://github.com/CorvidLabs/swift-graph.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-graph.git
https://github.com/CorvidLabs/swift-graph.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-graph",
  "name" : "swift-graph",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Graph",
      "targets" : [
        "Graph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphTests",
      "path" : "Tests/GraphTests",
      "sources" : [
        "BloomFilterTests.swift",
        "GraphTests.swift",
        "QueueTests.swift",
        "TreeTests.swift",
        "TrieTests.swift"
      ],
      "target_dependencies" : [
        "Graph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Graph",
      "module_type" : "SwiftTarget",
      "name" : "Graph",
      "path" : "Sources/Graph",
      "product_memberships" : [
        "Graph"
      ],
      "sources" : [
        "BloomFilter/BloomFilter.swift",
        "Graph/Edge.swift",
        "Graph/Graph.swift",
        "Graph/GraphAlgorithms.swift",
        "Queue/CircularBuffer.swift",
        "Queue/Deque.swift",
        "Queue/PriorityQueue.swift",
        "StructError.swift",
        "Tree/BinarySearchTree.swift",
        "Tree/BinaryTree.swift",
        "Tree/Heap.swift",
        "Trie/Trie.swift",
        "Trie/TrieNode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/17] Compiling Graph Trie.swift
[6/17] Compiling Graph BinarySearchTree.swift
[7/17] Compiling Graph PriorityQueue.swift
[8/17] Compiling Graph StructError.swift
[9/17] Compiling Graph BinaryTree.swift
[10/17] Compiling Graph Heap.swift
[11/18] Compiling Graph CircularBuffer.swift
[12/18] Compiling Graph Deque.swift
[13/18] Compiling Graph TrieNode.swift
[14/18] Compiling Graph BloomFilter.swift
[15/18] Compiling Graph Edge.swift
[16/18] Compiling Graph Graph.swift
[17/18] Compiling Graph GraphAlgorithms.swift
[18/18] Emitting module Graph
Build complete! (20.20s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.65s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.85s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.90s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.58s)
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.4.5
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-graph",
  "name" : "swift-graph",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Graph",
      "targets" : [
        "Graph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphTests",
      "path" : "Tests/GraphTests",
      "sources" : [
        "BloomFilterTests.swift",
        "GraphTests.swift",
        "QueueTests.swift",
        "TreeTests.swift",
        "TrieTests.swift"
      ],
      "target_dependencies" : [
        "Graph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Graph",
      "module_type" : "SwiftTarget",
      "name" : "Graph",
      "path" : "Sources/Graph",
      "product_memberships" : [
        "Graph"
      ],
      "sources" : [
        "BloomFilter/BloomFilter.swift",
        "Graph/Edge.swift",
        "Graph/Graph.swift",
        "Graph/GraphAlgorithms.swift",
        "Queue/CircularBuffer.swift",
        "Queue/Deque.swift",
        "Queue/PriorityQueue.swift",
        "StructError.swift",
        "Tree/BinarySearchTree.swift",
        "Tree/BinaryTree.swift",
        "Tree/Heap.swift",
        "Trie/Trie.swift",
        "Trie/TrieNode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.