The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftDagre, reference 0.1.0 (92efb7), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 19:56:52 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/lukilabs/dagre-swift.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lukilabs/dagre-swift
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 92efb78 Initial Commit
Cloned https://github.com/lukilabs/dagre-swift.git
Revision (git rev-parse @):
92efb78b73a8b665ee74bacfb0f1f5b17bbe1b38
SUCCESS checkout https://github.com/lukilabs/dagre-swift.git at 0.1.0
========================================
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": "dagre-swift",
      "name": "SwiftDagre",
      "url": "https://github.com/lukilabs/dagre-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/dagre-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/lukilabs/dagre-swift.git
[1/58] Fetching dagre-swift
Fetched https://github.com/lukilabs/dagre-swift.git from cache (0.66s)
Creating working copy for https://github.com/lukilabs/dagre-swift.git
Working copy of https://github.com/lukilabs/dagre-swift.git resolved at 0.1.0 (92efb78)
warning: '.resolve-product-dependencies': dependency 'dagre-swift' 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/lukilabs/dagre-swift.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/28] Emitting module SwiftDagre
[4/30] Compiling SwiftDagre LongestPath.swift
[5/30] Compiling SwiftDagre NetworkSimplex.swift
[6/30] Compiling SwiftDagre SortSubgraph.swift
[7/30] Compiling SwiftDagre BrandesKopf.swift
[8/30] Compiling SwiftDagre Position.swift
[9/30] Compiling SwiftDagre Denormalize.swift
[10/30] Compiling SwiftDagre Normalize.swift
[11/30] Compiling SwiftDagre ParentDummyChains.swift
[12/30] Compiling SwiftDagre Graph.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDagre/Graph/Graph.swift:215:21: warning: result of 'try?' is unused [#no-usage]
213 |             if let children = _children[v] {
214 |                 for child in children {
215 |                     try? setParent(child, parent: nil)
    |                     `- warning: result of 'try?' is unused [#no-usage]
216 |                 }
217 |             }
[13/30] Compiling SwiftDagre GraphOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDagre/Graph/Graph.swift:215:21: warning: result of 'try?' is unused [#no-usage]
213 |             if let children = _children[v] {
214 |                 for child in children {
215 |                     try? setParent(child, parent: nil)
    |                     `- warning: result of 'try?' is unused [#no-usage]
216 |                 }
217 |             }
[14/30] Compiling SwiftDagre AddBorderSegments.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDagre/Graph/Graph.swift:215:21: warning: result of 'try?' is unused [#no-usage]
213 |             if let children = _children[v] {
214 |                 for child in children {
215 |                     try? setParent(child, parent: nil)
    |                     `- warning: result of 'try?' is unused [#no-usage]
216 |                 }
217 |             }
[15/30] Compiling SwiftDagre CrossCount.swift
[16/30] Compiling SwiftDagre InitOrder.swift
[17/30] Compiling SwiftDagre Order.swift
[18/30] Compiling SwiftDagre Acyclic.swift
[19/30] Compiling SwiftDagre GreedyFAS.swift
[20/30] Compiling SwiftDagre EdgeId.swift
[21/30] Compiling SwiftDagre PositionY.swift
[22/30] Compiling SwiftDagre FeasibleTree.swift
[23/30] Compiling SwiftDagre Rank.swift
[24/30] Compiling SwiftDagre GraphUtil.swift
[25/30] Compiling SwiftDagre AddSubgraphConstraints.swift
[26/30] Compiling SwiftDagre Barycenter.swift
[27/30] Compiling SwiftDagre BuildLayerGraph.swift
[28/30] Compiling SwiftDagre Labels.swift
[29/30] Compiling SwiftDagre Layout.swift
[30/30] Compiling SwiftDagre NestingGraph.swift
Build complete! (4.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftDagre",
  "name" : "SwiftDagre",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftDagre",
      "targets" : [
        "SwiftDagre"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDagreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDagreTests",
      "path" : "Tests/SwiftDagreTests",
      "sources" : [
        "AcyclicTests.swift",
        "GraphTests.swift",
        "LayoutIntegrationTests.swift",
        "NormalizeTests.swift",
        "OrderTests.swift",
        "PositionTests.swift",
        "RankTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDagre"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDagre",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDagre",
      "path" : "Sources/SwiftDagre",
      "product_memberships" : [
        "SwiftDagre"
      ],
      "sources" : [
        "Acyclic/Acyclic.swift",
        "Acyclic/GreedyFAS.swift",
        "Graph/EdgeId.swift",
        "Graph/Graph.swift",
        "Graph/GraphOptions.swift",
        "Layout/AddBorderSegments.swift",
        "Layout/Labels.swift",
        "Layout/Layout.swift",
        "Nesting/NestingGraph.swift",
        "Normalize/Denormalize.swift",
        "Normalize/Normalize.swift",
        "Normalize/ParentDummyChains.swift",
        "Order/AddSubgraphConstraints.swift",
        "Order/Barycenter.swift",
        "Order/BuildLayerGraph.swift",
        "Order/CrossCount.swift",
        "Order/InitOrder.swift",
        "Order/Order.swift",
        "Order/SortSubgraph.swift",
        "Position/BrandesKopf.swift",
        "Position/Position.swift",
        "Position/PositionY.swift",
        "Rank/FeasibleTree.swift",
        "Rank/LongestPath.swift",
        "Rank/NetworkSimplex.swift",
        "Rank/Rank.swift",
        "Util/GraphUtil.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.