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 (ecf690), with Swift 6.1 for Wasm on 28 May 2025 11:24:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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.63.1
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 ecf6903 use PADL branch of Echo, uses new swift-atomics
Cloned https://github.com/PADL/ASN1Codable.git
Revision (git rev-parse @):
ecf6903cf2cec31b6c5f11956ce0cbe716d8dc20
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" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant"
    }
  ],
  "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" : [
        "Commandant"
      ],
      "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-4606859-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/PADL/ASN1Kit
[1/1030] Fetching asn1kit
Fetched https://github.com/PADL/ASN1Kit from cache (0.31s)
Fetching https://github.com/PADL/Echo
[1/868] Fetching echo
Fetched https://github.com/PADL/Echo from cache (0.33s)
Fetching https://github.com/mkrd/Swift-BigInt
[1/1854] Fetching swift-bigint
Fetched https://github.com/mkrd/Swift-BigInt from cache (0.62s)
Fetching http://github.com/Carthage/Commandant
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/SwiftCommon/DataKit.git
[1/2329] Fetching commandant
[2330/3111] Fetching commandant, anycodable
[2385/4335] Fetching commandant, anycodable, datakit
[3737/6045] Fetching commandant, anycodable, datakit, swift-atomics
Fetched http://github.com/Carthage/Commandant from cache (0.52s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.53s)
Fetched https://github.com/SwiftCommon/DataKit.git from cache (0.53s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (1.34s)
Fetching https://github.com/Quick/Nimble
[1/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.52s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (2.17s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (0.74s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (1.27s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.08s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.70s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.40s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.04s)
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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/PADL/ASN1Kit
Working copy of https://github.com/PADL/ASN1Kit resolved at lhoward/pr (9ed7b3b)
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
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/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for http://github.com/Carthage/Commandant
Working copy of http://github.com/Carthage/Commandant resolved at 0.18.0
Building for debugging...
[0/26] Write sources
[8/26] Compiling CEcho ImageInspectionELF.c
[9/26] Write sources
[11/26] Compiling CEcho ValueWitnessTable.c
[12/26] Compiling CEcho ImageInspectionMachO.c
[13/26] Compiling CEcho KnownMetadata.c
[14/26] Compiling CEcho Functions.c
[15/26] Compiling CEcho CallAccessor.c
[16/26] Compiling _AtomicsShims.c
[17/26] Write swift-version-24593BA9C3E375BF.txt
[19/67] Emitting module Atomics
[20/69] Compiling Commandant OrderedSet.swift
[21/69] Compiling Commandant Result+Additions.swift
[22/70] Compiling Atomics IntegerOperations.swift
[23/70] Compiling Atomics Unmanaged extensions.swift
[24/70] Compiling Atomics AtomicReference.swift
[25/70] Compiling Atomics AtomicStorage.swift
[26/70] Compiling Atomics AtomicValue.swift
[27/70] Compiling Atomics Primitives.shims.swift
[28/70] Compiling Atomics AtomicInteger.swift
[29/70] Compiling Atomics AtomicOptionalWrappable.swift
[30/70] Compiling Atomics ManagedAtomic.swift
[31/70] Compiling Atomics ManagedAtomicLazyReference.swift
[32/70] Compiling Atomics AtomicMemoryOrderings.swift
[33/70] Compiling Atomics DoubleWord.swift
[34/70] Compiling Atomics UnsafeAtomic.swift
[35/70] Compiling Atomics UnsafeAtomicLazyReference.swift
[36/70] Compiling Atomics OptionalRawRepresentable.swift
[37/70] Compiling Atomics RawRepresentable.swift
[38/70] Compiling Atomics AtomicBool.swift
[39/70] Compiling Atomics IntegerConformances.swift
[40/70] Compiling Atomics PointerConformances.swift
[41/70] Compiling Atomics Primitives.native.swift
[42/71] Compiling Commandant Switch.swift
[44/117] Compiling Commandant Option.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Option.swift:239:32: error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
237 | 			let components = unwrappedStringValue.split(
238 | 				omittingEmptySubsequences: true,
239 | 				whereSeparator: [",", " "].contains
    |                                `- error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
240 | 			)
241 | 			var resultValues: [T] = []
_StringProcessing.Collection.contains:3:15: note: where 'C' = 'String.Element' (aka 'Character')
1 | protocol Collection {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   public func contains<C>(_ other: C) -> Bool where C : Collection, Self.Element == C.Element}
  |               `- note: where 'C' = 'String.Element' (aka 'Character')
4 |
[45/117] Compiling Commandant Errors.swift
[46/117] Compiling Echo GenericContext.swift
[47/117] Compiling Echo ModuleDescriptor.swift
[48/117] Emitting module Commandant
[49/117] Compiling Echo OpaqueDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Command.swift:206:15: error: cannot find 'Process' in scope
204 |
205 | 		func launchTask(_ path: String, arguments: [String]) -> Int32 {
206 | 			let task = Process()
    |               `- error: cannot find 'Process' in scope
207 | 			task.arguments = arguments
208 |
[50/117] Compiling Echo ProtocolDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Command.swift:206:15: error: cannot find 'Process' in scope
204 |
205 | 		func launchTask(_ path: String, arguments: [String]) -> Int32 {
206 | 			let task = Process()
    |               `- error: cannot find 'Process' in scope
207 | 			task.arguments = arguments
208 |
[51/117] Compiling Commandant HelpCommand.swift
[52/117] Compiling AnyCodable AnyEncodable.swift
[53/117] Compiling AnyCodable AnyDecodable.swift
[54/117] Emitting module AnyCodable
[55/117] Compiling AnyCodable AnyCodable.swift
[56/117] Compiling DataKit Data+UTF8String.swift
[57/118] Compiling DataKit Data+ASCIIString.swift
[58/118] Compiling DataKit Base64.swift
[59/118] Compiling DataKit Array+Data.swift
<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.swif[60/118] Emitting module BigNumber
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/50] Compiling DataKit Data+ASCIIString.swift
[3/50] Compiling DataKit Data+UTF8String.swift
[4/50] Compiling DataKit Data+HexString.swift
[5/50] Emitting module BigNumber
[6/50] Compiling Commandant Result+Additions.swift
[7/51] Compiling Commandant OrderedSet.swift
[8/51] Compiling Atomics Primitives.shims.swift
[9/51] Compiling Atomics AtomicInteger.swift
[10/51] Compiling Atomics AtomicOptionalWrappable.swift
[11/53] Compiling Atomics AtomicMemoryOrderings.swift
[12/53] Compiling Atomics DoubleWord.swift
[13/53] Emitting module Commandant
[14/53] Compiling Atomics ManagedAtomic.swift
[15/53] Compiling Atomics ManagedAtomicLazyReference.swift
[16/53] Compiling Atomics UnsafeAtomic.swift
[17/53] Compiling Atomics UnsafeAtomicLazyReference.swift
[18/53] Compiling Atomics AtomicReference.swift
[19/53] Compiling Atomics AtomicStorage.swift
[20/53] Compiling Atomics AtomicValue.swift
[21/53] Compiling Atomics OptionalRawRepresentable.swift
[22/53] Compiling Atomics RawRepresentable.swift
[23/53] Compiling Atomics AtomicBool.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Command.swift:206:15: error: cannot find 'Process' in scope
204 |
205 | 		func launchTask(_ path: String, arguments: [String]) -> Int32 {
206 | 			let task = Process()
    |               `- error: cannot find 'Process' in scope
207 | 			task.arguments = arguments
208 |
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Command.swift:206:15: error: cannot find 'Process' in scope
204 |
205 | 		func launchTask(_ path: String, arguments: [String]) -> Int32 {
206 | 			let task = Process()
    |               `- error: cannot find 'Process' in scope
207 | 			task.arguments = arguments
208 |
[25/53] Compiling Commandant Errors.swift
[26/53] Compiling DataKit Array+Data.swift
[27/53] Compiling DataKit Base64.swift
[28/53] Compiling Commandant HelpCommand.swift
[29/53] Emitting module DataKit
[30/53] Compiling Commandant Option.swift
[34/54] Compiling Commandant Switch.swift
[35/54] Compiling AnyCodable AnyDecodable.swift
[36/54] Emitting module AnyCodable
[37/54] Compiling AnyCodable AnyEncodable.swift
[38/54] Compiling AnyCodable AnyCodable.swift
BUILD FAILURE 6.1 wasm