Build Information
Successful build of GraphViz, reference 0.4.2 (e4e079
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 05:18:17 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/tuist/GraphViz.git
Reference: 0.4.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tuist/GraphViz
* tag 0.4.2 -> FETCH_HEAD
HEAD is now at e4e0796 Specify 10.15 deployment target to satisfy `Identifiable` deployment constraints
Cloned https://github.com/tuist/GraphViz.git
Revision (git rev-parse @):
e4e0796a8fa74b000aba54b0256601abf75d0307
SUCCESS checkout https://github.com/tuist/GraphViz.git at 0.4.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tuist/GraphViz.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/21] Compiling GraphViz Position.swift
[7/22] Compiling GraphViz Size.swift
[8/22] Compiling GraphViz Rectangle.swift
[9/22] Compiling GraphViz AspectRatio.swift
[10/22] Compiling GraphViz Color.swift
[11/22] Compiling GraphViz Location.swift
[12/22] Compiling GraphViz Ordering.swift
[13/22] Compiling GraphViz KeyValuePairs+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/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/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 {
[14/22] Compiling GraphViz Graph.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/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/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 {
[15/22] Compiling GraphViz Node.swift
[16/22] Compiling GraphViz Format.swift
[17/22] Compiling GraphViz Point.swift
[18/22] Compiling GraphViz LayoutAlgorithm.swift
[19/22] Compiling GraphViz Subgraph.swift
[20/22] Compiling GraphViz Attribute.swift
[21/22] Compiling GraphViz Edge.swift
[22/22] Emitting module GraphViz
/Users/admin/builder/spi-builder-workspace/Sources/GraphViz/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/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 {
[23/36] Compiling GraphVizBuilder Edge+Extensions.swift
[24/37] Compiling GraphVizBuilder UndirectedEdgeOperator.swift
[25/37] Compiling GraphVizBuilder ForwardEdgeOperator.swift
[26/37] Compiling GraphVizBuilder BidirectionalEdgeOperator.swift
[27/37] Compiling GraphVizBuilder Graph+Extensions.swift
[28/37] Compiling GraphVizBuilder GraphBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphVizBuilder/GraphBuilder.swift:11:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
9 | // MARK: -
10 |
11 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
12 | public struct GraphBuilder {
13 | struct Fragment: GraphMember {
[29/37] Compiling GraphVizBuilder BackwardEdgeOperator.swift
[30/37] Compiling GraphVizBuilder Node+Extensions.swift
[31/37] Emitting module GraphVizBuilder
/Users/admin/builder/spi-builder-workspace/Sources/GraphVizBuilder/GraphBuilder.swift:11:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
9 | // MARK: -
10 |
11 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
12 | public struct GraphBuilder {
13 | struct Fragment: GraphMember {
/Users/admin/builder/spi-builder-workspace/Sources/GraphVizBuilder/SubgraphBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
8 | // MARK: -
9 |
10 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
11 | public struct SubgraphBuilder {
12 | struct Fragment: SubgraphMember {
[32/37] Compiling GraphVizBuilder Subgraph+Extensions.swift
[33/37] Compiling GraphVizBuilder SubgraphBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/GraphVizBuilder/SubgraphBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
8 | // MARK: -
9 |
10 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
11 | public struct SubgraphBuilder {
12 | struct Fragment: SubgraphMember {
[34/37] Compiling DOT DOTRepresentable.swift
[35/37] Compiling DOT DOTEncoder.swift
[36/37] Compiling DOT DOT.swift
[37/37] Emitting module DOT
[38/41] Emitting module Tools
[39/41] Compiling Tools which.swift
[40/41] Compiling Tools Renderer.swift
[41/41] Compiling Tools Graph+Rendering.swift
Build complete! (5.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GraphViz",
"name" : "GraphViz",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "GraphViz",
"targets" : [
"GraphViz",
"DOT",
"Tools"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GraphVizBuilder",
"targets" : [
"GraphVizBuilder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tools",
"module_type" : "SwiftTarget",
"name" : "Tools",
"path" : "Sources/Tools",
"product_memberships" : [
"GraphViz"
],
"sources" : [
"Extensions/Graph+Rendering.swift",
"Renderer.swift",
"which.swift"
],
"target_dependencies" : [
"GraphViz",
"DOT"
],
"type" : "library"
},
{
"c99name" : "GraphVizTests",
"module_type" : "SwiftTarget",
"name" : "GraphVizTests",
"path" : "Tests/GraphVizTests",
"sources" : [
"AttributesTest.swift",
"EdgeTests.swift",
"GraphTests.swift",
"NodeTests.swift",
"RenderingTests.swift",
"SubgraphTests.swift"
],
"target_dependencies" : [
"GraphViz",
"DOT",
"Tools"
],
"type" : "test"
},
{
"c99name" : "GraphVizBuilderTests",
"module_type" : "SwiftTarget",
"name" : "GraphVizBuilderTests",
"path" : "Tests/GraphVizBuilderTests",
"sources" : [
"GraphBuilderTests.swift",
"SubgraphBuilderTests.swift"
],
"target_dependencies" : [
"GraphViz",
"DOT",
"GraphVizBuilder"
],
"type" : "test"
},
{
"c99name" : "GraphVizBuilder",
"module_type" : "SwiftTarget",
"name" : "GraphVizBuilder",
"path" : "Sources/GraphVizBuilder",
"product_memberships" : [
"GraphVizBuilder"
],
"sources" : [
"Extensions/Edge+Extensions.swift",
"Extensions/Graph+Extensions.swift",
"Extensions/Node+Extensions.swift",
"Extensions/Subgraph+Extensions.swift",
"GraphBuilder.swift",
"Operators/BackwardEdgeOperator.swift",
"Operators/BidirectionalEdgeOperator.swift",
"Operators/ForwardEdgeOperator.swift",
"Operators/UndirectedEdgeOperator.swift",
"SubgraphBuilder.swift"
],
"target_dependencies" : [
"GraphViz"
],
"type" : "library"
},
{
"c99name" : "GraphViz",
"module_type" : "SwiftTarget",
"name" : "GraphViz",
"path" : "Sources/GraphViz",
"product_memberships" : [
"GraphViz",
"GraphVizBuilder"
],
"sources" : [
"Attribute.swift",
"Edge.swift",
"Extensions/KeyValuePairs+Extensions.swift",
"Graph.swift",
"Node.swift",
"Rendering/Format.swift",
"Rendering/LayoutAlgorithm.swift",
"Subgraph.swift",
"Supporting Types/AspectRatio.swift",
"Supporting Types/Color.swift",
"Supporting Types/Location.swift",
"Supporting Types/Ordering.swift",
"Supporting Types/Point.swift",
"Supporting Types/Position.swift",
"Supporting Types/Rectangle.swift",
"Supporting Types/Size.swift"
],
"type" : "library"
},
{
"c99name" : "DOT",
"module_type" : "SwiftTarget",
"name" : "DOT",
"path" : "Sources/DOT",
"product_memberships" : [
"GraphViz"
],
"sources" : [
"DOT.swift",
"DOTEncoder.swift",
"DOTRepresentable.swift"
],
"target_dependencies" : [
"GraphViz"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.