The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ASN1Codable, reference main (cbd39f), with Swift 6.1 for Wasm on 5 Nov 2025 14:39:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
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 cbd39f4 use ArgumentParser in lieu of Commandant
Cloned https://github.com/PADL/ASN1Codable.git
Revision (git rev-parse @):
cbd39f45acaebb503e0fd6ae9193ecae7563750d
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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/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.42s)
Fetching https://github.com/PADL/Echo
[1/868] Fetching echo
Fetched https://github.com/PADL/Echo from cache (0.44s)
Fetching https://github.com/mkrd/Swift-BigInt
[1/1854] Fetching swift-bigint
Fetched https://github.com/mkrd/Swift-BigInt from cache (1.05s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/SwiftCommon/DataKit.git
Fetching https://github.com/apple/swift-argument-parser
[1/1224] Fetching datakit
[1152/3044] Fetching datakit, swift-atomics
[1917/19730] Fetching datakit, swift-atomics, swift-argument-parser
Fetched https://github.com/apple/swift-atomics.git from cache (0.84s)
Fetching https://github.com/Flight-School/AnyCodable
[5062/17910] Fetching datakit, swift-argument-parser
[17911/18692] Fetching datakit, swift-argument-parser, anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.53s)
Fetched https://github.com/SwiftCommon/DataKit.git from cache (1.75s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.76s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (2.93s)
Fetching https://github.com/Quick/Nimble
[1/19787] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (2.47s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (3.57s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (1.31s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.63s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.18s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.47s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.77s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.23s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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/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/PADL/ASN1Kit
Working copy of https://github.com/PADL/ASN1Kit resolved at lhoward/pr (94f981e)
Creating working copy for https://github.com/mkrd/Swift-BigInt
Working copy of https://github.com/mkrd/Swift-BigInt resolved at master (d09d98b)
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/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/30] Write sources
[10/30] Compiling _AtomicsShims.c
[11/30] Write sources
[14/30] Compiling CEcho ImageInspectionMachO.c
[15/30] Compiling CEcho Functions.c
[16/30] Compiling CEcho ValueWitnessTable.c
[17/30] Compiling CEcho ImageInspectionELF.c
[18/30] Compiling CEcho CallAccessor.c
[19/30] Compiling CEcho KnownMetadata.c
[20/30] Write swift-version-24593BA9C3E375BF.txt
[22/62] Emitting module Atomics
[23/64] Compiling Atomics UnsafeAtomic.swift
[24/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[25/64] Emitting module ArgumentParserToolInfo
[26/64] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/65] Compiling Atomics AtomicMemoryOrderings.swift
[28/65] Compiling Atomics DoubleWord.swift
[29/65] Compiling Atomics AtomicStorage.swift
[30/65] Compiling Atomics AtomicValue.swift
[31/65] Compiling Atomics ManagedAtomic.swift
[32/65] Compiling Atomics ManagedAtomicLazyReference.swift
[33/65] Compiling Atomics IntegerOperations.swift
[34/65] Compiling Atomics Unmanaged extensions.swift
[35/65] Compiling Atomics AtomicInteger.swift
[36/65] Compiling Atomics AtomicOptionalWrappable.swift
[37/65] Compiling Atomics AtomicReference.swift
[38/65] Compiling Atomics OptionalRawRepresentable.swift
[39/65] Compiling Atomics RawRepresentable.swift
[40/65] Compiling Atomics AtomicBool.swift
[41/65] Compiling Atomics IntegerConformances.swift
[42/65] Compiling Atomics PointerConformances.swift
[43/65] Compiling Atomics Primitives.native.swift
[45/67] 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.qSoYvD/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 (swift-6.1-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 0x000055dee1070808
1  swift-frontend 0x000055dee106e5ee
2  swift-frontend 0x000055dee1070ea8
3  libc.so.6      0x00007fd721cf4520
4  libc.so.6      0x00007fd721d489fc pthread_kill + 300
5  libc.so.6      0x00007fd721cf4476 raise + 22
6  libc.so.6      0x00007fd721cda7f3 abort + 211
7  swift-frontend 0x000055dedb0cf11e
8  swift-frontend 0x000055dee0fd0149
9  swift-frontend 0x000055dedd5d1eec
10 swift-frontend 0x000055dee0e92b25
11 swift-frontend 0x000055dedb20df56
12 swift-frontend 0x000055dedb20d794
13 swift-frontend 0x000055dedae38142
14 swift-frontend 0x000055dedae33c88
15 swift-frontend 0x000055dedae32997
16 swift-frontend 0x000055dedae352ba
17 swift-frontend 0x000055dedae34713
18 swift-frontend 0x000055dedac1186a
19 libc.so.6      0x00007fd721cdbd90
20 libc.so.6      0x00007fd721cdbe40 __libc_start_main + 128
21 swift-frontend 0x000055dedac10cc5
[47/156] Compiling DataKit Data+UTF8String.swift
[48/156] Compiling DataKit Data+HexString.swift
[49/156] Compiling DataKit Data+ASCIIString.swift
[50/156] Compiling AnyCodable AnyCodable.swift
[51/156] Emitting module AnyCodable
[52/156] Compiling AnyCodable AnyDecodable.swift
[53/156] Compiling AnyCodable AnyEncodable.swift
[54/157] Compiling DataKit Array+Data.swift
[55/157] Emitting module DataKit
[56/157] Compiling DataKit Base64.swift
[58/158] Wrapping AST for DataKit for debugging
[59/158] Wrapping AST for AnyCodable for debugging
[61/183] Compiling Echo ExtensionDescriptor.swift
[62/183] Compiling Echo FieldDescriptor.swift
[63/183] Compiling Echo MetatypeMetadata.swift
[64/183] Compiling Echo ObjCClassWrapperMetadata.swift
[65/183] Compiling Echo OpaqueMetadata.swift
[66/183] Compiling Echo StructMetadata.swift
[67/189] Emitting module ASN1Kit
[68/192] Compiling ASN1Kit Data+ASN1Int.swift
[69/192] Compiling ASN1Kit Data+UInt.swift
[70/192] Compiling ASN1Kit Int+Length.swift
[71/192] Compiling ASN1Kit OutputStream+UInt8.swift
[72/192] Compiling ASN1Kit String+Subscript.swift
[73/192] Compiling ASN1Kit UInt+TagNo.swift
[74/192] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
[75/192] Compiling ASN1Kit ASN1Object+Subscript.swift
[76/192] Compiling ASN1Kit ASN1Primitive+Description.swift
[77/192] Compiling ASN1Kit ASN1Data.swift
[78/192] Compiling ASN1Kit ASN1DecodedTag.swift
[79/192] Compiling ASN1Kit ASN1Decoder.swift
[80/192] Compiling ASN1Kit ASN1Error.swift
[81/192] Compiling ASN1Kit Bool+ASN1Encoding.swift
[82/192] Compiling ASN1Kit Data+ASN1Encoding.swift
[83/192] Compiling ASN1Kit Date+ASN1Encoding.swift
[84/192] Compiling ASN1Kit ASN1Int.swift
[85/192] Compiling ASN1Kit ASN1Object.swift
[86/192] Compiling ASN1Kit ASN1Tag.swift
[87/192] Compiling ASN1Kit DataScanner.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/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] Emitting module DataKit
[5/44] Compiling DataKit Data+UTF8String.swift
[6/44] Compiling DataKit Array+Data.swift
[7/44] Compiling DataKit Base64.swift
[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/47] Compiling Atomics AtomicStorage.swift
[15/47] Compiling Atomics AtomicValue.swift
[16/47] Compiling Atomics AtomicMemoryOrderings.swift
[17/47] Compiling Atomics DoubleWord.swift
[19/46] Compiling AnyCodable AnyCodable.swift
[20/46] Emitting module AnyCodable
[21/46] Compiling AnyCodable AnyDecodable.swift
[22/46] Compiling AnyCodable AnyEncodable.swift
[23/47] Compiling Atomics AtomicInteger.swift
[24/47] Compiling Atomics AtomicOptionalWrappable.swift
[25/47] Compiling Atomics AtomicReference.swift
[27/72] Compiling ASN1Kit String+ASN1Encoding.swift
[28/72] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
[29/72] Emitting module ArgumentParserToolInfo
[30/72] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/73] Compiling ASN1Kit ASN1Object+Subscript.swift
[33/73] Compiling ASN1Kit ASN1Primitive+Description.swift
[34/73] Compiling ASN1Kit Data+ASN1Int.swift
[35/73] Compiling ASN1Kit Data+UInt.swift
[36/73] Compiling ASN1Kit Int+Length.swift
[38/76] Compiling ASN1Kit GeneralizedTimeDateFormatter.swift
[39/76] Compiling ASN1Kit Int+ASN1Encoding.swift
[41/76] Emitting module ASN1Kit
[42/76] Compiling ASN1Kit ASN1Data.swift
[43/76] Compiling ASN1Kit ASN1DecodedTag.swift
[44/76] Compiling ASN1Kit ASN1Decoder.swift
[45/76] Compiling ASN1Kit ASN1Error.swift
[46/76] Compiling ASN1Kit Bool+ASN1Encoding.swift
[47/76] Compiling ASN1Kit Data+ASN1Encoding.swift
[48/76] Compiling ASN1Kit Date+ASN1Encoding.swift
[49/76] Compiling ASN1Kit OutputStream+UInt8.swift
[50/76] Compiling ASN1Kit String+Subscript.swift
[51/76] Compiling ASN1Kit UInt+TagNo.swift
[55/76] Emitting module Atomics
[57/76] Compiling ASN1Kit ASN1Int.swift
[58/76] Compiling ASN1Kit ASN1Object.swift
[60/119] Compiling ArgumentParser NameSpecification.swift
[61/119] Compiling ArgumentParser Option.swift
[62/119] Compiling ArgumentParser CollectionExtensions.swift
[63/119] Compiling ArgumentParser Mutex.swift
[64/119] Compiling ArgumentParser Platform.swift
[65/119] Compiling ArgumentParser SequenceExtensions.swift
[66/119] Compiling ArgumentParser StringExtensions.swift
[67/119] Compiling ArgumentParser SwiftExtensions.swift
[69/120] Emitting module BigNumber
[70/121] Compiling BigNumber Swift-Big-Number-Core.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.QeugAh/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 (swift-6.1-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 0x0000560848b46808
1  swift-frontend 0x0000560848b445ee
2  swift-frontend 0x0000560848b46ea8
3  libc.so.6      0x00007f1a9c69b520
4  libc.so.6      0x00007f1a9c6ef9fc pthread_kill + 300
5  libc.so.6      0x00007f1a9c69b476 raise + 22
6  libc.so.6      0x00007f1a9c6817f3 abort + 211
7  swift-frontend 0x0000560842ba511e
8  swift-frontend 0x0000560848aa6149
9  swift-frontend 0x00005608450a7eec
10 swift-frontend 0x0000560848968b25
11 swift-frontend 0x0000560842ce3f56
12 swift-frontend 0x0000560842ce3794
13 swift-frontend 0x000056084290e142
14 swift-frontend 0x0000560842909c88
15 swift-frontend 0x0000560842908997
16 swift-frontend 0x000056084290b2ba
17 swift-frontend 0x000056084290a713
18 swift-frontend 0x00005608426e786a
19 libc.so.6      0x00007f1a9c682d90
20 libc.so.6      0x00007f1a9c682e40 __libc_start_main + 128
21 swift-frontend 0x00005608426e6cc5
[71/167] Wrapping AST for ASN1Kit for debugging
[73/179] Emitting module ArgumentParser
[74/185] Compiling HeimASN1Translator HeimASN1TypeMember.swift
[75/186] Compiling HeimASN1Translator ASN1Tag+SwiftType.swift
[76/186] Compiling HeimASN1Translator Data+Extras.swift
[77/186] Compiling HeimASN1Translator HeimASN1Type.swift
[78/186] Compiling HeimASN1Translator HeimASN1UniversalType.swift
[79/186] 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)
[80/186] Compiling HeimASN1Translator HeimASN1Decoration.swift
[81/186] Compiling HeimASN1Translator HeimASN1FieldDescriptor.swift
[82/186] 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 | }
[83/186] 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 | }
[84/186] Compiling HeimASN1Translator HeimASN1Module.swift
[85/186] Compiling HeimASN1Translator HeimASN1OpenType.swift
[92/186] Compiling ArgumentParser Tree.swift
[93/186] Compiling ArgumentParser CodingKeyValidator.swift
[94/186] Compiling ArgumentParser NonsenseFlagsValidator.swift
[95/186] Compiling ArgumentParser ParsableArgumentsValidation.swift
[96/186] Compiling ArgumentParser PositionalArgumentsValidator.swift
[97/186] Compiling ArgumentParser UniqueNamesValidator.swift
[98/186] Compiling HeimASN1Translator HeimASN1TypeDef.swift
[101/186] Compiling Echo EnumMetadata.swift
[102/186] Compiling Echo EnumValueWitnessTable.swift
[103/186] Compiling Echo ExistentialMetadata.swift
[104/186] Compiling Echo ExistentialMetatypeMetadata.swift
[106/187] Compiling Echo Functions.swift
[107/187] Compiling Echo HeapObject.swift
[108/187] Compiling Echo ImageInspection.swift
[109/187] Compiling Echo KeyPaths.swift
[110/187] Compiling Echo KnownMetadata.swift
[111/187] Compiling Echo RuntimeValues.swift
[112/187] Compiling Echo WitnessTable.swift
[113/187] Compiling Echo ForeignClassMetadata.swift
[114/187] Compiling Echo FunctionMetadata.swift
[115/187] Compiling Echo AnonymousDescriptor.swift
[116/187] Compiling Echo ClassDescriptor.swift
[117/187] Compiling Echo ContextDescriptor.swift
[118/187] Compiling Echo ContextDescriptorValues.swift
BUILD FAILURE 6.1 wasm