The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftNodes, reference master (85e7e9), with Swift 6.1 for macOS (SPM) on 18 Nov 2025 19:00:08 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nohype-ai/SwiftNodes.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nohype-ai/SwiftNodes
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 85e7e93 Add To Do
Cloned https://github.com/nohype-ai/SwiftNodes.git
Revision (git rev-parse @):
85e7e93a1e2d10a89a909a970ac9f45e88565b96
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nohype-ai/SwiftNodes.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nohype-ai/SwiftNodes.git
https://github.com/nohype-ai/SwiftNodes.git
{
  "dependencies" : [
    {
      "identity" : "swiftytoolz",
      "requirement" : {
        "exact" : [
          "0.5.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flowtoolz/SwiftyToolz.git"
    }
  ],
  "manifest_display_name" : "SwiftNodes",
  "name" : "SwiftNodes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftNodes",
      "targets" : [
        "SwiftNodes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftNodesTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNodesTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftyToolz"
      ],
      "sources" : [
        "Algorithms/AncestorCountsTests.swift",
        "Algorithms/ComponentTests.swift",
        "Algorithms/CondensationGraphTests.swift",
        "Algorithms/EssentialEdgesTests.swift",
        "Algorithms/FilterAndMap/EdgeFilterTests.swift",
        "Algorithms/FilterAndMap/MapTests.swift",
        "Algorithms/FilterAndMap/NodeFilterTests.swift",
        "Algorithms/FilterAndMap/ValueFilterTests.swift",
        "Algorithms/SCCTests.swift",
        "Algorithms/TransitiveReductionTests.swift",
        "EdgeTests.swift",
        "NodeTests.swift",
        "TestGraph.swift",
        "ValueTests.swift"
      ],
      "target_dependencies" : [
        "SwiftNodes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftNodes",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNodes",
      "path" : "Code",
      "product_dependencies" : [
        "SwiftyToolz"
      ],
      "product_memberships" : [
        "SwiftNodes"
      ],
      "sources" : [
        "Graph+Algorithms/Graph+AncestorCount.swift",
        "Graph+Algorithms/Graph+Components.swift",
        "Graph+Algorithms/Graph+CondensationGraph.swift",
        "Graph+Algorithms/Graph+EssentialEdges.swift",
        "Graph+Algorithms/Graph+FilterAndMap.swift",
        "Graph+Algorithms/Graph+StronglyConnectedComponents.swift",
        "Graph+Algorithms/Graph+TransitiveReduction.swift",
        "Graph+CreateAndAccess/Graph+ConvenientInitializers.swift",
        "Graph+CreateAndAccess/Graph+EdgeAccess.swift",
        "Graph+CreateAndAccess/Graph+NodeAccess.swift",
        "Graph+CreateAndAccess/Graph+ValueAccess.swift",
        "Graph/Graph.swift",
        "Graph/GraphEdge.swift",
        "Graph/GraphNode.swift",
        "SwiftyToolz Candidates/Dictionary+SwiftyToolz.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/23] Emitting module SwiftyToolz
[5/25] Compiling SwiftyToolz Copyable.swift
[6/25] Compiling SwiftyToolz JSON.swift
[7/25] Compiling SwiftyToolz Task+SwiftyToolz.swift
[8/25] Compiling SwiftyToolz SwiftHelpers.swift
[9/25] Compiling SwiftyToolz Color.swift
[10/25] Compiling SwiftyToolz Font.swift
[11/25] Compiling SwiftyToolz Log.swift
[12/25] Compiling SwiftyToolz ReadableError.swift
[13/25] Compiling SwiftyToolz Set+SwiftyToolz.swift
[14/25] Compiling SwiftyToolz String+SwiftyToolz.swift
[15/25] Compiling SwiftyToolz Optional+SwiftyToolz.swift
[16/25] Compiling SwiftyToolz Sequence+Async.swift
[17/25] Compiling SwiftyToolz Dictionary+SwiftyToolz.swift
[18/25] Compiling SwiftyToolz Int+SwiftyToolz.swift
[19/25] Compiling SwiftyToolz Array+SwiftyToolz.swift
[20/25] Compiling SwiftyToolz Collection+Sum.swift
[21/25] Compiling SwiftyToolz BackgroundActor.swift
[22/25] Compiling SwiftyToolz BuildEnvironment.swift
[23/25] Compiling SwiftyToolz Clipboard.swift
[24/25] Compiling SwiftyToolz Geometry.swift
[25/25] Compiling SwiftyToolz WeakArray.swift
[26/40] Compiling SwiftNodes GraphNode.swift
[27/40] Compiling SwiftNodes GraphEdge.swift
[28/41] Compiling SwiftNodes Graph.swift
[29/41] Compiling SwiftNodes Graph+ValueAccess.swift
[30/41] Compiling SwiftNodes Graph+TransitiveReduction.swift
[31/41] Compiling SwiftNodes Graph+ConvenientInitializers.swift
[32/41] Compiling SwiftNodes Graph+FilterAndMap.swift
[33/41] Compiling SwiftNodes Graph+StronglyConnectedComponents.swift
[34/41] Compiling SwiftNodes Graph+EdgeAccess.swift
[35/41] Compiling SwiftNodes Graph+NodeAccess.swift
[36/41] Compiling SwiftNodes Graph+AncestorCount.swift
[37/41] Compiling SwiftNodes Graph+Components.swift
[38/41] Emitting module SwiftNodes
[39/41] Compiling SwiftNodes Graph+CondensationGraph.swift
[40/41] Compiling SwiftNodes Graph+EssentialEdges.swift
[41/41] Compiling SwiftNodes Dictionary+SwiftyToolz.swift
Build complete! (7.21s)
Fetching https://github.com/flowtoolz/SwiftyToolz.git
[1/754] Fetching swiftytoolz
Fetched https://github.com/flowtoolz/SwiftyToolz.git from cache (0.77s)
Computing version for https://github.com/flowtoolz/SwiftyToolz.git
Computed https://github.com/flowtoolz/SwiftyToolz.git at 0.5.1 (1.40s)
Creating working copy for https://github.com/flowtoolz/SwiftyToolz.git
Working copy of https://github.com/flowtoolz/SwiftyToolz.git resolved at 0.5.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftytoolz",
      "requirement" : {
        "exact" : [
          "0.5.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flowtoolz/SwiftyToolz.git"
    }
  ],
  "manifest_display_name" : "SwiftNodes",
  "name" : "SwiftNodes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftNodes",
      "targets" : [
        "SwiftNodes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftNodesTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNodesTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftyToolz"
      ],
      "sources" : [
        "Algorithms/AncestorCountsTests.swift",
        "Algorithms/ComponentTests.swift",
        "Algorithms/CondensationGraphTests.swift",
        "Algorithms/EssentialEdgesTests.swift",
        "Algorithms/FilterAndMap/EdgeFilterTests.swift",
        "Algorithms/FilterAndMap/MapTests.swift",
        "Algorithms/FilterAndMap/NodeFilterTests.swift",
        "Algorithms/FilterAndMap/ValueFilterTests.swift",
        "Algorithms/SCCTests.swift",
        "Algorithms/TransitiveReductionTests.swift",
        "EdgeTests.swift",
        "NodeTests.swift",
        "TestGraph.swift",
        "ValueTests.swift"
      ],
      "target_dependencies" : [
        "SwiftNodes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftNodes",
      "module_type" : "SwiftTarget",
      "name" : "SwiftNodes",
      "path" : "Code",
      "product_dependencies" : [
        "SwiftyToolz"
      ],
      "product_memberships" : [
        "SwiftNodes"
      ],
      "sources" : [
        "Graph+Algorithms/Graph+AncestorCount.swift",
        "Graph+Algorithms/Graph+Components.swift",
        "Graph+Algorithms/Graph+CondensationGraph.swift",
        "Graph+Algorithms/Graph+EssentialEdges.swift",
        "Graph+Algorithms/Graph+FilterAndMap.swift",
        "Graph+Algorithms/Graph+StronglyConnectedComponents.swift",
        "Graph+Algorithms/Graph+TransitiveReduction.swift",
        "Graph+CreateAndAccess/Graph+ConvenientInitializers.swift",
        "Graph+CreateAndAccess/Graph+EdgeAccess.swift",
        "Graph+CreateAndAccess/Graph+NodeAccess.swift",
        "Graph+CreateAndAccess/Graph+ValueAccess.swift",
        "Graph/Graph.swift",
        "Graph/GraphEdge.swift",
        "Graph/GraphNode.swift",
        "SwiftyToolz Candidates/Dictionary+SwiftyToolz.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.