Build Information
Failed to build Collections, reference master (c35380
), with Swift 6.1 for Wasm on 27 May 2025 23:00:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 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/DavidSkrundz/Collections
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-4609320-1":/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] Emitting module Graph
[6/37] Emitting module Generator
[7/37] Compiling Generator Character.swift
[8/37] Compiling Graph Graph.swift
[9/37] Compiling Generator Collection+Generator.swift
[10/37] Compiling Graph Vertex.swift
[11/38] Compiling Graph Edge.swift
[12/38] Compiling Graph Array+Duplicates.swift
[13/39] Compiling Generator Generator+Previous.swift
[14/39] Compiling Pair Pair2Sequence.swift
[15/39] Compiling Generator Generator+Sequence.swift
[17/39] Compiling Generator Generator.swift
[18/39] Compiling Pair Pair.swift
[19/39] Emitting module Pair
[20/39] Compiling Pair Pair2Iterator.swift
[20/40] Wrapping AST for Graph for debugging
[21/40] Write Objects.LinkFileList
[24/40] Archiving libsGraph.a
[25/40] Wrapping AST for Pair for debugging
[26/40] Write Objects.LinkFileList
[28/40] Archiving libsPair.a
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[29/40] Linking libdGraph.wasm
[30/40] Compiling Generator Generator+Move.swift
[31/40] Compiling Generator Generator+Iterator.swift
[32/40] Compiling Generator Generator+String.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[32/40] Linking libdPair.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 Generator Generator+Sequence.swift
[3/33] Compiling Generator Character.swift
[4/33] Compiling Generator Collection+Generator.swift
[5/33] Compiling Generator Generator+String.swift
[6/33] Compiling Graph Vertex.swift
[7/33] Emitting module Generator
[8/33] Compiling Generator Generator+Iterator.swift
[9/33] Emitting module Graph
[10/33] Compiling Graph Edge.swift
[11/33] Compiling Generator Generator.swift
[12/33] Compiling Graph Graph.swift
[13/33] Compiling Graph Array+Duplicates.swift
[14/34] Compiling Pair Pair2Sequence.swift
[15/34] Compiling Pair Pair.swift
[16/34] Emitting module Pair
[17/34] Compiling Pair Pair2Iterator.swift
[18/35] Compiling Generator Generator+Peek.swift
[19/35] Compiling Generator Generator+Move.swift
[20/35] Compiling Generator Generator+Previous.swift
[21/36] Write Objects.LinkFileList
[23/36] Archiving libsGraph.a
[25/36] Write Objects.LinkFileList
[27/36] Archiving libsPair.a
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[29/36] Linking libdGraph.wasm
[29/36] Wrapping AST for Generator for debugging
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[29/36] Linking libdPair.wasm
BUILD FAILURE 6.1 wasm