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 main (3d5faf), with Swift 6.1 for Wasm on 29 May 2025 20:58:47 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mobelux/swift-lambda-extras.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/Mobelux/swift-lambda-extras
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swift-server/swift-aws-lambda-runtime
[1/11517] Fetching swift-aws-lambda-runtime
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-aws-lambda-events
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (3.11s)
[1/2436] Fetching swift-aws-lambda-events
[2437/6272] Fetching swift-aws-lambda-events, swift-log
[6273/82380] Fetching swift-aws-lambda-events, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
[4720/78544] Fetching swift-aws-lambda-events, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-events from cache (8.82s)
Fetched https://github.com/apple/swift-nio.git from cache (8.97s)
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.99s)
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.32s)
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.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.75s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[634/18301] Fetching swift-atomics, swift-collections
[1384/22692] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.87s)
[8705/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.23s)
Fetched https://github.com/apple/swift-collections.git from cache (2.27s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.15s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.05s)
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 (1.39s)
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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.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-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
[18/34] Compiling _AtomicsShims.c
[20/34] Compiling CNIOLinux liburing_shims.c
[21/34] Compiling CNIOWindows WSAStartup.c
[22/34] Compiling CNIOLinux shim.c
[22/34] Write sources
[22/34] Compiling CNIODarwin shim.c
[28/34] Compiling CNIOLLHTTP c_nio_http.c
[29/34] Compiling CNIOLLHTTP c_nio_api.c
[30/34] Write swift-version-24593BA9C3E375BF.txt
[31/34] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/86] Emitting module _NIOBase64
[33/86] Compiling c-nioatomics.c
[35/86] Emitting module Atomics
[36/88] Emitting module HTTPTypes
[37/89] Emitting module Logging
[38/89] Compiling Logging LogHandler.swift
[39/89] Compiling Atomics AtomicValue.swift
[40/89] Compiling Atomics Primitives.shims.swift
[41/90] Compiling HTTPTypes ISOLatin1String.swift
[42/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/90] Compiling c-atomics.c
[44/90] Compiling HTTPTypes HTTPParsedFields.swift
[45/90] Compiling HTTPTypes HTTPRequest.swift
[46/90] Compiling Atomics PointerConformances.swift
[47/90] Compiling Atomics Primitives.native.swift
[48/90] Compiling Atomics AtomicReference.swift
[49/90] Compiling Atomics AtomicStorage.swift
[50/90] Compiling Atomics AtomicBool.swift
[51/90] Compiling Atomics IntegerConformances.swift
[52/90] Compiling HTTPTypes HTTPResponse.swift
[53/90] Compiling Atomics ManagedAtomic.swift
[54/90] Compiling Atomics ManagedAtomicLazyReference.swift
[55/90] Compiling Atomics UnsafeAtomic.swift
[56/90] Compiling Atomics UnsafeAtomicLazyReference.swift
[57/90] Emitting module InternalCollectionsUtilities
[58/90] Compiling Atomics OptionalRawRepresentable.swift
[59/90] Compiling Atomics RawRepresentable.swift
[60/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/90] Compiling HTTPTypes NIOLock.swift
[62/90] Compiling HTTPTypes HTTPField.swift
[63/90] Compiling HTTPTypes HTTPFieldName.swift
[64/90] Compiling Atomics IntegerOperations.swift
[65/90] Compiling Atomics Unmanaged extensions.swift
[66/90] Compiling _NIODataStructures PriorityQueue.swift
[67/90] Compiling _NIODataStructures _TinyArray.swift
[68/90] Compiling Atomics AtomicMemoryOrderings.swift
[69/90] Compiling Atomics DoubleWord.swift
[70/90] Compiling Atomics AtomicInteger.swift
[71/90] Compiling Atomics AtomicOptionalWrappable.swift
[72/90] Compiling _NIOBase64 Base64.swift
[73/92] Compiling Logging MetadataProvider.swift
[74/92] Compiling _NIODataStructures Heap.swift
[75/92] Emitting module _NIODataStructures
[76/92] Compiling Logging Locks.swift
[77/92] Compiling Logging Logging.swift
[95/116] Compiling NIOConcurrencyHelpers NIOLock.swift
[96/116] Compiling NIOConcurrencyHelpers lock.swift
[97/116] Compiling DequeModule Deque+CustomReflectable.swift
[98/116] Compiling DequeModule Deque+Descriptions.swift
[99/118] Compiling DequeModule Deque+Equatable.swift
[100/118] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[101/118] Compiling DequeModule _DequeBuffer.swift
[102/118] Compiling DequeModule _DequeBufferHeader.swift
[103/118] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/118] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[105/118] Compiling NIOConcurrencyHelpers atomics.swift
[106/118] Compiling DequeModule Deque+Extras.swift
[107/118] Compiling DequeModule Deque+Hashable.swift
[108/118] Emitting module NIOConcurrencyHelpers
[109/119] Compiling HTTPTypes HTTPFields.swift
[111/120] Compiling DequeModule _DequeSlot.swift
[112/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/139] Compiling AWSLambdaEvents FunctionURL.swift
[115/139] Compiling AWSLambdaEvents BedrockAgent.swift
[116/139] Compiling AWSLambdaEvents CloudFormation.swift
[117/139] Compiling AWSLambdaEvents Cloudwatch.swift
[118/139] Compiling AWSLambdaEvents ALB.swift
[119/139] Compiling AWSLambdaEvents APIGateway+V2.swift
[120/139] Emitting module DequeModule
[122/200] Compiling NIOCore EventLoop.swift
[123/200] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[124/202] Compiling NIOCore MulticastChannel.swift
[125/202] Compiling NIOCore NIOAny.swift
[126/202] Compiling NIOCore NIOCloseOnErrorHandler.swift
[127/202] Compiling NIOCore NIOLoopBound.swift
[128/202] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[129/202] Compiling NIOCore NIOScheduledCallback.swift
[130/202] Compiling NIOCore NIOSendable.swift
[131/202] Compiling NIOCore RecvByteBufferAllocator.swift
[132/210] Compiling NIOCore DeadChannel.swift
[133/210] Compiling NIOCore DispatchQueue+WithFuture.swift
[134/210] Compiling NIOCore EventLoop+Deprecated.swift
[135/210] Compiling NIOCore EventLoop+SerialExecutor.swift
[136/210] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[137/210] Compiling NIOCore EventLoopFuture+Deprecated.swift
[138/210] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[139/210] Compiling NIOCore EventLoopFuture.swift
[140/210] Compiling NIOCore FileDescriptor.swift
[141/210] Compiling NIOCore FileHandle.swift
[142/210] Compiling NIOCore FileRegion.swift
[143/210] Compiling NIOCore GlobalSingletons.swift
[144/210] Compiling NIOCore IO.swift
[145/210] Compiling NIOCore IOData.swift
[146/210] Compiling NIOCore IPProtocol.swift
[147/210] Compiling NIOCore IntegerBitPacking.swift
[148/210] Compiling NIOCore IntegerTypes.swift
[149/210] Compiling NIOCore Interfaces.swift
[150/210] Compiling NIOCore Linux.swift
[151/210] Compiling NIOCore MarkedCircularBuffer.swift
[152/210] Compiling AWSLambdaEvents DateWrappers.swift
[153/210] Compiling AWSLambdaEvents HTTP.swift
[154/210] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[155/210] Compiling NIOCore SocketAddresses.swift
[156/210] Compiling NIOCore SocketOptionProvider.swift
[157/210] Compiling NIOCore SystemCallHelpers.swift
[158/210] Compiling NIOCore TimeAmount+Duration.swift
[159/210] Compiling NIOCore TypeAssistedChannelHandler.swift
[160/210] Compiling NIOCore UniversalBootstrapSupport.swift
[161/210] Compiling NIOCore Utilities.swift
[162/210] Compiling NIOCore NIOAsyncSequenceProducer.swift
[163/210] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[164/210] Compiling NIOCore NIOAsyncWriter.swift
[165/210] Emitting module AWSLambdaEvents
[166/210] Compiling NIOCore AddressedEnvelope.swift
[167/210] Compiling NIOCore AsyncAwaitSupport.swift
[168/210] Compiling NIOCore AsyncChannel.swift
[169/210] Compiling NIOCore AsyncChannelHandler.swift
[170/210] Compiling NIOCore AsyncChannelInboundStream.swift
[171/210] Compiling NIOCore AsyncChannelOutboundWriter.swift
[175/210] Compiling NIOCore CircularBuffer.swift
[176/210] Compiling NIOCore Codec.swift
[177/210] Compiling NIOCore ConvenienceOptionSupport.swift
[183/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:
[184/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:
[185/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:
[186/210] 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:
[187/210] 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:
[188/210] 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:
[189/210] 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:
[190/210] 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:
[191/210] 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:
[195/210] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[196/210] Compiling NIOCore ByteBuffer-conversions.swift
[197/210] Compiling NIOCore ByteBuffer-core.swift
[198/210] Compiling NIOCore ByteBuffer-hex.swift
[199/210] Compiling NIOCore ByteBuffer-int.swift
[200/210] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[211/211] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/60] Compiling Logging Locks.swift
[4/60] Compiling Logging MetadataProvider.swift
[5/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/61] Compiling Atomics Primitives.shims.swift
[7/61] Compiling Atomics AtomicInteger.swift
[8/61] Compiling Atomics AtomicStorage.swift
[9/61] Compiling Atomics AtomicValue.swift
[10/61] Emitting module Logging
[13/61] Compiling Atomics AtomicOptionalWrappable.swift
[14/63] Compiling NIOConcurrencyHelpers lock.swift
[15/63] Compiling Atomics UnsafeAtomic.swift
[16/63] Compiling Atomics UnsafeAtomicLazyReference.swift
[17/63] Compiling NIOConcurrencyHelpers NIOLock.swift
[18/63] Compiling Atomics AtomicMemoryOrderings.swift
[19/63] Compiling Atomics DoubleWord.swift
[20/63] Compiling Atomics ManagedAtomic.swift
[21/63] Compiling Atomics ManagedAtomicLazyReference.swift
[22/63] Compiling Atomics OptionalRawRepresentable.swift
[23/63] Compiling Atomics RawRepresentable.swift
[24/63] Emitting module HTTPTypes
[25/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/64] Compiling HTTPTypes ISOLatin1String.swift
[27/64] Emitting module _NIODataStructures
[28/64] Emitting module _NIOBase64
[29/64] Compiling _NIOBase64 Base64.swift
[30/65] Compiling Atomics IntegerOperations.swift
[31/65] Compiling Atomics Unmanaged extensions.swift
[32/65] Compiling HTTPTypes HTTPField.swift
[34/65] Compiling _NIODataStructures PriorityQueue.swift
[35/65] Compiling _NIODataStructures Heap.swift
[36/65] Compiling _NIODataStructures _TinyArray.swift
[37/66] Compiling HTTPTypes NIOLock.swift
[38/66] Emitting module InternalCollectionsUtilities
[39/66] Compiling Atomics AtomicReference.swift
[42/66] Compiling NIOConcurrencyHelpers atomics.swift
[43/66] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[44/66] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[45/66] Emitting module NIOConcurrencyHelpers
[50/67] Compiling Atomics PointerConformances.swift
[51/67] Compiling Atomics Primitives.native.swift
[52/67] Compiling Atomics AtomicBool.swift
[53/67] Compiling Atomics IntegerConformances.swift
[55/83] Compiling HTTPTypes HTTPRequest.swift
[56/83] Compiling HTTPTypes HTTPParsedFields.swift
[57/83] Compiling HTTPTypes HTTPResponse.swift
[58/83] Compiling Logging LogHandler.swift
[59/83] Compiling Logging Logging.swift
[60/84] Compiling HTTPTypes HTTPFieldName.swift
[61/84] Compiling HTTPTypes HTTPFields.swift
[63/85] Compiling DequeModule _DequeBuffer.swift
[64/85] Compiling DequeModule _DequeBufferHeader.swift
[66/88] Compiling DequeModule Deque+Equatable.swift
[67/88] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[68/88] Compiling DequeModule Deque+Extras.swift
[69/88] Compiling DequeModule Deque+Hashable.swift
[70/88] Compiling DequeModule Deque._UnsafeHandle.swift
[71/88] Compiling DequeModule Deque.swift
[72/88] Compiling DequeModule Deque+CustomReflectable.swift
[73/88] Compiling DequeModule Deque+Descriptions.swift
[74/88] Compiling DequeModule Deque+Testing.swift
[75/88] Compiling DequeModule Deque._Storage.swift
[76/106] Compiling AWSLambdaEvents SES.swift
[77/106] Compiling AWSLambdaEvents SNS.swift
[78/106] Emitting module Atomics
[79/106] Emitting module DequeModule
[80/106] Compiling AWSLambdaEvents AWSRegion.swift
[81/106] Compiling AWSLambdaEvents AppSync.swift
[83/107] Compiling AWSLambdaEvents ALB.swift
[84/107] Compiling AWSLambdaEvents APIGateway+V2.swift
[85/107] Compiling AWSLambdaEvents APIGateway.swift
[86/107] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[89/108] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[90/108] Compiling AWSLambdaEvents S3.swift
[92/110] Compiling AWSLambdaEvents SQS.swift
[93/110] Compiling AWSLambdaEvents Base64.swift
[96/170] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[97/170] Compiling NIOCore ByteBuffer-views.swift
[98/170] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[99/170] Compiling NIOCore ByteBuffer-conversions.swift
[100/170] Compiling NIOCore ByteBuffer-core.swift
[101/170] Compiling NIOCore MulticastChannel.swift
[102/170] Compiling NIOCore NIOAny.swift
[103/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[104/170] Compiling NIOCore NIOLoopBound.swift
[105/170] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[106/170] Compiling NIOCore NIOScheduledCallback.swift
[107/170] Compiling NIOCore NIOSendable.swift
[108/170] Compiling NIOCore RecvByteBufferAllocator.swift
[109/170] Compiling NIOCore IO.swift
[110/170] Compiling NIOCore IOData.swift
[111/170] Compiling NIOCore IPProtocol.swift
[112/170] Compiling NIOCore IntegerBitPacking.swift
[113/170] Compiling NIOCore IntegerTypes.swift
[114/170] Compiling NIOCore Interfaces.swift
[115/170] Compiling NIOCore Linux.swift
[116/170] Compiling NIOCore MarkedCircularBuffer.swift
[117/178] Emitting module AWSLambdaEvents
[118/178] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[119/178] Compiling NIOCore BSDSocketAPI.swift
[120/178] Compiling NIOCore ByteBuffer-aux.swift
[121/178] Compiling NIOCore ByteBuffer-hex.swift
[122/178] Compiling NIOCore ByteBuffer-int.swift
[123/178] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[124/178] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[125/178] Compiling NIOCore EventLoopFuture.swift
[126/178] Compiling NIOCore FileDescriptor.swift
[128/179] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[129/179] Compiling NIOCore EventLoopFuture+Deprecated.swift
[133/179] Compiling NIOCore FileHandle.swift
[134/179] Compiling NIOCore FileRegion.swift
[135/179] Compiling NIOCore GlobalSingletons.swift
[136/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[137/179] Compiling NIOCore SocketAddresses.swift
[138/179] Compiling NIOCore SocketOptionProvider.swift
[139/179] Compiling NIOCore SystemCallHelpers.swift
[140/179] Compiling NIOCore TimeAmount+Duration.swift
[141/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[142/179] Compiling NIOCore UniversalBootstrapSupport.swift
[143/179] Compiling NIOCore Utilities.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:
/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:
[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 AddressedEnvelope.swift
[171/179] Compiling NIOCore AsyncAwaitSupport.swift
[172/179] Compiling NIOCore AsyncChannel.swift
[173/179] Compiling NIOCore AsyncChannelHandler.swift
[174/179] Compiling NIOCore AsyncChannelInboundStream.swift
[175/179] Compiling NIOCore AsyncChannelOutboundWriter.swift
[176/179] Compiling NIOCore NIOAsyncSequenceProducer.swift
[177/179] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[178/179] Compiling NIOCore NIOAsyncWriter.swift
[179/179] Emitting module NIOCore
BUILD FAILURE 6.1 wasm