The Swift Package Index logo.Swift Package Index

Build Information

Failed to build IntoError, reference 1.0.0 (86d978), with Swift 6.2 for Linux on 3 Feb 2026 04:01:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tikhop/IntoError.git
Reference: 1.0.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/tikhop/IntoError
 * tag               1.0.0      -> FETCH_HEAD
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 1.0.0
========================================
Build
========================================
Selected platform:         linux
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-4609320-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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 (10.27s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (14.17s)
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.78s)
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/10] Compiling IntoErrorMacros Plugin.swift
[6/10] Emitting module IntoErrorMacros
[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 linux