Build Information
Failed to build IntoError, reference master (86d978), with Swift 6.2 for Android on 3 Feb 2026 04:00:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tikhop/IntoError.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/tikhop/IntoError
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 86d978f chore: Prepare for release
Cloned https://github.com/tikhop/IntoError.git
Revision (git rev-parse @):
86d978f7a62e4c54d94b05676761b74d90f9715a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tikhop/IntoError.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/tikhop/IntoError.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:0e5e7915595da63d8208b049b9b111c031f8df8a6b9b79e3bba6f3737b8b2f25
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73982] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.41s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (10.39s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2.3-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2.3-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.65s)
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version--3EE9C60077A20DAF.txt
[5/10] Emitting module IntoErrorMacros
[6/10] Compiling IntoErrorMacros Plugin.swift
[7/10] Compiling IntoErrorMacros IntoErrorMacro.swift
/host/spi-builder-workspace/Sources/IntoErrorMacros/IntoErrorMacro.swift:134:48: error: value of type 'String' has no member 'trimmingCharacters'
132 | {
133 | hasArgument = true
134 | let argText = firstArg.description.trimmingCharacters(in: .whitespaces)
| `- error: value of type 'String' has no member 'trimmingCharacters'
135 | if argText.hasSuffix(".self") {
136 | argumentType = String(argText.dropLast(5))
/host/spi-builder-workspace/Sources/IntoErrorMacros/IntoErrorMacro.swift:134:72: error: cannot infer contextual base in reference to member 'whitespaces'
132 | {
133 | hasArgument = true
134 | let argText = firstArg.description.trimmingCharacters(in: .whitespaces)
| `- error: cannot infer contextual base in reference to member 'whitespaces'
135 | if argText.hasSuffix(".self") {
136 | argumentType = String(argText.dropLast(5))
/host/spi-builder-workspace/Sources/IntoErrorMacros/IntoErrorMacro.swift:148:26: error: value of type 'String' has no member 'trimmingCharacters'
146 | let hasTypedThrows = funcDecl.signature.effectSpecifiers?.throwsClause?.type != nil
147 | let typedThrowsType = funcDecl.signature.effectSpecifiers?.throwsClause?.type?
148 | .description.trimmingCharacters(in: .whitespaces)
| `- error: value of type 'String' has no member 'trimmingCharacters'
149 |
150 | // Determine error type and validate usage
/host/spi-builder-workspace/Sources/IntoErrorMacros/IntoErrorMacro.swift:148:50: error: cannot infer contextual base in reference to member 'whitespaces'
146 | let hasTypedThrows = funcDecl.signature.effectSpecifiers?.throwsClause?.type != nil
147 | let typedThrowsType = funcDecl.signature.effectSpecifiers?.throwsClause?.type?
148 | .description.trimmingCharacters(in: .whitespaces)
| `- error: cannot infer contextual base in reference to member 'whitespaces'
149 |
150 | // Determine error type and validate usage
BUILD FAILURE 6.2 android