Build Information
Failed to build CleanroomDataTransactions, reference 8.1.0 (ca9ff5), with Swift 6.2 for Linux on 18 Jun 2025 07:45:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emaloney/cleanroomdatatransactions.git
Reference: 8.1.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/emaloney/cleanroomdatatransactions
* tag 8.1.0 -> FETCH_HEAD
HEAD is now at ca9ff51 Release 8.1.0 (build 38)
Cloned https://github.com/emaloney/cleanroomdatatransactions.git
Revision (git rev-parse @):
ca9ff51fa888a9f48e6497fd9cad580b71b91e33
SUCCESS checkout https://github.com/emaloney/cleanroomdatatransactions.git at 8.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/emaloney/cleanroomdatatransactions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: compile command failed due to signal 6 (use -v to see invocation)
/host/spi-builder-workspace/Sources/HTTPTransaction.swift:32:94: error: cannot find type 'URLRequest' in scope
30 | /** The signature of a function used to construct `URLRequest`s for
31 | the transaction. */
32 | public typealias RequestConstructor = (HTTPTransaction<ResponseDataType>, URL) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
33 |
34 | /** The signature of a function used to configure the `URLRequest` prior to
/host/spi-builder-workspace/Sources/HTTPTransaction.swift:36:86: error: cannot find type 'URLRequest' in scope
34 | /** The signature of a function used to configure the `URLRequest` prior to
35 | issuing the transaction. */
36 | public typealias RequestConfigurator = (HTTPTransaction<ResponseDataType>, inout URLRequest) throws -> Void
| `- error: cannot find type 'URLRequest' in scope
37 |
38 | /** The signature of a function used to approve HTTP redirects. */
swift-frontend: /home/build-user/swift/lib/AST/ASTContext.cpp:5288: swift::SILFunctionType::SILFunctionType(GenericSignature, ExtInfo, SILCoroutineKind, ParameterConvention, ArrayRef<SILParameterInfo>, ArrayRef<SILYieldInfo>, ArrayRef<SILResultInfo>, std::optional<SILResultInfo>, SubstitutionMap, SubstitutionMap, const ASTContext &, RecursiveTypeProperties, ProtocolConformanceRef): Assertion `!yield.getInterfaceType()->hasError() && "interface type of yield should not contain error types"' failed.
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0. Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/Sources/DataTransaction.swift /host/spi-builder-workspace/Sources/DataTransactionError.swift /host/spi-builder-workspace/Sources/DispatchQueueExtension.swift /host/spi-builder-workspace/Sources/EncodingExtensions.swift /host/spi-builder-workspace/Sources/FetchImageTransaction.swift /host/spi-builder-workspace/Sources/HTTPRequestMethod.swift /host/spi-builder-workspace/Sources/HTTPResponseMetadata.swift /host/spi-builder-workspace/Sources/HTTPResponseStatus.swift /host/spi-builder-workspace/Sources/HTTPTransaction.swift /host/spi-builder-workspace/Sources/HTTPTransactionConfigurator.swift /host/spi-builder-workspace/Sources/HTTPTransactionControl.swift /host/spi-builder-workspace/Sources/HTTPTransactionTracer.swift /host/spi-builder-workspace/Sources/ImageConstruction.swift -primary-file /host/spi-builder-workspace/Sources/JSONDecodableTransaction.swift -primary-file /host/spi-builder-workspace/Sources/JSONExtractionExtensions.swift /host/spi-builder-workspace/Sources/JSONKey.swift /host/spi-builder-workspace/Sources/JSONTransaction.swift /host/spi-builder-workspace/Sources/JSONTypes.swift /host/spi-builder-workspace/Sources/MIMEType.swift -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CleanroomDataTransactions.build/JSONDecodableTransaction.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CleanroomDataTransactions.build/JSONDecodableTransaction.swiftdeps -serialize-diagnostics-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CleanroomDataTransactions.build/JSONDecodableTransaction.dia -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CleanroomDataTransactions.build/JSONExtractionExtensions.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CleanroomDataTransactions.build/JSONExtractionExtensions.swiftdeps -serialize-diagnostics-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CleanroomDataTransactions.build/JSONExtractionExtensions.dia -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Modules -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 4 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -empty-abi-descriptor -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc -g -Xcc -fno-omit-frame-pointer -no-auto-bridging-header-chaining -module-name CleanroomDataTransactions -in-process-plugin-server-path /usr/lib/swift/host/libSwiftInProcPluginServer.so -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CleanroomDataTransactions.build/JSONDecodableTransaction.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CleanroomDataTransactions.build/JSONExtractionExtensions.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1. Swift version 6.2-dev (LLVM 0d47fa0a0fd41fb, Swift 536aa932a9e0ea3)
2. Compiling with effective version 4.1.50
3. While evaluating request ASTLoweringRequest(Lowering AST to SIL for file "/host/spi-builder-workspace/Sources/JSONDecodableTransaction.swift")
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 swift-frontend 0x000055edafcf4918
1 swift-frontend 0x000055edafcf243e
2 swift-frontend 0x000055edafcf4fb1
3 libc.so.6 0x00007f21a43e4520
4 libc.so.6 0x00007f21a44389fc pthread_kill + 300
5 libc.so.6 0x00007f21a43e4476 raise + 22
6 libc.so.6 0x00007f21a43ca7f3 abort + 211
7 libc.so.6 0x00007f21a43ca71b
8 libc.so.6 0x00007f21a43dbe96
9 swift-frontend 0x000055eda9c114e7
10 swift-frontend 0x000055eda9c124ff
11 swift-frontend 0x000055eda934847b
12 swift-frontend 0x000055eda933bb93
13 swift-frontend 0x000055eda933f163
14 swift-frontend 0x000055eda93404b8
15 swift-frontend 0x000055eda93325a8
16 swift-frontend 0x000055eda88a5bc1
17 swift-frontend 0x000055eda89d4cfb
18 swift-frontend 0x000055eda89d9fc3
19 swift-frontend 0x000055eda89d9aa8
20 swift-frontend 0x000055eda88ac853
21 swift-frontend 0x000055eda88acfa4
22 swift-frontend 0x000055eda89bf8c6
23 swift-frontend 0x000055eda88b1f53
24 swift-frontend 0x000055eda88ad92f
25 swift-frontend 0x000055eda808c808
26 swift-frontend 0x000055eda809e42a
27 swift-frontend 0x000055eda808f7de
28 swift-frontend 0x000055eda808e878
29 swift-frontend 0x000055eda7e0a26b
30 libc.so.6 0x00007f21a43cbd90
31 libc.so.6 0x00007f21a43cbe40 __libc_start_main + 128
32 swift-frontend 0x000055eda7e09265
BUILD FAILURE 6.2 linux