The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Compute, reference main (7e1d08), with Swift 6.3 for Linux on 18 Apr 2026 00:03:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jcmosc/Compute.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/jcmosc/Compute
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7e1d082 Fix crash when comparing fields following an enum
Submodule path 'Checkouts/swift-runtime-headers': checked out '42c0a0f7b02cc040c5a537fc5c577ca9b884dff8'
Submodule 'Checkouts/swift-runtime-headers' (https://github.com/jcmosc/swift-runtime-headers.git) registered for path 'Checkouts/swift-runtime-headers'
Cloning into '/host/spi-builder-workspace/Checkouts/swift-runtime-headers'...
Cloned https://github.com/jcmosc/Compute.git
Revision (git rev-parse @):
7e1d08250bc18cacd517a25659dbd13871cae8ac
SUCCESS checkout https://github.com/jcmosc/Compute.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jcmosc/Compute.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/groue/Semaphore
Fetching https://github.com/apple/swift-algorithms
[1/293] Fetching semaphore
Fetched https://github.com/groue/Semaphore from cache (0.24s)
[1/6058] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (1.38s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (2.11s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.98s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.37s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Building for debugging...
[0/48] Write sources
[3/48] Compiling Platform MachOFile.cpp
[4/48] Compiling Platform image.cpp
[5/48] Compiling Platform log.c
[6/48] Write swift-version-24593BA9C3E375BF.txt
[7/48] Compiling SwiftCorelibsCoreFoundation empty.c
[8/52] Compiling Utilities HashTable.cpp
[9/52] Compiling Utilities Heap.cpp
[11/52] Emitting module ComputeCxxSwiftSupport
[12/52] Compiling ComputeCxxSwiftSupport ComputeCxxSwiftSupport.swift
[13/53] Emitting module _ComputeTestSupport
[14/53] Compiling _ComputeTestSupport AssertEqualWithDiff.swift
[16/54] Compiling AGUniqueID.cpp
[17/54] Compiling Time.cpp
[18/54] Compiling MetadataVisitor.cpp
[19/54] Compiling AGTuple.cpp
[20/54] Compiling AGType.cpp
/host/spi-builder-workspace/Sources/ComputeCxx/Swift/Metadata.cpp:237:9: warning: 'SHA1_Init' is deprecated [-Wdeprecated-declarations]
  237 |         PLATFORM_SHA1_Init(&context);
      |         ^
/host/spi-builder-workspace/Sources/Platform/include/platform/sha.h:20:28: note: expanded from macro 'PLATFORM_SHA1_Init'
   20 | #define PLATFORM_SHA1_Init SHA1_Init
      |                            ^
/usr/include/openssl/sha.h:49:1: note: 'SHA1_Init' has been explicitly marked deprecated here
   49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      | ^
/usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  182 | #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
      |                                                 ^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
   62 | #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                                    ^
/host/spi-builder-workspace/Sources/ComputeCxx/Swift/Metadata.cpp:240:9: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
  240 |         PLATFORM_SHA1_Update(&context, prefix, sizeof(prefix));
      |         ^
/host/spi-builder-workspace/Sources/Platform/include/platform/sha.h:21:30: note: expanded from macro 'PLATFORM_SHA1_Update'
   21 | #define PLATFORM_SHA1_Update SHA1_Update
      |                              ^
/usr/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      | ^
/usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  182 | #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
      |                                                 ^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
   62 | #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                                    ^
/host/spi-builder-workspace/Sources/ComputeCxx/Swift/Metadata.cpp:249:13: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
  249 |             PLATFORM_SHA1_Update(&context, info.identifier, sizeof(((platform_image_info_t *)0)->identifier));
      |             ^
/host/spi-builder-workspace/Sources/Platform/include/platform/sha.h:21:30: note: expanded from macro 'PLATFORM_SHA1_Update'
   21 | #define PLATFORM_SHA1_Update SHA1_Update
      |                              ^
/usr/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      | ^
/usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  182 | #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
      |                                                 ^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
   62 | #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                                    ^
/host/spi-builder-workspace/Sources/ComputeCxx/Swift/Metadata.cpp:250:13: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
  250 |             PLATFORM_SHA1_Update(&context, &info.offset, sizeof(((platform_image_info_t *)0)->offset));
      |             ^
/host/spi-builder-workspace/Sources/Platform/include/platform/sha.h:21:30: note: expanded from macro 'PLATFORM_SHA1_Update'
   21 | #define PLATFORM_SHA1_Update SHA1_Update
      |                              ^
/usr/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      | ^
/usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  182 | #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
      |                                                 ^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
   62 | #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                                    ^
/host/spi-builder-workspace/Sources/ComputeCxx/Swift/Metadata.cpp:254:9: warning: 'SHA1_Final' is deprecated [-Wdeprecated-declarations]
  254 |         PLATFORM_SHA1_Final(digest, &context);
      |         ^
/host/spi-builder-workspace/Sources/Platform/include/platform/sha.h:22:29: note: expanded from macro 'PLATFORM_SHA1_Final'
   22 | #define PLATFORM_SHA1_Final SHA1_Final
      |                             ^
/usr/include/openssl/sha.h:51:1: note: 'SHA1_Final' has been explicitly marked deprecated here
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      | ^
/usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  182 | #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
      |                                                 ^
/usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
   62 | #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                                    ^
5 warnings generated.
[21/54] Compiling Metadata.cpp
[22/54] Compiling Log.cpp
[23/54] Compiling ExternalTrace.cpp
[24/54] Compiling Trace.cpp
[25/54] Compiling ContextDescriptor.cpp
[26/54] Compiling Subgraph.cpp
[27/54] Compiling NodeCache.cpp
[28/54] Compiling TreeDataElement.cpp
[29/54] Compiling AGSubgraph.cpp
[30/54] Compiling AGTreeValue.cpp
[31/54] Compiling TraceRecorder.cpp
[32/54] Compiling AGTreeElement.cpp
[33/54] Compiling AGDescription.mm
[34/54] Compiling UpdateStack.cpp
[35/54] Compiling KeyTable.cpp
[36/54] Compiling Zone.cpp
[37/54] Compiling Graph.mm
[38/54] Compiling Context.cpp
[39/54] Compiling Table.cpp
[40/54] Compiling AGGraph.mm
[41/54] Compiling Errors.cpp
[42/54] Compiling AGGraph.cpp
[43/54] Compiling WeakAttributeID.cpp
[44/54] Compiling AGClosure.cpp
[45/54] Compiling Graph.cpp
[46/54] Compiling Compare.cpp
[47/54] Compiling AGComparison.cpp
[48/54] Compiling AGAttribute.cpp
[49/54] Compiling AGWeakAttribute.cpp
[50/54] Compiling IndirectNode.cpp
[51/54] Compiling AttributeID.cpp
[52/54] Compiling LayoutDescriptor.cpp
[53/54] Compiling Node.cpp
[55/55] Emitting module Compute
/host/spi-builder-workspace/Sources/Compute/Attribute/AttributeType.swift:2:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
  1 | import ComputeCxx
  2 | import Foundation
    |        `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
  3 |
  4 | struct ProtocolConformance {
/host/spi-builder-workspace/Sources/Compute/Utility/FoundationExtensions/String+CFString.swift:1:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
 1 | import Foundation
   |        `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
 2 |
 3 | extension String {
[56/84] Compiling Compute AttributeBodyVisitor.swift
[57/84] Compiling Compute External.swift
[58/84] Compiling Compute IndirectAttribute.swift
[59/84] Compiling Compute ObservedAttribute.swift
[60/84] Compiling Compute CompareValues.swift
[61/84] Compiling Compute Enum.swift
[62/84] Compiling Compute Metadata.swift
[63/84] Compiling Compute Signature.swift
/host/spi-builder-workspace/Sources/Compute/Utility/FoundationExtensions/String+CFString.swift:1:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
 1 | import Foundation
   |        `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
 2 |
 3 | extension String {
[64/84] Compiling Compute Tuple.swift
/host/spi-builder-workspace/Sources/Compute/Utility/FoundationExtensions/String+CFString.swift:1:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
 1 | import Foundation
   |        `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
 2 |
 3 | extension String {
[65/84] Compiling Compute String+CFString.swift
/host/spi-builder-workspace/Sources/Compute/Utility/FoundationExtensions/String+CFString.swift:1:8: warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
 1 | import Foundation
   |        `- warning: module 'Foundation' was not compiled with library evolution support; using it means binary compatibility for 'Compute' can't be guaranteed
 2 |
 3 | extension String {
[66/84] Compiling Compute RuleContext.swift
[67/84] Compiling Compute AnyWeakAttribute.swift
[68/84] Compiling Compute WeakAttribute.swift
[69/84] Compiling Compute Compute.swift
[70/84] Compiling Compute AnyOptionalAttribute.swift
[71/84] Compiling Compute OptionalAttribute.swift
[72/84] Compiling Compute PointerOffset.swift
[73/84] Compiling Compute Focus.swift
error: compile command failed due to signal 11 (use -v to see invocation)
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/Compute/Attribute/AnyAttribute.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Attribute.swift /host/spi-builder-workspace/Sources/Compute/Attribute/AttributeType.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Body/AttributeBody.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Body/AttributeBodyVisitor.swift /host/spi-builder-workspace/Sources/Compute/Attribute/External.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Indirect/IndirectAttribute.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Observed/ObservedAttribute.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Optional/AnyOptionalAttribute.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Optional/OptionalAttribute.swift /host/spi-builder-workspace/Sources/Compute/Attribute/PointerOffset.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Rule/Focus.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Rule/Map.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Rule/Rule.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Rule/StatefulRule.swift /host/spi-builder-workspace/Sources/Compute/Attribute/RuleContext/AnyRuleContext.swift /host/spi-builder-workspace/Sources/Compute/Attribute/RuleContext/RuleContext.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Weak/AnyWeakAttribute.swift /host/spi-builder-workspace/Sources/Compute/Attribute/Weak/WeakAttribute.swift /host/spi-builder-workspace/Sources/Compute/Compute.swift -primary-file /host/spi-builder-workspace/Sources/Compute/Graph/Graph.swift -primary-file /host/spi-builder-workspace/Sources/Compute/Graph/Subgraph.swift -primary-file /host/spi-builder-workspace/Sources/Compute/Graph/TreeElement.swift /host/spi-builder-workspace/Sources/Compute/Runtime/CompareValues.swift /host/spi-builder-workspace/Sources/Compute/Runtime/Enum.swift /host/spi-builder-workspace/Sources/Compute/Runtime/Metadata.swift /host/spi-builder-workspace/Sources/Compute/Runtime/Signature.swift /host/spi-builder-workspace/Sources/Compute/Runtime/Tuple.swift /host/spi-builder-workspace/Sources/Compute/Utility/FoundationExtensions/String+CFString.swift -supplementary-output-file-map /tmp/TemporaryDirectory.hI5URQ/supplementaryOutputs-6 -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-library-evolution -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 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -enable-experimental-feature Extern -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc -fmodule-map-file=/host/spi-builder-workspace/Sources/ComputeCxx/include/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/Sources/ComputeCxx/include -Xcc -fmodule-map-file=/host/spi-builder-workspace/Sources/SwiftCorelibsCoreFoundation/include/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/Sources/SwiftCorelibsCoreFoundation/include -Xcc -fmodule-map-file=/host/spi-builder-workspace/Sources/Utilities/include/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/Sources/Utilities/include -Xcc -fmodule-map-file=/host/spi-builder-workspace/Sources/Platform/include/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/Sources/Platform/include -Xcc -g -Xcc -fno-omit-frame-pointer -no-auto-bridging-header-chaining -no-verify-emitted-module-interface -module-name Compute -package-name spi_builder_workspace -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/Compute.build/Graph.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Compute.build/Subgraph.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Compute.build/TreeElement.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.3 (swift-6.3-RELEASE)
2.	Compiling with the current language version
3.	While evaluating request IRGenRequest(IR Generation for file "/host/spi-builder-workspace/Sources/Compute/Graph/Graph.swift")
4.	While emitting IR SIL function "@$sSo10AGGraphRefa7ComputeE8onUpdateyyyycF".
 for 'onUpdate(_:)' (at /host/spi-builder-workspace/Sources/Compute/Graph/Graph.swift:30:12)
 #0 0x000055e4c03d28b8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/bin/swift-frontend+0x72e18b8)
 #1 0x000055e4c03d03a5 llvm::sys::RunSignalHandlers() (/usr/bin/swift-frontend+0x72df3a5)
 #2 0x000055e4c03d3601 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0
 #3 0x00007f0f5377e520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
 #4 0x000055e4b9f7a470 swift::irgen::IRBuilder::CreateCallOrInvoke(swift::irgen::FunctionPointer const&, llvm::ArrayRef<llvm::Value*>, llvm::BasicBlock*, llvm::BasicBlock*) (/usr/bin/swift-frontend+0xe89470)
 #5 0x000055e4b9f2f1e4 swift::irgen::emitObjCHeapMetadataRef(swift::irgen::IRGenFunction&, swift::ClassDecl*, bool) (/usr/bin/swift-frontend+0xe3e1e4)
 #6 0x000055e4b9f362a4 swift::irgen::emitClassHeapMetadataRef(swift::irgen::IRGenFunction&, swift::CanType, swift::irgen::MetadataValueType, swift::irgen::DynamicMetadataRequest, bool) (/usr/bin/swift-frontend+0xe452a4)
 #7 0x000055e4b9f36353 swift::irgen::emitMetatypeRef(swift::irgen::IRGenFunction&, swift::CanTypeWrapper<swift::MetatypeType>, swift::irgen::Explosion&) (/usr/bin/swift-frontend+0xe45353)
 #8 0x000055e4ba0ffb26 (anonymous namespace)::IRGenSILFunction::visitSILBasicBlock(swift::SILBasicBlock*) IRGenSIL.cpp:0:0
 #9 0x000055e4ba0fc405 (anonymous namespace)::IRGenSILFunction::emitSILFunction() IRGenSIL.cpp:0:0
#10 0x000055e4ba0f9913 swift::irgen::IRGenModule::emitSILFunction(swift::SILFunction*) (/usr/bin/swift-frontend+0x1008913)
#11 0x000055e4b9fce436 swift::irgen::IRGenerator::emitGlobalTopLevel(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&) (/usr/bin/swift-frontend+0xedd436)
#12 0x000055e4b9e8b447 swift::IRGenRequest::evaluate(swift::Evaluator&, swift::IRGenDescriptor) const (/usr/bin/swift-frontend+0xd9a447)
#13 0x000055e4b9eedea8 swift::GeneratedModule swift::SimpleRequest<swift::IRGenRequest, swift::GeneratedModule (swift::IRGenDescriptor), (swift::RequestFlags)17>::callDerived<0ul>(swift::Evaluator&, std::integer_sequence<unsigned long, 0ul>) const crtstuff.c:0:0
#14 0x000055e4b9eedd79 swift::SimpleRequest<swift::IRGenRequest, swift::GeneratedModule (swift::IRGenDescriptor), (swift::RequestFlags)17>::evaluateRequest(swift::IRGenRequest const&, swift::Evaluator&) crtstuff.c:0:0
#15 0x000055e4b97ef59f swift::IRGenRequest::OutputType swift::Evaluator::getResultUncached<swift::IRGenRequest, swift::IRGenRequest::OutputType swift::evaluateOrFatal<swift::IRGenRequest>(swift::Evaluator&, swift::IRGenRequest)::'lambda'()>(swift::IRGenRequest const&, swift::IRGenRequest::OutputType swift::evaluateOrFatal<swift::IRGenRequest>(swift::Evaluator&, swift::IRGenRequest)::'lambda'()) crtstuff.c:0:0
#16 0x000055e4b9e8e8a7 swift::performIRGeneration(swift::FileUnit*, swift::IRGenOptions const&, swift::TBDGenOptions const&, std::unique_ptr<swift::SILModule, std::default_delete<swift::SILModule>>, llvm::StringRef, swift::PrimarySpecificPaths const&, std::shared_ptr<llvm::cas::ObjectStore>, llvm::StringRef, llvm::GlobalVariable**, swift::cas::SwiftCASOutputBackend*) (/usr/bin/swift-frontend+0xd9d8a7)
#17 0x000055e4b9a569c7 generateIR(swift::IRGenOptions const&, swift::TBDGenOptions const&, std::unique_ptr<swift::SILModule, std::default_delete<swift::SILModule>>, swift::PrimarySpecificPaths const&, std::shared_ptr<llvm::cas::ObjectStore>, swift::cas::SwiftCASOutputBackend*, llvm::StringRef, llvm::PointerUnion<swift::ModuleDecl*, swift::SourceFile*>, llvm::GlobalVariable*&, llvm::ArrayRef<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>, llvm::ArrayRef<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>) FrontendTool.cpp:0:0
#18 0x000055e4b9a50550 performCompileStepsPostSILGen(swift::CompilerInstance&, std::unique_ptr<swift::SILModule, std::default_delete<swift::SILModule>>, llvm::PointerUnion<swift::ModuleDecl*, swift::SourceFile*>, swift::PrimarySpecificPaths const&, int&, swift::FrontendObserver*, llvm::ArrayRef<char const*>) FrontendTool.cpp:0:0
#19 0x000055e4b9a4ee86 swift::performCompileStepsPostSema(swift::CompilerInstance&, int&, swift::FrontendObserver*, llvm::ArrayRef<char const*>) (/usr/bin/swift-frontend+0x95de86)
#20 0x000055e4b9a53c97 performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*, llvm::ArrayRef<char const*>) FrontendTool.cpp:0:0
#21 0x000055e4b9a512cf swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) (/usr/bin/swift-frontend+0x9602cf)
#22 0x000055e4b97c7ad1 swift::mainEntry(int, char const**) (/usr/bin/swift-frontend+0x6d6ad1)
#23 0x00007f0f53765d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#24 0x00007f0f53765e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#25 0x000055e4b97c6205 _start (/usr/bin/swift-frontend+0x6d5205)
*** Signal 11: Backtracing from 0x7f0f5385a90d... done ***
*** Program crashed: Bad pointer dereference at 0x0000000000000000 ***
Platform: x86_64 Linux (Ubuntu 22.04.5 LTS)
Thread 0 "swift-frontend" crashed:
  0  0x00007f0f5385a90d <unknown> in libc.so.6
...
Registers:
rax 0x0000000000000000  0
rdx 0x000000000000000b  11
rcx 0x00007f0f5385a90d  48 3d 01 f0 ff ff 73 01 c3 48 8b 0d f3 b4 0f 00  H=·ðÿÿs·ÃH··ó´··
rbx 0x000000000000000b  11
rsi 0x0000000000000231  561
rdi 0x0000000000000231  561
rbp 0x0000000000000231  561
rsp 0x000055e4c397a968  2b 36 3d c0 e4 55 00 00 f0 ab 97 c3 e4 55 00 00  +6=ÀäU··ð«·ÃäU··
 r8 0x000055e4c397abf0  0b 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  ················
 r9 0x000055e4c397abf0  0b 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  ················
r10 0x000055e4c397abf0  0b 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  ················
r11 0x0000000000000246  582
r12 0x0000000000000000  0
r13 0x0000000000000001  1
r14 0x0000000000000000  0
r15 0x000055e4c397aa08  ff ff ff 7f fe ff ff ff 00 00 00 00 00 00 00 00  ÿÿÿ·þÿÿÿ········
rip 0x00007f0f5385a90d  48 3d 01 f0 ff ff 73 01 c3 48 8b 0d f3 b4 0f 00  H=·ðÿÿs·ÃH··ó´··
rflags 0x0000000000000246  ZF PF
cs 0x0033  fs 0x0000  gs 0x0000
Images (39 omitted):
0x00007f0f5373c000–0x00007f0f538f8401 095c7ba148aeca81668091f718047078d57efddb libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
Backtrace took 0.01s
BUILD FAILURE 6.3 linux