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 GraphViz, reference 0.4.2 (e4e079), with Swift 5.8 for Linux on 21 Oct 2024 10:21:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/GraphViz.git
Reference: 0.4.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/tuist/GraphViz.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:06f9196eb0a58d9e2ef145681487a05751c13e2e1446f508740719934c63fbe6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Building for debugging...
[1/15] Compiling GraphViz Location.swift
[2/15] Compiling GraphViz Ordering.swift
[3/15] Compiling GraphViz Point.swift
[4/15] Compiling GraphViz Position.swift
[5/17] Compiling GraphViz LayoutAlgorithm.swift
[6/17] Compiling GraphViz Subgraph.swift
[7/17] Compiling GraphViz Rectangle.swift
[8/17] Compiling GraphViz Size.swift
[9/17] Compiling GraphViz AspectRatio.swift
[10/17] Compiling GraphViz Color.swift
[11/17] Compiling GraphViz KeyValuePairs+Extensions.swift
[12/17] Compiling GraphViz Graph.swift
[13/17] Compiling GraphViz Node.swift
[14/17] Compiling GraphViz Format.swift
[15/17] Emitting module GraphViz
[16/17] Compiling GraphViz Attribute.swift
[17/17] Compiling GraphViz Edge.swift
[20/33] Emitting module DOT
[21/33] Compiling GraphVizBuilder UndirectedEdgeOperator.swift
[22/33] Compiling GraphVizBuilder BackwardEdgeOperator.swift
[23/34] Compiling GraphVizBuilder BidirectionalEdgeOperator.swift
[24/34] Compiling GraphVizBuilder ForwardEdgeOperator.swift
[25/34] Compiling GraphVizBuilder GraphBuilder.swift
/host/spi-builder-workspace/Sources/GraphVizBuilder/GraphBuilder.swift:11:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[26/34] Compiling GraphVizBuilder SubgraphBuilder.swift
/host/spi-builder-workspace/Sources/GraphVizBuilder/SubgraphBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[27/34] Compiling GraphVizBuilder Edge+Extensions.swift
[28/34] Compiling GraphVizBuilder Graph+Extensions.swift
[29/34] Emitting module GraphVizBuilder
/host/spi-builder-workspace/Sources/GraphVizBuilder/GraphBuilder.swift:11:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/host/spi-builder-workspace/Sources/GraphVizBuilder/SubgraphBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[30/34] Compiling GraphVizBuilder Node+Extensions.swift
[31/34] Compiling GraphVizBuilder Subgraph+Extensions.swift
[34/36] Compiling DOT DOT.swift
[35/36] Compiling DOT DOTEncoder.swift
[36/36] Compiling DOT DOTRepresentable.swift
[39/42] Compiling Tools which.swift
[40/42] Compiling Tools Graph+Rendering.swift
[41/42] Emitting module Tools
[42/42] Compiling Tools Renderer.swift
Build complete! (7.65s)
Build complete.
Done.