The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Runtime, reference 2.1.1 (61c977), with Swift 6.1 for Android on 29 May 2025 02:32:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerdsupremacist/Runtime.git
https://github.com/nerdsupremacist/Runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "cruntime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wickwirew/CRuntime.git"
    }
  ],
  "manifest_display_name" : "Runtime",
  "name" : "Runtime",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Runtime",
      "targets" : [
        "Runtime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "RuntimeTests",
      "path" : "Tests/RuntimeTests",
      "sources" : [
        "FactoryTests.swift",
        "GetSetClassTests.swift",
        "GetSetStructTests.swift",
        "LinuxMain.swift",
        "MetadataTests.swift",
        "ValuePointerTests.swift",
        "ValueWitnessTableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Runtime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Runtime",
      "module_type" : "SwiftTarget",
      "name" : "Runtime",
      "path" : "Sources/Runtime",
      "product_dependencies" : [
        "CRuntime"
      ],
      "product_memberships" : [
        "Runtime"
      ],
      "sources" : [
        "Factory/DefaultValue.swift",
        "Factory/Factory.swift",
        "Layouts/ClassHeader.swift",
        "Layouts/ClassMetadataLayout.swift",
        "Layouts/ClassTypeDescriptor.swift",
        "Layouts/EnumMetadataLayout.swift",
        "Layouts/EnumTypeDescriptor.swift",
        "Layouts/ExistentialContainter.swift",
        "Layouts/FieldDescriptor.swift",
        "Layouts/FunctionMetadataLayout.swift",
        "Layouts/MetadataLayoutType.swift",
        "Layouts/ProtocolDescriptor.swift",
        "Layouts/ProtocolMetadataLayout.swift",
        "Layouts/ProtocolTypeContainer.swift",
        "Layouts/StructMetadataLayout.swift",
        "Layouts/StructTypeDescriptor.swift",
        "Layouts/TargetTypeGenericContextDescriptorHeader.swift",
        "Layouts/TupleMetadataLayout.swift",
        "Layouts/TypeDescriptor.swift",
        "Layouts/ValueWitnessTable.swift",
        "Metadata/ClassMetadata.swift",
        "Metadata/EnumMetadata.swift",
        "Metadata/FuntionMetadata.swift",
        "Metadata/Metadata.swift",
        "Metadata/MetadataType.swift",
        "Metadata/NominalMetadataType.swift",
        "Metadata/ProtocolMetadata.swift",
        "Metadata/StructMetadata.swift",
        "Metadata/TupleMetadata.swift",
        "Models/Case.swift",
        "Models/Errors.swift",
        "Models/FunctionInfo.swift",
        "Models/Kind.swift",
        "Models/PropertyInfo.swift",
        "Models/TypeInfo.swift",
        "Models/TypeInfoConvertible.swift",
        "Pointers/Pointers.swift",
        "Pointers/RelativePointer.swift",
        "Pointers/RelativeVectorPointer.swift",
        "Pointers/Union.swift",
        "Pointers/Vector.swift",
        "Utilities/GettersSetters.swift",
        "Utilities/Pointer+Extensions.swift",
        "Utilities/RetainCounts.swift",
        "Utilities/String+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/wickwirew/CRuntime.git
[1/124] Fetching cruntime
Fetched https://github.com/wickwirew/CRuntime.git from cache (0.19s)
Computing version for https://github.com/wickwirew/CRuntime.git
Computed https://github.com/wickwirew/CRuntime.git at 2.1.2 (2.35s)
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 Vector.swift
[5/48] Compiling Runtime GettersSetters.swift
[6/48] Compiling Runtime Pointer+Extensions.swift
[7/48] Compiling Runtime RetainCounts.swift
[8/48] Compiling Runtime String+Extensions.swift
[9/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)
[10/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)
[11/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)
[12/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)
[13/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)
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) #3, !dbg !340
<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.kW8Cup/supplementaryOutputs-1 -target aarch64-unknown-linux-android24 -Xllvm -aarch64-use-tbi -disable-objc-interop -sdk /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot -I /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency=complete -empty-abi-descriptor -resource-dir /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/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 --sysroot -Xcc /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Runtime -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/aarch64-unknown-linux-android24/debug/Runtime.build/DefaultValue.swift.o -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/Factory.swift.o -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/ClassHeader.swift.o -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/ClassMetadataLayout.swift.o -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/ClassTypeDescriptor.swift.o -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/EnumMetadataLayout.swift.o -index-store-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/index/store -index-system-modules
1.	Swift version 6.1 (swift-6.1-RELEASE)
2.	Compiling with effective version 5.10
3.	Running pass "verify" on module "/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/Factory.swift.o"
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 0x00005646704e8808
1  swift-frontend 0x00005646704e65ee
2  swift-frontend 0x00005646704e8ea8
3  libc.so.6      0x00007f540e79a520
4  libc.so.6      0x00007f540e7ee9fc pthread_kill + 300
5  libc.so.6      0x00007f540e79a476 raise + 22
6  libc.so.6      0x00007f540e7807f3 abort + 211
7  swift-frontend 0x000056466a54711e
8  swift-frontend 0x0000564670448149
9  swift-frontend 0x0000564670448036
10 swift-frontend 0x000056467036b57c
11 swift-frontend 0x000056466a68dcdd
12 swift-frontend 0x000056467033f43d
13 swift-frontend 0x000056466a684070
14 swift-frontend 0x000056466a6854cc
15 swift-frontend 0x000056466a2b0142
16 swift-frontend 0x000056466a2abc88
17 swift-frontend 0x000056466a2aa997
18 swift-frontend 0x000056466a2ad2ba
19 swift-frontend 0x000056466a2ac713
20 swift-frontend 0x000056466a08986a
21 libc.so.6      0x00007f540e781d90
22 libc.so.6      0x00007f540e781e40 __libc_start_main + 128
23 swift-frontend 0x000056466a088cc5
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/42] Compiling Runtime ProtocolMetadataLayout.swift
[3/42] Compiling Runtime ProtocolTypeContainer.swift
[4/42] Compiling Runtime StructMetadataLayout.swift
[5/42] Compiling Runtime StructTypeDescriptor.swift
[6/42] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[7/42] Compiling Runtime TupleMetadataLayout.swift
[8/47] Emitting module Runtime
[9/47] Compiling Runtime Errors.swift
[10/47] Compiling Runtime FunctionInfo.swift
[11/47] Compiling Runtime Kind.swift
[12/47] Compiling Runtime PropertyInfo.swift
[13/47] Compiling Runtime TypeInfo.swift
[14/47] Compiling Runtime TypeInfoConvertible.swift
[15/47] Compiling Runtime Pointers.swift
[16/47] Compiling Runtime RelativePointer.swift
[17/47] Compiling Runtime RelativeVectorPointer.swift
[18/47] Compiling Runtime Union.swift
[19/47] Compiling Runtime EnumTypeDescriptor.swift
[20/47] Compiling Runtime ExistentialContainter.swift
[21/47] Compiling Runtime FieldDescriptor.swift
[22/47] Compiling Runtime FunctionMetadataLayout.swift
[23/47] Compiling Runtime MetadataLayoutType.swift
[24/47] Compiling Runtime ProtocolDescriptor.swift
[25/47] Compiling Runtime MetadataType.swift
[26/47] Compiling Runtime NominalMetadataType.swift
[27/47] Compiling Runtime ProtocolMetadata.swift
[28/47] Compiling Runtime StructMetadata.swift
[29/47] Compiling Runtime TupleMetadata.swift
[30/47] Compiling Runtime Case.swift
[31/47] Compiling Runtime TypeDescriptor.swift
[32/47] Compiling Runtime ValueWitnessTable.swift
[33/47] Compiling Runtime ClassMetadata.swift
[34/47] Compiling Runtime EnumMetadata.swift
[35/47] Compiling Runtime FuntionMetadata.swift
[36/47] 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) #3, !dbg !340
<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.mhueOp/supplementaryOutputs-1 -target aarch64-unknown-linux-android24 -Xllvm -aarch64-use-tbi -disable-objc-interop -sdk /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot -I /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -empty-abi-descriptor -resource-dir /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/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 --sysroot -Xcc /root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Runtime -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/aarch64-unknown-linux-android24/debug/Runtime.build/DefaultValue.swift.o -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/Factory.swift.o -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/ClassHeader.swift.o -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/ClassMetadataLayout.swift.o -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/ClassTypeDescriptor.swift.o -o /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/EnumMetadataLayout.swift.o -index-store-path /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/index/store -index-system-modules
1.	Swift version 6.1 (swift-6.1-RELEASE)
2.	Compiling with effective version 5.10
3.	Running pass "verify" on module "/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/Runtime.build/Factory.swift.o"
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 0x000055ef20fb0808
1  swift-frontend 0x000055ef20fae5ee
2  swift-frontend 0x000055ef20fb0ea8
3  libc.so.6      0x00007f219b835520
4  libc.so.6      0x00007f219b8899fc pthread_kill + 300
5  libc.so.6      0x00007f219b835476 raise + 22
6  libc.so.6      0x00007f219b81b7f3 abort + 211
7  swift-frontend 0x000055ef1b00f11e
8  swift-frontend 0x000055ef20f10149
9  swift-frontend 0x000055ef20f10036
10 swift-frontend 0x000055ef20e3357c
11 swift-frontend 0x000055ef1b155cdd
12 swift-frontend 0x000055ef20e0743d
13 swift-frontend 0x000055ef1b14c070
14 swift-frontend 0x000055ef1b14d4cc
15 swift-frontend 0x000055ef1ad78142
16 swift-frontend 0x000055ef1ad73c88
17 swift-frontend 0x000055ef1ad72997
18 swift-frontend 0x000055ef1ad752ba
19 swift-frontend 0x000055ef1ad74713
20 swift-frontend 0x000055ef1ab5186a
21 libc.so.6      0x00007f219b81cd90
22 libc.so.6      0x00007f219b81ce40 __libc_start_main + 128
23 swift-frontend 0x000055ef1ab50cc5
BUILD FAILURE 6.1 android