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.10 for Linux on 21 Oct 2024 10:22:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path:  $PWD
https://github.com/tuist/GraphViz.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:5bb17dbcfcf8548eee753b07845b2378de013b2470bb445b58120b16b16ecc2b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/20] Compiling GraphViz Location.swift
[7/20] Compiling GraphViz Ordering.swift
[8/22] Compiling GraphViz Rectangle.swift
[9/22] Compiling GraphViz Size.swift
[10/22] Compiling GraphViz Node.swift
[11/22] Compiling GraphViz Format.swift
[12/22] Compiling GraphViz KeyValuePairs+Extensions.swift
[13/22] Compiling GraphViz Graph.swift
[14/22] Emitting module GraphViz
[15/22] Compiling GraphViz Attribute.swift
[16/22] Compiling GraphViz Edge.swift
[17/22] Compiling GraphViz LayoutAlgorithm.swift
[18/22] Compiling GraphViz Subgraph.swift
[19/22] Compiling GraphViz AspectRatio.swift
[20/22] Compiling GraphViz Color.swift
[21/22] Compiling GraphViz Point.swift
[22/22] Compiling GraphViz Position.swift
[24/37] Compiling GraphVizBuilder BackwardEdgeOperator.swift
[25/37] Compiling GraphVizBuilder GraphBuilder.swift
/host/spi-builder-workspace/Sources/GraphVizBuilder/GraphBuilder.swift:11:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[26/38] Compiling GraphVizBuilder UndirectedEdgeOperator.swift
[27/38] Compiling GraphVizBuilder Node+Extensions.swift
[28/38] Compiling GraphVizBuilder Subgraph+Extensions.swift
[29/38] 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/38] Compiling GraphVizBuilder Edge+Extensions.swift
[31/38] Compiling GraphVizBuilder Graph+Extensions.swift
[32/38] Compiling GraphVizBuilder BidirectionalEdgeOperator.swift
[33/38] Compiling GraphVizBuilder ForwardEdgeOperator.swift
[34/38] Compiling GraphVizBuilder SubgraphBuilder.swift
/host/spi-builder-workspace/Sources/GraphVizBuilder/SubgraphBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[35/39] Compiling DOT DOTRepresentable.swift
[37/39] Emitting module DOT
[38/39] Compiling DOT DOTEncoder.swift
[39/39] Compiling DOT DOT.swift
[41/44] Compiling Tools which.swift
[42/44] Compiling Tools Graph+Rendering.swift
[43/44] Emitting module Tools
[44/44] Compiling Tools Renderer.swift
Build complete! (6.96s)
Build complete.
Done.