The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ASN1Codable, reference main (9aa015), with Swift 6.1 for Wasm on 29 Mar 2026 07:40:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/ASN1Codable.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/PADL/ASN1Codable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9aa0155 Revert "workaround for Swift 6.3 build issue"
Cloned https://github.com/PADL/ASN1Codable.git
Revision (git rev-parse @):
9aa0155ad7294affcb6c807239afd75738d8938d
SUCCESS checkout https://github.com/PADL/ASN1Codable.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PADL/ASN1Codable.git
https://github.com/PADL/ASN1Codable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "asn1kit",
      "requirement" : {
        "branch" : [
          "lhoward/pr"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/ASN1Kit"
    },
    {
      "identity" : "echo",
      "requirement" : {
        "branch" : [
          "fix-release-build"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/Echo"
    },
    {
      "identity" : "swift-bigint",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mkrd/Swift-BigInt"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "ASN1Codable",
  "name" : "ASN1Codable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "ASN1Codable",
      "targets" : [
        "ASN1Codable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "asn1json2swift",
      "targets" : [
        "asn1json2swift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "asn1json2swift",
      "module_type" : "SwiftTarget",
      "name" : "asn1json2swift",
      "path" : "Sources/CLI/asn1json2swift",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "asn1json2swift"
      ],
      "sources" : [
        "TranslateCommand.swift",
        "VersionCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "HeimASN1Translator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HeimASN1Translator",
      "module_type" : "SwiftTarget",
      "name" : "HeimASN1Translator",
      "path" : "Sources/HeimASN1Translator",
      "product_dependencies" : [
        "ASN1Kit",
        "AnyCodable"
      ],
      "product_memberships" : [
        "asn1json2swift"
      ],
      "sources" : [
        "ASN1Tag+SwiftType.swift",
        "Data+Extras.swift",
        "HeimASN1Decoration.swift",
        "HeimASN1FieldDescriptor.swift",
        "HeimASN1Module.swift",
        "HeimASN1OpenType.swift",
        "HeimASN1Tagging.swift",
        "HeimASN1Translator.swift",
        "HeimASN1Type.swift",
        "HeimASN1TypeDef.swift",
        "HeimASN1TypeMember.swift",
        "HeimASN1UniversalType.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ASN1Codable",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Codable",
      "path" : "Sources/ASN1Codable",
      "product_dependencies" : [
        "ASN1Kit",
        "Echo",
        "BigNumber",
        "AnyCodable"
      ],
      "product_memberships" : [
        "ASN1Codable"
      ],
      "sources" : [
        "ASN1KitExtras/ASN1DecodedTag+Extras.swift",
        "ASN1KitExtras/ASN1ImplicitlyWrappedObject.swift",
        "ASN1KitExtras/ASN1KitExported.swift",
        "ASN1KitExtras/ASN1NullObject.swift",
        "ASN1KitExtras/ASN1Object+Sorting.swift",
        "CodingKeys/ASN1Key.swift",
        "CodingKeys/ASN1PlaceholderCodingKey.swift",
        "CodingKeys/ASN1TaggedDictionaryCodingKey.swift",
        "Core/ASN1AutomaticTaggingContext.swift",
        "Core/ASN1Metadata.swift",
        "Core/ASN1UserInfoKeys.swift",
        "Decoder/ASN1Decoder.swift",
        "Decoder/ASN1DecoderImpl.swift",
        "Decoder/ASN1DecodingContainer.swift",
        "Decoder/ASN1DecodingContext.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/ReferencingDecoder.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/ASN1Encoder.swift",
        "Encoder/ASN1EncoderImpl.swift",
        "Encoder/ASN1EncodingContainer.swift",
        "Encoder/ASN1EncodingContext.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/ReferencingEncoder.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "OpenType/ASN1AnyObjectSetValue.swift",
        "OpenType/ASN1ObjectSetCodable.swift",
        "OpenType/ASN1ObjectSetCodingContext.swift",
        "OpenType/ASN1ObjectSetType.swift",
        "OpenType/ASN1ObjectSetValue.swift",
        "OpenType/ASN1TaggedDictionary.swift",
        "Primitive/AnyCodable.swift",
        "Primitive/BInt.swift",
        "Primitive/Base.swift",
        "Primitive/BitString.swift",
        "Primitive/BitStringOptionSet.swift",
        "Primitive/Dictionary.swift",
        "Primitive/FixedWidthInteger.swift",
        "Primitive/Null.swift",
        "Primitive/String.swift",
        "Primitive/Time.swift",
        "PropertyWrappers/ASN1ApplicationTagged.swift",
        "PropertyWrappers/ASN1ContextTagged.swift",
        "PropertyWrappers/ASN1PrivateTagged.swift",
        "Protocols/ASN1CodingContext.swift",
        "Protocols/ASN1CodingKey.swift",
        "Protocols/ASN1ExtensibleType.swift",
        "Protocols/ASN1PreserveBinary.swift",
        "Protocols/ASN1SetCodable.swift",
        "Protocols/ASN1TagNumberRepresentable.swift",
        "Protocols/ASN1TaggedType.swift",
        "Protocols/ASN1TaggedValue.swift",
        "Protocols/ASN1Tagging.swift",
        "Protocols/ASN1TypeMetadataRepresentable.swift",
        "Protocols/ASN1UniversalTagRepresentable.swift",
        "Utility/Box.swift",
        "Utility/OptionalProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/PADL/ASN1Kit
[1/1049] Fetching asn1kit
Fetched https://github.com/PADL/ASN1Kit from cache (0.67s)
Fetching https://github.com/PADL/Echo
[1/868] Fetching echo
Fetched https://github.com/PADL/Echo from cache (0.24s)
Fetching https://github.com/mkrd/Swift-BigInt
[1/1979] Fetching swift-bigint
Fetched https://github.com/mkrd/Swift-BigInt from cache (0.52s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/SwiftCommon/DataKit.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
[17/2006] Fetching anycodable, datakit
[57/3826] Fetching anycodable, datakit, swift-atomics
[56/2006] Fetching anycodable, datakit
[87/3826] Fetching anycodable, datakit, swift-atomics
[1862/21297] Fetching anycodable, datakit, swift-atomics, swift-argument-parser
Fetched https://github.com/Flight-School/AnyCodable from cache (0.52s)
Fetched https://github.com/SwiftCommon/DataKit.git from cache (0.52s)
[11255/19291] Fetching swift-atomics, swift-argument-parser
Fetched https://github.com/apple/swift-atomics.git from cache (0.82s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.82s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (1.45s)
Fetching https://github.com/Quick/Nimble
[1/19813] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.46s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (2.08s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.59s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.24s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.68s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.18s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.79s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.58s)
Creating working copy for https://github.com/PADL/Echo
Working copy of https://github.com/PADL/Echo resolved at fix-release-build (d7e29ee)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/PADL/ASN1Kit
Working copy of https://github.com/PADL/ASN1Kit resolved at lhoward/pr (94f981e)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/SwiftCommon/DataKit.git
Working copy of https://github.com/SwiftCommon/DataKit.git resolved at 1.1.0
Creating working copy for https://github.com/mkrd/Swift-BigInt
Working copy of https://github.com/mkrd/Swift-BigInt resolved at master (9eb1e6e)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/30] Write sources
[9/30] Compiling CEcho ImageInspectionELF.c
[10/30] Write sources
[14/30] Compiling CEcho ValueWitnessTable.c
[15/30] Compiling _AtomicsShims.c
[16/30] Compiling CEcho Functions.c
[17/30] Compiling CEcho ImageInspectionMachO.c
[18/30] Compiling CEcho CallAccessor.c
[19/30] Compiling CEcho KnownMetadata.c
[20/30] Write swift-version-24593BA9C3E375BF.txt
[22/62] Emitting module AnyCodable
[23/62] Emitting module Atomics
[24/64] Compiling Atomics UnsafeAtomic.swift
[25/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[26/64] Compiling Atomics ManagedAtomic.swift
[27/64] Compiling Atomics ManagedAtomicLazyReference.swift
[28/64] Compiling Atomics AtomicMemoryOrderings.swift
[29/64] Compiling Atomics DoubleWord.swift
[30/64] Compiling Atomics AtomicStorage.swift
[31/64] Compiling Atomics AtomicValue.swift
[32/64] Compiling ArgumentParserToolInfo ToolInfo.swift
[33/64] Emitting module ArgumentParserToolInfo
[34/65] Compiling Atomics AtomicInteger.swift
[35/65] Compiling Atomics AtomicOptionalWrappable.swift
[36/65] Compiling Atomics AtomicReference.swift
[37/65] Compiling Atomics IntegerOperations.swift
[38/65] Compiling Atomics Unmanaged extensions.swift
[39/65] Compiling Atomics IntegerConformances.swift
[40/65] Compiling Atomics PointerConformances.swift
[41/65] Compiling Atomics Primitives.native.swift
[42/65] Compiling Atomics OptionalRawRepresentable.swift
[43/65] Compiling Atomics RawRepresentable.swift
[44/65] Compiling Atomics AtomicBool.swift
[46/66] Wrapping AST for ArgumentParserToolInfo for debugging
error: compile command failed due to signal 6 (use -v to see invocation)
<unknown>:0: error: fatal error encountered during compilation; please submit a bug report (https://swift.org/contributing/#reporting-bugs)
<unknown>:0: note: Functions with 'no-prototype' attribute must take varargs: getBuiltinInt1Metadata
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/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/AnonymousDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ContextDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ContextDescriptorValues.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/EnumDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ExtensionDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/FieldDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/GenericContext.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ModuleDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/OpaqueDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ProtocolDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/StructDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/TypeContextDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Echo.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ClassMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/EnumMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/EnumValueWitnessTable.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ExistentialMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ExistentialMetatypeMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ForeignClassMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/FunctionMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/HeapGenericLocalVariableMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/HeapLocalVariableMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/Metadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/MetadataAccessFunction.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/MetadataRequest.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/MetadataValues.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/MetatypeMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ObjCClassWrapperMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/OpaqueMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/StructMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/TupleMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/TypeMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ValueWitnessTable.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/ConformanceDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/ExistentialContainer.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/Functions.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/HeapObject.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/ImageInspection.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/KeyPaths.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/KnownMetadata.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/RuntimeValues.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/WitnessTable.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/FieldType.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/Misc.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/RelativeDirectPointer.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/RelativeIndirectPointer.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/RelativeIndirectablePointer.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/RelativeIndirectablePointerIntPair.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/RelativePointer.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/SignedPointer.swift -supplementary-output-file-map /tmp/TemporaryDirectory.bCCQOD/supplementaryOutputs-7 -target wasm32-unknown-wasi -disable-objc-interop -sdk /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk -I /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/ModuleCache -suppress-warnings -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-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static -use-static-resource-dir -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc -fmodule-map-file=/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/CEcho.build/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/.build/checkouts/Echo/Sources/CEcho/include -Xcc -fmodule-map-file=/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/_AtomicsShims/include -Xcc --sysroot -Xcc /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk -Xcc -g -module-name Echo -package-name echo -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/wasm32-unknown-wasi/debug/Echo.build/KeyPaths.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/KnownMetadata.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/RuntimeValues.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/WitnessTable.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/FieldType.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/Misc.swift.o -index-store-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/index/store -index-system-modules
1.	Swift version 6.1.3 (swift-6.1.3-RELEASE)
2.	Compiling with effective version 5.10
3.	Running pass 'Add prototypes to prototypes-less functions' on module '/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/KnownMetadata.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 0x000055f8d06d9c08
1  swift-frontend 0x000055f8d06d79ee
2  swift-frontend 0x000055f8d06da2a8
3  libc.so.6      0x00007effeba7a520
4  libc.so.6      0x00007effebace9fc pthread_kill + 300
5  libc.so.6      0x00007effeba7a476 raise + 22
6  libc.so.6      0x00007effeba607f3 abort + 211
7  swift-frontend 0x000055f8ca73845e
8  swift-frontend 0x000055f8d0639549
9  swift-frontend 0x000055f8ccc3b30c
10 swift-frontend 0x000055f8d04fbf45
11 swift-frontend 0x000055f8ca877296
12 swift-frontend 0x000055f8ca876ad4
13 swift-frontend 0x000055f8ca4a1142
14 swift-frontend 0x000055f8ca49cc88
15 swift-frontend 0x000055f8ca49b997
16 swift-frontend 0x000055f8ca49e2ba
17 swift-frontend 0x000055f8ca49d713
18 swift-frontend 0x000055f8ca27a86a
19 libc.so.6      0x00007effeba61d90
20 libc.so.6      0x00007effeba61e40 __libc_start_main + 128
21 swift-frontend 0x000055f8ca279cc5
[48/158] Compiling DataKit Data+ASCIIString.swift
[49/158] Compiling AnyCodable AnyEncodable.swift
[50/158] Compiling AnyCodable AnyDecodable.swift
[51/158] Compiling DataKit Base64.swift
[52/158] Compiling DataKit Data+UTF8String.swift
[53/158] Compiling DataKit Array+Data.swift
[54/158] Compiling DataKit Data+HexString.swift
[55/158] Emitting module DataKit
[56/158] Compiling Echo KeyPaths.swift
[57/158] Compiling Echo KnownMetadata.swift
[58/158] Compiling Echo RuntimeValues.swift
[59/158] Compiling Echo WitnessTable.swift
[60/158] Compiling Echo FieldType.swift
[61/158] Compiling Echo Misc.swift
[62/165] Compiling AnyCodable AnyCodable.swift
[65/166] Emitting module ArgumentParser
[65/166] Wrapping AST for AnyCodable for debugging
[66/166] Wrapping AST for DataKit for debugging
[68/191] Compiling ASN1Kit Data+ASN1Int.swift
[69/191] Compiling ASN1Kit Data+UInt.swift
[70/191] Compiling ASN1Kit Int+Length.swift
[71/194] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
[72/194] Compiling ASN1Kit ASN1Object+Subscript.swift
[73/194] Compiling ASN1Kit ASN1Primitive+Description.swift
[74/194] Compiling ASN1Kit ASN1Int.swift
[75/194] Compiling ASN1Kit ASN1Object.swift
[76/194] Compiling ASN1Kit ASN1Tag.swift
[77/194] Compiling ASN1Kit DataScanner.swift
[78/194] Emitting module BigNumber
[79/194] Compiling BigNumber Swift-Big-Number-Core.swift
[80/194] Compiling ASN1Kit OutputStream+UInt8.swift
[81/194] Compiling ASN1Kit String+Subscript.swift
[82/194] Compiling ASN1Kit UInt+TagNo.swift
[83/195] Compiling ArgumentParser Tree.swift
[84/195] Compiling ArgumentParser CodingKeyValidator.swift
[85/195] Compiling ArgumentParser NonsenseFlagsValidator.swift
[86/195] Compiling ArgumentParser ParsableArgumentsValidation.swift
[87/195] Compiling ArgumentParser PositionalArgumentsValidator.swift
[88/195] Compiling ArgumentParser UniqueNamesValidator.swift
[89/195] Compiling ASN1Kit ASN1Data.swift
[90/195] Compiling ASN1Kit ASN1DecodedTag.swift
[91/195] Compiling ASN1Kit ASN1Decoder.swift
[92/195] Compiling ASN1Kit ASN1Error.swift
[93/195] Emitting module ASN1Kit
[94/195] Compiling ASN1Kit Bool+ASN1Encoding.swift
[95/195] Compiling ASN1Kit Data+ASN1Encoding.swift
[96/195] Compiling ASN1Kit Date+ASN1Encoding.swift
[97/195] Compiling Echo TypeMetadata.swift
[98/195] Compiling Echo ValueWitnessTable.swift
[99/195] Compiling Echo ConformanceDescriptor.swift
[100/195] Compiling Echo ExistentialContainer.swift
[101/195] Compiling Echo Functions.swift
[102/195] Compiling Echo HeapObject.swift
[103/195] Compiling Echo ImageInspection.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/12] Write swift-version-24593BA9C3E375BF.txt
[4/44] Compiling DataKit Data+UTF8String.swift
[5/44] Compiling DataKit Array+Data.swift
[6/44] Emitting module DataKit
[7/44] Emitting module AnyCodable
[8/44] Compiling DataKit Data+ASCIIString.swift
[9/44] Compiling DataKit Data+HexString.swift
[10/44] Compiling Atomics UnsafeAtomic.swift
[11/44] Compiling Atomics UnsafeAtomicLazyReference.swift
[12/44] Compiling Atomics ManagedAtomic.swift
[13/44] Compiling Atomics ManagedAtomicLazyReference.swift
[14/46] Compiling Atomics AtomicStorage.swift
[15/46] Compiling Atomics AtomicValue.swift
[16/46] Compiling Atomics AtomicMemoryOrderings.swift
[17/46] Compiling Atomics DoubleWord.swift
[18/46] Compiling AnyCodable AnyCodable.swift
[19/46] Compiling DataKit Base64.swift
[21/47] Compiling Atomics AtomicInteger.swift
[22/47] Compiling Atomics AtomicOptionalWrappable.swift
[23/47] Compiling Atomics AtomicReference.swift
[24/47] Compiling Atomics IntegerOperations.swift
[25/47] Compiling Atomics Unmanaged extensions.swift
[26/47] Compiling AnyCodable AnyDecodable.swift
[27/47] Compiling AnyCodable AnyEncodable.swift
[29/46] Emitting module ArgumentParserToolInfo
[30/46] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/117] Emitting module ASN1Kit
[33/120] Compiling ArgumentParser ParentCommand.swift
[34/120] Compiling ArgumentParser AsyncParsableCommand.swift
[35/120] Compiling ArgumentParser CommandConfiguration.swift
[36/120] Compiling ArgumentParser CommandGroup.swift
[37/120] Compiling ArgumentParser EnumerableFlag.swift
[38/120] Compiling ArgumentParser ExpressibleByArgument.swift
[39/120] Compiling ArgumentParser ParsableArguments.swift
[40/120] Compiling ArgumentParser ArgumentVisibility.swift
[41/120] Compiling ArgumentParser CompletionKind.swift
[42/120] Compiling ArgumentParser Errors.swift
[43/120] Compiling ArgumentParser Flag.swift
[44/120] Compiling ASN1Kit OutputStream+UInt8.swift
[45/120] Compiling ASN1Kit String+Subscript.swift
[46/120] Compiling ASN1Kit UInt+TagNo.swift
[47/120] Emitting module Atomics
[48/120] Compiling ArgumentParser ParsedValues.swift
[49/120] Compiling ArgumentParser ParserError.swift
[50/120] Compiling ArgumentParser SplitArguments.swift
[51/120] Compiling ArgumentParser Argument.swift
[52/120] Compiling ArgumentParser ArgumentDiscussion.swift
[53/120] Compiling ArgumentParser ArgumentHelp.swift
[54/120] Compiling ArgumentParser InputOrigin.swift
[55/120] Compiling ArgumentParser Name.swift
[56/120] Compiling ArgumentParser Parsed.swift
[57/120] Emitting module ArgumentParser
[58/126] Compiling ArgumentParser Foundation.swift
[59/126] Compiling ArgumentParser Mutex.swift
[60/126] Compiling ArgumentParser Platform.swift
[61/126] Compiling ArgumentParser SequenceExtensions.swift
[62/126] Compiling ArgumentParser StringExtensions.swift
[63/126] Compiling ArgumentParser SwiftExtensions.swift
[64/126] Compiling ArgumentParser BashCompletionsGenerator.swift
[65/126] Compiling ArgumentParser CompletionsGenerator.swift
[66/126] Compiling ArgumentParser FishCompletionsGenerator.swift
[67/126] Compiling ArgumentParser ZshCompletionsGenerator.swift
[88/128] Wrapping AST for ASN1Kit for debugging
[90/186] Compiling ArgumentParser Tree.swift
[91/186] Compiling ArgumentParser CodingKeyValidator.swift
[92/186] Compiling ArgumentParser NonsenseFlagsValidator.swift
[93/186] Compiling ArgumentParser ParsableArgumentsValidation.swift
[94/186] Compiling ArgumentParser PositionalArgumentsValidator.swift
[95/186] Compiling ArgumentParser UniqueNamesValidator.swift
[96/186] Compiling BigNumber Swift-Big-Number-Core.swift
[97/186] Emitting module BigNumber
[99/187] Compiling HeimASN1Translator ASN1Tag+SwiftType.swift
[100/187] Compiling HeimASN1Translator Data+Extras.swift
[101/188] Compiling HeimASN1Translator HeimASN1TypeMember.swift
[102/188] Emitting module HeimASN1Translator
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:26:1: warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 24 | }
 25 |
 26 | extension OutputStream: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 27 |   public func write(_ string: String) {
 28 |     self.write(string, maxLength: string.count)
[103/188] Compiling HeimASN1Translator HeimASN1Type.swift
[104/188] Compiling HeimASN1Translator HeimASN1UniversalType.swift
error: compile command failed due to signal 6 (use -v to see invocation)
<unknown>:0: error: fatal error encountered during compilation; please submit a bug report (https://swift.org/contributing/#reporting-bugs)
<unknown>:0: note: Functions with 'no-prototype' attribute must take varargs: getBuiltinInt1Metadata
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/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/AnonymousDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ContextDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ContextDescriptorValues.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/EnumDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ExtensionDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/FieldDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/GenericContext.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ModuleDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/OpaqueDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ProtocolDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/StructDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/TypeContextDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Echo.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ClassMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/EnumMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/EnumValueWitnessTable.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ExistentialMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ExistentialMetatypeMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ForeignClassMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/FunctionMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/HeapGenericLocalVariableMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/HeapLocalVariableMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/Metadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/MetadataAccessFunction.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/MetadataRequest.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/MetadataValues.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/MetatypeMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ObjCClassWrapperMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/OpaqueMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/StructMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/TupleMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/TypeMetadata.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Metadata/ValueWitnessTable.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/ConformanceDescriptor.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/ExistentialContainer.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/Functions.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/HeapObject.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/ImageInspection.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/KeyPaths.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/KnownMetadata.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/RuntimeValues.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Runtime/WitnessTable.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/FieldType.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/Misc.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/RelativeDirectPointer.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/RelativeIndirectPointer.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/RelativeIndirectablePointer.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/RelativeIndirectablePointerIntPair.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/RelativePointer.swift /host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/Utils/SignedPointer.swift -supplementary-output-file-map /tmp/TemporaryDirectory.enyrBH/supplementaryOutputs-7 -target wasm32-unknown-wasi -disable-objc-interop -sdk /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk -I /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -empty-abi-descriptor -resource-dir /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static -use-static-resource-dir -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc -fmodule-map-file=/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/CEcho.build/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/.build/checkouts/Echo/Sources/CEcho/include -Xcc -fmodule-map-file=/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/_AtomicsShims/include/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/_AtomicsShims/include -Xcc --sysroot -Xcc /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk -Xcc -g -module-name Echo -package-name echo -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/wasm32-unknown-wasi/debug/Echo.build/KeyPaths.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/KnownMetadata.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/RuntimeValues.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/WitnessTable.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/FieldType.swift.o -o /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/Misc.swift.o -index-store-path /host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/index/store -index-system-modules
1.	Swift version 6.1.3 (swift-6.1.3-RELEASE)
2.	Compiling with effective version 5.10
3.	Running pass 'Add prototypes to prototypes-less functions' on module '/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/Echo.build/KnownMetadata.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 0x000055d3fb27ec08
1  swift-frontend 0x000055d3fb27c9ee
2  swift-frontend 0x000055d3fb27f2a8
3  libc.so.6      0x00007fb134de7520
4  libc.so.6      0x00007fb134e3b9fc pthread_kill + 300
5  libc.so.6      0x00007fb134de7476 raise + 22
6  libc.so.6      0x00007fb134dcd7f3 abort + 211
7  swift-frontend 0x000055d3f52dd45e
8  swift-frontend 0x000055d3fb1de549
9  swift-frontend 0x000055d3f77e030c
10 swift-frontend 0x000055d3fb0a0f45
11 swift-frontend 0x000055d3f541c296
12 swift-frontend 0x000055d3f541bad4
13 swift-frontend 0x000055d3f5046142
14 swift-frontend 0x000055d3f5041c88
15 swift-frontend 0x000055d3f5040997
16 swift-frontend 0x000055d3f50432ba
17 swift-frontend 0x000055d3f5042713
18 swift-frontend 0x000055d3f4e1f86a
19 libc.so.6      0x00007fb134dced90
20 libc.so.6      0x00007fb134dcee40 __libc_start_main + 128
21 swift-frontend 0x000055d3f4e1ecc5
[105/188] Compiling HeimASN1Translator HeimASN1Module.swift
[106/188] Compiling HeimASN1Translator HeimASN1OpenType.swift
[107/188] Compiling HeimASN1Translator HeimASN1Tagging.swift
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:26:1: warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 24 | }
 25 |
 26 | extension OutputStream: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 27 |   public func write(_ string: String) {
 28 |     self.write(string, maxLength: string.count)
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:28:10: warning: result of call to 'write(_:maxLength:)' is unused
 26 | extension OutputStream: TextOutputStream {
 27 |   public func write(_ string: String) {
 28 |     self.write(string, maxLength: string.count)
    |          `- warning: result of call to 'write(_:maxLength:)' is unused
 29 |   }
 30 | }
[108/188] Compiling HeimASN1Translator HeimASN1Translator.swift
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:26:1: warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 24 | }
 25 |
 26 | extension OutputStream: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 27 |   public func write(_ string: String) {
 28 |     self.write(string, maxLength: string.count)
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:28:10: warning: result of call to 'write(_:maxLength:)' is unused
 26 | extension OutputStream: TextOutputStream {
 27 |   public func write(_ string: String) {
 28 |     self.write(string, maxLength: string.count)
    |          `- warning: result of call to 'write(_:maxLength:)' is unused
 29 |   }
 30 | }
[109/188] Compiling HeimASN1Translator HeimASN1Decoration.swift
[110/188] Compiling HeimASN1Translator HeimASN1FieldDescriptor.swift
[118/188] Compiling Echo ValueWitnessTable.swift
[119/188] Compiling Echo ConformanceDescriptor.swift
[120/188] Compiling Echo ExistentialContainer.swift
[121/188] Compiling Echo Functions.swift
[122/188] Compiling Echo HeapObject.swift
[123/188] Compiling Echo ImageInspection.swift
[124/188] Compiling HeimASN1Translator HeimASN1TypeDef.swift
[125/189] Compiling Echo MetatypeMetadata.swift
[126/189] Compiling Echo ObjCClassWrapperMetadata.swift
[127/189] Compiling Echo OpaqueMetadata.swift
[128/189] Compiling Echo StructMetadata.swift
[129/189] Compiling Echo TupleMetadata.swift
[130/189] Compiling Echo TypeMetadata.swift
[131/189] Compiling Echo FunctionMetadata.swift
[132/189] Compiling Echo HeapGenericLocalVariableMetadata.swift
[133/189] Compiling Echo HeapLocalVariableMetadata.swift
[134/189] Compiling Echo Metadata.swift
[135/189] Compiling Echo MetadataAccessFunction.swift
[136/189] Compiling Echo MetadataRequest.swift
[137/189] Compiling Echo MetadataValues.swift
[139/190] Wrapping AST for HeimASN1Translator for debugging
BUILD FAILURE 6.1 wasm