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 GraphQL, reference main (e3c511), with Swift 6.1 for Wasm on 25 Jun 2025 04:48:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/GraphQL.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/GraphQLSwift/GraphQL
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e3c5118 Merge pull request #165 from NeedleInAJayStack/ci/central
Cloned https://github.com/GraphQLSwift/GraphQL.git
Revision (git rev-parse @):
e3c511890d048d9bb503c04f76c56f09cf8e7c12
SUCCESS checkout https://github.com/GraphQLSwift/GraphQL.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GraphQLSwift/GraphQL.git
https://github.com/GraphQLSwift/GraphQL.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "GraphQL",
  "name" : "GraphQL",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GraphQL",
      "targets" : [
        "GraphQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphQLTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLTests",
      "path" : "Tests/GraphQLTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/GraphQLTests/LanguageTests/kitchen-sink.graphql",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/GraphQLTests/LanguageTests/schema-kitchen-sink.graphql",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ExecutionTests/OneOfTests.swift",
        "FederationTests/FederationTests.swift",
        "FieldExecutionStrategyTests/FieldExecutionStrategyTests.swift",
        "HelloWorldTests/HelloWorldTests.swift",
        "InputTests/InputTests.swift",
        "InstrumentationTests/InstrumentationTests.swift",
        "LanguageTests/BlockStringTests.swift",
        "LanguageTests/LexerTests.swift",
        "LanguageTests/ParserTests.swift",
        "LanguageTests/PrintStringTests.swift",
        "LanguageTests/PrinterTests.swift",
        "LanguageTests/SchemaParserTests.swift",
        "LanguageTests/SchemaPrinterTests.swift",
        "LanguageTests/VisitorTests.swift",
        "MapTests/MapTests.swift",
        "PersistedQueriesTests/PersistedQueriesTests.swift",
        "StarWarsTests/StarWarsData.swift",
        "StarWarsTests/StarWarsIntrospectionTests.swift",
        "StarWarsTests/StarWarsQueryTests.swift",
        "StarWarsTests/StarWarsSchema.swift",
        "StarWarsTests/StarWarsValidationTests.swift",
        "SubscriptionTests/SimplePubSub.swift",
        "SubscriptionTests/SubscriptionSchema.swift",
        "SubscriptionTests/SubscriptionTests.swift",
        "SwiftUtilitiesTests/DidYouMeanTests.swift",
        "TypeTests/GraphQLArgumentDefinitionTests.swift",
        "TypeTests/GraphQLSchemaTests.swift",
        "TypeTests/IntrospectionTests.swift",
        "TypeTests/ScalarTests.swift",
        "TypeTests/ValidateSchemaTests.swift",
        "UtilitiesTests/BuildASTSchemaTests.swift",
        "UtilitiesTests/ConcatASTTests.swift",
        "UtilitiesTests/ExtendSchemaTests.swift",
        "UtilitiesTests/PrintSchemaTests.swift",
        "ValidationTests/ExampleSchema.swift",
        "ValidationTests/ExecutableDefinitionsRuleTests.swift",
        "ValidationTests/FieldsOnCorrectTypeTests.swift",
        "ValidationTests/FragmentsOnCompositeTypesRuleTests.swift",
        "ValidationTests/KnownArgumentNamesOnDirectivesRuleTests.swift",
        "ValidationTests/KnownArgumentNamesTests.swift",
        "ValidationTests/KnownDirectivesRuleTests.swift",
        "ValidationTests/KnownFragmentNamesTests.swift",
        "ValidationTests/KnownTypeNamesRuleTests.swift",
        "ValidationTests/LoneAnonymousOperationRuleTests.swift",
        "ValidationTests/LoneSchemaDefinitionRuleTests.swift",
        "ValidationTests/NoDeprecatedCustomRuleTests.swift",
        "ValidationTests/NoFragmentCyclesRuleTests.swift",
        "ValidationTests/NoUndefinedVariablesRuleTests.swift",
        "ValidationTests/NoUnusedFragmentsRuleTests.swift",
        "ValidationTests/NoUnusedVariablesRuleTests.swift",
        "ValidationTests/PossibleFragmentSpreadsRuleRuleTests.swift",
        "ValidationTests/PossibleTypeExtensionsRuleTests.swift",
        "ValidationTests/ProvidedRequiredArgumentsOnDirectivesRuleTests.swift",
        "ValidationTests/ProvidedRequiredArgumentsRuleTests.swift",
        "ValidationTests/UniqueArgumentDefinitionNamesRuleTests.swift",
        "ValidationTests/UniqueArgumentNamesRuleTests.swift",
        "ValidationTests/UniqueDirectiveNamesRuleTests.swift",
        "ValidationTests/UniqueDirectivesPerLocationRuleTests.swift",
        "ValidationTests/UniqueEnumValueNamesRuleTests.swift",
        "ValidationTests/UniqueFieldDefinitionNamesRuleTests.swift",
        "ValidationTests/UniqueFragmentNamesRuleTests.swift",
        "ValidationTests/UniqueInputFieldNamesRuleTests.swift",
        "ValidationTests/UniqueOperationNamesRuleTests.swift",
        "ValidationTests/UniqueOperationTypesRuleTests.swift",
        "ValidationTests/UniqueTypeNamesRuleTests.swift",
        "ValidationTests/UniqueVariableNamesRuleTests.swift",
        "ValidationTests/ValidationTests.swift",
        "ValidationTests/ValuesOfCorrectTypeRuleTests.swift",
        "ValidationTests/VariablesAreInputTypesRuleTests.swift",
        "ValidationTests/VariablesInAllowedPositionRuleTests.swift"
      ],
      "target_dependencies" : [
        "GraphQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphQL",
      "module_type" : "SwiftTarget",
      "name" : "GraphQL",
      "path" : "Sources/GraphQL",
      "product_dependencies" : [
        "NIO",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "GraphQL"
      ],
      "sources" : [
        "Error/GraphQLError.swift",
        "Error/LocatedError.swift",
        "Error/SyntaxError.swift",
        "Execution/Execute.swift",
        "Execution/Values.swift",
        "Extensions/Codable+Extensions.swift",
        "GraphQL.swift",
        "GraphQLRequest.swift",
        "Instrumentation/DispatchQueueInstrumentationWrapper.swift",
        "Instrumentation/Instrumentation.swift",
        "Language/AST.swift",
        "Language/BlockString.swift",
        "Language/CharacterClasses.swift",
        "Language/Kinds.swift",
        "Language/Lexer.swift",
        "Language/Location.swift",
        "Language/Parser.swift",
        "Language/Predicates.swift",
        "Language/PrintString.swift",
        "Language/Printer.swift",
        "Language/Source.swift",
        "Language/Visitor.swift",
        "Map/AnyCoder.swift",
        "Map/AnySerialization.swift",
        "Map/GraphQLJSONEncoder.swift",
        "Map/Map.swift",
        "Map/MapCoder.swift",
        "Map/MapSerialization.swift",
        "Map/Number.swift",
        "PersistedQueries/PersistedQueries.swift",
        "Subscription/EventStream.swift",
        "Subscription/Subscribe.swift",
        "SwiftUtilities/DidYouMean.swift",
        "SwiftUtilities/Find.swift",
        "SwiftUtilities/FormatList.swift",
        "SwiftUtilities/IsNullish.swift",
        "SwiftUtilities/KeyMap.swift",
        "SwiftUtilities/Mirror.swift",
        "SwiftUtilities/SuggestionList.swift",
        "Type/Definition.swift",
        "Type/Directives.swift",
        "Type/Introspection.swift",
        "Type/Scalars.swift",
        "Type/Schema.swift",
        "Type/Validation.swift",
        "Utilities/ASTFromValue.swift",
        "Utilities/AssertValidName.swift",
        "Utilities/BuildASTSchema.swift",
        "Utilities/ConcatAST.swift",
        "Utilities/ExtendSchema.swift",
        "Utilities/IsValidValue.swift",
        "Utilities/Keyable.swift",
        "Utilities/NIO+Extensions.swift",
        "Utilities/PrintSchema.swift",
        "Utilities/TypeComparators.swift",
        "Utilities/TypeFromAST.swift",
        "Utilities/TypeInfo.swift",
        "Utilities/ValueFromAST.swift",
        "Utilities/ValueFromASTUntyped.swift",
        "Validation/Rules/Custom/NoDeprecatedCustomRule.swift",
        "Validation/Rules/Custom/NoSchemaIntrospectionCustomRule.swift",
        "Validation/Rules/ExecutableDefinitionsRule.swift",
        "Validation/Rules/FieldsOnCorrectTypeRule.swift",
        "Validation/Rules/FragmentsOnCompositeTypesRule.swift",
        "Validation/Rules/KnownArgumentNamesOnDirectivesRule.swift",
        "Validation/Rules/KnownArgumentNamesRule.swift",
        "Validation/Rules/KnownDirectivesRule.swift",
        "Validation/Rules/KnownFragmentNamesRule.swift",
        "Validation/Rules/KnownTypeNamesRule.swift",
        "Validation/Rules/LoneAnonymousOperationRule.swift",
        "Validation/Rules/LoneSchemaDefinitionRule.swift",
        "Validation/Rules/NoFragmentCyclesRule.swift",
        "Validation/Rules/NoUndefinedVariablesRule.swift",
        "Validation/Rules/NoUnusedFragmentsRule.swift",
        "Validation/Rules/NoUnusedVariablesRule.swift",
        "Validation/Rules/PossibleFragmentSpreadsRule.swift",
        "Validation/Rules/PossibleTypeExtensionsRule.swift",
        "Validation/Rules/ProvidedRequiredArgumentsOnDirectivesRule.swift",
        "Validation/Rules/ProvidedRequiredArgumentsRule.swift",
        "Validation/Rules/ScalarLeafsRule.swift",
        "Validation/Rules/UniqueArgumentDefinitionNamesRule.swift",
        "Validation/Rules/UniqueArgumentNamesRule.swift",
        "Validation/Rules/UniqueDirectiveNamesRule.swift",
        "Validation/Rules/UniqueDirectivesPerLocationRule.swift",
        "Validation/Rules/UniqueEnumValueNamesRule.swift",
        "Validation/Rules/UniqueFieldDefinitionNamesRule.swift",
        "Validation/Rules/UniqueFragmentNamesRule.swift",
        "Validation/Rules/UniqueInputFieldNamesRule.swift",
        "Validation/Rules/UniqueOperationNamesRule.swift",
        "Validation/Rules/UniqueOperationTypesRule.swift",
        "Validation/Rules/UniqueTypeNamesRule.swift",
        "Validation/Rules/UniqueVariableNamesRule.swift",
        "Validation/Rules/ValuesOfCorrectTypeRule.swift",
        "Validation/Rules/VariablesAreInputTypesRule.swift",
        "Validation/Rules/VariablesInAllowedPositionRule.swift",
        "Validation/SpecifiedRules.swift",
        "Validation/Validate.swift",
        "Validation/ValidationContext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-nio.git
[1/16650] Fetching swift-collections
[3498/92989] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections from cache (8.72s)
Fetched https://github.com/apple/swift-nio.git from cache (8.87s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (10.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.63s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[702/6233] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.71s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.84s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.3.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOLinux liburing_shims.c
[12/22] Compiling CNIOLinux shim.c
[13/22] Compiling CNIODarwin shim.c
[13/22] Write sources
[15/22] Compiling _AtomicsShims.c
[15/22] Compiling CNIOWASI CNIOWASI.c
[15/22] Compiling CNIOWindows WSAStartup.c
[18/22] Compiling CNIOWindows shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[20/60] Compiling c-nioatomics.c
[22/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/61] Compiling _NIODataStructures PriorityQueue.swift
[24/61] Emitting module _NIOBase64
[25/61] Compiling _NIOBase64 Base64.swift
[26/62] Emitting module InternalCollectionsUtilities
[27/62] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/62] Compiling InternalCollectionsUtilities Debugging.swift
[29/62] Compiling InternalCollectionsUtilities Descriptions.swift
[30/62] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[31/62] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[32/62] Compiling InternalCollectionsUtilities _SortedCollection.swift
[33/62] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[34/62] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/62] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[36/62] Compiling InternalCollectionsUtilities Integer rank.swift
[37/62] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[38/62] Compiling InternalCollectionsUtilities UInt+reversed.swift
[43/64] Compiling Atomics ManagedAtomic.swift
[44/64] Compiling Atomics ManagedAtomicLazyReference.swift
[47/64] Compiling _NIODataStructures _TinyArray.swift
[54/64] Emitting module Atomics
[55/64] Compiling Atomics OptionalRawRepresentable.swift
[56/64] Compiling Atomics RawRepresentable.swift
[57/64] Compiling Atomics AtomicBool.swift
[59/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/65] Compiling Atomics IntegerOperations.swift
[62/65] Compiling Atomics Unmanaged extensions.swift
[63/66] Emitting module _NIODataStructures
[64/66] Compiling _NIODataStructures Heap.swift
[67/137] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/137] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[68/139] Compiling c-atomics.c
[70/139] Compiling OrderedCollections _HashTable+Bucket.swift
[71/139] Compiling OrderedCollections _HashTable+BucketIterator.swift
[72/139] Compiling OrderedCollections _HashTable.swift
[73/139] Compiling OrderedCollections _Hashtable+Header.swift
[74/139] Compiling OrderedCollections _HashTable+Constants.swift
[75/139] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[76/139] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[77/139] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[78/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[79/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[80/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[81/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[82/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[83/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[84/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[85/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[86/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[87/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[88/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[89/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[90/145] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[91/145] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[92/152] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/152] Compiling DequeModule _DequeSlot.swift
[94/152] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/152] Compiling NIOConcurrencyHelpers lock.swift
[96/152] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[97/152] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[98/152] Compiling NIOConcurrencyHelpers NIOLock.swift
[99/152] Compiling OrderedCollections OrderedDictionary.swift
[100/152] Compiling OrderedCollections OrderedSet+Codable.swift
[101/152] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[102/152] Compiling OrderedCollections OrderedSet+Descriptions.swift
[103/152] Compiling OrderedCollections OrderedSet+Diffing.swift
[104/152] Compiling OrderedCollections OrderedSet+Equatable.swift
[105/152] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[106/152] Compiling OrderedCollections OrderedSet+Hashable.swift
[107/152] Compiling OrderedCollections OrderedSet+Initializers.swift
[108/152] Compiling OrderedCollections OrderedSet+Insertions.swift
[109/152] Compiling OrderedCollections OrderedSet+Invariants.swift
[110/152] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[111/152] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[112/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[113/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[114/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[123/152] Compiling OrderedCollections _HashTable+Testing.swift
[124/152] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[125/152] Compiling OrderedCollections OrderedDictionary+Codable.swift
[126/152] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[127/152] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[128/152] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[129/152] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[130/152] Compiling OrderedCollections OrderedDictionary+Elements.swift
[131/152] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[132/152] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[133/152] Emitting module DequeModule
[134/152] Emitting module NIOConcurrencyHelpers
[135/152] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[136/153] Compiling NIOConcurrencyHelpers atomics.swift
[139/214] Compiling NIOCore AddressedEnvelope.swift
[140/214] Compiling NIOCore AsyncAwaitSupport.swift
[141/214] Compiling NIOCore AsyncChannel.swift
[142/214] Compiling NIOCore AsyncChannelHandler.swift
[143/214] Compiling NIOCore AsyncChannelInboundStream.swift
[144/214] Compiling NIOCore AsyncChannelOutboundWriter.swift
[145/214] Compiling NIOCore NIOAsyncSequenceProducer.swift
[146/214] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[147/214] Compiling NIOCore IntegerBitPacking.swift
[148/214] Compiling NIOCore IntegerTypes.swift
[149/214] Compiling NIOCore Interfaces.swift
[150/214] Compiling NIOCore Linux.swift
[151/214] Compiling NIOCore MarkedCircularBuffer.swift
[152/214] Compiling OrderedCollections OrderedSet.swift
[153/214] Compiling OrderedCollections _UnsafeBitset.swift
[154/214] Emitting module OrderedCollections
[156/215] Compiling NIOCore MulticastChannel.swift
[157/215] Compiling NIOCore NIOAny.swift
[158/215] Compiling NIOCore NIOCloseOnErrorHandler.swift
[159/215] Compiling NIOCore NIOLoopBound.swift
[160/215] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[161/215] Compiling NIOCore NIOScheduledCallback.swift
[162/215] Compiling NIOCore NIOSendable.swift
[163/215] Compiling NIOCore RecvByteBufferAllocator.swift
[164/223] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[165/223] Compiling NIOCore SocketAddresses.swift
[166/223] Compiling NIOCore SocketOptionProvider.swift
[167/223] Compiling NIOCore SystemCallHelpers.swift
[168/223] Compiling NIOCore TimeAmount+Duration.swift
[169/223] Compiling NIOCore TypeAssistedChannelHandler.swift
[170/223] Compiling NIOCore UniversalBootstrapSupport.swift
[171/223] Compiling NIOCore Utilities.swift
[180/223] Compiling NIOCore NIOAsyncWriter.swift
[181/223] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[182/223] Compiling NIOCore EventLoopFuture+Deprecated.swift
[183/223] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[184/223] Compiling NIOCore EventLoopFuture.swift
[185/223] Compiling NIOCore FileDescriptor.swift
[186/223] Compiling NIOCore FileHandle.swift
[187/223] Compiling NIOCore FileRegion.swift
[188/223] Compiling NIOCore GlobalSingletons.swift
[189/223] Compiling NIOCore IO.swift
[190/223] Compiling NIOCore IOData.swift
[191/223] Compiling NIOCore IPProtocol.swift
[197/223] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[198/223] Compiling NIOCore BSDSocketAPI.swift
[199/223] Compiling NIOCore ByteBuffer-aux.swift
[200/223] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[201/223] Compiling NIOCore ByteBuffer-conversions.swift
[202/223] Compiling NIOCore ByteBuffer-core.swift
[203/223] Compiling NIOCore ByteBuffer-hex.swift
[204/223] Compiling NIOCore ByteBuffer-int.swift
[205/223] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[206/223] Compiling NIOCore CircularBuffer.swift
[207/223] Compiling NIOCore Codec.swift
[208/223] Compiling NIOCore ConvenienceOptionSupport.swift
[209/223] Compiling NIOCore DeadChannel.swift
[210/223] Compiling NIOCore DispatchQueue+WithFuture.swift
[211/223] Compiling NIOCore EventLoop+Deprecated.swift
[212/223] Compiling NIOCore EventLoop+SerialExecutor.swift
[213/223] Compiling NIOCore EventLoop.swift
[214/223] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[215/223] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[216/223] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[217/223] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[218/223] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[219/223] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[220/223] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[221/223] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[222/223] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[223/223] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/1] Write swift-version-24593BA9C3E375BF.txt
[2/45] Compiling NIOConcurrencyHelpers lock.swift
[3/45] Compiling _NIODataStructures PriorityQueue.swift
[4/45] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/46] Compiling Atomics IntegerConformances.swift
[6/46] Compiling Atomics PointerConformances.swift
[7/46] Compiling Atomics AtomicMemoryOrderings.swift
[8/46] Compiling Atomics DoubleWord.swift
[9/46] Compiling Atomics AtomicStorage.swift
[10/46] Compiling Atomics AtomicValue.swift
[13/48] Compiling Atomics ManagedAtomic.swift
[14/48] Compiling Atomics ManagedAtomicLazyReference.swift
[15/48] Compiling Atomics UnsafeAtomic.swift
[16/48] Compiling Atomics UnsafeAtomicLazyReference.swift
[17/48] Emitting module _NIOBase64
[18/48] Compiling _NIODataStructures Heap.swift
[19/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/48] Emitting module _NIODataStructures
[21/48] Compiling _NIODataStructures _TinyArray.swift
[22/49] Compiling _NIOBase64 Base64.swift
[23/50] Emitting module NIOConcurrencyHelpers
[24/50] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/50] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[28/50] Compiling NIOConcurrencyHelpers atomics.swift
[29/50] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[30/50] Compiling Atomics IntegerOperations.swift
[31/50] Compiling Atomics Unmanaged extensions.swift
[32/50] Compiling Atomics AtomicInteger.swift
[33/50] Compiling Atomics AtomicOptionalWrappable.swift
[34/50] Compiling Atomics AtomicReference.swift
[36/51] Compiling Atomics OptionalRawRepresentable.swift
[39/51] Compiling Atomics RawRepresentable.swift
[40/51] Compiling Atomics AtomicBool.swift
[43/51] Emitting module InternalCollectionsUtilities
[46/122] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[47/122] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[48/124] Compiling OrderedCollections _HashTable+Testing.swift
[49/124] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[50/124] Compiling OrderedCollections _HashTable+Constants.swift
[51/124] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[52/124] Compiling OrderedCollections _HashTable.swift
[53/124] Compiling OrderedCollections _Hashtable+Header.swift
[54/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[55/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[56/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[57/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[58/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[59/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[60/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[61/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[62/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[63/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[64/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[65/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[66/131] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[67/131] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[68/131] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[69/131] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[70/131] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[71/131] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[72/131] Compiling DequeModule _DequeSlot.swift
[73/131] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/131] Compiling OrderedCollections _HashTable+Bucket.swift
[75/131] Compiling OrderedCollections _HashTable+BucketIterator.swift
[76/131] Emitting module Atomics
[77/131] Compiling OrderedCollections OrderedDictionary.swift
[78/131] Compiling OrderedCollections OrderedSet+Codable.swift
[79/131] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[80/131] Compiling OrderedCollections OrderedSet+Descriptions.swift
[81/131] Compiling OrderedCollections OrderedSet+Diffing.swift
[82/131] Compiling OrderedCollections OrderedSet+Equatable.swift
[83/131] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[84/131] Compiling OrderedCollections OrderedSet+Hashable.swift
[85/131] Compiling OrderedCollections OrderedSet+Initializers.swift
[86/131] Compiling OrderedCollections OrderedSet+Insertions.swift
[87/131] Compiling OrderedCollections OrderedSet+Invariants.swift
[88/131] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[89/131] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[90/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[91/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[92/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[107/132] Compiling OrderedCollections OrderedDictionary+Codable.swift
[108/132] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[109/132] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[110/132] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[111/132] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[112/132] Compiling OrderedCollections OrderedDictionary+Elements.swift
[113/132] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[114/132] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[115/132] Emitting module DequeModule
[126/193] Compiling NIOCore IntegerBitPacking.swift
[127/193] Compiling NIOCore IntegerTypes.swift
[128/193] Compiling NIOCore Interfaces.swift
[129/193] Compiling NIOCore Linux.swift
[130/193] Compiling NIOCore MarkedCircularBuffer.swift
[131/193] Compiling OrderedCollections OrderedSet.swift
[132/193] Compiling OrderedCollections _UnsafeBitset.swift
[133/193] Emitting module OrderedCollections
[135/194] Compiling NIOCore MulticastChannel.swift
[136/194] Compiling NIOCore NIOAny.swift
[137/194] Compiling NIOCore NIOCloseOnErrorHandler.swift
[138/194] Compiling NIOCore NIOLoopBound.swift
[139/194] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[140/194] Compiling NIOCore NIOScheduledCallback.swift
[141/194] Compiling NIOCore NIOSendable.swift
[142/194] Compiling NIOCore RecvByteBufferAllocator.swift
[143/202] Compiling NIOCore IO.swift
[144/202] Compiling NIOCore IOData.swift
[145/202] Compiling NIOCore IPProtocol.swift
[151/202] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[152/202] Compiling NIOCore EventLoopFuture+Deprecated.swift
[153/202] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[154/202] Compiling NIOCore EventLoopFuture.swift
[155/202] Compiling NIOCore FileDescriptor.swift
[156/202] Compiling NIOCore FileHandle.swift
[157/202] Compiling NIOCore FileRegion.swift
[158/202] Compiling NIOCore GlobalSingletons.swift
[159/202] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[160/202] Compiling NIOCore SocketAddresses.swift
[161/202] Compiling NIOCore SocketOptionProvider.swift
[162/202] Compiling NIOCore SystemCallHelpers.swift
[163/202] Compiling NIOCore TimeAmount+Duration.swift
[164/202] Compiling NIOCore TypeAssistedChannelHandler.swift
[165/202] Compiling NIOCore UniversalBootstrapSupport.swift
[166/202] Compiling NIOCore Utilities.swift
[167/202] Compiling NIOCore CircularBuffer.swift
[168/202] Compiling NIOCore Codec.swift
[169/202] Compiling NIOCore ConvenienceOptionSupport.swift
[170/202] Compiling NIOCore DeadChannel.swift
[171/202] Compiling NIOCore DispatchQueue+WithFuture.swift
[172/202] Compiling NIOCore EventLoop+Deprecated.swift
[173/202] Compiling NIOCore EventLoop+SerialExecutor.swift
[174/202] Compiling NIOCore EventLoop.swift
[175/202] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[176/202] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[177/202] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[178/202] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[179/202] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[180/202] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[181/202] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[182/202] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[183/202] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[184/202] Compiling NIOCore AddressedEnvelope.swift
[185/202] Compiling NIOCore AsyncAwaitSupport.swift
[186/202] Compiling NIOCore AsyncChannel.swift
[187/202] Compiling NIOCore AsyncChannelHandler.swift
[188/202] Compiling NIOCore AsyncChannelInboundStream.swift
[189/202] Compiling NIOCore AsyncChannelOutboundWriter.swift
[190/202] Compiling NIOCore NIOAsyncSequenceProducer.swift
[191/202] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[192/202] Compiling NIOCore NIOAsyncWriter.swift
[193/202] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[194/202] Compiling NIOCore BSDSocketAPI.swift
[195/202] Compiling NIOCore ByteBuffer-aux.swift
[196/202] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[197/202] Compiling NIOCore ByteBuffer-conversions.swift
[198/202] Compiling NIOCore ByteBuffer-core.swift
[199/202] Compiling NIOCore ByteBuffer-hex.swift
[200/202] Compiling NIOCore ByteBuffer-int.swift
[201/202] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[202/202] Emitting module NIOCore
BUILD FAILURE 6.1 wasm