Build Information
Failed to build Node, reference master (607aa5
), with Swift 6.1 for Wasm on 29 May 2025 02:54:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/node.git
Reference: master
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/vapor-community/node
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 607aa59 Merge pull request #104 from rpinz/warnings
Cloned https://github.com/vapor-community/node.git
Revision (git rev-parse @):
607aa595081da496f0f04a5c0cffd976e81d2e4e
SUCCESS checkout https://github.com/vapor-community/node.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/node.git
https://github.com/vapor-community/node.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "core",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/core.git"
},
{
"identity" : "bits",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/bits.git"
},
{
"identity" : "debugging",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/debugging.git"
}
],
"manifest_display_name" : "Node",
"name" : "Node",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Node",
"targets" : [
"Node"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PathIndexable",
"targets" : [
"PathIndexable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PathIndexableTests",
"module_type" : "SwiftTarget",
"name" : "PathIndexableTests",
"path" : "Tests/PathIndexableTests",
"sources" : [
"PathIndexableTests.swift"
],
"target_dependencies" : [
"PathIndexable"
],
"type" : "test"
},
{
"c99name" : "PathIndexable",
"module_type" : "SwiftTarget",
"name" : "PathIndexable",
"path" : "Sources/PathIndexable",
"product_memberships" : [
"Node",
"PathIndexable"
],
"sources" : [
"PathIndexable+Subscripting.swift",
"PathIndexable.swift"
],
"type" : "library"
},
{
"c99name" : "NodeTests",
"module_type" : "SwiftTarget",
"name" : "NodeTests",
"path" : "Tests/NodeTests",
"sources" : [
"BasicConvertibleTests.swift",
"DictionaryKeyPathTests.swift",
"NodeBackedTests.swift",
"NodeDataTypeTests.swift",
"NodeGetterTests.swift",
"NodeIndexableTests.swift",
"NodePolymorphicTests.swift",
"NodeTests.swift",
"NumberTests.swift",
"SequenceConvertibleTests.swift",
"SettersTests.swift"
],
"target_dependencies" : [
"Node"
],
"type" : "test"
},
{
"c99name" : "Node",
"module_type" : "SwiftTarget",
"name" : "Node",
"path" : "Sources/Node",
"product_dependencies" : [
"Bits",
"Core"
],
"product_memberships" : [
"Node"
],
"sources" : [
"Accessors/Getters.swift",
"Accessors/Setters.swift",
"Convertibles/Bool+Convertible.swift",
"Convertibles/Date+Convertible.swift",
"Convertibles/FloatingPoint+Convertible.swift",
"Convertibles/Integer+Convertible.swift",
"Convertibles/Schema+Convertible.swift",
"Convertibles/SchemaWrapper+Convertible.swift",
"Convertibles/String+Convertible.swift",
"Convertibles/UUID+Convertible.swift",
"Convertibles/UnsignedInteger+Convertible.swift",
"Core/Context.swift",
"Core/Node.swift",
"Core/NodeConvertible.swift",
"Core/NodeInitializable.swift",
"Core/NodeRepresentable.swift",
"Fuzzy/Array+Convertible.swift",
"Fuzzy/Dictionary+Convertible.swift",
"Fuzzy/Fuzzy+Any.swift",
"Fuzzy/FuzzyConverter.swift",
"Fuzzy/Optional+Convertible.swift",
"Fuzzy/Set+Convertible.swift",
"Number/Number.swift",
"StructuredData/StructuredData+Equatable.swift",
"StructuredData/StructuredData+Init.swift",
"StructuredData/StructuredData+PathIndexable.swift",
"StructuredData/StructuredData+Polymorphic.swift",
"StructuredData/StructuredData.swift",
"StructuredDataWrapper/StructuredDataWrapper+Cases.swift",
"StructuredDataWrapper/StructuredDataWrapper+Convenience.swift",
"StructuredDataWrapper/StructuredDataWrapper+Equatable.swift",
"StructuredDataWrapper/StructuredDataWrapper+Literals.swift",
"StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift",
"StructuredDataWrapper/StructuredDataWrapper+Polymorphic.swift",
"StructuredDataWrapper/StructuredDataWrapper.swift",
"Utilities/Errors.swift",
"Utilities/Exports.swift",
"Utilities/Identifier.swift"
],
"target_dependencies" : [
"PathIndexable"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/bits.git
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/debugging.git
[1/260] Fetching debugging
[22/618] Fetching debugging, bits
[277/20761] Fetching debugging, bits, core
Fetched https://github.com/vapor/bits.git from cache (0.98s)
Fetched https://github.com/vapor/debugging.git from cache (0.98s)
Fetched https://github.com/vapor/core.git from cache (0.99s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (1.62s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.61s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.56s)
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.1
warning: 'spi-builder-workspace': dependency 'debugging' is not used by any target
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/32] Emitting module Debugging
[9/32] Compiling Debugging Debuggable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/33] Emitting module libc
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | @_exported import Glibc
3 | #else
4 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
5 | #endif
6 |
[11/33] Compiling libc libc.swift
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | @_exported import Glibc
3 | #else
4 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
5 | #endif
6 |
[12/33] Compiling Bits Operators.swift
/host/spi-builder-workspace/.build/checkouts/bits/Sources/Bits/Byte+Random.swift:4:23: error: no such module 'Darwin.C'
2 | @_exported import Glibc
3 | #else
4 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
5 | #endif
6 |
[13/33] Compiling Bits String+BytesConvertible.swift
/host/spi-builder-workspace/.build/checkouts/bits/Sources/Bits/Byte+Random.swift:4:23: error: no such module 'Darwin.C'
2 | @_exported import Glibc
3 | #else
4 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
5 | #endif
6 |
[15/35] Compiling PathIndexable PathIndexable.swift
[16/35] Emitting module PathIndexable
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': dependency 'debugging' is not used by any target
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/26] Compiling libc libc.swift
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | @_exported import Glibc
3 | #else
4 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
5 | #endif
6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/26] Emitting module libc
/host/spi-builder-workspace/.build/checkouts/core/Sources/libc/libc.swift:4:20: error: no such module 'Darwin.C'
2 | @_exported import Glibc
3 | #else
4 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
5 | #endif
6 |
BUILD FAILURE 6.1 wasm