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-aws-lambda-runtime, reference 1.0.0-alpha.3 (5ecc24), with Swift 6.1 for Wasm on 28 May 2025 02:04:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-aws-lambda-runtime.git
Reference: 1.0.0-alpha.3
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/swift-server/swift-aws-lambda-runtime
 * tag               1.0.0-alpha.3 -> FETCH_HEAD
HEAD is now at 5ecc24f Add Breeze to projects.md (#343)
Cloned https://github.com/swift-server/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
5ecc24fa54e61756fe7a7a01f2451da1cffa916e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-aws-lambda-runtime.git at 1.0.0-alpha.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server/swift-aws-lambda-runtime.git
https://github.com/swift-server/swift-aws-lambda-runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.67.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-aws-lambda-runtime",
  "name" : "swift-aws-lambda-runtime",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AWSLambdaRuntime",
      "targets" : [
        "AWSLambdaRuntime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaRuntimeCore",
      "targets" : [
        "AWSLambdaRuntimeCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaPackager",
      "targets" : [
        "AWSLambdaPackager"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "AWSLambdaTesting",
      "targets" : [
        "AWSLambdaTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MockServer",
      "targets" : [
        "MockServer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MockServer",
      "module_type" : "SwiftTarget",
      "name" : "MockServer",
      "path" : "Sources/MockServer",
      "product_dependencies" : [
        "NIOHTTP1",
        "NIO"
      ],
      "product_memberships" : [
        "MockServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AWSLambdaTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaTestingTests",
      "path" : "Tests/AWSLambdaTestingTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaTesting",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaTesting",
      "path" : "Sources/AWSLambdaTesting",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "AWSLambdaTesting"
      ],
      "sources" : [
        "Lambda+Testing.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaRuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeTests",
      "path" : "Tests/AWSLambdaRuntimeTests",
      "sources" : [
        "Lambda+CodableTest.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntimeCore",
        "AWSLambdaRuntime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaRuntimeCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeCoreTests",
      "path" : "Tests/AWSLambdaRuntimeCoreTests",
      "product_dependencies" : [
        "NIOTestUtils",
        "NIOFoundationCompat"
      ],
      "sources" : [
        "ControlPlaneRequestEncoderTests.swift",
        "ControlPlaneRequestTests.swift",
        "DetachedTasksTests.swift",
        "LambdaHandlerTest.swift",
        "LambdaHandlers.swift",
        "LambdaRequestIDTests.swift",
        "LambdaRunnerTest.swift",
        "LambdaRuntimeClientTest.swift",
        "LambdaRuntimeTest.swift",
        "LambdaTest.swift",
        "MockLambdaServer.swift",
        "Utils.swift",
        "UtilsTest.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntimeCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaRuntimeCore",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeCore",
      "path" : "Sources/AWSLambdaRuntimeCore",
      "product_dependencies" : [
        "Logging",
        "NIOHTTP1",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIOPosix"
      ],
      "product_memberships" : [
        "AWSLambdaRuntime",
        "AWSLambdaRuntimeCore",
        "AWSLambdaTesting"
      ],
      "sources" : [
        "ControlPlaneRequest.swift",
        "ControlPlaneRequestEncoder.swift",
        "DetachedTasks.swift",
        "HTTPClient.swift",
        "Lambda+LocalServer.swift",
        "Lambda+String.swift",
        "Lambda.swift",
        "LambdaConfiguration.swift",
        "LambdaContext.swift",
        "LambdaHandler.swift",
        "LambdaRequestID.swift",
        "LambdaRunner.swift",
        "LambdaRuntime.swift",
        "LambdaRuntimeClient.swift",
        "Terminator.swift",
        "Utils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaRuntime",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntime",
      "path" : "Sources/AWSLambdaRuntime",
      "product_dependencies" : [
        "NIOCore",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "AWSLambdaRuntime",
        "AWSLambdaTesting"
      ],
      "sources" : [
        "Context+Foundation.swift",
        "Lambda+Codable.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntimeCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaPackager",
      "module_type" : "PluginTarget",
      "name" : "AWSLambdaPackager",
      "path" : "Plugins/AWSLambdaPackager",
      "plugin_capability" : {
        "intent" : {
          "description" : "Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions.",
          "type" : "custom",
          "verb" : "archive"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "AWSLambdaPackager"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/2049] Fetching swift-docc-plugin
[227/5885] Fetching swift-docc-plugin, swift-log
[5886/81940] Fetching swift-docc-plugin, swift-log, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (0.40s)
[5358/79891] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.91s)
Fetched https://github.com/apple/swift-nio.git from cache (5.00s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (7.01s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/3390] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.99s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.79s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[1643/18301] Fetching swift-atomics, swift-collections
[2375/22692] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (2.33s)
Fetched https://github.com/apple/swift-system.git from cache (2.35s)
Fetched https://github.com/apple/swift-collections.git from cache (2.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.25s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.67s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
[1/1] Compiling plugin AWSLambdaPackager
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC Preview
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/47] Write sources
[19/47] Compiling CNIOWindows WSAStartup.c
[20/47] Compiling CNIOWindows shim.c
[21/47] Compiling _AtomicsShims.c
[22/47] Compiling CNIOLinux shim.c
[23/47] Compiling CNIOWASI CNIOWASI.c
[24/47] Compiling CNIOLinux liburing_shims.c
[25/47] Write sources
[26/47] Compiling CNIODarwin shim.c
[27/47] Compiling CNIOLLHTTP c_nio_http.c
[28/47] Write swift-version-24593BA9C3E375BF.txt
[29/47] Compiling CNIOLLHTTP c_nio_api.c
[30/91] Compiling c-atomics.c
[31/91] Compiling c-nioatomics.c
[32/91] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/97] Emitting module Atomics
[35/99] Emitting module NIOConcurrencyHelpers
[36/99] Compiling InternalCollectionsUtilities Descriptions.swift
[37/99] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[38/100] Compiling Atomics UnsafeAtomicLazyReference.swift
[39/100] Compiling Atomics AtomicReference.swift
[40/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[41/100] Compiling Atomics UnsafeAtomic.swift
[43/100] Compiling Atomics OptionalRawRepresentable.swift
[44/100] Compiling Atomics RawRepresentable.swift
[45/100] Compiling _NIODataStructures _TinyArray.swift
[46/100] Emitting module InternalCollectionsUtilities
[47/100] Compiling Atomics AtomicBool.swift
[49/100] Emitting module _NIOBase64
[50/100] Compiling _NIOBase64 Base64.swift
[51/100] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/100] Compiling InternalCollectionsUtilities Debugging.swift
[53/101] Compiling Atomics AtomicStorage.swift
[54/101] Compiling Atomics AtomicValue.swift
[57/101] Emitting module Logging
[63/101] Compiling Atomics Primitives.shims.swift
[64/101] Compiling Atomics AtomicInteger.swift
[65/101] Compiling Atomics AtomicOptionalWrappable.swift
[66/101] Compiling _NIODataStructures PriorityQueue.swift
[70/101] Compiling Atomics IntegerConformances.swift
[71/101] Compiling Atomics PointerConformances.swift
[72/101] Compiling Atomics Primitives.native.swift
[74/101] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/102] Compiling Atomics IntegerOperations.swift
[77/102] Compiling Atomics Unmanaged extensions.swift
[78/103] Compiling NIOConcurrencyHelpers lock.swift
[79/103] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[80/103] Compiling NIOConcurrencyHelpers atomics.swift
[82/103] Compiling _NIODataStructures Heap.swift
[83/103] Emitting module _NIODataStructures
[84/104] Compiling Logging LogHandler.swift
[85/104] Compiling Logging Locks.swift
[86/104] Compiling Logging MetadataProvider.swift
[87/104] Compiling Logging Logging.swift
[90/105] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[91/105] Compiling NIOConcurrencyHelpers NIOLock.swift
[92/106] Wrapping AST for _NIOBase64 for debugging
[93/106] Wrapping AST for InternalCollectionsUtilities for debugging
[94/106] Wrapping AST for Atomics for debugging
[95/106] Wrapping AST for _NIODataStructures for debugging
[96/108] Wrapping AST for NIOConcurrencyHelpers for debugging
[98/121] Compiling DequeModule _DequeBuffer.swift
[99/121] Compiling DequeModule _DequeBufferHeader.swift
[100/123] Compiling DequeModule Deque+Testing.swift
[101/123] Compiling DequeModule Deque._Storage.swift
[102/123] Compiling DequeModule Deque._UnsafeHandle.swift
[103/123] Compiling DequeModule Deque.swift
[104/123] Compiling DequeModule _DequeSlot.swift
[105/123] Compiling DequeModule _UnsafeWrappedBuffer.swift
[106/123] Compiling DequeModule Deque+Equatable.swift
[107/123] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[108/123] Compiling DequeModule Deque+Extras.swift
[109/123] Compiling DequeModule Deque+Hashable.swift
[110/123] Compiling DequeModule Deque+CustomReflectable.swift
[111/123] Compiling DequeModule Deque+Descriptions.swift
[112/123] Compiling DequeModule Deque+Codable.swift
[113/123] Compiling DequeModule Deque+Collection.swift
[114/123] Emitting module DequeModule
[115/124] Wrapping AST for DequeModule for debugging
[117/184] Compiling NIOCore MulticastChannel.swift
[118/184] Compiling NIOCore NIOAny.swift
[119/184] Compiling NIOCore NIOCloseOnErrorHandler.swift
[120/184] Compiling NIOCore NIOLoopBound.swift
[121/184] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[122/184] Compiling NIOCore NIOScheduledCallback.swift
[123/184] Compiling NIOCore NIOSendable.swift
[124/184] Compiling NIOCore RecvByteBufferAllocator.swift
[125/192] Compiling NIOCore IO.swift
[126/192] Compiling NIOCore IOData.swift
[127/192] Compiling NIOCore IPProtocol.swift
[128/192] Compiling NIOCore IntegerBitPacking.swift
[129/192] Compiling NIOCore IntegerTypes.swift
[130/192] Compiling NIOCore Interfaces.swift
[131/192] Compiling NIOCore Linux.swift
[132/192] Compiling NIOCore MarkedCircularBuffer.swift
[133/192] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[134/192] Compiling NIOCore EventLoopFuture+Deprecated.swift
[135/192] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[136/192] Compiling NIOCore EventLoopFuture.swift
[137/192] Compiling NIOCore FileDescriptor.swift
[138/192] Compiling NIOCore FileHandle.swift
[139/192] Compiling NIOCore FileRegion.swift
[140/192] Compiling NIOCore GlobalSingletons.swift
[141/192] Compiling NIOCore CircularBuffer.swift
[142/192] Compiling NIOCore Codec.swift
[143/192] Compiling NIOCore ConvenienceOptionSupport.swift
[144/192] Compiling NIOCore DeadChannel.swift
[145/192] Compiling NIOCore DispatchQueue+WithFuture.swift
[146/192] Compiling NIOCore EventLoop+Deprecated.swift
[147/192] Compiling NIOCore EventLoop+SerialExecutor.swift
[148/192] Compiling NIOCore EventLoop.swift
[149/192] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[150/192] Compiling NIOCore SocketAddresses.swift
[151/192] Compiling NIOCore SocketOptionProvider.swift
[152/192] Compiling NIOCore SystemCallHelpers.swift
[153/192] Compiling NIOCore TimeAmount+Duration.swift
[154/192] Compiling NIOCore TypeAssistedChannelHandler.swift
[155/192] Compiling NIOCore UniversalBootstrapSupport.swift
[156/192] Compiling NIOCore Utilities.swift
[157/192] 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:
[158/192] 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:
[159/192] 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:
[160/192] 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:
[161/192] 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:
[162/192] 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:
[163/192] 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:
[164/192] 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:
[165/192] 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:
[166/192] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[167/192] Compiling NIOCore BSDSocketAPI.swift
[168/192] Compiling NIOCore ByteBuffer-aux.swift
[169/192] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[170/192] Compiling NIOCore ByteBuffer-conversions.swift
[171/192] Compiling NIOCore ByteBuffer-core.swift
[172/192] Compiling NIOCore ByteBuffer-hex.swift
[173/192] Compiling NIOCore ByteBuffer-int.swift
[174/192] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[175/192] Compiling NIOCore AddressedEnvelope.swift
[176/192] Compiling NIOCore AsyncAwaitSupport.swift
[177/192] Compiling NIOCore AsyncChannel.swift
[178/192] Compiling NIOCore AsyncChannelHandler.swift
[179/192] Compiling NIOCore AsyncChannelInboundStream.swift
[180/192] Compiling NIOCore AsyncChannelOutboundWriter.swift
[181/192] Compiling NIOCore NIOAsyncSequenceProducer.swift
[182/192] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[183/192] Compiling NIOCore NIOAsyncWriter.swift
[184/192] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin AWSLambdaPackager
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC Preview
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/18] Write swift-version-24593BA9C3E375BF.txt
[5/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/69] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/69] Compiling InternalCollectionsUtilities Debugging.swift
[8/69] Compiling InternalCollectionsUtilities Descriptions.swift
[9/69] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/69] Compiling Logging MetadataProvider.swift
[11/69] Compiling Logging LogHandler.swift
[12/69] Compiling NIOConcurrencyHelpers lock.swift
[13/69] Emitting module InternalCollectionsUtilities
[14/69] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/69] Compiling InternalCollectionsUtilities Integer rank.swift
[16/69] Compiling Atomics UnsafeAtomic.swift
[17/69] Compiling Atomics UnsafeAtomicLazyReference.swift
[18/71] Compiling Atomics AtomicMemoryOrderings.swift
[19/71] Compiling Atomics DoubleWord.swift
[20/71] Compiling Atomics ManagedAtomic.swift
[21/71] Compiling Atomics ManagedAtomicLazyReference.swift
[22/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/71] Emitting module Logging
[24/71] Compiling _NIOBase64 Base64.swift
[25/71] Compiling NIOConcurrencyHelpers NIOLock.swift
[26/71] Compiling _NIODataStructures PriorityQueue.swift
[27/71] Compiling _NIODataStructures _TinyArray.swift
[28/71] Emitting module _NIOBase64
[29/72] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/72] Compiling InternalCollectionsUtilities _SortedCollection.swift
[36/72] Emitting module _NIODataStructures
[39/72] Compiling _NIODataStructures Heap.swift
[41/73] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/73] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/73] Compiling Atomics IntegerOperations.swift
[44/73] Compiling Atomics Unmanaged extensions.swift
[45/73] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/73] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/73] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[48/74] Emitting module NIOConcurrencyHelpers
[50/74] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[51/74] Compiling NIOConcurrencyHelpers atomics.swift
[53/75] Compiling Logging Locks.swift
[54/75] Compiling Logging Logging.swift
[55/73] Wrapping AST for InternalCollectionsUtilities for debugging
[57/88] Emitting module Atomics
[58/88] Compiling DequeModule Deque+CustomReflectable.swift
[59/88] Compiling DequeModule Deque+Descriptions.swift
[60/90] Compiling DequeModule Deque+Codable.swift
[61/90] Compiling DequeModule Deque+Collection.swift
[64/90] Compiling DequeModule Deque+Extras.swift
[65/90] Compiling DequeModule Deque+Hashable.swift
[68/91] Compiling DequeModule Deque+Testing.swift
[69/91] Compiling DequeModule Deque._Storage.swift
[70/91] Compiling DequeModule Deque+Equatable.swift
[71/91] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[72/91] Compiling DequeModule _DequeBuffer.swift
[73/91] Compiling DequeModule _DequeBufferHeader.swift
[74/91] Emitting module DequeModule
[76/91] Compiling DequeModule Deque._UnsafeHandle.swift
[77/91] Compiling DequeModule Deque.swift
[80/91] Compiling DequeModule _DequeSlot.swift
[81/91] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/92] Wrapping AST for DequeModule for debugging
[83/92] Wrapping AST for Atomics for debugging
[85/152] Compiling NIOCore MulticastChannel.swift
[86/152] Compiling NIOCore NIOAny.swift
[87/152] Compiling NIOCore NIOCloseOnErrorHandler.swift
[88/152] Compiling NIOCore NIOLoopBound.swift
[89/152] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[90/152] Compiling NIOCore NIOScheduledCallback.swift
[91/152] Compiling NIOCore NIOSendable.swift
[92/152] Compiling NIOCore RecvByteBufferAllocator.swift
[93/160] Compiling NIOCore IO.swift
[94/160] Compiling NIOCore IOData.swift
[95/160] Compiling NIOCore IPProtocol.swift
[96/160] Compiling NIOCore IntegerBitPacking.swift
[97/160] Compiling NIOCore IntegerTypes.swift
[98/160] Compiling NIOCore Interfaces.swift
[99/160] Compiling NIOCore Linux.swift
[100/160] Compiling NIOCore MarkedCircularBuffer.swift
[101/160] Compiling NIOCore CircularBuffer.swift
[102/160] Compiling NIOCore Codec.swift
[103/160] Compiling NIOCore ConvenienceOptionSupport.swift
[104/160] Compiling NIOCore DeadChannel.swift
[105/160] Compiling NIOCore DispatchQueue+WithFuture.swift
[106/160] Compiling NIOCore EventLoop+Deprecated.swift
[107/160] Compiling NIOCore EventLoop+SerialExecutor.swift
[108/160] Compiling NIOCore EventLoop.swift
[109/160] 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:
[110/160] 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:
[111/160] 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:
[112/160] 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:
[113/160] 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:
[114/160] 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:
[115/160] 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:
[116/160] 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:
[117/160] 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:
[118/160] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[119/160] Compiling NIOCore EventLoopFuture+Deprecated.swift
[120/160] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[121/160] Compiling NIOCore EventLoopFuture.swift
[122/160] Compiling NIOCore FileDescriptor.swift
[123/160] Compiling NIOCore FileHandle.swift
[124/160] Compiling NIOCore FileRegion.swift
[125/160] Compiling NIOCore GlobalSingletons.swift
[126/160] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[127/160] Compiling NIOCore BSDSocketAPI.swift
[128/160] Compiling NIOCore ByteBuffer-aux.swift
[129/160] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[130/160] Compiling NIOCore ByteBuffer-conversions.swift
[131/160] Compiling NIOCore ByteBuffer-core.swift
[132/160] Compiling NIOCore ByteBuffer-hex.swift
[133/160] Compiling NIOCore ByteBuffer-int.swift
[134/160] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[135/160] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[136/160] Compiling NIOCore SocketAddresses.swift
[137/160] Compiling NIOCore SocketOptionProvider.swift
[138/160] Compiling NIOCore SystemCallHelpers.swift
[139/160] Compiling NIOCore TimeAmount+Duration.swift
[140/160] Compiling NIOCore TypeAssistedChannelHandler.swift
[141/160] Compiling NIOCore UniversalBootstrapSupport.swift
[142/160] Compiling NIOCore Utilities.swift
[143/160] Compiling NIOCore AddressedEnvelope.swift
[144/160] Compiling NIOCore AsyncAwaitSupport.swift
[145/160] Compiling NIOCore AsyncChannel.swift
[146/160] Compiling NIOCore AsyncChannelHandler.swift
[147/160] Compiling NIOCore AsyncChannelInboundStream.swift
[148/160] Compiling NIOCore AsyncChannelOutboundWriter.swift
[149/160] Compiling NIOCore NIOAsyncSequenceProducer.swift
[150/160] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[151/160] Compiling NIOCore NIOAsyncWriter.swift
[152/160] Emitting module NIOCore
BUILD FAILURE 6.1 wasm