Build Information
Failed to build spmgraph, reference 1.0.1 (9ba4f7), with Swift 6.1 for Wasm on 1 Nov 2025 22:31:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getyourguide/spmgraph.git
Reference: 1.0.1
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/getyourguide/spmgraph
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 9ba4f78 Merge pull request #47 from getyourguide/fix-lint-config-2
Cloned https://github.com/getyourguide/spmgraph.git
Revision (git rev-parse @):
9ba4f78d21da72a37b0a29f0c988a6ce2678f008
SUCCESS checkout https://github.com/getyourguide/spmgraph.git at 1.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/getyourguide/spmgraph.git
https://github.com/getyourguide/spmgraph.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "graphviz",
"requirement" : {
"exact" : [
"0.4.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/GraphViz.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "1.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-package-manager",
"requirement" : {
"revision" : [
"swift-6.2-RELEASE"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-package-manager"
},
{
"identity" : "filemonitor",
"requirement" : {
"revision" : [
"1.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/aus-der-Technik/FileMonitor"
}
],
"manifest_display_name" : "spmgraph",
"name" : "spmgraph",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "spmgraph",
"targets" : [
"SPMGraphExecutable"
],
"type" : {
"executable" : null
}
},
{
"name" : "SPMGraphKit",
"targets" : [
"SPMGraphVisualize",
"SPMGraphLint",
"SPMGraphTests"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SPMGraphDescriptionInterface",
"targets" : [
"SPMGraphDescriptionInterface"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SPMGraphVisualize",
"module_type" : "SwiftTarget",
"name" : "SPMGraphVisualize",
"path" : "Sources/SPMGraphVisualize",
"product_dependencies" : [
"GraphViz",
"SwiftPMDataModel"
],
"product_memberships" : [
"spmgraph",
"SPMGraphKit"
],
"sources" : [
"GraphViz/GraphVizWrapper.swift",
"Helpers/Array+Extensions.swift",
"Helpers/Edge+Factories.swift",
"Helpers/HelperFunctions.swift",
"Helpers/Node+Attributes.swift",
"Helpers/Node+Factories.swift",
"Package+externalDependencies.swift",
"SPMGraphVisualize.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "SPMGraphTests",
"module_type" : "SwiftTarget",
"name" : "SPMGraphTests",
"path" : "Sources/SPMGraphTests",
"product_memberships" : [
"spmgraph",
"SPMGraphKit"
],
"sources" : [
"SPMGraphTests.swift"
],
"target_dependencies" : [
"Core",
"SPMGraphDescriptionInterface"
],
"type" : "library"
},
{
"c99name" : "SPMGraphLint",
"module_type" : "SwiftTarget",
"name" : "SPMGraphLint",
"path" : "Sources/SPMGraphLint",
"product_memberships" : [
"spmgraph",
"SPMGraphKit"
],
"sources" : [
"SPMGraphLint.swift"
],
"target_dependencies" : [
"Core",
"SPMGraphDescriptionInterface"
],
"type" : "library"
},
{
"c99name" : "SPMGraphExecutableTests",
"module_type" : "SwiftTarget",
"name" : "SPMGraphExecutableTests",
"path" : "Tests/SPMGraphExecutableTests",
"sources" : [
"SPMGraphExecutableE2ETests.swift"
],
"target_dependencies" : [
"SPMGraphExecutable",
"FixtureSupport"
],
"type" : "test"
},
{
"c99name" : "SPMGraphExecutable",
"module_type" : "SwiftTarget",
"name" : "SPMGraphExecutable",
"path" : "Sources/SPMGraphExecutable",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"spmgraph"
],
"sources" : [
"SPMGraph.swift",
"Subcommands/Config.swift",
"Subcommands/Lint.swift",
"Subcommands/Load.swift",
"Subcommands/Tests.swift",
"Subcommands/Visualize.swift"
],
"target_dependencies" : [
"SPMGraphVisualize",
"SPMGraphLint",
"SPMGraphTests",
"SPMGraphConfigSetup"
],
"type" : "executable"
},
{
"c99name" : "SPMGraphDescriptionInterfaceTests",
"module_type" : "SwiftTarget",
"name" : "SPMGraphDescriptionInterfaceTests",
"path" : "Tests/SPMGraphDescriptionInterfaceTests",
"product_dependencies" : [
"ArgumentParser"
],
"sources" : [
"SPMGraphConfigTests.swift"
],
"target_dependencies" : [
"SPMGraphDescriptionInterface",
"Core",
"FixtureSupport"
],
"type" : "test"
},
{
"c99name" : "SPMGraphDescriptionInterface",
"module_type" : "SwiftTarget",
"name" : "SPMGraphDescriptionInterface",
"path" : "Sources/SPMGraphDescriptionInterface",
"product_dependencies" : [
"SwiftPMDataModel"
],
"product_memberships" : [
"spmgraph",
"SPMGraphKit",
"SPMGraphDescriptionInterface"
],
"sources" : [
"SPMGraphConfigInterface.swift",
"SPMGraphConfigLoader.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "SPMGraphConfigSetup",
"module_type" : "SwiftTarget",
"name" : "SPMGraphConfigSetup",
"path" : "Sources/SPMGraphConfigSetup",
"product_dependencies" : [
"FileMonitor"
],
"product_memberships" : [
"spmgraph"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SPMGraphConfigSetup/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SPMGraphEdit.swift",
"SPMGraphLoad.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "FixtureSupport",
"module_type" : "SwiftTarget",
"name" : "FixtureSupport",
"path" : "Sources/FixtureSupport",
"product_dependencies" : [
"ArgumentParser"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/FixtureSupport/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Package+Fixture.swift"
],
"target_dependencies" : [
"SPMGraphDescriptionInterface",
"Core"
],
"type" : "library"
},
{
"c99name" : "Core",
"module_type" : "SwiftTarget",
"name" : "Core",
"path" : "Sources/Core",
"product_dependencies" : [
"SwiftPMDataModel"
],
"product_memberships" : [
"spmgraph",
"SPMGraphKit",
"SPMGraphDescriptionInterface"
],
"sources" : [
"Extensions/AbsolutePath+Core.swift",
"Extensions/KeyPath+Core.swift",
"Extensions/ProcessInfo+Core.swift",
"GitClient.swift",
"PackageLoader.swift",
"System.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-package-manager
[1/165993] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager from cache (21.10s)
Fetching https://github.com/aus-der-Technik/FileMonitor
[1/358] Fetching filemonitor
Fetched https://github.com/aus-der-Technik/FileMonitor from cache (1.53s)
Fetching https://github.com/swiftlang/swift-llbuild.git
[1/29322] Fetching swift-llbuild
Fetched https://github.com/swiftlang/swift-llbuild.git from cache (3.75s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/72690] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (15.10s)
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/7002] Fetching swift-tools-support-core
Fetched https://github.com/swiftlang/swift-tools-support-core.git from cache (0.85s)
Fetching https://github.com/swiftlang/swift-driver.git
[1/35942] Fetching swift-driver
Fetched https://github.com/swiftlang/swift-driver.git from cache (3.72s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-certificates.git
[1/16685] Fetching swift-argument-parser
[168/16882] Fetching swift-argument-parser, swift-toolchain-sqlite
[687/23553] Fetching swift-argument-parser, swift-toolchain-sqlite, swift-certificates
[4324/41839] Fetching swift-argument-parser, swift-toolchain-sqlite, swift-certificates, swift-collections
Fetched https://github.com/apple/swift-certificates.git from cache (1.11s)
[19867/35168] Fetching swift-argument-parser, swift-toolchain-sqlite, swift-collections
Fetching https://github.com/tuist/GraphViz.git
[24537/35740] Fetching swift-argument-parser, swift-toolchain-sqlite, swift-collections, graphviz
Fetched https://github.com/tuist/GraphViz.git from cache (0.75s)
[25843/35168] Fetching swift-argument-parser, swift-toolchain-sqlite, swift-collections
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.00s)
[10803/18483] Fetching swift-toolchain-sqlite, swift-collections
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (2.53s)
Fetching https://github.com/apple/swift-system.git
[1/5126] Fetching swift-system
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-collections.git from cache (3.26s)
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
[1/17349] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.62s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (7.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (1.19s)
Computing version for https://github.com/tuist/GraphViz.git
Computed https://github.com/tuist/GraphViz.git at 0.4.2 (1.09s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (1.21s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.47s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.64s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.7 (1.14s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.6 (1.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.13s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.6
Creating working copy for https://github.com/tuist/GraphViz.git
Working copy of https://github.com/tuist/GraphViz.git resolved at 0.4.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-tools-support-core.git
Working copy of https://github.com/swiftlang/swift-tools-support-core.git resolved at release/6.2 (5a993c8)
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.7
Creating working copy for https://github.com/swiftlang/swift-driver.git
Working copy of https://github.com/swiftlang/swift-driver.git resolved at release/6.2 (4f9ac60)
Creating working copy for https://github.com/aus-der-Technik/FileMonitor
Working copy of https://github.com/aus-der-Technik/FileMonitor resolved at 1.2.0 (ef22f14)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/swiftlang/swift-llbuild.git
Working copy of https://github.com/swiftlang/swift-llbuild.git resolved at release/6.2 (d80e185)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at release/6.2 (5a87516)
Creating working copy for https://github.com/apple/swift-package-manager
Working copy of https://github.com/apple/swift-package-manager resolved at swift-6.2-RELEASE (3cf1cb6)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/541] Write sources
[5/541] Copying Resources
[5/541] Write sources
[5/541] Copying Resources
[5/541] Write sources
[57/541] Compiling _SwiftSyntaxCShims PlatformMutex.c
[58/541] Compiling TSCclibc strerror.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCclibc/process.c:15:
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCclibc/include/process.h:3:10: fatal error: 'spawn.h' file not found
3 | #include <spawn.h>
| ^~~~~~~~~
1 error generated.
[59/541] Compiling TSCclibc process.c
[59/541] Compiling fiat_curve25519_adx_square.S
[59/541] Compiling TSCclibc libc.c
[59/541] Compiling CCryptoBoringSSLShims shims.c
[59/541] Compiling CSystem shims.c
[59/541] Compiling v3_utl.c
[59/541] Compiling fiat_curve25519_adx_mul.S
[59/541] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCclibc/process.c:15:
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCclibc/include/process.h:3:10: fatal error: 'spawn.h' file not found
3 | #include <spawn.h>
| ^~~~~~~~~
1 error generated.
[2/484] Compiling TSCclibc process.c
[2/484] Compiling fiat_curve25519_adx_mul.S
[2/484] Compiling v3_utl.c
[2/484] Compiling CCryptoBoringSSLShims shims.c
[2/484] Compiling fiat_curve25519_adx_square.S
[2/484] Compiling CSystem shims.c
[2/484] Compiling TSCclibc libc.c
[2/484] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm