The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Graphs, reference 0.1.3 (13ba61), with Swift 6.0 for macOS (SPM) on 3 Oct 2024 14:12:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tevelee/swift-graphs.git
Reference: 0.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tevelee/swift-graphs
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at 13ba612 Minimum deployment target specified
Cloned https://github.com/tevelee/swift-graphs.git
Revision (git rev-parse @):
13ba61287732dd2b263dc2b0f8c70d654f72e5f6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tevelee/swift-graphs.git at 0.1.3
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5564] Fetching swift-algorithms
[335/20730] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.83s)
Fetched https://github.com/apple/swift-collections.git from cache (1.83s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (3.29s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
========================================
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",
  "dependencies": [
    {
      "identity": "swift-graphs",
      "name": "Graphs",
      "url": "https://github.com/tevelee/swift-graphs.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-graphs",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-algorithms",
          "name": "swift-algorithms",
          "url": "https://github.com/apple/swift-algorithms.git",
          "version": "1.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
          "dependencies": [
            {
              "identity": "swift-numerics",
              "name": "swift-numerics",
              "url": "https://github.com/apple/swift-numerics.git",
              "version": "1.0.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/tevelee/swift-graphs.git
[1/492] Fetching swift-graphs
Fetched https://github.com/tevelee/swift-graphs.git from cache (1.48s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.57s)
Fetched https://github.com/apple/swift-collections.git from cache (0.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.03s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.03s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/tevelee/swift-graphs.git
Working copy of https://github.com/tevelee/swift-graphs.git resolved at 0.1.3 (13ba612)
warning: '.resolve-product-dependencies': dependency 'swift-graphs' is not used by any target
Found 2 product dependencies
  - swift-collections
  - swift-algorithms
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tevelee/swift-graphs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/13] Write sources
[11/13] Write swift-version--4A847ED0836F2485.txt
[12/13] Compiling _NumericsShims _NumericsShims.c
[14/41] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/41] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/42] Compiling RealModule ElementaryFunctions.swift
[17/43] Compiling RealModule Float80+Real.swift
[18/43] Compiling RealModule Real.swift
[19/43] Compiling RealModule RealFunctions.swift
[20/43] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/43] Compiling RealModule AugmentedArithmetic.swift
[22/43] Compiling RealModule ApproximateEquality.swift
[23/43] Compiling RealModule Double+Real.swift
[24/43] Compiling RealModule AlgebraicField.swift
[25/43] Emitting module RealModule
[26/43] Compiling InternalCollectionsUtilities Debugging.swift
[27/43] Compiling InternalCollectionsUtilities Descriptions.swift
[28/43] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/43] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/43] Compiling InternalCollectionsUtilities Integer rank.swift
[32/43] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/43] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[34/43] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[35/43] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/43] Compiling InternalCollectionsUtilities Specialize.swift
[37/43] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[38/43] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/43] Emitting module InternalCollectionsUtilities
[40/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[41/43] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/43] Compiling RealModule Float+Real.swift
[43/43] Compiling RealModule Float16+Real.swift
[44/351] Compiling DequeModule _DequeBufferHeader.swift
[45/351] Compiling DequeModule _DequeSlot.swift
[46/352] Compiling DequeModule _DequeBuffer.swift
[47/352] Compiling HashTreeCollections _UnsafePath.swift
[48/352] Compiling HashTreeCollections TreeDictionary+Codable.swift
[49/354] Compiling HeapModule _HeapNode.swift
[50/354] Compiling HeapModule Heap.swift
[51/354] Compiling HeapModule Heap+UnsafeHandle.swift
[52/354] Compiling HeapModule Heap+Invariants.swift
[53/354] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[54/354] Compiling _RopeModule BigString+Initializers.swift
[55/354] Compiling _RopeModule BigString+Insert.swift
[56/354] Compiling _RopeModule BigString+Managing Breaks.swift
[57/354] Compiling _RopeModule BigString+RemoveSubrange.swift
[58/354] Compiling _RopeModule BigString+ReplaceSubrange.swift
[59/354] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[60/360] Compiling HashTreeCollections TreeSet+Equatable.swift
[61/360] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[62/360] Compiling HashTreeCollections TreeSet+Extras.swift
[63/360] Compiling HashTreeCollections TreeSet+Filter.swift
[64/360] Compiling HashTreeCollections TreeSet+Hashable.swift
[65/360] Compiling HashTreeCollections TreeSet+Sendable.swift
[66/360] Compiling HashTreeCollections TreeSet+Sequence.swift
[67/360] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[68/368] Compiling DequeModule _UnsafeWrappedBuffer.swift
[69/368] Emitting module HeapModule
[70/368] Compiling HeapModule Heap+Descriptions.swift
[72/368] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[73/368] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[74/368] Compiling HashTreeCollections _HashNode+Structural merge.swift
[75/368] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[76/368] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[77/373] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[78/373] Compiling Algorithms Unique.swift
[79/373] Compiling Algorithms Windows.swift
[80/373] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[81/373] Compiling _RopeModule BigString+Sequence.swift
[82/373] Compiling _RopeModule BigString+TextOutputStream.swift
[83/373] Compiling _RopeModule BigString+Append.swift
[89/373] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[90/373] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[91/373] Compiling BitCollections BitSet.Counted.swift
[92/373] Compiling BitCollections BitSet.Index.swift
[93/373] Compiling BitCollections BitSet._UnsafeHandle.swift
[94/373] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[95/373] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[96/373] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[97/373] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[98/373] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[99/373] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[100/373] Compiling BitCollections BitSet.swift
[101/373] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[102/373] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[103/373] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[104/373] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[105/373] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[106/373] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[107/373] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[108/373] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[109/373] Compiling HashTreeCollections _HashNode+Debugging.swift
[110/373] Compiling HashTreeCollections _HashNode+Initializers.swift
[111/373] Compiling HashTreeCollections _HashNode+Invariants.swift
[112/373] Compiling HashTreeCollections _HashNode+Lookups.swift
[113/373] Compiling HashTreeCollections _HashLevel.swift
[114/373] Compiling HashTreeCollections _HashNode+Builder.swift
[115/373] Compiling HashTreeCollections _Bucket.swift
[116/373] Compiling HashTreeCollections _Hash.swift
[117/373] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[118/373] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[132/373] Compiling HashTreeCollections _HashNode+Structural union.swift
[133/373] Compiling HashTreeCollections _AncestorHashSlots.swift
[134/373] Compiling HashTreeCollections _Bitmap.swift
[138/373] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[139/373] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[140/373] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[141/373] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[142/373] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[143/373] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[144/373] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[145/373] Compiling HashTreeCollections TreeSet.swift
[146/373] Compiling HashTreeCollections _RawHashNode.swift
[147/373] Compiling HashTreeCollections _UnmanagedHashNode.swift
[150/373] Compiling HashTreeCollections TreeDictionary+Collection.swift
[151/373] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[153/373] Compiling BitCollections Range+Utilities.swift
[154/373] Compiling BitCollections Slice+Utilities.swift
[155/373] Compiling BitCollections UInt+Tricks.swift
[156/373] Compiling BitCollections _Word.swift
[165/373] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[166/373] Compiling HashTreeCollections _HashNode+Storage.swift
[167/373] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[168/373] Compiling HashTreeCollections _HashNode+Structural filter.swift
[169/373] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[170/373] Compiling _RopeModule BigString+Chunk+Splitting.swift
[194/380] Compiling OrderedCollections OrderedSet.swift
[195/380] Compiling OrderedCollections _UnsafeBitset.swift
[236/380] Emitting module BitCollections
[291/380] Emitting module DequeModule
[354/380] Compiling _RopeModule Rope+Remove.swift
[355/380] Compiling _RopeModule Rope+RemoveSubrange.swift
[356/380] Compiling _RopeModule Rope+Split.swift
[357/380] Compiling _RopeModule Optional Utilities.swift
[358/380] Compiling _RopeModule String Utilities.swift
[359/380] Compiling _RopeModule String.Index+ABI.swift
[360/380] Compiling _RopeModule _CharacterRecognizer.swift
[377/380] Emitting module OrderedCollections
[378/380] Emitting module _RopeModule
[379/380] Emitting module Algorithms
[380/380] Emitting module HashTreeCollections
[381/382] Emitting module Collections
[382/382] Compiling Collections Collections.swift
[383/460] Compiling Graphs BinaryGraph+TraversalStrategy.swift
[384/460] Compiling Graphs Graph+Search.swift
[385/460] Compiling Graphs Graph+Traversal.swift
[386/460] Compiling Graphs Graph+TraversalStrategy+BFS.swift
[387/460] Compiling Graphs Graph+TraversalStrategy+DFS+Postorder.swift
[388/460] Compiling Graphs Graph+TraversalStrategy+DFS+Preorder.swift
[389/460] Compiling Graphs Graph+TraversalStrategy+DFS.swift
[390/460] Compiling Graphs Graph+TraversalStrategy+Unique.swift
[391/468] Compiling Graphs GraphComponent+ShortestPath.swift
[392/468] Compiling Graphs GraphComponent+ShortestPaths+Dijkstra.swift
[393/468] Compiling Graphs GraphComponent+ShortestPaths.swift
[394/468] Compiling Graphs Graph+StronglyConnectedComponents+Kosaraju.swift
[395/468] Compiling Graphs Graph+StronglyConnectedComponents+Tarjan.swift
[396/468] Compiling Graphs Graph+StronglyConnectedComponents.swift
[397/468] Compiling Graphs BinaryGraph+Search.swift
[398/468] Compiling Graphs BinaryGraph+Traversal.swift
[399/468] Compiling Graphs BinaryGraph+TraversalStrategy+DFS+Inorder.swift
[400/468] Compiling Graphs Graph+TraversalStrategy.swift
[401/468] Compiling Graphs Graph+Visitor+Depth.swift
[402/468] Compiling Graphs Graph+Visitor+Path.swift
[403/468] Compiling Graphs Graph+Visitor.swift
[404/468] Compiling Graphs BinaryGraph.swift
[405/468] Compiling Graphs BipartiteGraph.swift
[406/468] Compiling Graphs ConnectedBinaryGraph.swift
[407/468] Compiling Graphs ConnectedBinaryHashGraph.swift
[408/468] Compiling Graphs LazyGraph.swift
[409/468] Compiling Graphs ComplementGraph.swift
[410/468] Compiling Graphs Graph+Equatable.swift
[411/468] Compiling Graphs Graph+Hashable.swift
[412/468] Compiling Graphs PartitionedGraph.swift
[413/468] Compiling Graphs ResidualGraph.swift
[414/468] Compiling Graphs TransposedGraph.swift
[415/468] Compiling Graphs UndirectedGraph.swift
[416/468] Compiling Graphs Graph+ShortestPathOnWholeGraph+BellmanFord.swift
[417/468] Compiling Graphs Graph+ShortestPathOnWholeGraph.swift
[418/468] Compiling Graphs Graph+ShortestPathsForAllPairs+FloydWarshall.swift
[419/468] Compiling Graphs Graph+ShortestPathsForAllPairs+Johnson.swift
[420/468] Compiling Graphs Graph+ShortestPathsForAllPairs.swift
[421/468] Compiling Graphs Graph+ShortestPathsOnWholeGraph+BellmanFord.swift
[422/468] Compiling Graphs Graph+ShortestPathsOnWholeGraph.swift
[423/468] Compiling Graphs GraphComponent+ShortestPath+AStar.swift
[424/468] Compiling Graphs GraphComponent+ShortestPath+Dijkstra.swift
[425/468] Compiling Graphs Graph+HamiltonianPath.swift
[426/468] Compiling Graphs Graph+Isomophism+VF2.swift
[427/468] Compiling Graphs Graph+Isomophism+WeisfeilerLehman.swift
[428/468] Compiling Graphs Graph+Isomophism.swift
[429/468] Compiling Graphs MaximumMatchingAlgorithm+HopcroftKarp.swift
[430/468] Compiling Graphs MaximumMatchingAlgorithm.swift
[431/468] Compiling Graphs Graph+MaxFlow+Dinic.swift
[432/468] Compiling Graphs Graph+MaxFlow+EdmondsKarp.swift
[433/468] Compiling Graphs Graph+MaxFlow+FordFulkerson.swift
[434/468] Compiling Graphs Graph+MaxFlow.swift
[435/468] Compiling Graphs Graph+MinimumSpanningTree+Boruvka.swift
[436/468] Compiling Graphs Graph+MinimumSpanningTree+Kruskal.swift
[437/468] Compiling Graphs Graph+MinimumSpanningTree+Prim.swift
[438/468] Compiling Graphs Graph+MinimumSpanningTree.swift
[439/468] Compiling Graphs Graph+Random+BarabasiAlbert.swift
[440/468] Compiling Graphs Graph+Random+ErdosRenyi.swift
[441/468] Compiling Graphs Graph+Random+WattsStrogatz.swift
[442/468] Compiling Graphs Graph+Random.swift
[443/468] Compiling Graphs Graph+Coloring+DSatur.swift
[444/468] Compiling Graphs Graph+Coloring+Greedy.swift
[445/468] Compiling Graphs Graph+Coloring+WelshPowell.swift
[446/468] Compiling Graphs Graph+Coloring.swift
[447/468] Compiling Graphs Graph+EulerianPath+Backtracking.swift
[448/468] Compiling Graphs Graph+EulerianPath+Hierholzer.swift
[449/468] Compiling Graphs Graph+EulerianPath.swift
[450/468] Compiling Graphs Graph+HamiltonianPath+Backtracking.swift
[451/468] Compiling Graphs Graph+HamiltonianPath+Heuristic.swift
[452/468] Compiling Graphs WeightedGraph.swift
[453/468] Compiling Graphs Distance.swift
[454/468] Compiling Graphs Graph+Properties.swift
[455/468] Compiling Graphs Graph.swift
[456/468] Compiling Graphs GraphComponent.swift
[457/468] Compiling Graphs MutableGraph.swift
[458/468] Compiling Graphs Utils.swift
[459/468] Compiling Graphs Weighted.swift
[460/468] Compiling Graphs ConnectedGraph.swift
[461/468] Compiling Graphs ConnectedHashGraph.swift
[462/468] Compiling Graphs DisjointBinaryGraph.swift
[463/468] Compiling Graphs DisjointBinaryHashGraph.swift
[464/468] Compiling Graphs DisjointGraph.swift
[465/468] Compiling Graphs DisjointHashGraph.swift
[466/468] Compiling Graphs GridGraph.swift
[467/468] Compiling Graphs LazyBinaryGraph.swift
[468/468] Emitting module Graphs
Build complete! (28.79s)
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "Graphs",
  "name" : "Graphs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Graphs",
      "targets" : [
        "Graphs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphsTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphsTests",
      "path" : "Tests/GraphsTests",
      "sources" : [
        "GraphTests.swift"
      ],
      "target_dependencies" : [
        "Graphs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Graphs",
      "module_type" : "SwiftTarget",
      "name" : "Graphs",
      "path" : "Sources/Graphs",
      "product_dependencies" : [
        "Collections",
        "Algorithms"
      ],
      "product_memberships" : [
        "Graphs"
      ],
      "sources" : [
        "Algorithms/Coloring/Graph+Coloring+DSatur.swift",
        "Algorithms/Coloring/Graph+Coloring+Greedy.swift",
        "Algorithms/Coloring/Graph+Coloring+WelshPowell.swift",
        "Algorithms/Coloring/Graph+Coloring.swift",
        "Algorithms/EulerianPath/Graph+EulerianPath+Backtracking.swift",
        "Algorithms/EulerianPath/Graph+EulerianPath+Hierholzer.swift",
        "Algorithms/EulerianPath/Graph+EulerianPath.swift",
        "Algorithms/HamiltonianPath/Graph+HamiltonianPath+Backtracking.swift",
        "Algorithms/HamiltonianPath/Graph+HamiltonianPath+Heuristic.swift",
        "Algorithms/HamiltonianPath/Graph+HamiltonianPath.swift",
        "Algorithms/Isomorphism/Graph+Isomophism+VF2.swift",
        "Algorithms/Isomorphism/Graph+Isomophism+WeisfeilerLehman.swift",
        "Algorithms/Isomorphism/Graph+Isomophism.swift",
        "Algorithms/Matching/MaximumMatchingAlgorithm+HopcroftKarp.swift",
        "Algorithms/Matching/MaximumMatchingAlgorithm.swift",
        "Algorithms/MaxFlow-MinCut/Graph+MaxFlow+Dinic.swift",
        "Algorithms/MaxFlow-MinCut/Graph+MaxFlow+EdmondsKarp.swift",
        "Algorithms/MaxFlow-MinCut/Graph+MaxFlow+FordFulkerson.swift",
        "Algorithms/MaxFlow-MinCut/Graph+MaxFlow.swift",
        "Algorithms/MinimumSpanningTree/Graph+MinimumSpanningTree+Boruvka.swift",
        "Algorithms/MinimumSpanningTree/Graph+MinimumSpanningTree+Kruskal.swift",
        "Algorithms/MinimumSpanningTree/Graph+MinimumSpanningTree+Prim.swift",
        "Algorithms/MinimumSpanningTree/Graph+MinimumSpanningTree.swift",
        "Algorithms/Random/Graph+Random+BarabasiAlbert.swift",
        "Algorithms/Random/Graph+Random+ErdosRenyi.swift",
        "Algorithms/Random/Graph+Random+WattsStrogatz.swift",
        "Algorithms/Random/Graph+Random.swift",
        "Algorithms/ShortestPath/Graph+ShortestPathOnWholeGraph+BellmanFord.swift",
        "Algorithms/ShortestPath/Graph+ShortestPathOnWholeGraph.swift",
        "Algorithms/ShortestPath/Graph+ShortestPathsForAllPairs+FloydWarshall.swift",
        "Algorithms/ShortestPath/Graph+ShortestPathsForAllPairs+Johnson.swift",
        "Algorithms/ShortestPath/Graph+ShortestPathsForAllPairs.swift",
        "Algorithms/ShortestPath/Graph+ShortestPathsOnWholeGraph+BellmanFord.swift",
        "Algorithms/ShortestPath/Graph+ShortestPathsOnWholeGraph.swift",
        "Algorithms/ShortestPath/GraphComponent+ShortestPath+AStar.swift",
        "Algorithms/ShortestPath/GraphComponent+ShortestPath+Dijkstra.swift",
        "Algorithms/ShortestPath/GraphComponent+ShortestPath.swift",
        "Algorithms/ShortestPath/GraphComponent+ShortestPaths+Dijkstra.swift",
        "Algorithms/ShortestPath/GraphComponent+ShortestPaths.swift",
        "Algorithms/StronglyConnectedComponents/Graph+StronglyConnectedComponents+Kosaraju.swift",
        "Algorithms/StronglyConnectedComponents/Graph+StronglyConnectedComponents+Tarjan.swift",
        "Algorithms/StronglyConnectedComponents/Graph+StronglyConnectedComponents.swift",
        "Algorithms/Traversal/BinaryGraph+Search.swift",
        "Algorithms/Traversal/BinaryGraph+Traversal.swift",
        "Algorithms/Traversal/BinaryGraph+TraversalStrategy+DFS+Inorder.swift",
        "Algorithms/Traversal/BinaryGraph+TraversalStrategy.swift",
        "Algorithms/Traversal/Graph+Search.swift",
        "Algorithms/Traversal/Graph+Traversal.swift",
        "Algorithms/Traversal/Graph+TraversalStrategy+BFS.swift",
        "Algorithms/Traversal/Graph+TraversalStrategy+DFS+Postorder.swift",
        "Algorithms/Traversal/Graph+TraversalStrategy+DFS+Preorder.swift",
        "Algorithms/Traversal/Graph+TraversalStrategy+DFS.swift",
        "Algorithms/Traversal/Graph+TraversalStrategy+Unique.swift",
        "Algorithms/Traversal/Graph+TraversalStrategy.swift",
        "Algorithms/Visit/Graph+Visitor+Depth.swift",
        "Algorithms/Visit/Graph+Visitor+Path.swift",
        "Algorithms/Visit/Graph+Visitor.swift",
        "BinaryGraph.swift",
        "BipartiteGraph.swift",
        "Concrete graphs/ConnectedBinaryGraph.swift",
        "Concrete graphs/ConnectedBinaryHashGraph.swift",
        "Concrete graphs/ConnectedGraph.swift",
        "Concrete graphs/ConnectedHashGraph.swift",
        "Concrete graphs/DisjointBinaryGraph.swift",
        "Concrete graphs/DisjointBinaryHashGraph.swift",
        "Concrete graphs/DisjointGraph.swift",
        "Concrete graphs/DisjointHashGraph.swift",
        "Concrete graphs/GridGraph.swift",
        "Concrete graphs/LazyBinaryGraph.swift",
        "Concrete graphs/LazyGraph.swift",
        "Concrete graphs/Transformations/ComplementGraph.swift",
        "Concrete graphs/Transformations/Graph+Equatable.swift",
        "Concrete graphs/Transformations/Graph+Hashable.swift",
        "Concrete graphs/Transformations/PartitionedGraph.swift",
        "Concrete graphs/Transformations/ResidualGraph.swift",
        "Concrete graphs/Transformations/TransposedGraph.swift",
        "Concrete graphs/Transformations/UndirectedGraph.swift",
        "Concrete graphs/WeightedGraph.swift",
        "Distance.swift",
        "Graph+Properties.swift",
        "Graph.swift",
        "GraphComponent.swift",
        "MutableGraph.swift",
        "Utils.swift",
        "Weighted.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/tevelee/swift-graphs/0.1.3
Repository:               tevelee/swift-graphs
Swift version used:       6.0
Target:                   Graphs
Extracting symbol information for 'Graphs'...
Finished extracting symbol information for 'Graphs'. (5.60s)
Building documentation for 'Graphs'...
warning: Return value documented for initializer returning void
  --> ../Algorithms/Random/Graph+Random+WattsStrogatz.swift:41:9-41:76
39 |     /// - node: A closure that creates a node given an index.
40 |     /// - edge: A closure that creates an edge given two nodes.
41 +     /// - Returns: A random graph generated using the Watts-Strogatz model.
   |         ╰─suggestion: Remove return value documentation
42 |     @inlinable public init(numberOfNodes n: Int, k: Int, p: Double, node: @escaping (Int) -> Node, edge: @escaping (Node, Node) -> Edge) {
43 |         precondition(k >= 2 && k % 2 == 0, "Watts-Strogatz model requires k >= 2 and even")
warning: Return value documented for initializer returning void
  --> ../Concrete graphs/Transformations/PartitionedGraph.swift:18:9-18:48
16 |     ///  - leftPartition: The left partition of the bipartite graph.
17 |     ///  - rightPartition: The right partition of the bipartite graph.
18 +     /// - Returns: A `BipartiteGraph` instance.
   |         ╰─suggestion: Remove return value documentation
19 |     @inlinable public init(
20 |         base: Base,Finished building documentation for 'Graphs' (1.28s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/tevelee/swift-graphs/0.1.3
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-numerics.git
Updating https://github.com/apple/swift-algorithms.git
Updating https://github.com/apple/swift-collections.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Updated https://github.com/apple/swift-numerics.git (0.60s)
Updated https://github.com/apple/swift-algorithms.git (0.60s)
Updated https://github.com/apple/swift-collections.git (0.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.69s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.61s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3109] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.66s)
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.3
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--4A847ED0836F2485.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Relationship.swift
[8/57] Compiling SymbolKit RelationshipKind.swift
[9/57] Compiling SymbolKit SourceOrigin.swift
[10/57] Compiling SymbolKit GenericConstraints.swift
[11/57] Compiling SymbolKit Swift.swift
[12/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[13/57] Compiling SymbolKit UnifiedSymbol.swift
[14/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[15/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[16/57] Compiling SymbolKit SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Compiling Snippets Snippet.swift
[27/57] Emitting module Snippets
[28/57] Compiling SymbolKit Mixin+Equals.swift
[29/57] Compiling SymbolKit Mixin+Hash.swift
[30/57] Compiling SymbolKit Mixin.swift
[31/57] Compiling SymbolKit LineList.swift
[32/57] Compiling SymbolKit Position.swift
[33/57] Compiling Snippets SnippetParser.swift
[34/57] Compiling SymbolKit Symbol.swift
[35/57] Compiling SymbolKit SymbolKind.swift
[36/57] Compiling SymbolKit SymbolGraph.swift
[37/57] Compiling SymbolKit GraphCollector.swift
[38/57] Compiling SymbolKit SourceRange.swift
[39/57] Compiling SymbolKit Metadata.swift
[40/57] Compiling SymbolKit Module.swift
[41/57] Compiling SymbolKit OperatingSystem.swift
[42/57] Compiling SymbolKit Platform.swift
[43/57] Compiling SymbolKit Names.swift
[44/57] Compiling SymbolKit SPI.swift
[45/57] Compiling SymbolKit Snippet.swift
[46/57] Compiling SymbolKit Extension.swift
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.swift
[51/57] Compiling SymbolKit Identifier.swift
[52/57] Compiling SymbolKit KindIdentifier.swift
[53/57] Compiling SymbolKit Location.swift
[54/57] Compiling SymbolKit Mutability.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.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! (5.94s)
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/1] Write swift-version--4A847ED0836F2485.txt
[2/29] Compiling RealModule ApproximateEquality.swift
[3/30] Compiling RealModule Real.swift
[4/30] Compiling RealModule Float+Real.swift
[5/30] Compiling RealModule Float16+Real.swift
[6/30] Compiling RealModule ElementaryFunctions.swift
[7/30] Compiling RealModule Float80+Real.swift
[8/30] Compiling RealModule AugmentedArithmetic.swift
[9/30] Compiling RealModule AlgebraicField.swift
[10/30] Compiling RealModule Double+Real.swift
[11/30] Compiling RealModule RealFunctions.swift
[12/30] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/30] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/30] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/30] Compiling InternalCollectionsUtilities Specialize.swift
[16/30] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/30] Compiling InternalCollectionsUtilities Debugging.swift
[18/30] Compiling InternalCollectionsUtilities Descriptions.swift
[19/31] Emitting module RealModule
[20/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/31] Compiling InternalCollectionsUtilities Integer rank.swift
[22/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/31] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[24/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[27/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[28/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[29/31] Emitting module InternalCollectionsUtilities
[30/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[31/31] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[32/192] Compiling DequeModule _DequeBufferHeader.swift
[33/192] Compiling DequeModule _DequeSlot.swift
[34/262] Compiling DequeModule _DequeBuffer.swift
[35/340] Compiling HeapModule Heap.swift
[36/340] Compiling HeapModule _HeapNode.swift
[37/340] Compiling HeapModule Heap+Invariants.swift
[38/340] Compiling HeapModule Heap+UnsafeHandle.swift
[39/340] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[40/340] Compiling HashTreeCollections _AncestorHashSlots.swift
[41/340] Compiling HashTreeCollections _Bitmap.swift
[42/340] Compiling HeapModule Heap+Descriptions.swift
[43/340] Emitting module HeapModule
[44/340] Compiling DequeModule _UnsafeWrappedBuffer.swift
[45/340] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[46/340] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[47/340] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[48/340] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[49/340] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[50/340] Compiling HashTreeCollections TreeDictionary+Filter.swift
[51/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[52/345] Compiling HashTreeCollections _RawHashNode.swift
[53/345] Compiling HashTreeCollections _UnmanagedHashNode.swift
[54/345] Compiling HashTreeCollections _UnsafePath.swift
[55/345] Compiling HashTreeCollections TreeDictionary+Codable.swift
[56/345] Compiling HashTreeCollections TreeDictionary+Collection.swift
[62/345] Compiling BitCollections BitSet.swift
[63/351] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[64/351] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[65/351] Compiling HashTreeCollections _HashNode+Storage.swift
[66/351] Compiling HashTreeCollections _HashNode+Lookups.swift
[67/351] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[68/351] Compiling HashTreeCollections TreeSet+Sequence.swift
[69/351] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[70/351] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[71/351] Compiling HashTreeCollections _HashNode+Structural filter.swift
[72/351] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[73/353] Compiling HashTreeCollections _HashLevel.swift
[74/353] Compiling HashTreeCollections _HashNode+Builder.swift
[75/353] Compiling HashTreeCollections _HashNode+Debugging.swift
[76/353] Compiling HashTreeCollections _HashNode+Initializers.swift
[77/353] Compiling HashTreeCollections _HashNode+Invariants.swift
[78/353] Compiling HashTreeCollections TreeSet+Equatable.swift
[79/353] Compiling HashTreeCollections _Bucket.swift
[80/353] Compiling HashTreeCollections _Hash.swift
[87/353] Compiling HashTreeCollections _HashStack.swift
[88/353] Compiling HashTreeCollections _HashTreeIterator.swift
[89/353] Compiling HashTreeCollections _HashTreeStatistics.swift
[90/353] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[91/353] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[92/353] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[99/353] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[100/353] Compiling HashTreeCollections TreeSet+Extras.swift
[101/353] Emitting module BitCollections
[102/353] Compiling Algorithms Unique.swift
[103/353] Compiling Algorithms Windows.swift
[104/353] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[105/353] Compiling HashTreeCollections _HashNode.swift
[106/353] Compiling HashTreeCollections _HashNodeHeader.swift
[107/353] Compiling HashTreeCollections _HashSlot.swift
[114/353] Compiling HashTreeCollections TreeSet+Filter.swift
[115/353] Compiling HashTreeCollections TreeSet+Hashable.swift
[116/353] Compiling HashTreeCollections TreeSet+Sendable.swift
[121/353] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[122/353] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[123/353] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[124/353] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[125/353] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[145/353] Compiling OrderedCollections OrderedSet+SubSequence.swift
[146/353] Compiling OrderedCollections OrderedSet+Testing.swift
[147/353] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[148/353] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[149/353] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[150/353] Compiling HashTreeCollections TreeDictionary+Values.swift
[151/353] Compiling HashTreeCollections TreeDictionary.swift
[152/353] Compiling HashTreeCollections TreeSet+Codable.swift
[153/353] Compiling HashTreeCollections TreeSet+Collection.swift
[154/353] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[155/353] Compiling HashTreeCollections TreeSet+Debugging.swift
[156/353] Compiling HashTreeCollections TreeSet+Descriptions.swift
[183/361] Compiling OrderedCollections OrderedSet.swift
[184/361] Compiling OrderedCollections _UnsafeBitset.swift
[185/361] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[186/361] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[187/361] Compiling HashTreeCollections _HashNode+Structural merge.swift
[188/361] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[189/361] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[190/361] Compiling HashTreeCollections _HashNode+Structural union.swift
[191/361] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[192/361] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[193/368] Emitting module DequeModule
[219/368] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[220/368] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[221/368] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[222/368] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[223/368] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[224/368] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[225/368] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[226/368] Compiling HashTreeCollections TreeSet.swift
[318/368] Emitting module OrderedCollections
[319/368] Compiling _RopeModule Rope+Remove.swift
[320/368] Compiling _RopeModule Rope+RemoveSubrange.swift
[321/368] Compiling _RopeModule Rope+Split.swift
[322/368] Compiling _RopeModule Optional Utilities.swift
[323/368] Compiling _RopeModule String Utilities.swift
[324/368] Compiling _RopeModule String.Index+ABI.swift
[325/368] Compiling _RopeModule _CharacterRecognizer.swift
[363/368] Emitting module _RopeModule
[367/368] Emitting module Algorithms
[368/368] Emitting module HashTreeCollections
[369/370] Emitting module Collections
[370/370] Compiling Collections Collections.swift
[371/448] Compiling Graphs BinaryGraph+TraversalStrategy.swift
[372/448] Compiling Graphs Graph+Search.swift
[373/448] Compiling Graphs Graph+Traversal.swift
[374/448] Compiling Graphs Graph+TraversalStrategy+BFS.swift
[375/448] Compiling Graphs Graph+TraversalStrategy+DFS+Postorder.swift
[376/448] Compiling Graphs Graph+TraversalStrategy+DFS+Preorder.swift
[377/448] Compiling Graphs Graph+TraversalStrategy+DFS.swift
[378/448] Compiling Graphs Graph+TraversalStrategy+Unique.swift
[379/456] Compiling Graphs Graph+TraversalStrategy.swift
[380/456] Compiling Graphs Graph+Visitor+Depth.swift
[381/456] Compiling Graphs Graph+Visitor+Path.swift
[382/456] Compiling Graphs Graph+Visitor.swift
[383/456] Compiling Graphs BinaryGraph.swift
[384/456] Compiling Graphs BipartiteGraph.swift
[385/456] Compiling Graphs ConnectedBinaryGraph.swift
[386/456] Compiling Graphs ConnectedBinaryHashGraph.swift
[387/456] Compiling Graphs GraphComponent+ShortestPath.swift
[388/456] Compiling Graphs GraphComponent+ShortestPaths+Dijkstra.swift
[389/456] Compiling Graphs GraphComponent+ShortestPaths.swift
[390/456] Compiling Graphs Graph+StronglyConnectedComponents+Kosaraju.swift
[391/456] Compiling Graphs Graph+StronglyConnectedComponents+Tarjan.swift
[392/456] Compiling Graphs Graph+StronglyConnectedComponents.swift
[393/456] Compiling Graphs BinaryGraph+Search.swift
[394/456] Compiling Graphs BinaryGraph+Traversal.swift
[395/456] Compiling Graphs BinaryGraph+TraversalStrategy+DFS+Inorder.swift
[396/456] Compiling Graphs Graph+MaxFlow.swift
[397/456] Compiling Graphs Graph+MinimumSpanningTree+Boruvka.swift
[398/456] Compiling Graphs Graph+MinimumSpanningTree+Kruskal.swift
[399/456] Compiling Graphs Graph+MinimumSpanningTree+Prim.swift
[400/456] Compiling Graphs Graph+MinimumSpanningTree.swift
[401/456] Compiling Graphs Graph+Random+BarabasiAlbert.swift
[402/456] Compiling Graphs Graph+Random+ErdosRenyi.swift
[403/456] Compiling Graphs Graph+Random+WattsStrogatz.swift
[404/456] Compiling Graphs Graph+Random.swift
[405/456] Compiling Graphs Graph+ShortestPathOnWholeGraph+BellmanFord.swift
[406/456] Compiling Graphs Graph+ShortestPathOnWholeGraph.swift
[407/456] Compiling Graphs Graph+ShortestPathsForAllPairs+FloydWarshall.swift
[408/456] Compiling Graphs Graph+ShortestPathsForAllPairs+Johnson.swift
[409/456] Compiling Graphs Graph+ShortestPathsForAllPairs.swift
[410/456] Compiling Graphs Graph+ShortestPathsOnWholeGraph+BellmanFord.swift
[411/456] Compiling Graphs Graph+ShortestPathsOnWholeGraph.swift
[412/456] Compiling Graphs GraphComponent+ShortestPath+AStar.swift
[413/456] Compiling Graphs GraphComponent+ShortestPath+Dijkstra.swift
[414/456] Compiling Graphs LazyGraph.swift
[415/456] Compiling Graphs ComplementGraph.swift
[416/456] Compiling Graphs Graph+Equatable.swift
[417/456] Compiling Graphs Graph+Hashable.swift
[418/456] Compiling Graphs PartitionedGraph.swift
[419/456] Compiling Graphs ResidualGraph.swift
[420/456] Compiling Graphs TransposedGraph.swift
[421/456] Compiling Graphs UndirectedGraph.swift
[422/456] Compiling Graphs ConnectedGraph.swift
[423/456] Compiling Graphs ConnectedHashGraph.swift
[424/456] Compiling Graphs DisjointBinaryGraph.swift
[425/456] Compiling Graphs DisjointBinaryHashGraph.swift
[426/456] Compiling Graphs DisjointGraph.swift
[427/456] Compiling Graphs DisjointHashGraph.swift
[428/456] Compiling Graphs GridGraph.swift
[429/456] Compiling Graphs LazyBinaryGraph.swift
[430/456] Compiling Graphs Graph+HamiltonianPath.swift
[431/456] Compiling Graphs Graph+Isomophism+VF2.swift
[432/456] Compiling Graphs Graph+Isomophism+WeisfeilerLehman.swift
[433/456] Compiling Graphs Graph+Isomophism.swift
[434/456] Compiling Graphs MaximumMatchingAlgorithm+HopcroftKarp.swift
[435/456] Compiling Graphs MaximumMatchingAlgorithm.swift
[436/456] Compiling Graphs Graph+MaxFlow+Dinic.swift
[437/456] Compiling Graphs Graph+MaxFlow+EdmondsKarp.swift
[438/456] Compiling Graphs Graph+MaxFlow+FordFulkerson.swift
[439/456] Compiling Graphs Graph+Coloring+DSatur.swift
[440/456] Compiling Graphs Graph+Coloring+Greedy.swift
[441/456] Compiling Graphs Graph+Coloring+WelshPowell.swift
[442/456] Compiling Graphs Graph+Coloring.swift
[443/456] Compiling Graphs Graph+EulerianPath+Backtracking.swift
[444/456] Compiling Graphs Graph+EulerianPath+Hierholzer.swift
[445/456] Compiling Graphs Graph+EulerianPath.swift
[446/456] Compiling Graphs Graph+HamiltonianPath+Backtracking.swift
[447/456] Compiling Graphs Graph+HamiltonianPath+Heuristic.swift
[448/456] Compiling Graphs WeightedGraph.swift
[449/456] Compiling Graphs Distance.swift
[450/456] Compiling Graphs Graph+Properties.swift
[451/456] Compiling Graphs Graph.swift
[452/456] Compiling Graphs GraphComponent.swift
[453/456] Compiling Graphs MutableGraph.swift
[454/456] Compiling Graphs Utils.swift
[455/456] Compiling Graphs Weighted.swift
[456/456] Emitting module Graphs
Build of target: 'Graphs' complete! (5.22s)
    4094
31	/Users/admin/builder/spi-builder-workspace/.docs/tevelee/swift-graphs/0.1.3
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/tevelee/swift-graphs/0.1.3
File count: 4094
Doc size:   31.0MB
Preparing doc bundle ...
Uploading prod-tevelee-swift-graphs-0.1.3-06afc69d.zip to s3://spi-docs-inbox/prod-tevelee-swift-graphs-0.1.3-06afc69d.zip
Copying... [11%]
Copying... [21%]
Copying... [30%]
Copying... [41%]
Copying... [51%]
Copying... [60%]
Copying... [70%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.