Build Information
Failed to build GraphViz, reference main (74b6cb
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 23:18:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftDocOrg/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/SwiftDocOrg/GraphViz
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 74b6cbd Bump version to 0.4.1
Cloned https://github.com/SwiftDocOrg/GraphViz.git
Revision (git rev-parse @):
74b6cbd8c5ecea9f64d84c4e1c88d65604dd033f
SUCCESS checkout https://github.com/SwiftDocOrg/GraphViz.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SwiftDocOrg/GraphViz.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: you may be able to install libcgraph using your system-packager:
apt-get install graphviz-dev
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/31] Emitting module GraphViz
/host/spi-builder-workspace/Sources/GraphViz/Builder/GraphBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
7 | // MARK: -
8 |
9 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | public struct GraphBuilder {
11 | struct Fragment: GraphMember {
/host/spi-builder-workspace/Sources/GraphViz/Builder/SubgraphBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
6 | // MARK: -
7 |
8 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
9 | public struct SubgraphBuilder {
10 | struct Fragment: SubgraphMember {
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[4/35] Compiling GraphViz KeyValuePairs+Extensions.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[5/35] Compiling GraphViz Graph.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[6/35] Compiling GraphViz Node.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[7/35] Compiling GraphViz Format.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[8/35] Compiling GraphViz Rectangle.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[9/35] Compiling GraphViz Size.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[10/35] Compiling GraphViz DOT.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[11/35] Compiling GraphViz DOTEncoder.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[12/35] Compiling GraphViz Location.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[13/35] Compiling GraphViz Ordering.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[14/35] Compiling GraphViz Point.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[15/35] Compiling GraphViz Position.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[16/35] Compiling GraphViz UndirectedEdgeOperator.swift
/host/spi-builder-workspace/Sources/GraphViz/Builder/SubgraphBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
6 | // MARK: -
7 |
8 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
9 | public struct SubgraphBuilder {
10 | struct Fragment: SubgraphMember {
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[17/35] Compiling GraphViz SubgraphBuilder.swift
/host/spi-builder-workspace/Sources/GraphViz/Builder/SubgraphBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
6 | // MARK: -
7 |
8 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
9 | public struct SubgraphBuilder {
10 | struct Fragment: SubgraphMember {
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[18/35] Compiling GraphViz Attribute.swift
/host/spi-builder-workspace/Sources/GraphViz/Builder/SubgraphBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
6 | // MARK: -
7 |
8 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
9 | public struct SubgraphBuilder {
10 | struct Fragment: SubgraphMember {
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[19/35] Compiling GraphViz Edge.swift
/host/spi-builder-workspace/Sources/GraphViz/Builder/SubgraphBuilder.swift:8:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
6 | // MARK: -
7 |
8 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
9 | public struct SubgraphBuilder {
10 | struct Fragment: SubgraphMember {
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[20/35] Compiling GraphViz Edge+Extensions.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[21/35] Compiling GraphViz Graph+Extensions.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[22/35] Compiling GraphViz Node+Extensions.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[23/35] Compiling GraphViz Subgraph+Extensions.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[24/35] Compiling GraphViz DOTRepresentable.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[25/35] Compiling GraphViz Error.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[26/35] Compiling GraphViz Graph+Rendering.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[27/35] Compiling GraphViz Renderer.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[28/35] Compiling GraphViz GraphBuilder.swift
/host/spi-builder-workspace/Sources/GraphViz/Builder/GraphBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
7 | // MARK: -
8 |
9 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | public struct GraphBuilder {
11 | struct Fragment: GraphMember {
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[29/35] Compiling GraphViz BackwardEdgeOperator.swift
/host/spi-builder-workspace/Sources/GraphViz/Builder/GraphBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
7 | // MARK: -
8 |
9 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | public struct GraphBuilder {
11 | struct Fragment: GraphMember {
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[30/35] Compiling GraphViz BidirectionalEdgeOperator.swift
/host/spi-builder-workspace/Sources/GraphViz/Builder/GraphBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
7 | // MARK: -
8 |
9 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | public struct GraphBuilder {
11 | struct Fragment: GraphMember {
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[31/35] Compiling GraphViz ForwardEdgeOperator.swift
/host/spi-builder-workspace/Sources/GraphViz/Builder/GraphBuilder.swift:9:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
7 | // MARK: -
8 |
9 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | public struct GraphBuilder {
11 | struct Fragment: GraphMember {
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[32/35] Compiling GraphViz LayoutAlgorithm.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[33/35] Compiling GraphViz Subgraph.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[34/35] Compiling GraphViz AspectRatio.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
[35/35] Compiling GraphViz Color.swift
/host/spi-builder-workspace/Sources/GraphViz/Core/Attribute.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @propertyWrapper
BUILD FAILURE 6.2 wasm