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 (083bcc), with Swift 5.10 for Linux on 3 Oct 2024 17:31:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/GraphViz.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 083bccf Updates to work with Xcode 16
Cloned https://github.com/tuist/GraphViz.git
Revision (git rev-parse @):
083bccf9e492fd5731dd288a46741ea80148f508
SUCCESS checkout https://github.com/tuist/GraphViz.git at main
========================================
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-4606859-1":/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:6c25c99211d1e15148b101a61df2563575f50d0f624cb6ce5a573a0b53fb5dca
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
warning: you may be able to install libcgraph using your system-packager:
    apt-get install graphviz-dev
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/31] Emitting module GraphViz
[4/35] Compiling GraphViz Edge+Extensions.swift
[5/35] Compiling GraphViz Graph+Extensions.swift
[6/35] Compiling GraphViz Node+Extensions.swift
[7/35] Compiling GraphViz Subgraph+Extensions.swift
[8/35] Compiling GraphViz GraphBuilder.swift
[9/35] Compiling GraphViz BackwardEdgeOperator.swift
[10/35] Compiling GraphViz BidirectionalEdgeOperator.swift
[11/35] Compiling GraphViz ForwardEdgeOperator.swift
[12/35] Compiling GraphViz LayoutAlgorithm.swift
[13/35] Compiling GraphViz Subgraph.swift
[14/35] Compiling GraphViz AspectRatio.swift
[15/35] Compiling GraphViz Color.swift
[16/35] Compiling GraphViz UndirectedEdgeOperator.swift
[17/35] Compiling GraphViz SubgraphBuilder.swift
[18/35] Compiling GraphViz Attribute.swift
[19/35] Compiling GraphViz Edge.swift
[20/35] Compiling GraphViz DOTRepresentable.swift
[21/35] Compiling GraphViz Error.swift
[22/35] Compiling GraphViz Graph+Rendering.swift
[23/35] Compiling GraphViz Renderer.swift
[24/35] Compiling GraphViz Location.swift
[25/35] Compiling GraphViz Ordering.swift
[26/35] Compiling GraphViz Point.swift
[27/35] Compiling GraphViz Position.swift
[28/35] Compiling GraphViz KeyValuePairs+Extensions.swift
[29/35] Compiling GraphViz Graph.swift
[30/35] Compiling GraphViz Node.swift
[31/35] Compiling GraphViz Format.swift
[32/35] Compiling GraphViz Rectangle.swift
[33/35] Compiling GraphViz Size.swift
[34/35] Compiling GraphViz DOT.swift
[35/35] Compiling GraphViz DOTEncoder.swift
Build complete! (6.64s)
Build complete.
Done.