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 Graphiti, reference 2.1.0 (cedafb), with Swift 6.1 for Wasm on 9 Jun 2025 18:37:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Graphiti.git
Reference: 2.1.0
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/Graphiti
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at cedafbc Merge pull request #150 from NoDevOrg/federated-resolvers
Cloned https://github.com/GraphQLSwift/Graphiti.git
Revision (git rev-parse @):
cedafbcd776e31ebd346164e7497122969a06e1b
SUCCESS checkout https://github.com/GraphQLSwift/Graphiti.git at 2.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GraphQLSwift/Graphiti.git
https://github.com/GraphQLSwift/Graphiti.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "graphql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQL.git"
    }
  ],
  "manifest_display_name" : "Graphiti",
  "name" : "Graphiti",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Graphiti",
      "targets" : [
        "Graphiti"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphitiTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphitiTests",
      "path" : "Tests/GraphitiTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/GraphitiTests/FederationTests/GraphQL",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ConnectionTests.swift",
        "DefaultValueTests.swift",
        "DirectiveTests/DirectiveTests.swift",
        "FederationTests/FederationOnlySchemaTests.swift",
        "FederationTests/FederationTests.swift",
        "HelloWorldTests/HelloWorldAsyncTests.swift",
        "HelloWorldTests/HelloWorldTests.swift",
        "PartialSchemaTests.swift",
        "ProductAPI/ProductAPI.swift",
        "ProductAPI/ProductContext.swift",
        "ProductAPI/ProductEntities.swift",
        "ProductAPI/ProductResolver.swift",
        "ProductAPI/ProductSchema.swift",
        "ScalarTests.swift",
        "SchemaBuilderTests.swift",
        "SchemaTests.swift",
        "StarWarsAPI/StarWarsAPI.swift",
        "StarWarsAPI/StarWarsContext.swift",
        "StarWarsAPI/StarWarsEntities.swift",
        "StarWarsAPI/StarWarsResolver.swift",
        "StarWarsTests/StarWarsIntrospectionTests.swift",
        "StarWarsTests/StarWarsQueryTests.swift",
        "UnionTests.swift",
        "ValidationRulesTests.swift"
      ],
      "target_dependencies" : [
        "Graphiti"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Graphiti",
      "module_type" : "SwiftTarget",
      "name" : "Graphiti",
      "path" : "Sources/Graphiti",
      "product_dependencies" : [
        "GraphQL"
      ],
      "product_memberships" : [
        "Graphiti"
      ],
      "sources" : [
        "API/API.swift",
        "Argument/Argument.swift",
        "Argument/ArgumentComponent.swift",
        "Argument/ArgumentComponentBuilder.swift",
        "Argument/NoArguments.swift",
        "Coder/Coders.swift",
        "Component/Component.swift",
        "Component/ComponentBuilder.swift",
        "Component/TypeComponent.swift",
        "Component/TypeComponentBuilder.swift",
        "Connection/Connection.swift",
        "Connection/ConnectionType.swift",
        "Connection/Edge.swift",
        "Connection/PageInfo.swift",
        "Connection/PagniationArguments/BackwardPaginationArguments.swift",
        "Connection/PagniationArguments/ForwardPaginationArguments.swift",
        "Connection/PagniationArguments/PaginationArguments.swift",
        "Context/NoContext.swift",
        "Definition/AnyType.swift",
        "Definition/Reflection.swift",
        "Definition/TypeProvider.swift",
        "Definition/Wrappers.swift",
        "Enum/Enum.swift",
        "Federation/Any.swift",
        "Federation/Entity.swift",
        "Federation/Key/Key.swift",
        "Federation/Key/KeyComponent.swift",
        "Federation/Key/Type+Key.swift",
        "Federation/Queries.swift",
        "Federation/Service.swift",
        "Field/Field/Field.swift",
        "Field/Field/FieldComponent.swift",
        "Field/Field/FieldComponentBuilder.swift",
        "Field/Resolve/AsyncResolve.swift",
        "Field/Resolve/ConcurrentResolve.swift",
        "Field/Resolve/SimpleAsyncResolve.swift",
        "Field/Resolve/SyncResolve.swift",
        "Input/Input.swift",
        "InputField/InputField.swift",
        "InputField/InputFieldComponent.swift",
        "InputField/InputFieldComponentBuilder.swift",
        "Interface/Interface.swift",
        "Mutation/Mutation.swift",
        "Query/Query.swift",
        "Scalar/Scalar.swift",
        "Schema/Schema.swift",
        "Schema/SchemaTypeProvider.swift",
        "SchemaBuilders/PartialSchema.swift",
        "SchemaBuilders/SchemaBuilder.swift",
        "Subscription/SubscribeField.swift",
        "Subscription/SubscribeResolve.swift",
        "Subscription/Subscription.swift",
        "Type/Type.swift",
        "Union/Union.swift",
        "Validation/NoIntrospectionRule.swift",
        "Value/Value.swift",
        "Value/ValueBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/GraphQLSwift/GraphQL.git
[1/5020] Fetching graphql
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (2.02s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 3.0.2 (2.92s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
[3652/92786] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections from cache (1.61s)
[44956/76195] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.57s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (7.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.11s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[505/6225] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.01s)
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/GraphQLSwift/GraphQL.git
Working copy of https://github.com/GraphQLSwift/GraphQL.git resolved at 3.0.2
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/23] Write sources
[12/23] Compiling CNIOWindows WSAStartup.c
[13/23] Compiling CNIOWindows shim.c
[14/23] Compiling _AtomicsShims.c
[14/23] Write sources
[14/23] Compiling CNIOLinux shim.c
[17/23] Compiling CNIOLinux liburing_shims.c
[18/23] Compiling CNIODarwin shim.c
[19/23] Compiling CNIOWASI CNIOWASI.c
[20/23] Write swift-version-24593BA9C3E375BF.txt
[22/61] Emitting module _NIOBase64
[23/61] Emitting module Atomics
[23/63] Compiling c-nioatomics.c
[24/63] Compiling c-atomics.c
[26/69] Compiling _NIOBase64 Base64.swift
[27/70] Emitting module InternalCollectionsUtilities
[28/71] Compiling _NIODataStructures _TinyArray.swift
[29/71] Compiling Atomics AtomicReference.swift
[30/71] Compiling Atomics AtomicStorage.swift
[31/71] Compiling Atomics UnsafeAtomic.swift
[32/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[33/71] Compiling Atomics AtomicValue.swift
[34/71] Compiling Atomics AtomicMemoryOrderings.swift
[36/71] Compiling Atomics DoubleWord.swift
[37/71] Compiling Atomics ManagedAtomic.swift
[38/71] Compiling Atomics ManagedAtomicLazyReference.swift
[39/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/71] Compiling Atomics AtomicInteger.swift
[41/71] Compiling Atomics AtomicOptionalWrappable.swift
[45/71] Compiling Atomics IntegerOperations.swift
[46/71] Compiling Atomics Unmanaged extensions.swift
[47/71] Compiling Atomics OptionalRawRepresentable.swift
[48/71] Compiling Atomics RawRepresentable.swift
[50/71] Compiling _NIODataStructures PriorityQueue.swift
[51/71] Emitting module NIOConcurrencyHelpers
[54/71] Compiling Atomics PointerConformances.swift
[55/71] Compiling Atomics Primitives.native.swift
[56/71] Compiling Atomics AtomicBool.swift
[57/71] Compiling Atomics IntegerConformances.swift
[65/72] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/73] Compiling NIOConcurrencyHelpers lock.swift
[67/73] Compiling _NIODataStructures Heap.swift
[68/73] Emitting module _NIODataStructures
[71/74] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[72/74] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[73/74] Compiling NIOConcurrencyHelpers atomics.swift
[74/74] Compiling NIOConcurrencyHelpers NIOLock.swift
[76/145] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[77/145] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[78/147] Compiling OrderedCollections OrderedDictionary+Codable.swift
[79/147] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[80/147] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[81/147] Compiling OrderedCollections OrderedDictionary+Elements.swift
[82/147] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[83/147] Compiling OrderedCollections OrderedDictionary+Values.swift
[84/147] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[85/147] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[86/147] Compiling DequeModule _DequeSlot.swift
[87/147] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[89/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[90/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[91/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[92/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[93/147] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[94/147] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[95/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[96/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[97/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[98/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[99/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[100/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[101/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[102/154] Compiling OrderedCollections OrderedSet+Initializers.swift
[103/154] Compiling OrderedCollections OrderedSet+Insertions.swift
[104/154] Compiling OrderedCollections OrderedSet+Invariants.swift
[105/154] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[106/154] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[107/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[108/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[109/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[110/154] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[111/154] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[112/154] Compiling OrderedCollections OrderedDictionary.swift
[113/154] Compiling OrderedCollections OrderedSet+Codable.swift
[114/154] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[115/154] Compiling OrderedCollections OrderedSet+Descriptions.swift
[116/154] Compiling OrderedCollections OrderedSet+Diffing.swift
[117/154] Compiling OrderedCollections OrderedSet+Equatable.swift
[118/154] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[119/154] Compiling OrderedCollections OrderedSet+Hashable.swift
[120/154] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[121/154] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[122/154] Emitting module DequeModule
[140/186] Compiling NIOCore EventLoop+SerialExecutor.swift
[141/186] Compiling NIOCore EventLoop.swift
[142/186] Compiling NIOCore ByteBuffer-multi-int.swift
[143/186] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[144/186] Compiling NIOCore ByteBuffer-views.swift
[145/186] Compiling NIOCore Channel.swift
[146/186] Compiling OrderedCollections _HashTable.swift
[147/186] Compiling OrderedCollections _Hashtable+Header.swift
[148/215] Emitting module OrderedCollections
[149/215] Compiling NIOCore EventLoopFuture.swift
[150/215] Compiling NIOCore FileDescriptor.swift
[151/215] Compiling NIOCore FileHandle.swift
[152/215] Compiling NIOCore FileRegion.swift
[153/215] Compiling NIOCore GlobalSingletons.swift
[154/215] Compiling OrderedCollections OrderedSet.swift
[155/215] Compiling OrderedCollections _UnsafeBitset.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
/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:
[201/224] 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:
[202/224] 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:
[203/224] 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:
[204/224] 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:
[205/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:
[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] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[216/224] Compiling NIOCore BSDSocketAPI.swift
[217/224] Compiling NIOCore ByteBuffer-aux.swift
[218/224] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[219/224] Compiling NIOCore ByteBuffer-conversions.swift
[220/224] Compiling NIOCore ByteBuffer-core.swift
[221/224] Compiling NIOCore ByteBuffer-hex.swift
[222/224] Compiling NIOCore ByteBuffer-int.swift
[223/224] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[224/224] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/45] Emitting module _NIOBase64
[3/45] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/46] Compiling _NIOBase64 Base64.swift
[5/47] Compiling Atomics AtomicValue.swift
[6/47] Compiling Atomics AtomicMemoryOrderings.swift
[7/47] Compiling Atomics AtomicReference.swift
[8/47] Compiling Atomics AtomicStorage.swift
[9/47] Compiling NIOConcurrencyHelpers lock.swift
[10/47] Compiling Atomics OptionalRawRepresentable.swift
[11/47] Compiling Atomics RawRepresentable.swift
[12/47] Compiling Atomics AtomicBool.swift
[13/49] Compiling Atomics ManagedAtomic.swift
[14/49] Compiling Atomics ManagedAtomicLazyReference.swift
[15/49] Compiling Atomics UnsafeAtomic.swift
[16/49] Compiling Atomics UnsafeAtomicLazyReference.swift
[20/49] Compiling Atomics DoubleWord.swift
[22/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/49] Compiling _NIODataStructures Heap.swift
[24/49] Compiling _NIODataStructures PriorityQueue.swift
[27/49] Compiling _NIODataStructures _TinyArray.swift
[28/49] Emitting module _NIODataStructures
[29/50] Compiling Atomics IntegerOperations.swift
[30/50] Compiling Atomics Unmanaged extensions.swift
[32/50] Compiling NIOConcurrencyHelpers atomics.swift
[33/50] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[34/50] Compiling NIOConcurrencyHelpers NIOLock.swift
[35/50] Compiling Atomics AtomicInteger.swift
[36/50] Compiling Atomics AtomicOptionalWrappable.swift
[38/50] Emitting module NIOConcurrencyHelpers
[39/50] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[40/51] Compiling Atomics Primitives.native.swift
[44/51] Compiling Atomics IntegerConformances.swift
[45/51] Compiling Atomics PointerConformances.swift
[47/51] Emitting module InternalCollectionsUtilities
[49/122] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[50/122] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[51/122] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[52/122] Compiling OrderedCollections OrderedDictionary+Elements.swift
[53/122] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[54/122] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[55/124] Compiling OrderedCollections _HashTable+Testing.swift
[56/124] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[57/124] Compiling OrderedCollections _HashTable+Bucket.swift
[58/124] Compiling OrderedCollections _HashTable+BucketIterator.swift
[59/124] Compiling OrderedCollections _HashTable+Constants.swift
[60/124] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[61/124] Compiling OrderedCollections OrderedDictionary+Codable.swift
[62/124] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[63/124] Compiling DequeModule _DequeSlot.swift
[64/124] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/124] Emitting module Atomics
[70/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[71/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[72/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[73/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[74/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[75/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[76/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[77/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[78/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[79/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[80/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[81/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[82/125] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[83/125] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[84/132] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[85/132] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[86/132] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[87/132] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[88/132] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[89/132] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[90/132] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[91/132] Compiling OrderedCollections OrderedDictionary+Values.swift
[92/132] Compiling OrderedCollections OrderedDictionary.swift
[93/132] Compiling OrderedCollections OrderedSet+Codable.swift
[94/132] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[95/132] Compiling OrderedCollections OrderedSet+Descriptions.swift
[96/132] Compiling OrderedCollections OrderedSet+Diffing.swift
[97/132] Compiling OrderedCollections OrderedSet+Equatable.swift
[98/132] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[99/132] Compiling OrderedCollections OrderedSet+Hashable.swift
[100/132] Compiling OrderedCollections OrderedSet+Initializers.swift
[101/132] Compiling OrderedCollections OrderedSet+Insertions.swift
[102/132] Compiling OrderedCollections OrderedSet+Invariants.swift
[103/132] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[104/132] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[105/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[106/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[107/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[108/132] Emitting module DequeModule
[118/193] Compiling NIOCore NIOAsyncWriter.swift
[119/193] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[120/193] Compiling NIOCore BSDSocketAPI.swift
[121/193] Compiling NIOCore ByteBuffer-aux.swift
[122/193] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[123/193] Compiling NIOCore ByteBuffer-conversions.swift
[124/193] Compiling NIOCore ByteBuffer-core.swift
[125/193] Compiling NIOCore ByteBuffer-hex.swift
[126/193] Emitting module OrderedCollections
[127/193] Compiling NIOCore IntegerBitPacking.swift
[128/193] Compiling NIOCore IntegerTypes.swift
[129/193] Compiling NIOCore Interfaces.swift
[130/193] Compiling NIOCore Linux.swift
[131/193] Compiling NIOCore MarkedCircularBuffer.swift
[132/193] Compiling OrderedCollections OrderedSet.swift
[133/193] Compiling OrderedCollections _UnsafeBitset.swift
[135/194] Compiling NIOCore IO.swift
[136/194] Compiling NIOCore IOData.swift
[137/194] Compiling NIOCore IPProtocol.swift
[143/202] Compiling NIOCore MulticastChannel.swift
[144/202] Compiling NIOCore NIOAny.swift
[145/202] Compiling NIOCore NIOCloseOnErrorHandler.swift
[146/202] Compiling NIOCore NIOLoopBound.swift
[147/202] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[148/202] Compiling NIOCore NIOScheduledCallback.swift
[149/202] Compiling NIOCore NIOSendable.swift
[150/202] Compiling NIOCore RecvByteBufferAllocator.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
[166/202] Compiling NIOCore ByteBuffer-int.swift
[167/202] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[168/202] Compiling NIOCore AddressedEnvelope.swift
[169/202] Compiling NIOCore AsyncAwaitSupport.swift
[170/202] Compiling NIOCore AsyncChannel.swift
[171/202] Compiling NIOCore AsyncChannelHandler.swift
[172/202] Compiling NIOCore AsyncChannelInboundStream.swift
[173/202] Compiling NIOCore AsyncChannelOutboundWriter.swift
[174/202] Compiling NIOCore NIOAsyncSequenceProducer.swift
[175/202] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[177/202] Compiling NIOCore CircularBuffer.swift
[178/202] Compiling NIOCore Codec.swift
[179/202] Compiling NIOCore ConvenienceOptionSupport.swift
[180/202] Compiling NIOCore DeadChannel.swift
[181/202] Compiling NIOCore DispatchQueue+WithFuture.swift
[182/202] Compiling NIOCore EventLoop+Deprecated.swift
[183/202] Compiling NIOCore EventLoop+SerialExecutor.swift
[184/202] Compiling NIOCore EventLoop.swift
[185/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:
[186/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:
[187/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:
[188/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:
[189/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:
[190/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:
[191/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:
[192/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:
[193/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:
[194/202] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[195/202] Compiling NIOCore SocketAddresses.swift
[196/202] Compiling NIOCore SocketOptionProvider.swift
[197/202] Compiling NIOCore SystemCallHelpers.swift
[198/202] Compiling NIOCore TimeAmount+Duration.swift
[199/202] Compiling NIOCore TypeAssistedChannelHandler.swift
[200/202] Compiling NIOCore UniversalBootstrapSupport.swift
[201/202] Compiling NIOCore Utilities.swift
[202/202] Emitting module NIOCore
BUILD FAILURE 6.1 wasm