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 swift-lambda-extras, reference 0.4.0 (3d5faf), with Swift 6.1 for Wasm on 29 May 2025 20:58:57 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mobelux/swift-lambda-extras.git
Reference: 0.4.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/Mobelux/swift-lambda-extras
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 3d5faf8 Strict Concurrency Support (#15)
Cloned https://github.com/Mobelux/swift-lambda-extras.git
Revision (git rev-parse @):
3d5faf85e10db1ffe69fe6c20389f2099c12245f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Mobelux/swift-lambda-extras.git at 0.4.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Mobelux/swift-lambda-extras.git
https://github.com/Mobelux/swift-lambda-extras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.43.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events"
    },
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
    }
  ],
  "manifest_display_name" : "swift-lambda-extras",
  "name" : "swift-lambda-extras",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "LambdaExtras",
      "targets" : [
        "LambdaExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LambdaExtrasCore",
      "targets" : [
        "LambdaExtrasCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LambdaMocks",
      "targets" : [
        "LambdaMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LambdaMocks",
      "module_type" : "SwiftTarget",
      "name" : "LambdaMocks",
      "path" : "Sources/LambdaMocks",
      "product_dependencies" : [
        "AWSLambdaEvents",
        "NIO"
      ],
      "product_memberships" : [
        "LambdaMocks"
      ],
      "sources" : [
        "ContextProvider.swift",
        "Extensions/APIGatewayV2+Utils.swift",
        "Extensions/Dispatch+Utils.swift",
        "Extensions/Logger+Utils.swift",
        "MockContext.swift",
        "MockInitializationContext.swift",
        "Mocked.swift"
      ],
      "target_dependencies" : [
        "LambdaExtrasCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LambdaExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtrasTests",
      "path" : "Tests/LambdaExtrasTests",
      "sources" : [
        "APIGatewayCoderTests.swift",
        "LambdaExtrasTests.swift",
        "Support/Helpers.swift",
        "Support/Mock.swift"
      ],
      "target_dependencies" : [
        "LambdaExtras",
        "LambdaMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LambdaExtrasCore",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtrasCore",
      "path" : "Sources/LambdaExtrasCore",
      "product_dependencies" : [
        "Logging",
        "NIOCore"
      ],
      "product_memberships" : [
        "LambdaExtras",
        "LambdaExtrasCore",
        "LambdaMocks"
      ],
      "sources" : [
        "Extensions.swift",
        "HandlerError.swift",
        "Protocols/EnvironmentValueProvider.swift",
        "Protocols/InitializationContext.swift",
        "Protocols/LambdaCoding.swift",
        "Protocols/RuntimeContext.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LambdaExtras",
      "module_type" : "SwiftTarget",
      "name" : "LambdaExtras",
      "path" : "Sources/LambdaExtras",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents"
      ],
      "product_memberships" : [
        "LambdaExtras"
      ],
      "sources" : [
        "APIGatewayCoder.swift",
        "DefaultEnvironment.swift",
        "Exports.swift",
        "Extensions.swift"
      ],
      "target_dependencies" : [
        "LambdaExtrasCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swift-server/swift-aws-lambda-runtime
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-aws-lambda-events
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[1766/6272] Fetching swift-log, swift-aws-lambda-events
[2408/17789] Fetching swift-log, swift-aws-lambda-events, swift-aws-lambda-runtime
[6849/93897] Fetching swift-log, swift-aws-lambda-events, swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.66s)
[3774/90061] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-events from cache (2.24s)
[58704/87625] Fetching swift-aws-lambda-runtime, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (2.41s)
[49471/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.84s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events
Computed https://github.com/swift-server/swift-aws-lambda-events at 0.5.0 (12.11s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.79s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.49s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[891/6101] Fetching swift-atomics, swift-system
[2644/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
[7212/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.83s)
Fetched https://github.com/apple/swift-collections.git from cache (1.86s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.58s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.16s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime
Computed https://github.com/swift-server/swift-aws-lambda-runtime at 1.0.0-alpha.3 (0.96s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events
Working copy of https://github.com/swift-server/swift-aws-lambda-events resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime resolved at 1.0.0-alpha.3
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/34] Write sources
[17/34] Compiling CNIOWindows shim.c
[18/34] Compiling CNIOWASI CNIOWASI.c
[19/34] Compiling CNIOLinux shim.c
[20/34] Compiling _AtomicsShims.c
[21/34] Compiling CNIOWindows WSAStartup.c
[22/34] Compiling CNIODarwin shim.c
[23/34] Write sources
[27/34] Compiling CNIOLinux liburing_shims.c
[28/34] Compiling CNIOLLHTTP c_nio_http.c
[29/34] Compiling CNIOLLHTTP c_nio_api.c
[30/34] Write swift-version-24593BA9C3E375BF.txt
[32/67] Emitting module Logging
[33/67] Emitting module HTTPTypes
[33/68] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/87] Compiling Atomics ManagedAtomic.swift
[36/87] Compiling Atomics ManagedAtomicLazyReference.swift
[37/89] Compiling Atomics AtomicMemoryOrderings.swift
[38/89] Compiling Atomics DoubleWord.swift
[39/89] Emitting module _NIOBase64
[40/89] Compiling _NIOBase64 Base64.swift
[41/90] Compiling Atomics UnsafeAtomic.swift
[42/90] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/90] Compiling Logging Locks.swift
[44/90] Compiling Logging LogHandler.swift
[45/90] Compiling _NIODataStructures _TinyArray.swift
[46/90] Compiling _NIODataStructures PriorityQueue.swift
[47/90] Compiling Atomics AtomicBool.swift
[48/90] Compiling Atomics IntegerConformances.swift
[49/90] Compiling Atomics OptionalRawRepresentable.swift
[50/90] Compiling Atomics RawRepresentable.swift
[51/90] Compiling Atomics PointerConformances.swift
[52/90] Compiling Atomics Primitives.native.swift
[53/91] Compiling HTTPTypes HTTPParsedFields.swift
[54/91] Compiling Atomics Primitives.shims.swift
[55/91] Compiling Atomics AtomicInteger.swift
[58/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/91] Compiling HTTPTypes ISOLatin1String.swift
[60/91] Compiling HTTPTypes HTTPFieldName.swift
[61/91] Compiling HTTPTypes HTTPField.swift
[62/91] Compiling HTTPTypes HTTPRequest.swift
[63/91] Compiling HTTPTypes HTTPResponse.swift
[64/91] Emitting module InternalCollectionsUtilities
[70/91] Compiling Atomics AtomicOptionalWrappable.swift
[71/91] Compiling Atomics AtomicReference.swift
[72/91] Compiling Atomics AtomicStorage.swift
[73/91] Compiling Atomics AtomicValue.swift
[73/91] Compiling c-nioatomics.c
[75/91] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/92] Compiling HTTPTypes NIOLock.swift
[78/92] Compiling Logging Logging.swift
[79/92] Compiling Logging MetadataProvider.swift
[80/93] Emitting module _NIODataStructures
[81/93] Compiling _NIODataStructures Heap.swift
[84/94] Compiling Atomics IntegerOperations.swift
[85/94] Compiling Atomics Unmanaged extensions.swift
[86/109] Compiling DequeModule Deque+CustomReflectable.swift
[87/109] Compiling DequeModule Deque+Descriptions.swift
[88/111] Compiling DequeModule Deque+Equatable.swift
[89/111] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/111] Compiling DequeModule _DequeBuffer.swift
[91/111] Compiling DequeModule _DequeBufferHeader.swift
[92/111] Compiling DequeModule _DequeSlot.swift
[93/111] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/111] Compiling DequeModule Deque+Codable.swift
[95/111] Compiling DequeModule Deque+Collection.swift
[102/111] Compiling DequeModule Deque+Testing.swift
[103/111] Compiling DequeModule Deque._Storage.swift
[104/111] Compiling DequeModule Deque+Extras.swift
[105/111] Compiling DequeModule Deque+Hashable.swift
[106/111] Compiling DequeModule Deque._UnsafeHandle.swift
[107/111] Compiling DequeModule Deque.swift
[108/111] Compiling HTTPTypes HTTPFields.swift
[110/112] Emitting module Atomics
[111/113] Emitting module DequeModule
[111/114] Compiling c-atomics.c
[115/139] Compiling NIOConcurrencyHelpers lock.swift
[116/139] Compiling NIOConcurrencyHelpers NIOLock.swift
[117/139] Emitting module NIOConcurrencyHelpers
[118/139] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[119/139] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[120/139] Compiling NIOConcurrencyHelpers atomics.swift
[122/200] Compiling NIOCore MulticastChannel.swift
[123/200] Compiling NIOCore NIOAny.swift
[124/200] Compiling NIOCore NIOCloseOnErrorHandler.swift
[125/200] Compiling NIOCore NIOLoopBound.swift
[126/200] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[127/200] Compiling NIOCore NIOScheduledCallback.swift
[128/200] Compiling NIOCore NIOSendable.swift
[129/200] Compiling NIOCore RecvByteBufferAllocator.swift
[130/208] Compiling NIOCore ChannelOption.swift
[131/208] Compiling NIOCore ChannelPipeline.swift
[132/210] Compiling NIOCore IO.swift
[133/210] Compiling NIOCore IOData.swift
[134/210] Compiling NIOCore IPProtocol.swift
[135/210] Compiling NIOCore IntegerBitPacking.swift
[136/210] Compiling NIOCore IntegerTypes.swift
[137/210] Compiling NIOCore Interfaces.swift
[138/210] Compiling NIOCore Linux.swift
[139/210] Compiling NIOCore MarkedCircularBuffer.swift
[140/210] Compiling NIOCore Channel.swift
[141/210] Compiling NIOCore ChannelHandler.swift
[142/210] Compiling NIOCore ChannelHandlers.swift
[143/210] Compiling NIOCore ChannelInvoker.swift
[144/210] Compiling AWSLambdaEvents DateWrappers.swift
[145/210] Compiling AWSLambdaEvents HTTP.swift
[146/210] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[147/210] Compiling NIOCore SocketAddresses.swift
[148/210] Compiling NIOCore SocketOptionProvider.swift
[149/210] Compiling NIOCore SystemCallHelpers.swift
[150/210] Compiling NIOCore TimeAmount+Duration.swift
[151/210] Compiling NIOCore TypeAssistedChannelHandler.swift
[152/210] Compiling NIOCore UniversalBootstrapSupport.swift
[153/210] Compiling NIOCore Utilities.swift
[154/210] Emitting module AWSLambdaEvents
[155/210] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[156/210] Compiling NIOCore EventLoopFuture+Deprecated.swift
[157/210] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[158/210] Compiling NIOCore EventLoopFuture.swift
[159/210] Compiling NIOCore FileDescriptor.swift
[160/210] Compiling NIOCore FileHandle.swift
[161/210] Compiling NIOCore FileRegion.swift
[162/210] Compiling NIOCore GlobalSingletons.swift
[165/210] Compiling NIOCore AsyncChannel.swift
[166/210] Compiling NIOCore AsyncChannelHandler.swift
[167/210] Compiling NIOCore AsyncChannelInboundStream.swift
[168/210] Compiling NIOCore AsyncChannelOutboundWriter.swift
[169/210] Compiling NIOCore NIOAsyncSequenceProducer.swift
[170/210] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[171/210] Compiling NIOCore NIOAsyncWriter.swift
[172/210] Compiling NIOCore CircularBuffer.swift
[173/210] Compiling NIOCore Codec.swift
[174/210] Compiling NIOCore ConvenienceOptionSupport.swift
[175/210] Compiling NIOCore DeadChannel.swift
[176/210] Compiling NIOCore DispatchQueue+WithFuture.swift
[177/210] Compiling NIOCore EventLoop+Deprecated.swift
[178/210] Compiling NIOCore EventLoop+SerialExecutor.swift
[179/210] Compiling NIOCore EventLoop.swift
[180/210] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[181/210] Compiling NIOCore BSDSocketAPI.swift
[182/210] Compiling NIOCore ByteBuffer-aux.swift
[183/210] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[184/210] Compiling NIOCore ByteBuffer-conversions.swift
[185/210] Compiling NIOCore ByteBuffer-core.swift
[186/210] Compiling NIOCore ByteBuffer-hex.swift
[187/210] Compiling NIOCore ByteBuffer-int.swift
[188/210] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[189/210] 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:
[190/210] 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:
[191/210] 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:
/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:
[211/211] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/60] Compiling Logging MetadataProvider.swift
[4/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/61] Compiling NIOConcurrencyHelpers lock.swift
[6/61] Compiling Atomics AtomicValue.swift
[7/61] Compiling Atomics Primitives.shims.swift
[8/61] Compiling Atomics AtomicInteger.swift
[9/61] Compiling Atomics AtomicOptionalWrappable.swift
[10/61] Compiling Atomics UnsafeAtomic.swift
[11/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[12/63] Compiling Atomics ManagedAtomic.swift
[13/63] Compiling Atomics ManagedAtomicLazyReference.swift
[14/63] Compiling Atomics AtomicMemoryOrderings.swift
[15/63] Compiling Atomics DoubleWord.swift
[16/63] Emitting module NIOConcurrencyHelpers
[17/63] Compiling HTTPTypes ISOLatin1String.swift
[18/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/64] Compiling HTTPTypes HTTPParsedFields.swift
[20/64] Compiling Atomics OptionalRawRepresentable.swift
[21/64] Compiling Atomics RawRepresentable.swift
[22/64] Compiling _NIODataStructures PriorityQueue.swift
[23/64] Compiling _NIODataStructures _TinyArray.swift
[24/64] Emitting module _NIODataStructures
[25/64] Emitting module HTTPTypes
[26/64] Compiling HTTPTypes HTTPField.swift
[27/64] Compiling _NIODataStructures Heap.swift
[31/65] Compiling Atomics AtomicReference.swift
[32/65] Compiling Atomics AtomicStorage.swift
[34/65] Emitting module _NIOBase64
[35/65] Compiling _NIOBase64 Base64.swift
[37/66] Compiling NIOConcurrencyHelpers NIOLock.swift
[38/66] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[39/66] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[40/66] Compiling NIOConcurrencyHelpers atomics.swift
[42/67] Compiling HTTPTypes NIOLock.swift
[44/67] Compiling HTTPTypes HTTPResponse.swift
[45/67] Compiling HTTPTypes HTTPRequest.swift
[46/67] Compiling Atomics IntegerOperations.swift
[47/67] Compiling Atomics Unmanaged extensions.swift
[48/67] Compiling Atomics AtomicBool.swift
[49/67] Compiling Atomics IntegerConformances.swift
[50/67] Compiling Atomics PointerConformances.swift
[51/67] Compiling Atomics Primitives.native.swift
[52/67] Emitting module InternalCollectionsUtilities
[56/68] Compiling HTTPTypes HTTPFieldName.swift
[57/68] Compiling HTTPTypes HTTPFields.swift
[59/103] Compiling AWSLambdaEvents DynamoDB.swift
[60/103] Compiling AWSLambdaEvents FunctionURL.swift
[61/105] Compiling AWSLambdaEvents APIGateway.swift
[62/105] Compiling AWSLambdaEvents BedrockAgent.swift
[63/105] Compiling Logging Logging.swift
[64/105] Emitting module Logging
[65/105] Compiling Logging LogHandler.swift
[66/105] Compiling Logging Locks.swift
[68/106] Compiling AWSLambdaEvents CloudFormation.swift
[69/106] Compiling AWSLambdaEvents Cloudwatch.swift
[70/106] Compiling DequeModule _DequeSlot.swift
[71/106] Compiling DequeModule _UnsafeWrappedBuffer.swift
[72/106] Emitting module Atomics
[73/106] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[74/106] Compiling AWSLambdaEvents AWSRegion.swift
[75/106] Compiling AWSLambdaEvents AppSync.swift
[76/106] Compiling AWSLambdaEvents SQS.swift
[77/106] Compiling AWSLambdaEvents Base64.swift
[78/106] Compiling AWSLambdaEvents Cognito.swift
[79/106] Compiling AWSLambdaEvents ALB.swift
[80/106] Compiling AWSLambdaEvents APIGateway+V2.swift
[88/107] Emitting module DequeModule
[89/108] Compiling AWSLambdaEvents SES.swift
[90/108] Compiling AWSLambdaEvents SNS.swift
[96/110] Emitting module AWSLambdaEvents
[97/110] Compiling AWSLambdaEvents DateWrappers.swift
[98/110] Compiling AWSLambdaEvents HTTP.swift
[99/170] Compiling NIOCore ByteBuffer-aux.swift
[100/170] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[101/170] Compiling NIOCore ByteBuffer-conversions.swift
[102/170] Compiling NIOCore MulticastChannel.swift
[103/170] Compiling NIOCore NIOAny.swift
[104/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[105/170] Compiling NIOCore NIOLoopBound.swift
[106/170] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[107/170] Compiling NIOCore NIOScheduledCallback.swift
[108/170] Compiling NIOCore NIOSendable.swift
[109/170] Compiling NIOCore RecvByteBufferAllocator.swift
[110/178] Compiling NIOCore IO.swift
[111/178] Compiling NIOCore IOData.swift
[112/178] Compiling NIOCore IPProtocol.swift
[113/178] Compiling NIOCore IntegerBitPacking.swift
[114/178] Compiling NIOCore IntegerTypes.swift
[115/178] Compiling NIOCore Interfaces.swift
[116/178] Compiling NIOCore Linux.swift
[117/178] Compiling NIOCore MarkedCircularBuffer.swift
[118/178] Compiling NIOCore NIOAsyncSequenceProducer.swift
[119/178] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[120/178] Compiling NIOCore NIOAsyncWriter.swift
[121/178] Compiling NIOCore AddressedEnvelope.swift
[122/178] Compiling NIOCore AsyncAwaitSupport.swift
[123/178] Compiling NIOCore AsyncChannel.swift
[124/178] Compiling NIOCore AsyncChannelHandler.swift
[125/178] Compiling NIOCore AsyncChannelInboundStream.swift
[126/178] Compiling NIOCore AsyncChannelOutboundWriter.swift
[128/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[129/179] Compiling NIOCore SocketAddresses.swift
[130/179] Compiling NIOCore SocketOptionProvider.swift
[131/179] Compiling NIOCore SystemCallHelpers.swift
[132/179] Compiling NIOCore TimeAmount+Duration.swift
[133/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[134/179] Compiling NIOCore UniversalBootstrapSupport.swift
[135/179] Compiling NIOCore Utilities.swift
[145/179] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[146/179] Compiling NIOCore EventLoopFuture+Deprecated.swift
[147/179] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[148/179] Compiling NIOCore EventLoopFuture.swift
[149/179] Compiling NIOCore FileDescriptor.swift
[150/179] Compiling NIOCore FileHandle.swift
[151/179] Compiling NIOCore FileRegion.swift
[152/179] Compiling NIOCore GlobalSingletons.swift
[153/179] 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:
[154/179] 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:
[155/179] 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:
[156/179] 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:
[157/179] 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:
[158/179] 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:
[159/179] 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:
[160/179] 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:
[161/179] 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:
[162/179] Compiling NIOCore CircularBuffer.swift
[163/179] Compiling NIOCore Codec.swift
[164/179] Compiling NIOCore ConvenienceOptionSupport.swift
[165/179] Compiling NIOCore DeadChannel.swift
[166/179] Compiling NIOCore DispatchQueue+WithFuture.swift
[167/179] Compiling NIOCore EventLoop+Deprecated.swift
[168/179] Compiling NIOCore EventLoop+SerialExecutor.swift
[169/179] Compiling NIOCore EventLoop.swift
[170/179] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[171/179] Compiling NIOCore BSDSocketAPI.swift
[175/179] Compiling NIOCore ByteBuffer-core.swift
[176/179] Compiling NIOCore ByteBuffer-hex.swift
[177/179] Compiling NIOCore ByteBuffer-int.swift
[178/179] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[179/179] Emitting module NIOCore
BUILD FAILURE 6.1 wasm