Build Information
Failed to build Runtime, reference 2.1.1 (61c977
), with Swift 6.0 for Linux on 4 Nov 2024 03:36:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/Runtime.git
Reference: 2.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/nerdsupremacist/Runtime
* tag 2.1.1 -> FETCH_HEAD
HEAD is now at 61c9776 upped cocoapods version
Cloned https://github.com/nerdsupremacist/Runtime.git
Revision (git rev-parse @):
61c9776f47d2951bdc562486ad348e5e1ca2e180
SUCCESS checkout https://github.com/nerdsupremacist/Runtime.git at 2.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/nerdsupremacist/Runtime.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/wickwirew/CRuntime.git
[1/124] Fetching cruntime
Fetched https://github.com/wickwirew/CRuntime.git from cache (0.38s)
Computing version for https://github.com/wickwirew/CRuntime.git
Computed https://github.com/wickwirew/CRuntime.git at 2.1.2 (2.08s)
Creating working copy for https://github.com/wickwirew/CRuntime.git
Working copy of https://github.com/wickwirew/CRuntime.git resolved at 2.1.2
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/43] Emitting module Runtime
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
| `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 | case couldNotGetPointer(type: Any.Type, value: Any)
28 | case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
| `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 | case `struct`
27 | case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 | case couldNotGetPointer(type: Any.Type, value: Any)
| `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 | case noPropertyNamed(name: String)
29 | case unableToBuildType(type: Any.Type)
[4/48] Compiling Runtime Errors.swift
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
| `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 | case couldNotGetPointer(type: Any.Type, value: Any)
28 | case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
| `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 | case `struct`
27 | case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 | case couldNotGetPointer(type: Any.Type, value: Any)
| `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 | case noPropertyNamed(name: String)
29 | case unableToBuildType(type: Any.Type)
[5/48] Compiling Runtime FunctionInfo.swift
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
| `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 | case couldNotGetPointer(type: Any.Type, value: Any)
28 | case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
| `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 | case `struct`
27 | case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 | case couldNotGetPointer(type: Any.Type, value: Any)
| `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 | case noPropertyNamed(name: String)
29 | case unableToBuildType(type: Any.Type)
[6/48] Compiling Runtime Kind.swift
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
| `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 | case couldNotGetPointer(type: Any.Type, value: Any)
28 | case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
| `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 | case `struct`
27 | case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 | case couldNotGetPointer(type: Any.Type, value: Any)
| `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 | case noPropertyNamed(name: String)
29 | case unableToBuildType(type: Any.Type)
[7/48] Compiling Runtime PropertyInfo.swift
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
| `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 | case couldNotGetPointer(type: Any.Type, value: Any)
28 | case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
| `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 | case `struct`
27 | case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 | case couldNotGetPointer(type: Any.Type, value: Any)
| `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 | case noPropertyNamed(name: String)
29 | case unableToBuildType(type: Any.Type)
[8/48] Compiling Runtime TypeInfo.swift
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:26:10: warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
24 |
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
| `- warning: associated value 'couldNotGetTypeInfo(type:kind:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Kind'; this is an error in the Swift 6 language mode
27 | case couldNotGetPointer(type: Any.Type, value: Any)
28 | case noPropertyNamed(name: String)
/host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift:25:13: note: consider making enum 'Kind' conform to the 'Sendable' protocol
23 | import Foundation
24 |
25 | public enum Kind {
| `- note: consider making enum 'Kind' conform to the 'Sendable' protocol
26 | case `struct`
27 | case `enum`
/host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift:27:10: warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
25 | enum RuntimeError: Error {
26 | case couldNotGetTypeInfo(type: Any.Type, kind: Kind)
27 | case couldNotGetPointer(type: Any.Type, value: Any)
| `- warning: associated value 'couldNotGetPointer(type:value:)' of 'Sendable'-conforming enum 'RuntimeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
28 | case noPropertyNamed(name: String)
29 | case unableToBuildType(type: Any.Type)
[9/48] Compiling Runtime ProtocolMetadataLayout.swift
[10/48] Compiling Runtime ProtocolTypeContainer.swift
[11/48] Compiling Runtime StructMetadataLayout.swift
[12/48] Compiling Runtime StructTypeDescriptor.swift
[13/48] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[14/48] Compiling Runtime TupleMetadataLayout.swift
[15/48] Compiling Runtime TypeInfoConvertible.swift
[16/48] Compiling Runtime Pointers.swift
[17/48] Compiling Runtime RelativePointer.swift
[18/48] Compiling Runtime RelativeVectorPointer.swift
[19/48] Compiling Runtime Union.swift
[20/48] Compiling Runtime MetadataType.swift
[21/48] Compiling Runtime NominalMetadataType.swift
[22/48] Compiling Runtime ProtocolMetadata.swift
[23/48] Compiling Runtime StructMetadata.swift
[24/48] Compiling Runtime TupleMetadata.swift
[25/48] Compiling Runtime Case.swift
[26/48] Compiling Runtime EnumTypeDescriptor.swift
[27/48] Compiling Runtime ExistentialContainter.swift
[28/48] Compiling Runtime FieldDescriptor.swift
[29/48] Compiling Runtime FunctionMetadataLayout.swift
[30/48] Compiling Runtime MetadataLayoutType.swift
[31/48] Compiling Runtime ProtocolDescriptor.swift
[32/48] Compiling Runtime TypeDescriptor.swift
[33/48] Compiling Runtime ValueWitnessTable.swift
[34/48] Compiling Runtime ClassMetadata.swift
[35/48] Compiling Runtime EnumMetadata.swift
[36/48] Compiling Runtime FuntionMetadata.swift
[37/48] Compiling Runtime Metadata.swift
error: compile command failed due to signal 6 (use -v to see invocation)
Call parameter type does not match function signature!
i64 32
i32 %76 = call noalias ptr @swift_allocObject(ptr getelementptr inbounds (%swift.full_boxmetadata, ptr @metadata, i32 0, i32 2), i64 32, i64 7) #4, !dbg !328
<unknown>:0: error: fatal error encountered during compilation; please submit a bug report (https://swift.org/contributing/#reporting-bugs)
<unknown>:0: note: Broken module found, compilation aborted!
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 -primary-file /host/spi-builder-workspace/Sources/Runtime/Factory/DefaultValue.swift -primary-file /host/spi-builder-workspace/Sources/Runtime/Factory/Factory.swift -primary-file /host/spi-builder-workspace/Sources/Runtime/Layouts/ClassHeader.swift -primary-file /host/spi-builder-workspace/Sources/Runtime/Layouts/ClassMetadataLayout.swift -primary-file /host/spi-builder-workspace/Sources/Runtime/Layouts/ClassTypeDescriptor.swift -primary-file /host/spi-builder-workspace/Sources/Runtime/Layouts/EnumMetadataLayout.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/EnumTypeDescriptor.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/ExistentialContainter.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/FieldDescriptor.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/FunctionMetadataLayout.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/MetadataLayoutType.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/ProtocolDescriptor.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/ProtocolMetadataLayout.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/ProtocolTypeContainer.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/StructMetadataLayout.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/StructTypeDescriptor.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/TargetTypeGenericContextDescriptorHeader.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/TupleMetadataLayout.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/TypeDescriptor.swift /host/spi-builder-workspace/Sources/Runtime/Layouts/ValueWitnessTable.swift /host/spi-builder-workspace/Sources/Runtime/Metadata/ClassMetadata.swift /host/spi-builder-workspace/Sources/Runtime/Metadata/EnumMetadata.swift /host/spi-builder-workspace/Sources/Runtime/Metadata/FuntionMetadata.swift /host/spi-builder-workspace/Sources/Runtime/Metadata/Metadata.swift /host/spi-builder-workspace/Sources/Runtime/Metadata/MetadataType.swift /host/spi-builder-workspace/Sources/Runtime/Metadata/NominalMetadataType.swift /host/spi-builder-workspace/Sources/Runtime/Metadata/ProtocolMetadata.swift /host/spi-builder-workspace/Sources/Runtime/Metadata/StructMetadata.swift /host/spi-builder-workspace/Sources/Runtime/Metadata/TupleMetadata.swift /host/spi-builder-workspace/Sources/Runtime/Models/Case.swift /host/spi-builder-workspace/Sources/Runtime/Models/Errors.swift /host/spi-builder-workspace/Sources/Runtime/Models/FunctionInfo.swift /host/spi-builder-workspace/Sources/Runtime/Models/Kind.swift /host/spi-builder-workspace/Sources/Runtime/Models/PropertyInfo.swift /host/spi-builder-workspace/Sources/Runtime/Models/TypeInfo.swift /host/spi-builder-workspace/Sources/Runtime/Models/TypeInfoConvertible.swift /host/spi-builder-workspace/Sources/Runtime/Pointers/Pointers.swift /host/spi-builder-workspace/Sources/Runtime/Pointers/RelativePointer.swift /host/spi-builder-workspace/Sources/Runtime/Pointers/RelativeVectorPointer.swift /host/spi-builder-workspace/Sources/Runtime/Pointers/Union.swift /host/spi-builder-workspace/Sources/Runtime/Pointers/Vector.swift /host/spi-builder-workspace/Sources/Runtime/Utilities/GettersSetters.swift /host/spi-builder-workspace/Sources/Runtime/Utilities/Pointer+Extensions.swift /host/spi-builder-workspace/Sources/Runtime/Utilities/RetainCounts.swift /host/spi-builder-workspace/Sources/Runtime/Utilities/String+Extensions.swift -supplementary-output-file-map /tmp/TemporaryDirectory.PiWDH6/supplementaryOutputs-1 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Modules -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 5 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -strict-concurrency=complete -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc -fmodule-map-file=/host/spi-builder-workspace/.build/checkouts/CRuntime/Sources/CRuntime/module.modulemap -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Runtime -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/Runtime.build/DefaultValue.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Runtime.build/Factory.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Runtime.build/ClassHeader.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Runtime.build/ClassMetadataLayout.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Runtime.build/ClassTypeDescriptor.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Runtime.build/EnumMetadataLayout.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.0.2 (swift-6.0.2-RELEASE)
2. Compiling with effective version 5.10
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 0x00005622ae2b0047
1 swift-frontend 0x00005622ae2ae00e
2 swift-frontend 0x00005622ae2b06ba
3 libc.so.6 0x00007f1909b29520
4 libc.so.6 0x00007f1909b7d9fc pthread_kill + 300
5 libc.so.6 0x00007f1909b29476 raise + 22
6 libc.so.6 0x00007f1909b0f7f3 abort + 211
7 swift-frontend 0x00005622a886da9d
8 swift-frontend 0x00005622ae20fecb
9 swift-frontend 0x00005622ae20fda6
10 swift-frontend 0x00005622adfe216c
11 swift-frontend 0x00005622a89a9a4d
12 swift-frontend 0x00005622adfb6a52
13 swift-frontend 0x00005622a899f495
14 swift-frontend 0x00005622a89a08da
15 swift-frontend 0x00005622a85faf6b
16 swift-frontend 0x00005622a85f6590
17 swift-frontend 0x00005622a85f52f1
18 swift-frontend 0x00005622a85f7ecb
19 swift-frontend 0x00005622a85f7136
20 swift-frontend 0x00005622a83ce477
21 libc.so.6 0x00007f1909b10d90
22 libc.so.6 0x00007f1909b10e40 __libc_start_main + 128
23 swift-frontend 0x00005622a83ccb95
BUILD FAILURE 6.0 linux