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 (bd5419), with Swift 6.1 for Wasm on 30 May 2025 14:52:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/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 bd5419f Merge pull request #149 from NeedleInAJayStack/chore/swift-6
Cloned https://github.com/GraphQLSwift/GraphQL.git
Revision (git rev-parse @):
bd5419f714043bdaf0f182838111fa8c9372c77f
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-0":/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/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
[2656/92710] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections from cache (1.39s)
[51423/76119] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.46s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (6.12s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.49s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.19s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.82s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.90s)
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.2.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
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
Building for debugging...
[0/22] Write sources
[11/22] Compiling _AtomicsShims.c
[12/22] Compiling CNIOLinux shim.c
[12/22] Compiling CNIOWindows WSAStartup.c
[14/22] Write sources
[15/22] Compiling CNIOWASI CNIOWASI.c
[15/22] Compiling CNIOWindows shim.c
[17/22] Compiling CNIOLinux liburing_shims.c
[18/22] Compiling CNIODarwin shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/61] Emitting module _NIODataStructures
[22/61] Emitting module InternalCollectionsUtilities
[22/62] Compiling c-nioatomics.c
[24/62] Compiling Atomics AtomicMemoryOrderings.swift
[25/62] Compiling Atomics DoubleWord.swift
[26/62] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/64] Compiling c-atomics.c
[28/64] Compiling _NIODataStructures _TinyArray.swift
[29/64] Compiling Atomics AtomicInteger.swift
[30/64] Compiling Atomics AtomicOptionalWrappable.swift
[31/64] Compiling Atomics Primitives.native.swift
[32/64] Compiling Atomics OptionalRawRepresentable.swift
[33/64] Compiling _NIOBase64 Base64.swift
[34/64] Emitting module _NIOBase64
[35/65] Compiling Atomics RawRepresentable.swift
[36/65] Compiling Atomics AtomicBool.swift
[37/65] Compiling Atomics Primitives.shims.swift
[40/65] Compiling Atomics AtomicValue.swift
[42/65] Compiling Atomics IntegerConformances.swift
[43/65] Compiling Atomics PointerConformances.swift
[44/65] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/65] Compiling _NIODataStructures PriorityQueue.swift
[46/70] Compiling Atomics ManagedAtomic.swift
[47/70] Compiling Atomics ManagedAtomicLazyReference.swift
[48/70] Compiling Atomics UnsafeAtomic.swift
[49/70] Compiling Atomics UnsafeAtomicLazyReference.swift
[50/71] Compiling Atomics AtomicReference.swift
[51/71] Compiling Atomics AtomicStorage.swift
[59/72] Emitting module Atomics
[64/72] Compiling Atomics IntegerOperations.swift
[65/72] Compiling Atomics Unmanaged extensions.swift
[67/89] Compiling _NIODataStructures Heap.swift
[68/98] Compiling NIOConcurrencyHelpers lock.swift
[69/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[70/144] Compiling NIOConcurrencyHelpers atomics.swift
[71/144] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[73/144] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[74/144] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[75/146] Emitting module NIOConcurrencyHelpers
[76/146] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[78/147] Compiling OrderedCollections _HashTable+Constants.swift
[79/147] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[80/147] Compiling OrderedCollections _HashTable.swift
[81/147] Compiling OrderedCollections _Hashtable+Header.swift
[82/147] Compiling OrderedCollections _HashTable+Testing.swift
[83/147] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[84/147] Compiling DequeModule _DequeSlot.swift
[85/147] Compiling DequeModule _UnsafeWrappedBuffer.swift
[86/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[87/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[88/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[89/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[90/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[91/147] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[92/147] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[93/147] Compiling OrderedCollections OrderedSet+Initializers.swift
[94/147] Compiling OrderedCollections OrderedSet+Insertions.swift
[95/147] Compiling OrderedCollections OrderedSet+Invariants.swift
[96/147] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[97/147] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[98/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[99/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[100/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[101/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[102/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[103/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[104/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[105/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[106/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[107/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[108/147] Emitting module DequeModule
[109/147] Compiling OrderedCollections _HashTable+Bucket.swift
[110/147] Compiling OrderedCollections _HashTable+BucketIterator.swift
[111/154] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[112/154] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[113/154] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[114/154] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[115/155] Compiling OrderedCollections OrderedDictionary.swift
[116/155] Compiling OrderedCollections OrderedSet+Codable.swift
[117/155] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[118/155] Compiling OrderedCollections OrderedSet+Descriptions.swift
[119/155] Compiling OrderedCollections OrderedSet+Diffing.swift
[120/155] Compiling OrderedCollections OrderedSet+Equatable.swift
[121/155] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[122/155] Compiling OrderedCollections OrderedSet+Hashable.swift
[124/155] Compiling OrderedCollections OrderedDictionary+Codable.swift
[125/155] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[126/155] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[127/155] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[128/155] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[129/155] Compiling OrderedCollections OrderedDictionary+Elements.swift
[130/155] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[131/155] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[140/215] Emitting module OrderedCollections
[141/215] Compiling NIOCore EventLoopFuture.swift
[142/215] Compiling NIOCore FileDescriptor.swift
[143/215] Compiling NIOCore FileHandle.swift
[144/215] Compiling NIOCore FileRegion.swift
[145/215] Compiling NIOCore GlobalSingletons.swift
[146/215] Compiling OrderedCollections OrderedSet.swift
[147/215] Compiling OrderedCollections _UnsafeBitset.swift
[148/215] Compiling NIOCore ByteBuffer-multi-int.swift
[149/215] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[150/215] Compiling NIOCore ByteBuffer-views.swift
[151/215] Compiling NIOCore Channel.swift
[152/215] Compiling NIOCore ChannelHandler.swift
[153/215] Compiling NIOCore ChannelHandlers.swift
[154/215] Compiling NIOCore ChannelInvoker.swift
[155/215] Compiling NIOCore ChannelOption.swift
[157/216] Compiling NIOCore MulticastChannel.swift
[158/216] Compiling NIOCore NIOAny.swift
[159/216] Compiling NIOCore NIOCloseOnErrorHandler.swift
[160/216] Compiling NIOCore NIOLoopBound.swift
[161/216] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[162/216] Compiling NIOCore NIOScheduledCallback.swift
[163/216] Compiling NIOCore NIOSendable.swift
[164/216] Compiling NIOCore RecvByteBufferAllocator.swift
[165/224] Compiling NIOCore IO.swift
[166/224] Compiling NIOCore IOData.swift
[167/224] Compiling NIOCore IPProtocol.swift
[168/224] Compiling NIOCore IntegerBitPacking.swift
[169/224] Compiling NIOCore IntegerTypes.swift
[170/224] Compiling NIOCore Interfaces.swift
[171/224] Compiling NIOCore Linux.swift
[172/224] Compiling NIOCore MarkedCircularBuffer.swift
[173/224] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[174/224] Compiling NIOCore EventLoopFuture+Deprecated.swift
[175/224] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[181/224] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[182/224] Compiling NIOCore SocketAddresses.swift
[183/224] Compiling NIOCore SocketOptionProvider.swift
[184/224] Compiling NIOCore SystemCallHelpers.swift
[185/224] Compiling NIOCore TimeAmount+Duration.swift
[186/224] Compiling NIOCore TypeAssistedChannelHandler.swift
[187/224] Compiling NIOCore UniversalBootstrapSupport.swift
[188/224] Compiling NIOCore Utilities.swift
[189/224] Compiling NIOCore CircularBuffer.swift
[190/224] Compiling NIOCore Codec.swift
[191/224] Compiling NIOCore ConvenienceOptionSupport.swift
[192/224] Compiling NIOCore DeadChannel.swift
[193/224] Compiling NIOCore DispatchQueue+WithFuture.swift
[194/224] Compiling NIOCore EventLoop+Deprecated.swift
[195/224] Compiling NIOCore EventLoop+SerialExecutor.swift
[196/224] Compiling NIOCore EventLoop.swift
[197/224] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[198/224] Compiling NIOCore BSDSocketAPI.swift
[199/224] Compiling NIOCore ByteBuffer-aux.swift
[200/224] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[201/224] Compiling NIOCore ByteBuffer-conversions.swift
[202/224] Compiling NIOCore ByteBuffer-core.swift
[203/224] Compiling NIOCore ByteBuffer-hex.swift
[204/224] Compiling NIOCore ByteBuffer-int.swift
[205/224] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[206/224] Compiling NIOCore AddressedEnvelope.swift
[207/224] Compiling NIOCore AsyncAwaitSupport.swift
[208/224] Compiling NIOCore AsyncChannel.swift
[209/224] Compiling NIOCore AsyncChannelHandler.swift
[210/224] Compiling NIOCore AsyncChannelInboundStream.swift
[211/224] Compiling NIOCore AsyncChannelOutboundWriter.swift
[212/224] Compiling NIOCore NIOAsyncSequenceProducer.swift
[213/224] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[214/224] Compiling NIOCore NIOAsyncWriter.swift
[215/224] Emitting module NIOCore
/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:
/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:
/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:
/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:
/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:
/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:
/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:
/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:
[224/224] 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:
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[3/46] Compiling InternalCollectionsUtilities UInt+reversed.swift
[4/47] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[5/47] Compiling InternalCollectionsUtilities Integer rank.swift
[6/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/47] Compiling NIOConcurrencyHelpers lock.swift
[8/47] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[9/47] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[10/47] Compiling InternalCollectionsUtilities _SortedCollection.swift
[11/47] Compiling InternalCollectionsUtilities Descriptions.swift
[15/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/49] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/49] Compiling InternalCollectionsUtilities Debugging.swift
[19/49] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/49] Compiling _NIODataStructures Heap.swift
[21/49] Emitting module _NIODataStructures
[22/49] Compiling Atomics AtomicMemoryOrderings.swift
[23/49] Compiling Atomics DoubleWord.swift
[24/49] Compiling Atomics UnsafeAtomic.swift
[25/49] Compiling Atomics UnsafeAtomicLazyReference.swift
[26/49] Compiling Atomics ManagedAtomic.swift
[27/49] Compiling Atomics ManagedAtomicLazyReference.swift
[28/49] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[29/49] Compiling NIOConcurrencyHelpers NIOLock.swift
[30/49] Compiling NIOConcurrencyHelpers atomics.swift
[31/49] Emitting module InternalCollectionsUtilities
[32/49] Compiling _NIODataStructures PriorityQueue.swift
[33/49] Compiling _NIODataStructures _TinyArray.swift
[34/50] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[35/50] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[39/51] Emitting module _NIOBase64
[40/51] Compiling _NIOBase64 Base64.swift
[41/51] Emitting module NIOConcurrencyHelpers
[42/53] Compiling Atomics IntegerOperations.swift
[43/53] Compiling Atomics Unmanaged extensions.swift
[47/123] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[48/123] Compiling OrderedCollections OrderedDictionary+Elements.swift
[49/123] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[50/123] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[51/125] Compiling OrderedCollections _HashTable+Testing.swift
[52/125] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[53/125] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[54/125] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[55/125] Compiling OrderedCollections _HashTable+BucketIterator.swift
[56/125] Compiling OrderedCollections _HashTable+Constants.swift
[57/125] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[61/125] Compiling OrderedCollections OrderedDictionary+Codable.swift
[62/125] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[63/125] Compiling DequeModule _DequeSlot.swift
[64/125] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[66/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[67/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[68/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[69/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[70/125] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[71/125] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[72/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[73/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[74/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[75/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[76/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[77/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[78/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[79/132] Emitting module DequeModule
[80/132] Compiling OrderedCollections _HashTable+Bucket.swift
[84/133] Emitting module Atomics
[86/134] Compiling OrderedCollections OrderedDictionary.swift
[87/134] Compiling OrderedCollections OrderedSet+Codable.swift
[88/134] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[89/134] Compiling OrderedCollections OrderedSet+Descriptions.swift
[90/134] Compiling OrderedCollections OrderedSet+Diffing.swift
[91/134] Compiling OrderedCollections OrderedSet+Equatable.swift
[92/134] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[93/134] Compiling OrderedCollections OrderedSet+Hashable.swift
[94/134] Compiling OrderedCollections OrderedSet+Initializers.swift
[95/134] Compiling OrderedCollections OrderedSet+Insertions.swift
[96/134] Compiling OrderedCollections OrderedSet+Invariants.swift
[97/134] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[98/134] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[99/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[100/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[101/134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[111/134] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[112/134] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[113/134] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[114/134] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[115/134] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[116/134] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[117/134] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[118/134] Compiling OrderedCollections OrderedDictionary+Values.swift
[119/134] Compiling OrderedCollections OrderedSet+Sendable.swift
[120/134] Compiling OrderedCollections OrderedSet+SubSequence.swift
[121/134] Compiling OrderedCollections OrderedSet+Testing.swift
[122/134] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[123/134] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[124/134] Compiling OrderedCollections OrderedSet.swift
[125/134] Compiling OrderedCollections _UnsafeBitset.swift
[134/134] Emitting module OrderedCollections
[136/195] Compiling NIOCore IO.swift
[137/195] Compiling NIOCore IOData.swift
[138/195] Compiling NIOCore IPProtocol.swift
[139/195] Compiling NIOCore IntegerBitPacking.swift
[140/195] Compiling NIOCore IntegerTypes.swift
[141/195] Compiling NIOCore Interfaces.swift
[142/195] Compiling NIOCore Linux.swift
[143/195] Compiling NIOCore MarkedCircularBuffer.swift
[144/203] Compiling NIOCore MulticastChannel.swift
[145/203] Compiling NIOCore NIOAny.swift
[146/203] Compiling NIOCore NIOCloseOnErrorHandler.swift
[147/203] Compiling NIOCore NIOLoopBound.swift
[148/203] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[149/203] Compiling NIOCore NIOScheduledCallback.swift
[150/203] Compiling NIOCore NIOSendable.swift
[151/203] Compiling NIOCore RecvByteBufferAllocator.swift
[152/203] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[153/203] Compiling NIOCore EventLoopFuture+Deprecated.swift
[154/203] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[155/203] Compiling NIOCore EventLoopFuture.swift
[156/203] Compiling NIOCore FileDescriptor.swift
[157/203] Compiling NIOCore FileHandle.swift
[158/203] Compiling NIOCore FileRegion.swift
[159/203] Compiling NIOCore GlobalSingletons.swift
[160/203] Compiling NIOCore CircularBuffer.swift
[161/203] Compiling NIOCore Codec.swift
[162/203] Compiling NIOCore ConvenienceOptionSupport.swift
[163/203] Compiling NIOCore DeadChannel.swift
[164/203] Compiling NIOCore DispatchQueue+WithFuture.swift
[165/203] Compiling NIOCore EventLoop+Deprecated.swift
[166/203] Compiling NIOCore EventLoop+SerialExecutor.swift
[167/203] Compiling NIOCore EventLoop.swift
[168/203] 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:
[169/203] 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:
[170/203] 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:
[171/203] 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:
[172/203] 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:
[173/203] 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:
[174/203] 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:
[175/203] 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:
[176/203] 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:
[177/203] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[178/203] Compiling NIOCore SocketAddresses.swift
[179/203] Compiling NIOCore SocketOptionProvider.swift
[180/203] Compiling NIOCore SystemCallHelpers.swift
[181/203] Compiling NIOCore TimeAmount+Duration.swift
[182/203] Compiling NIOCore TypeAssistedChannelHandler.swift
[183/203] Compiling NIOCore UniversalBootstrapSupport.swift
[184/203] Compiling NIOCore Utilities.swift
[185/203] Compiling NIOCore AddressedEnvelope.swift
[186/203] Compiling NIOCore AsyncAwaitSupport.swift
[187/203] Compiling NIOCore AsyncChannel.swift
[188/203] Compiling NIOCore AsyncChannelHandler.swift
[189/203] Compiling NIOCore AsyncChannelInboundStream.swift
[190/203] Compiling NIOCore AsyncChannelOutboundWriter.swift
[191/203] Compiling NIOCore NIOAsyncSequenceProducer.swift
[192/203] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[193/203] Compiling NIOCore NIOAsyncWriter.swift
[194/203] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[195/203] Compiling NIOCore BSDSocketAPI.swift
[196/203] Compiling NIOCore ByteBuffer-aux.swift
[197/203] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[198/203] Compiling NIOCore ByteBuffer-conversions.swift
[199/203] Compiling NIOCore ByteBuffer-core.swift
[200/203] Compiling NIOCore ByteBuffer-hex.swift
[201/203] Compiling NIOCore ByteBuffer-int.swift
[202/203] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[203/203] Emitting module NIOCore
BUILD FAILURE 6.1 wasm