Build Information
Failed to build Collections, reference 2.0.0 (c35380
), with Swift 6.1 for Wasm on 27 May 2025 23:00:44 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/DavidSkrundz/Collections.git
Reference: 2.0.0
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/DavidSkrundz/Collections
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at c35380d Swift 5 update
Cloned https://github.com/DavidSkrundz/Collections.git
Revision (git rev-parse @):
c35380dcf5745d8756113f47efe86cd81b0b48b0
SUCCESS checkout https://github.com/DavidSkrundz/Collections.git at 2.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/DavidSkrundz/Collections.git
https://github.com/DavidSkrundz/Collections.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Collections",
"name" : "Collections",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Generator",
"targets" : [
"Generator"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sGenerator",
"targets" : [
"Generator"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "dGenerator",
"targets" : [
"Generator"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "Graph",
"targets" : [
"Graph"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sGraph",
"targets" : [
"Graph"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "dGraph",
"targets" : [
"Graph"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "Pair",
"targets" : [
"Pair"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sPair",
"targets" : [
"Pair"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "dPair",
"targets" : [
"Pair"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "PairTests",
"module_type" : "SwiftTarget",
"name" : "PairTests",
"path" : "Tests/PairTests",
"sources" : [
"PairTests.swift"
],
"target_dependencies" : [
"Pair"
],
"type" : "test"
},
{
"c99name" : "Pair",
"module_type" : "SwiftTarget",
"name" : "Pair",
"path" : "Sources/Pair",
"product_memberships" : [
"Pair",
"sPair",
"dPair"
],
"sources" : [
"Pair.swift",
"Pair2Iterator.swift",
"Pair2Sequence.swift"
],
"type" : "library"
},
{
"c99name" : "GraphTests",
"module_type" : "SwiftTarget",
"name" : "GraphTests",
"path" : "Tests/GraphTests",
"sources" : [
"GraphTests.swift"
],
"target_dependencies" : [
"Graph"
],
"type" : "test"
},
{
"c99name" : "Graph",
"module_type" : "SwiftTarget",
"name" : "Graph",
"path" : "Sources/Graph",
"product_memberships" : [
"Graph",
"sGraph",
"dGraph"
],
"sources" : [
"Edge.swift",
"Extensions/Array+Duplicates.swift",
"Graph.swift",
"Vertex.swift"
],
"type" : "library"
},
{
"c99name" : "GeneratorTests",
"module_type" : "SwiftTarget",
"name" : "GeneratorTests",
"path" : "Tests/GeneratorTests",
"sources" : [
"GeneratorTests.swift"
],
"target_dependencies" : [
"Generator"
],
"type" : "test"
},
{
"c99name" : "Generator",
"module_type" : "SwiftTarget",
"name" : "Generator",
"path" : "Sources/Generator",
"product_memberships" : [
"Generator",
"sGenerator",
"dGenerator"
],
"sources" : [
"Extensions/Character.swift",
"Extensions/Collection+Generator.swift",
"Extensions/Generator+String.swift",
"Generator+Iterator.swift",
"Generator+Move.swift",
"Generator+Peek.swift",
"Generator+Previous.swift",
"Generator+Sequence.swift",
"Generator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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
Building for debugging...
[0/19] Write sources
[3/19] Write swift-version-24593BA9C3E375BF.txt
[5/37] Compiling Graph Vertex.swift
[6/37] Compiling Graph Graph.swift
[7/37] Emitting module Graph
[8/37] Compiling Graph Edge.swift
[9/37] Compiling Graph Array+Duplicates.swift
[10/37] Compiling Pair Pair2Sequence.swift
[11/38] Compiling Generator Generator+Peek.swift
[12/38] Emitting module Pair
[13/38] Compiling Pair Pair2Iterator.swift
[14/38] Compiling Pair Pair.swift
[15/40] Compiling Generator Generator+Iterator.swift
[16/40] Compiling Generator Character.swift
[17/40] Compiling Generator Collection+Generator.swift
[18/40] Emitting module Generator
[19/40] Compiling Generator Generator+Move.swift
[20/40] Compiling Generator Generator+String.swift
[22/40] Compiling Generator Generator+Previous.swift
[23/40] Compiling Generator Generator+Sequence.swift
[24/40] Wrapping AST for Graph for debugging
[25/40] Write Objects.LinkFileList
[27/40] Archiving libsGraph.a
[29/40] Compiling Generator Generator.swift
[29/41] Wrapping AST for Pair for debugging
[30/41] Write Objects.LinkFileList
[32/41] Archiving libsPair.a
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[34/41] Linking libdGraph.wasm
[34/41] Wrapping AST for Generator for debugging
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[34/41] Linking libdPair.wasm
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
[0/1] Planning build
Building for debugging...
[0/14] Write swift-version-24593BA9C3E375BF.txt
[2/32] Compiling Pair Pair2Iterator.swift
[3/32] Compiling Pair Pair2Sequence.swift
[4/32] Compiling Generator Generator+String.swift
[5/33] Compiling Generator Character.swift
[6/33] Compiling Generator Collection+Generator.swift
[7/33] Emitting module Generator
[8/33] Compiling Pair Pair.swift
[9/33] Emitting module Pair
[10/34] Compiling Generator Generator+Sequence.swift
[11/34] Compiling Graph Vertex.swift
[13/34] Compiling Generator Generator+Iterator.swift
[14/34] Compiling Graph Edge.swift
[15/34] Compiling Graph Array+Duplicates.swift
[16/34] Emitting module Graph
[17/34] Compiling Graph Graph.swift
[18/35] Compiling Generator Generator.swift
[19/35] Compiling Generator Generator+Peek.swift
[20/35] Compiling Generator Generator+Move.swift
[21/35] Compiling Generator Generator+Previous.swift
[21/36] Write Objects.LinkFileList
[23/36] Archiving libsPair.a
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[24/36] Linking libdPair.wasm
BUILD FAILURE 6.1 wasm