The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ElementaryCycles, reference 0.4.0 (824a7d), with Swift 6.2 for Android on 17 Jun 2025 12:36:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path:  $PWD
https://github.com/hectr/swift-elementary-cycles.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-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.57s)
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-8C5A4AE7A8CE2BA.txt
[6/27] Compiling Idioms String+removing.swift
[7/27] Compiling Idioms StringProtocol+Subscript.swift
[8/29] Compiling Idioms Array+appending.swift
[9/29] Compiling Idioms Array+removing.swift
[10/29] Compiling Idioms Bool+ControlFlow.swift
[11/29] Compiling Idioms Matrix2D+Sequence.swift
[12/29] Compiling Idioms Matrix2D.swift
[13/29] Compiling Idioms Int+Times.swift
[14/29] Compiling Idioms IterableRandomAccessCollection.swift
[15/29] Compiling Idioms RandomAccessMutableCollection.swift
[16/29] Compiling Idioms RegularExpressionMatchOperator.swift
[17/29] Emitting module Idioms
[18/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 }
[19/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 }
[20/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 }
[21/29] Compiling Idioms String+Prepending.swift
[22/29] Compiling Idioms String+Word.swift
[23/29] Compiling Idioms Vector+Sequence.swift
[24/29] Compiling Idioms Vector.swift
BUILD FAILURE 6.2 android