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 main (cedafb), with Swift 6.1 for Wasm on 8 Jun 2025 06:04:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/Graphiti.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/Graphiti
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/GraphQLSwift/GraphQL.git
[1/5020] Fetching graphql
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (0.83s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 3.0.2 (2.04s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
[3154/92786] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections from cache (2.32s)
[46479/76195] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.69s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (11.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (7.60s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[1798/6225] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
Fetched https://github.com/apple/swift-system.git from cache (0.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.98s)
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
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-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
Building for debugging...
[0/23] Write sources
[12/23] Compiling CNIOWindows shim.c
[13/23] Compiling _AtomicsShims.c
[14/23] Compiling CNIOWASI CNIOWASI.c
[14/23] Compiling CNIOWindows WSAStartup.c
[16/23] Write sources
[17/23] Compiling CNIOLinux liburing_shims.c
[18/23] Compiling CNIOLinux shim.c
[19/23] Compiling CNIODarwin shim.c
[20/23] Write swift-version-24593BA9C3E375BF.txt
[21/61] Compiling c-nioatomics.c
[23/61] Emitting module Atomics
[24/63] Compiling InternalCollectionsUtilities Debugging.swift
[25/63] Compiling InternalCollectionsUtilities Descriptions.swift
[26/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/64] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/64] Compiling InternalCollectionsUtilities _SortedCollection.swift
[29/64] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/64] Compiling Atomics UnsafeAtomic.swift
[31/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[33/64] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[34/64] Compiling _NIODataStructures PriorityQueue.swift
[35/64] Compiling _NIODataStructures _TinyArray.swift
[36/64] Emitting module _NIOBase64
[37/64] Compiling _NIOBase64 Base64.swift
[42/65] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/65] Compiling InternalCollectionsUtilities UInt+reversed.swift
[45/65] Compiling Atomics DoubleWord.swift
[46/65] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/65] Compiling Atomics ManagedAtomic.swift
[48/65] Compiling Atomics ManagedAtomicLazyReference.swift
[49/65] Compiling InternalCollectionsUtilities Integer rank.swift
[50/65] Emitting module InternalCollectionsUtilities
[51/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/65] Compiling Atomics IntegerOperations.swift
[54/65] Compiling Atomics Unmanaged extensions.swift
[55/65] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/66] Compiling c-atomics.c
[66/68] Compiling _NIODataStructures Heap.swift
[67/68] Emitting module _NIODataStructures
[69/144] Compiling DequeModule Deque+CustomReflectable.swift
[70/144] Compiling DequeModule Deque+Descriptions.swift
[71/146] Compiling NIOConcurrencyHelpers lock.swift
[72/146] Compiling DequeModule _DequeBuffer.swift
[73/146] Compiling DequeModule _DequeBufferHeader.swift
[74/146] Compiling NIOConcurrencyHelpers NIOLock.swift
[75/146] Compiling DequeModule Deque+Equatable.swift
[76/146] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/146] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[78/146] Compiling NIOConcurrencyHelpers atomics.swift
[79/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[80/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[81/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[82/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[83/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[84/146] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[85/146] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[86/153] Emitting module NIOConcurrencyHelpers
[87/153] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[88/154] Compiling OrderedCollections OrderedSet+Initializers.swift
[89/154] Compiling OrderedCollections OrderedSet+Insertions.swift
[90/154] Compiling OrderedCollections OrderedSet+Invariants.swift
[91/154] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[92/154] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[93/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[94/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[95/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[96/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[97/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[98/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[99/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[100/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[101/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[102/154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[103/154] Compiling DequeModule _DequeSlot.swift
[104/154] Compiling DequeModule _UnsafeWrappedBuffer.swift
[106/154] Compiling OrderedCollections OrderedDictionary.swift
[107/154] Compiling OrderedCollections OrderedSet+Codable.swift
[108/154] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[109/154] Compiling OrderedCollections OrderedSet+Descriptions.swift
[110/154] Compiling OrderedCollections OrderedSet+Diffing.swift
[111/154] Compiling OrderedCollections OrderedSet+Equatable.swift
[112/154] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[113/154] Compiling OrderedCollections OrderedSet+Hashable.swift
[114/154] Compiling DequeModule Deque+Extras.swift
[115/154] Compiling DequeModule Deque+Hashable.swift
[116/154] Compiling DequeModule Deque+Testing.swift
[117/154] Compiling DequeModule Deque._Storage.swift
[118/154] Compiling DequeModule Deque._UnsafeHandle.swift
[119/154] Compiling DequeModule Deque.swift
[120/154] Compiling DequeModule Deque+Codable.swift
[121/154] Compiling DequeModule Deque+Collection.swift
[122/154] Compiling OrderedCollections OrderedDictionary+Codable.swift
[123/154] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[124/154] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[125/154] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[126/154] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[127/154] Compiling OrderedCollections OrderedDictionary+Elements.swift
[128/154] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[129/154] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[138/154] Emitting module DequeModule
[140/155] Emitting module OrderedCollections
[149/215] Compiling NIOCore DeadChannel.swift
[150/215] Compiling NIOCore DispatchQueue+WithFuture.swift
[151/215] Compiling NIOCore EventLoop+Deprecated.swift
[152/215] Compiling NIOCore EventLoop+SerialExecutor.swift
[153/215] Compiling NIOCore EventLoop.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 AddressedEnvelope.swift
[166/224] Compiling NIOCore AsyncAwaitSupport.swift
[167/224] Compiling NIOCore AsyncChannel.swift
[168/224] Compiling NIOCore AsyncChannelHandler.swift
[169/224] Compiling NIOCore AsyncChannelInboundStream.swift
[170/224] Compiling NIOCore AsyncChannelOutboundWriter.swift
[171/224] Compiling NIOCore NIOAsyncSequenceProducer.swift
[172/224] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[173/224] Compiling NIOCore NIOAsyncWriter.swift
[174/224] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[175/224] Compiling NIOCore SocketAddresses.swift
[176/224] Compiling NIOCore SocketOptionProvider.swift
[177/224] Compiling NIOCore SystemCallHelpers.swift
[178/224] Compiling NIOCore TimeAmount+Duration.swift
[179/224] Compiling NIOCore TypeAssistedChannelHandler.swift
[180/224] Compiling NIOCore UniversalBootstrapSupport.swift
[181/224] Compiling NIOCore Utilities.swift
[182/224] Compiling NIOCore IO.swift
[183/224] Compiling NIOCore IOData.swift
[184/224] Compiling NIOCore IPProtocol.swift
[185/224] Compiling NIOCore IntegerBitPacking.swift
[186/224] Compiling NIOCore IntegerTypes.swift
[187/224] Compiling NIOCore Interfaces.swift
[188/224] Compiling NIOCore Linux.swift
[189/224] Compiling NIOCore MarkedCircularBuffer.swift
[190/224] Compiling NIOCore CircularBuffer.swift
[191/224] Compiling NIOCore Codec.swift
[192/224] Compiling NIOCore ConvenienceOptionSupport.swift
[198/224] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[199/224] Compiling NIOCore EventLoopFuture+Deprecated.swift
[200/224] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[201/224] Compiling NIOCore EventLoopFuture.swift
[202/224] Compiling NIOCore FileDescriptor.swift
[203/224] Compiling NIOCore FileHandle.swift
[204/224] Compiling NIOCore FileRegion.swift
[205/224] Compiling NIOCore GlobalSingletons.swift
[206/224] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[207/224] Compiling NIOCore BSDSocketAPI.swift
[208/224] Compiling NIOCore ByteBuffer-aux.swift
[209/224] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[210/224] Compiling NIOCore ByteBuffer-conversions.swift
[211/224] Compiling NIOCore ByteBuffer-core.swift
[212/224] Compiling NIOCore ByteBuffer-hex.swift
[213/224] Compiling NIOCore ByteBuffer-int.swift
[214/224] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[215/224] 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:
[216/224] 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:
[217/224] 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:
[218/224] 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:
[219/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:
[220/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:
[221/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:
[222/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:
[223/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:
[224/224] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/45] Compiling Atomics UnsafeAtomic.swift
[3/45] Compiling Atomics UnsafeAtomicLazyReference.swift
[4/47] Compiling NIOConcurrencyHelpers NIOLock.swift
[5/47] Compiling NIOConcurrencyHelpers lock.swift
[6/47] Compiling Atomics AtomicStorage.swift
[7/47] Compiling Atomics AtomicValue.swift
[8/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/48] Emitting module _NIOBase64
[10/48] Compiling Atomics ManagedAtomic.swift
[11/48] Compiling Atomics ManagedAtomicLazyReference.swift
[12/48] Compiling Atomics OptionalRawRepresentable.swift
[13/48] Compiling Atomics RawRepresentable.swift
[14/48] Compiling Atomics AtomicMemoryOrderings.swift
[15/48] Compiling Atomics DoubleWord.swift
[16/48] Compiling _NIODataStructures Heap.swift
[17/48] Compiling _NIODataStructures PriorityQueue.swift
[18/48] Compiling Atomics AtomicInteger.swift
[19/48] Compiling Atomics AtomicOptionalWrappable.swift
[20/48] Compiling Atomics AtomicReference.swift
[22/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/48] Compiling _NIODataStructures _TinyArray.swift
[24/48] Emitting module _NIODataStructures
[25/49] Compiling Atomics IntegerOperations.swift
[26/49] Compiling Atomics Unmanaged extensions.swift
[27/49] Emitting module NIOConcurrencyHelpers
[28/49] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[33/49] Compiling _NIOBase64 Base64.swift
[34/49] Emitting module InternalCollectionsUtilities
[35/50] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[36/50] Compiling NIOConcurrencyHelpers atomics.swift
[38/51] Compiling Atomics PointerConformances.swift
[39/51] Compiling Atomics Primitives.native.swift
[41/51] Compiling Atomics AtomicBool.swift
[42/51] Compiling Atomics IntegerConformances.swift
[46/122] Compiling OrderedCollections OrderedSet+Diffing.swift
[47/122] Compiling OrderedCollections OrderedSet+Equatable.swift
[48/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[49/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[50/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[51/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[52/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[53/124] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[54/124] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[55/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[56/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[57/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[58/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[59/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[60/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[61/131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[62/131] Emitting module Atomics
[63/131] Compiling OrderedCollections _HashTable+Bucket.swift
[64/131] Compiling OrderedCollections _HashTable+BucketIterator.swift
[65/131] Compiling OrderedCollections _HashTable+Constants.swift
[66/131] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[67/131] Compiling OrderedCollections _HashTable+Testing.swift
[68/131] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[69/132] Compiling OrderedCollections _HashTable.swift
[70/132] Compiling OrderedCollections _Hashtable+Header.swift
[71/132] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[72/132] Compiling OrderedCollections OrderedSet+Descriptions.swift
[73/132] Compiling OrderedCollections OrderedDictionary.swift
[74/132] Compiling OrderedCollections OrderedSet+Codable.swift
[78/132] Compiling DequeModule _DequeSlot.swift
[79/132] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/132] Compiling OrderedCollections OrderedSet+Initializers.swift
[91/132] Compiling OrderedCollections OrderedSet+Insertions.swift
[92/132] Compiling OrderedCollections OrderedSet+Invariants.swift
[93/132] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[94/132] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[95/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[96/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[97/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[100/132] Emitting module DequeModule
[101/133] Compiling OrderedCollections OrderedDictionary+Codable.swift
[102/133] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[103/133] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[104/133] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[105/133] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[106/133] Compiling OrderedCollections OrderedDictionary+Elements.swift
[107/133] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[108/133] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[109/133] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[110/133] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[111/133] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[112/133] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[113/133] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[114/133] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[115/133] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[116/133] Compiling OrderedCollections OrderedDictionary+Values.swift
[118/133] Emitting module OrderedCollections
[119/133] Compiling OrderedCollections OrderedSet+Sendable.swift
[120/133] Compiling OrderedCollections OrderedSet+SubSequence.swift
[121/133] Compiling OrderedCollections OrderedSet+Testing.swift
[122/133] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[123/133] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[124/133] Compiling OrderedCollections OrderedSet.swift
[125/133] Compiling OrderedCollections _UnsafeBitset.swift
[126/150] Compiling NIOCore AddressedEnvelope.swift
[127/150] Compiling NIOCore AsyncAwaitSupport.swift
[128/150] Compiling NIOCore AsyncChannel.swift
[129/150] Compiling NIOCore AsyncChannelHandler.swift
[130/150] Compiling NIOCore AsyncChannelInboundStream.swift
[131/150] Compiling NIOCore AsyncChannelOutboundWriter.swift
[132/150] Compiling NIOCore NIOAsyncSequenceProducer.swift
[133/150] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[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
[146/202] Compiling NIOCore IntegerBitPacking.swift
[147/202] Compiling NIOCore IntegerTypes.swift
[148/202] Compiling NIOCore Interfaces.swift
[149/202] Compiling NIOCore Linux.swift
[150/202] Compiling NIOCore MarkedCircularBuffer.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 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:
[168/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:
[169/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:
[170/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:
[171/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:
[172/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:
[173/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:
[174/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:
[175/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:
[176/202] Compiling NIOCore CircularBuffer.swift
[177/202] Compiling NIOCore Codec.swift
[178/202] Compiling NIOCore ConvenienceOptionSupport.swift
[179/202] Compiling NIOCore DeadChannel.swift
[180/202] Compiling NIOCore DispatchQueue+WithFuture.swift
[181/202] Compiling NIOCore EventLoop+Deprecated.swift
[182/202] Compiling NIOCore EventLoop+SerialExecutor.swift
[183/202] Compiling NIOCore EventLoop.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