Build Information
Failed to build ElementaryCycles, reference 0.4.0 (824a7d), with Swift 6.1 for Android on 27 May 2025 06:43:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: 0.4.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/hectr/swift-elementary-cycles
* tag 0.4.0 -> FETCH_HEAD
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 0.4.0
========================================
Build
========================================
Selected platform: android
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.34s)
Computing version for https://github.com/hectr/swift-idioms.git
Computed https://github.com/hectr/swift-idioms.git at 1.9.0 (1.23s)
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] Emitting module Idioms
[7/27] Compiling Idioms Array+appending.swift
[8/27] Compiling Idioms Array+removing.swift
[9/27] Compiling Idioms Bool+ControlFlow.swift
[10/29] Compiling Idioms Vector+Sequence.swift
[11/29] Compiling Idioms Vector.swift
[12/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 }
[13/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 }
[14/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 }
[15/29] Compiling Idioms Int+Times.swift
[16/29] Compiling Idioms IterableRandomAccessCollection.swift
[17/29] Compiling Idioms String+Prepending.swift
[18/29] Compiling Idioms String+Word.swift
[19/29] Compiling Idioms RandomAccessMutableCollection.swift
[20/29] Compiling Idioms RegularExpressionMatchOperator.swift
[21/29] Compiling Idioms Matrix2D+Sequence.swift
[22/29] Compiling Idioms Matrix2D.swift
[23/29] Compiling Idioms String+removing.swift
[24/29] Compiling Idioms StringProtocol+Subscript.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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] Emitting module Idioms
[6/25] Compiling Idioms String+removing.swift
[7/25] Compiling Idioms StringProtocol+Subscript.swift
[8/25] Compiling Idioms Matrix2D+Sequence.swift
[9/25] Compiling Idioms Matrix2D.swift
[10/25] Compiling Idioms String+Prepending.swift
[11/25] Compiling Idioms String+Word.swift
[12/25] Compiling Idioms Int+Times.swift
[13/25] Compiling Idioms IterableRandomAccessCollection.swift
[14/25] Compiling Idioms RandomAccessMutableCollection.swift
[15/25] Compiling Idioms RegularExpressionMatchOperator.swift
[16/25] Compiling Idioms Array+appending.swift
[17/25] Compiling Idioms Array+removing.swift
[18/25] Compiling Idioms Bool+ControlFlow.swift
[19/25] Compiling Idioms Vector+Sequence.swift
[20/25] Compiling Idioms Vector.swift
BUILD FAILURE 6.1 android