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 GraphViz, reference main (74b6cb), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:25:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftDocOrg/GraphViz.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftDocOrg/GraphViz
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 74b6cbd Bump version to 0.4.1
Cloned https://github.com/SwiftDocOrg/GraphViz.git
Revision (git rev-parse @):
74b6cbd8c5ecea9f64d84c4e1c88d65604dd033f
SUCCESS checkout https://github.com/SwiftDocOrg/GraphViz.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftDocOrg/GraphViz.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/32] Compiling GraphViz GraphBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Builder/GraphBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 7 | // MARK: -
 8 |
 9 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | public struct GraphBuilder {
11 |     struct Fragment: GraphMember {
[4/32] Compiling GraphViz BackwardEdgeOperator.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Builder/GraphBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 7 | // MARK: -
 8 |
 9 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | public struct GraphBuilder {
11 |     struct Fragment: GraphMember {
[5/32] Compiling GraphViz BidirectionalEdgeOperator.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Builder/GraphBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 7 | // MARK: -
 8 |
 9 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | public struct GraphBuilder {
11 |     struct Fragment: GraphMember {
[6/32] Compiling GraphViz ForwardEdgeOperator.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Builder/GraphBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 7 | // MARK: -
 8 |
 9 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | public struct GraphBuilder {
11 |     struct Fragment: GraphMember {
[7/35] Emitting module GraphViz
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Builder/GraphBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 7 | // MARK: -
 8 |
 9 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | public struct GraphBuilder {
11 |     struct Fragment: GraphMember {
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Builder/SubgraphBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 6 | // MARK: -
 7 |
 8 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 9 | public struct SubgraphBuilder {
10 |     struct Fragment: SubgraphMember {
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Core/Extensions/KeyValuePairs+Extensions.swift:1:1: warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension KeyValuePairs: Equatable where Key: Equatable, Value: Equatable {
   | |- warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public static func == (lhs: KeyValuePairs<Key, Value>, rhs: KeyValuePairs<Key, Value>) -> Bool {
 3 |         guard lhs.count == rhs.count else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Core/Extensions/KeyValuePairs+Extensions.swift:12:1: warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
10 | }
11 |
12 | extension KeyValuePairs: Hashable where Key: Hashable, Value: Hashable {
   | |- warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public func hash(into hasher: inout Hasher) {
14 |         for (key, value) in self {
[8/35] Compiling GraphViz Edge+Extensions.swift
[9/35] Compiling GraphViz Graph+Extensions.swift
[10/35] Compiling GraphViz Node+Extensions.swift
[11/35] Compiling GraphViz Subgraph+Extensions.swift
[12/35] Compiling GraphViz Position.swift
[13/35] Compiling GraphViz Rectangle.swift
[14/35] Compiling GraphViz Size.swift
[15/35] Compiling GraphViz Error.swift
[16/35] Compiling GraphViz Graph+Rendering.swift
[17/35] Compiling GraphViz Renderer.swift
[18/35] Compiling GraphViz Node.swift
[19/35] Compiling GraphViz Format.swift
[20/35] Compiling GraphViz LayoutAlgorithm.swift
[21/35] Compiling GraphViz Location.swift
[22/35] Compiling GraphViz Ordering.swift
[23/35] Compiling GraphViz Point.swift
[24/35] Compiling GraphViz UndirectedEdgeOperator.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Builder/SubgraphBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 6 | // MARK: -
 7 |
 8 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 9 | public struct SubgraphBuilder {
10 |     struct Fragment: SubgraphMember {
[25/35] Compiling GraphViz SubgraphBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Builder/SubgraphBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 6 | // MARK: -
 7 |
 8 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 9 | public struct SubgraphBuilder {
10 |     struct Fragment: SubgraphMember {
[26/35] Compiling GraphViz Attribute.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Builder/SubgraphBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 6 | // MARK: -
 7 |
 8 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 9 | public struct SubgraphBuilder {
10 |     struct Fragment: SubgraphMember {
[27/35] Compiling GraphViz Subgraph.swift
[28/35] Compiling GraphViz AspectRatio.swift
[29/35] Compiling GraphViz Color.swift
[30/35] Compiling GraphViz Edge.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Core/Extensions/KeyValuePairs+Extensions.swift:1:1: warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension KeyValuePairs: Equatable where Key: Equatable, Value: Equatable {
   | |- warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public static func == (lhs: KeyValuePairs<Key, Value>, rhs: KeyValuePairs<Key, Value>) -> Bool {
 3 |         guard lhs.count == rhs.count else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Core/Extensions/KeyValuePairs+Extensions.swift:12:1: warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
10 | }
11 |
12 | extension KeyValuePairs: Hashable where Key: Hashable, Value: Hashable {
   | |- warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public func hash(into hasher: inout Hasher) {
14 |         for (key, value) in self {
[31/35] Compiling GraphViz KeyValuePairs+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Core/Extensions/KeyValuePairs+Extensions.swift:1:1: warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension KeyValuePairs: Equatable where Key: Equatable, Value: Equatable {
   | |- warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public static func == (lhs: KeyValuePairs<Key, Value>, rhs: KeyValuePairs<Key, Value>) -> Bool {
 3 |         guard lhs.count == rhs.count else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Core/Extensions/KeyValuePairs+Extensions.swift:12:1: warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
10 | }
11 |
12 | extension KeyValuePairs: Hashable where Key: Hashable, Value: Hashable {
   | |- warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public func hash(into hasher: inout Hasher) {
14 |         for (key, value) in self {
[32/35] Compiling GraphViz Graph.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Core/Extensions/KeyValuePairs+Extensions.swift:1:1: warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension KeyValuePairs: Equatable where Key: Equatable, Value: Equatable {
   | |- warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public static func == (lhs: KeyValuePairs<Key, Value>, rhs: KeyValuePairs<Key, Value>) -> Bool {
 3 |         guard lhs.count == rhs.count else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/Core/Extensions/KeyValuePairs+Extensions.swift:12:1: warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
10 | }
11 |
12 | extension KeyValuePairs: Hashable where Key: Hashable, Value: Hashable {
   | |- warning: extension declares a conformance of imported type 'KeyValuePairs' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public func hash(into hasher: inout Hasher) {
14 |         for (key, value) in self {
[33/35] Compiling GraphViz DOT.swift
[34/35] Compiling GraphViz DOTEncoder.swift
[35/35] Compiling GraphViz DOTRepresentable.swift
Build complete! (3.79s)
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install libcgraph using your system-packager:
    brew install graphviz
warning: you may be able to install libcgraph using your system-packager:
    brew install graphviz
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GraphViz",
  "name" : "GraphViz",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GraphViz",
      "targets" : [
        "GraphViz"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphVizTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphVizTests",
      "path" : "Tests/GraphVizTests",
      "sources" : [
        "AttributesTest.swift",
        "EdgeTests.swift",
        "GraphBuilderTests.swift",
        "GraphTests.swift",
        "NodeTests.swift",
        "RenderingTests.swift",
        "SubgraphBuilderTests.swift",
        "SubgraphTests.swift"
      ],
      "target_dependencies" : [
        "GraphViz"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphViz",
      "module_type" : "SwiftTarget",
      "name" : "GraphViz",
      "path" : "Sources/GraphViz",
      "product_memberships" : [
        "GraphViz"
      ],
      "sources" : [
        "Builder/Extensions/Edge+Extensions.swift",
        "Builder/Extensions/Graph+Extensions.swift",
        "Builder/Extensions/Node+Extensions.swift",
        "Builder/Extensions/Subgraph+Extensions.swift",
        "Builder/GraphBuilder.swift",
        "Builder/Operators/BackwardEdgeOperator.swift",
        "Builder/Operators/BidirectionalEdgeOperator.swift",
        "Builder/Operators/ForwardEdgeOperator.swift",
        "Builder/Operators/UndirectedEdgeOperator.swift",
        "Builder/SubgraphBuilder.swift",
        "Core/Attribute.swift",
        "Core/Edge.swift",
        "Core/Extensions/KeyValuePairs+Extensions.swift",
        "Core/Graph.swift",
        "Core/Node.swift",
        "Core/Rendering/Format.swift",
        "Core/Rendering/LayoutAlgorithm.swift",
        "Core/Subgraph.swift",
        "Core/Supporting Types/AspectRatio.swift",
        "Core/Supporting Types/Color.swift",
        "Core/Supporting Types/Location.swift",
        "Core/Supporting Types/Ordering.swift",
        "Core/Supporting Types/Point.swift",
        "Core/Supporting Types/Position.swift",
        "Core/Supporting Types/Rectangle.swift",
        "Core/Supporting Types/Size.swift",
        "DOT/DOT.swift",
        "DOT/DOTEncoder.swift",
        "DOT/DOTRepresentable.swift",
        "Tools/Error.swift",
        "Tools/Extensions/Graph+Rendering.swift",
        "Tools/Renderer.swift"
      ],
      "target_dependencies" : [
        "Clibgraphviz"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Clibgraphviz",
      "module_type" : "SystemLibraryTarget",
      "name" : "Clibgraphviz",
      "path" : "Sources/Clibgraphviz",
      "product_memberships" : [
        "GraphViz"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.2"
}
Done.