Build Information
Failed to build ActionBuilderCore, reference v2.1.1 (490cc0
), with Swift 6.0 for Linux on 4 Sep 2025 14:03:06 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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/ActionBuilderCore.git
Reference: v2.1.1
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/ActionBuilderCore
* tag v2.1.1 -> FETCH_HEAD
HEAD is now at 490cc0d Better destination detection
Cloned https://github.com/elegantchaos/ActionBuilderCore.git
Revision (git rev-parse @):
490cc0d1d79a01cdb57eab44b5bcbce807302b46
SUCCESS checkout https://github.com/elegantchaos/ActionBuilderCore.git at v2.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/elegantchaos/ActionBuilderCore.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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/elegantchaos/ChaosByteStreams.git
Fetching https://github.com/elegantchaos/Runner.git
Fetching https://github.com/elegantchaos/ChaosTesting
Fetching https://github.com/elegantchaos/SemanticVersion.git
Fetching https://github.com/elegantchaos/Matchable
Fetching https://github.com/elegantchaos/Versionator.git
[1/30] Fetching chaostesting
[31/196] Fetching chaostesting, matchable
[36/872] Fetching chaostesting, matchable, runner
[366/1299] Fetching chaostesting, matchable, runner, versionator
[690/1415] Fetching chaostesting, matchable, runner, versionator, chaosbytestreams
[1416/1567] Fetching chaostesting, matchable, runner, versionator, chaosbytestreams, semanticversion
Fetched https://github.com/elegantchaos/ChaosByteStreams.git from cache (0.31s)
Fetched https://github.com/elegantchaos/Runner.git from cache (0.32s)
Fetched https://github.com/elegantchaos/ChaosTesting from cache (0.32s)
Fetched https://github.com/elegantchaos/Matchable from cache (0.38s)
Fetched https://github.com/elegantchaos/Versionator.git from cache (0.38s)
Fetched https://github.com/elegantchaos/SemanticVersion.git from cache (0.38s)
Computing version for https://github.com/elegantchaos/ChaosTesting
Computed https://github.com/elegantchaos/ChaosTesting at 1.0.1 (0.73s)
Computing version for https://github.com/elegantchaos/Versionator.git
Computed https://github.com/elegantchaos/Versionator.git at 2.0.7 (0.69s)
Computing version for https://github.com/elegantchaos/Runner.git
Computed https://github.com/elegantchaos/Runner.git at 2.1.3 (0.64s)
Computing version for https://github.com/elegantchaos/ChaosByteStreams.git
Computed https://github.com/elegantchaos/ChaosByteStreams.git at 1.0.6 (0.73s)
Computing version for https://github.com/elegantchaos/Matchable
Computed https://github.com/elegantchaos/Matchable at 1.0.7 (3.12s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.2 (0.91s)
Creating working copy for https://github.com/elegantchaos/Versionator.git
Working copy of https://github.com/elegantchaos/Versionator.git resolved at 2.0.7
Creating working copy for https://github.com/elegantchaos/ChaosTesting
Working copy of https://github.com/elegantchaos/ChaosTesting resolved at 1.0.1
Creating working copy for https://github.com/elegantchaos/SemanticVersion.git
Working copy of https://github.com/elegantchaos/SemanticVersion.git resolved at 1.1.2
Creating working copy for https://github.com/elegantchaos/ChaosByteStreams.git
Working copy of https://github.com/elegantchaos/ChaosByteStreams.git resolved at 1.0.6
Creating working copy for https://github.com/elegantchaos/Runner.git
Working copy of https://github.com/elegantchaos/Runner.git resolved at 2.1.3
Creating working copy for https://github.com/elegantchaos/Matchable
Working copy of https://github.com/elegantchaos/Matchable resolved at 1.0.7
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/17] Emitting module ChaosByteStreams
/host/spi-builder-workspace/.build/checkouts/ChaosByteStreams/Sources/ChaosByteStreams/DataBuffer.swift:77:21: error: cannot find type 'AsyncLineSequence' in scope
75 |
76 | /// Return a line sequence that reads from this buffer.
77 | public var lines: AsyncLineSequence<AsyncBytes> { get async { await bytes.lines } }
| `- error: cannot find type 'AsyncLineSequence' in scope
78 |
79 | /// Wait for the buffer to close, then return it as a `String`.
/host/spi-builder-workspace/.build/checkouts/ChaosByteStreams/Sources/ChaosByteStreams/DataBuffer.swift:77:53: error: getter of noncopyable type cannot be 'async' or 'throws'
75 |
76 | /// Return a line sequence that reads from this buffer.
77 | public var lines: AsyncLineSequence<AsyncBytes> { get async { await bytes.lines } }
| `- error: getter of noncopyable type cannot be 'async' or 'throws'
78 |
79 | /// Wait for the buffer to close, then return it as a `String`.
[7/17] Compiling ChaosByteStreams Data+ByteStreams.swift
[8/17] Compiling ChaosByteStreams String+ByteStreams.swift
[9/17] Compiling ChaosByteStreams DataBuffer.swift
/host/spi-builder-workspace/.build/checkouts/ChaosByteStreams/Sources/ChaosByteStreams/DataBuffer.swift:77:21: error: cannot find type 'AsyncLineSequence' in scope
75 |
76 | /// Return a line sequence that reads from this buffer.
77 | public var lines: AsyncLineSequence<AsyncBytes> { get async { await bytes.lines } }
| `- error: cannot find type 'AsyncLineSequence' in scope
78 |
79 | /// Wait for the buffer to close, then return it as a `String`.
/host/spi-builder-workspace/.build/checkouts/ChaosByteStreams/Sources/ChaosByteStreams/DataBuffer.swift:77:53: error: getter of noncopyable type cannot be 'async' or 'throws'
75 |
76 | /// Return a line sequence that reads from this buffer.
77 | public var lines: AsyncLineSequence<AsyncBytes> { get async { await bytes.lines } }
| `- error: getter of noncopyable type cannot be 'async' or 'throws'
78 |
79 | /// Wait for the buffer to close, then return it as a `String`.
[10/17] Emitting module VersionatorUtils
[11/17] Compiling VersionatorUtils String+AsyncSequence.swift
BUILD FAILURE 6.0 linux