Build Information
Failed to build Runner, reference main (ba4b7d), with Swift 6.1 for Android on 9 Oct 2025 14:23:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Runner.git
Reference: main
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/elegantchaos/Runner
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ba4b7d5 Adopt queue-based DataBuffer.
Cloned https://github.com/elegantchaos/Runner.git
Revision (git rev-parse @):
ba4b7d5b995d33c82fc1aa51054202caf0aa7297
SUCCESS checkout https://github.com/elegantchaos/Runner.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/elegantchaos/Runner.git
https://github.com/elegantchaos/Runner.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "chaosbytestreams",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/ChaosByteStreams"
}
],
"manifest_display_name" : "Runner",
"name" : "Runner",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Runner",
"targets" : [
"Runner"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RunnerTests",
"module_type" : "SwiftTarget",
"name" : "RunnerTests",
"path" : "Tests/RunnerTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/RunnerTests/Resources/args.sh",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/RunnerTests/Resources/long-running.sh",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/RunnerTests/Resources/non-zero-status.sh",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/RunnerTests/Resources/zero-status.sh",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"RunnerTests.swift"
],
"target_dependencies" : [
"Runner"
],
"type" : "test"
},
{
"c99name" : "Runner",
"module_type" : "SwiftTarget",
"name" : "Runner",
"path" : "Sources/Runner",
"product_dependencies" : [
"ChaosByteStreams"
],
"product_memberships" : [
"Runner"
],
"sources" : [
"Error.swift",
"Output.swift",
"RunState.swift",
"Runner.swift",
"Session.swift",
"URL+SystemPath.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/elegantchaos/ChaosByteStreams
[1/129] Fetching chaosbytestreams
Fetched https://github.com/elegantchaos/ChaosByteStreams from cache (0.38s)
Computing version for https://github.com/elegantchaos/ChaosByteStreams
Computed https://github.com/elegantchaos/ChaosByteStreams at 1.0.7 (1.53s)
Creating working copy for https://github.com/elegantchaos/ChaosByteStreams
Working copy of https://github.com/elegantchaos/ChaosByteStreams resolved at 1.0.7
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Compiling ChaosByteStreams String+ByteStreams.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/7] Compiling ChaosByteStreams Data+ByteStreams.swift
[6/7] Emitting module ChaosByteStreams
/host/spi-builder-workspace/.build/checkouts/ChaosByteStreams/Sources/ChaosByteStreams/DataBuffer.swift:88:21: error: cannot find type 'AsyncLineSequence' in scope
86 |
87 | /// Return a line sequence that reads from this buffer.
88 | public var lines: AsyncLineSequence<AsyncBytes> { bytes.lines }
| `- error: cannot find type 'AsyncLineSequence' in scope
89 |
90 | /// Wait for the buffer to close, then return it as a `String`.
[7/7] Compiling ChaosByteStreams DataBuffer.swift
/host/spi-builder-workspace/.build/checkouts/ChaosByteStreams/Sources/ChaosByteStreams/DataBuffer.swift:88:21: error: cannot find type 'AsyncLineSequence' in scope
86 |
87 | /// Return a line sequence that reads from this buffer.
88 | public var lines: AsyncLineSequence<AsyncBytes> { bytes.lines }
| `- error: cannot find type 'AsyncLineSequence' in scope
89 |
90 | /// Wait for the buffer to close, then return it as a `String`.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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/1] Write swift-version-24593BA9C3E375BF.txt
[2/5] Compiling ChaosByteStreams DataBuffer.swift
/host/spi-builder-workspace/.build/checkouts/ChaosByteStreams/Sources/ChaosByteStreams/DataBuffer.swift:88:21: error: cannot find type 'AsyncLineSequence' in scope
86 |
87 | /// Return a line sequence that reads from this buffer.
88 | public var lines: AsyncLineSequence<AsyncBytes> { bytes.lines }
| `- error: cannot find type 'AsyncLineSequence' in scope
89 |
90 | /// Wait for the buffer to close, then return it as a `String`.
[3/5] Compiling ChaosByteStreams String+ByteStreams.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/5] Emitting module ChaosByteStreams
/host/spi-builder-workspace/.build/checkouts/ChaosByteStreams/Sources/ChaosByteStreams/DataBuffer.swift:88:21: error: cannot find type 'AsyncLineSequence' in scope
86 |
87 | /// Return a line sequence that reads from this buffer.
88 | public var lines: AsyncLineSequence<AsyncBytes> { bytes.lines }
| `- error: cannot find type 'AsyncLineSequence' in scope
89 |
90 | /// Wait for the buffer to close, then return it as a `String`.
[5/5] Compiling ChaosByteStreams Data+ByteStreams.swift
BUILD FAILURE 6.1 android