Build Information
Successful build of GraphViz, reference 0.4.2 (e4e079
), with Swift 5.9 for Linux on 21 Oct 2024 10:21:43 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.9-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.9
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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:5a47d9d39a5702cbfa0ba55458353b9ccb6eb7cde0581792bc757a518ca63386
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/15] Compiling GraphViz Attribute.swift
[2/15] Compiling GraphViz Edge.swift
[3/15] Compiling GraphViz KeyValuePairs+Extensions.swift
[4/15] Compiling GraphViz Graph.swift
[5/17] Compiling GraphViz Node.swift
[6/17] Compiling GraphViz Format.swift
[7/17] Emitting module GraphViz
[8/17] Compiling GraphViz Rectangle.swift
[9/17] Compiling GraphViz Size.swift
[10/17] Compiling GraphViz Point.swift
[11/17] Compiling GraphViz Position.swift
[12/17] Compiling GraphViz AspectRatio.swift
[13/17] Compiling GraphViz Color.swift
[14/17] Compiling GraphViz Location.swift
[15/17] Compiling GraphViz Ordering.swift
[16/17] Compiling GraphViz LayoutAlgorithm.swift
[17/17] Compiling GraphViz Subgraph.swift
[20/33] Compiling DOT DOT.swift
[21/33] Compiling GraphVizBuilder BackwardEdgeOperator.swift
[22/33] Compiling GraphVizBuilder GraphBuilder.swift
/host/spi-builder-workspace/Sources/GraphVizBuilder/GraphBuilder.swift:11:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
[23/34] Compiling GraphVizBuilder UndirectedEdgeOperator.swift
[24/34] Compiling GraphVizBuilder BidirectionalEdgeOperator.swift
[25/34] Compiling GraphVizBuilder ForwardEdgeOperator.swift
[26/34] Emitting module DOT
[27/34] Compiling GraphVizBuilder Node+Extensions.swift
[28/34] Compiling GraphVizBuilder Subgraph+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 Edge+Extensions.swift
[31/34] Compiling GraphVizBuilder Graph+Extensions.swift
[32/34] Compiling GraphVizBuilder SubgraphBuilder.swift
/host/spi-builder-workspace/Sources/GraphVizBuilder/SubgraphBuilder.swift:10:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
^~~~~~~~~~~~~~~~
resultBuilder
[35/36] Compiling DOT DOTRepresentable.swift
[36/36] Compiling DOT DOTEncoder.swift
[39/42] Compiling Tools which.swift
[40/42] Compiling Tools Graph+Rendering.swift
[41/42] Compiling Tools Renderer.swift
[42/42] Emitting module Tools
Build complete! (8.62s)
Build complete.
Done.