Build Information
Failed to build ElementaryCycles, reference master (824a7d), with Swift 6.1 for Wasm on 27 May 2025 06:44:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hectr/swift-elementary-cycles.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/hectr/swift-elementary-cycles
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 824a7d8 Release 0.4.0
Cloned https://github.com/hectr/swift-elementary-cycles.git
Revision (git rev-parse @):
824a7d8c9beff5bb4ce81ce65877e63c1bb85fac
SUCCESS checkout https://github.com/hectr/swift-elementary-cycles.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/hectr/swift-elementary-cycles.git
https://github.com/hectr/swift-elementary-cycles.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-idioms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hectr/swift-idioms.git"
}
],
"manifest_display_name" : "ElementaryCycles",
"name" : "ElementaryCycles",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ElementaryCycles",
"targets" : [
"ElementaryCycles"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ElementaryCyclesSearch",
"targets" : [
"ElementaryCyclesSearch"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ElementaryCyclesSearchExample",
"targets" : [
"ElementaryCyclesSearchExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ElementaryCyclesTests",
"module_type" : "SwiftTarget",
"name" : "ElementaryCyclesTests",
"path" : "Tests/ElementaryCyclesTests",
"sources" : [
"AdjacencyMatrixShould.swift",
"ElementaryCyclesSearchShould.swift",
"ElementaryCyclesShould.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ElementaryCycles"
],
"type" : "test"
},
{
"c99name" : "ElementaryCyclesSearchTests",
"module_type" : "SwiftTarget",
"name" : "ElementaryCyclesSearchTests",
"path" : "Tests/ElementaryCyclesSearchTests",
"sources" : [
"AdjacencyListTests.swift",
"AdjacencyMatrixTests.swift",
"ElementaryCyclesSearchTests.swift",
"StrongConnectedComponentsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ElementaryCyclesSearch"
],
"type" : "test"
},
{
"c99name" : "ElementaryCyclesSearchExample",
"module_type" : "SwiftTarget",
"name" : "ElementaryCyclesSearchExample",
"path" : "Sources/ElementaryCyclesSearchExample",
"product_memberships" : [
"ElementaryCyclesSearchExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ElementaryCyclesSearch"
],
"type" : "executable"
},
{
"c99name" : "ElementaryCyclesSearch",
"module_type" : "SwiftTarget",
"name" : "ElementaryCyclesSearch",
"path" : "Sources/ElementaryCyclesSearch",
"product_dependencies" : [
"Idioms"
],
"product_memberships" : [
"ElementaryCycles",
"ElementaryCyclesSearch",
"ElementaryCyclesSearchExample"
],
"sources" : [
"Private/AdjacencyList+getAdjacencyList.swift",
"Private/AdjacencyList.swift",
"Private/StrongConnectedComponents.swift",
"Public/AdjacencyMatrix.swift",
"Public/ElementaryCyclesSearch.swift"
],
"type" : "library"
},
{
"c99name" : "ElementaryCycles",
"module_type" : "SwiftTarget",
"name" : "ElementaryCycles",
"path" : "Sources/ElementaryCycles",
"product_memberships" : [
"ElementaryCycles"
],
"sources" : [
"Private/AdjacencyMatrix+getAdjacencyMatrix.swift",
"Private/AdjacencyMatrix+getNodes.swift",
"Private/ElementaryCyclesSearch+toArray.swift",
"Public/ElementaryCycles.swift"
],
"target_dependencies" : [
"ElementaryCyclesSearch"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/hectr/swift-idioms.git
[1/393] Fetching swift-idioms
Fetched https://github.com/hectr/swift-idioms.git from cache (0.22s)
Computing version for https://github.com/hectr/swift-idioms.git
Computed https://github.com/hectr/swift-idioms.git at 1.9.0 (0.80s)
Creating working copy for https://github.com/hectr/swift-idioms.git
Working copy of https://github.com/hectr/swift-idioms.git resolved at 1.9.0
Building for debugging...
[0/10] Write sources
[4/10] Write swift-version-24593BA9C3E375BF.txt
[6/27] Compiling Idioms String+Prepending.swift
[7/27] Compiling Idioms String+Word.swift
[8/29] Compiling Idioms CharacterSet+characters.swift
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/CharacterSet+characters.swift:30:20: error: cannot find type 'UTF32Char' in scope
28 | let p0 = UInt32(plane) << 16
29 | let p1 = (UInt32(plane) + 1) << 16
30 | for c: UTF32Char in p0..<p1 {
| `- error: cannot find type 'UTF32Char' in scope
31 | guard let scalar = UnicodeScalar(c) else { continue }
32 | guard contains(scalar) else { continue }
[9/29] Compiling Idioms Dictionary+deepMerging.swift
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/CharacterSet+characters.swift:30:20: error: cannot find type 'UTF32Char' in scope
28 | let p0 = UInt32(plane) << 16
29 | let p1 = (UInt32(plane) + 1) << 16
30 | for c: UTF32Char in p0..<p1 {
| `- error: cannot find type 'UTF32Char' in scope
31 | guard let scalar = UnicodeScalar(c) else { continue }
32 | guard contains(scalar) else { continue }
[10/29] Compiling Idioms ForLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/CharacterSet+characters.swift:30:20: error: cannot find type 'UTF32Char' in scope
28 | let p0 = UInt32(plane) << 16
29 | let p1 = (UInt32(plane) + 1) << 16
30 | for c: UTF32Char in p0..<p1 {
| `- error: cannot find type 'UTF32Char' in scope
31 | guard let scalar = UnicodeScalar(c) else { continue }
32 | guard contains(scalar) else { continue }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/29] Compiling Idioms Matrix2D+Sequence.swift
[12/29] Compiling Idioms Matrix2D.swift
[13/29] Compiling Idioms RandomAccessMutableCollection.swift
[14/29] Compiling Idioms RegularExpressionMatchOperator.swift
[15/29] Emitting module Idioms
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/IterableRandomAccessCollection.swift:64:11: error: cannot find type 'DispatchData' in scope
62 |
63 | extension KeyValuePairs: IterableRandomAccessCollection {}
64 | extension DispatchData: IterableRandomAccessCollection {}
| `- error: cannot find type 'DispatchData' in scope
65 | extension Repeated: IterableRandomAccessCollection {}
66 | extension Unicode.Scalar.UTF16View: IterableRandomAccessCollection {}
[16/29] Compiling Idioms Int+Times.swift
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/IterableRandomAccessCollection.swift:64:11: error: cannot find type 'DispatchData' in scope
62 |
63 | extension KeyValuePairs: IterableRandomAccessCollection {}
64 | extension DispatchData: IterableRandomAccessCollection {}
| `- error: cannot find type 'DispatchData' in scope
65 | extension Repeated: IterableRandomAccessCollection {}
66 | extension Unicode.Scalar.UTF16View: IterableRandomAccessCollection {}
[17/29] Compiling Idioms IterableRandomAccessCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/IterableRandomAccessCollection.swift:64:11: error: cannot find type 'DispatchData' in scope
62 |
63 | extension KeyValuePairs: IterableRandomAccessCollection {}
64 | extension DispatchData: IterableRandomAccessCollection {}
| `- error: cannot find type 'DispatchData' in scope
65 | extension Repeated: IterableRandomAccessCollection {}
66 | extension Unicode.Scalar.UTF16View: IterableRandomAccessCollection {}
[18/29] Compiling Idioms String+removing.swift
[19/29] Compiling Idioms StringProtocol+Subscript.swift
[20/29] Compiling Idioms Array+appending.swift
[21/29] Compiling Idioms Array+removing.swift
[22/29] Compiling Idioms Bool+ControlFlow.swift
[23/29] Compiling Idioms Vector+Sequence.swift
[24/29] Compiling Idioms Vector.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
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/6] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling Idioms CharacterSet+characters.swift
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/CharacterSet+characters.swift:30:20: error: cannot find type 'UTF32Char' in scope
28 | let p0 = UInt32(plane) << 16
29 | let p1 = (UInt32(plane) + 1) << 16
30 | for c: UTF32Char in p0..<p1 {
| `- error: cannot find type 'UTF32Char' in scope
31 | guard let scalar = UnicodeScalar(c) else { continue }
32 | guard contains(scalar) else { continue }
[3/23] Compiling Idioms Dictionary+deepMerging.swift
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/CharacterSet+characters.swift:30:20: error: cannot find type 'UTF32Char' in scope
28 | let p0 = UInt32(plane) << 16
29 | let p1 = (UInt32(plane) + 1) << 16
30 | for c: UTF32Char in p0..<p1 {
| `- error: cannot find type 'UTF32Char' in scope
31 | guard let scalar = UnicodeScalar(c) else { continue }
32 | guard contains(scalar) else { continue }
[4/23] Compiling Idioms ForLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/CharacterSet+characters.swift:30:20: error: cannot find type 'UTF32Char' in scope
28 | let p0 = UInt32(plane) << 16
29 | let p1 = (UInt32(plane) + 1) << 16
30 | for c: UTF32Char in p0..<p1 {
| `- error: cannot find type 'UTF32Char' in scope
31 | guard let scalar = UnicodeScalar(c) else { continue }
32 | guard contains(scalar) else { continue }
[5/25] Compiling Idioms Array+appending.swift
[6/25] Compiling Idioms Array+removing.swift
[7/25] Compiling Idioms Bool+ControlFlow.swift
[8/25] Compiling Idioms Matrix2D+Sequence.swift
[9/25] Compiling Idioms Matrix2D.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/25] Compiling Idioms String+Prepending.swift
[11/25] Compiling Idioms String+Word.swift
[12/25] Compiling Idioms String+removing.swift
[13/25] Compiling Idioms StringProtocol+Subscript.swift
[14/25] Compiling Idioms RandomAccessMutableCollection.swift
[15/25] Compiling Idioms RegularExpressionMatchOperator.swift
[16/25] Emitting module Idioms
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/IterableRandomAccessCollection.swift:64:11: error: cannot find type 'DispatchData' in scope
62 |
63 | extension KeyValuePairs: IterableRandomAccessCollection {}
64 | extension DispatchData: IterableRandomAccessCollection {}
| `- error: cannot find type 'DispatchData' in scope
65 | extension Repeated: IterableRandomAccessCollection {}
66 | extension Unicode.Scalar.UTF16View: IterableRandomAccessCollection {}
[17/25] Compiling Idioms Int+Times.swift
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/IterableRandomAccessCollection.swift:64:11: error: cannot find type 'DispatchData' in scope
62 |
63 | extension KeyValuePairs: IterableRandomAccessCollection {}
64 | extension DispatchData: IterableRandomAccessCollection {}
| `- error: cannot find type 'DispatchData' in scope
65 | extension Repeated: IterableRandomAccessCollection {}
66 | extension Unicode.Scalar.UTF16View: IterableRandomAccessCollection {}
[18/25] Compiling Idioms IterableRandomAccessCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-idioms/Sources/Idioms/IterableRandomAccessCollection.swift:64:11: error: cannot find type 'DispatchData' in scope
62 |
63 | extension KeyValuePairs: IterableRandomAccessCollection {}
64 | extension DispatchData: IterableRandomAccessCollection {}
| `- error: cannot find type 'DispatchData' in scope
65 | extension Repeated: IterableRandomAccessCollection {}
66 | extension Unicode.Scalar.UTF16View: IterableRandomAccessCollection {}
[19/25] Compiling Idioms Vector+Sequence.swift
[20/25] Compiling Idioms Vector.swift
BUILD FAILURE 6.1 wasm