Build Information
Failed to build swift-aws-lambda-runtime, reference 1.0.0-alpha.3 (5ecc24
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 03:33:22 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.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path: $PWD
https://github.com/swift-server/swift-aws-lambda-runtime.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/2082] Fetching swift-docc-plugin
[231/5918] Fetching swift-docc-plugin, swift-log
[5919/82245] Fetching swift-docc-plugin, swift-log, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (0.48s)
[6126/80163] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (6.73s)
Fetched https://github.com/apple/swift-nio.git from cache (6.89s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (11.21s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (1.04s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.88s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[1403/6233] Fetching swift-atomics, swift-system
[2464/22873] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
[7265/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.72s)
Fetched https://github.com/apple/swift-collections.git from cache (1.77s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.37s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.93s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-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-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-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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
[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
[17/47] Compiling CNIOWindows shim.c
[18/47] Compiling CNIOWindows WSAStartup.c
[19/47] Compiling _AtomicsShims.c
[20/47] Compiling CNIOWASI CNIOWASI.c
[20/47] Compiling CNIOLinux liburing_shims.c
[22/47] Compiling CNIOLinux shim.c
[22/47] Write sources
[26/47] Compiling CNIODarwin shim.c
[26/47] Compiling CNIOLLHTTP c_nio_http.c
[28/47] Write swift-version-24593BA9C3E375BF.txt
[29/47] Compiling CNIOLLHTTP c_nio_api.c
[31/90] Emitting module InternalCollectionsUtilities
[31/91] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/91] Compiling c-nioatomics.c
[33/91] Compiling c-atomics.c
[35/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/97] Compiling Atomics AtomicInteger.swift
[37/97] Compiling Atomics AtomicOptionalWrappable.swift
[38/97] Emitting module Logging
[39/97] Compiling Atomics AtomicReference.swift
[40/97] Compiling Atomics AtomicStorage.swift
[41/97] Compiling Atomics AtomicBool.swift
[42/97] Compiling Atomics IntegerConformances.swift
[43/97] Compiling Atomics OptionalRawRepresentable.swift
[44/97] Compiling Atomics RawRepresentable.swift
[45/97] Compiling Atomics PointerConformances.swift
[46/97] Compiling Atomics Primitives.native.swift
[47/97] Compiling Logging Locks.swift
[48/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/97] Compiling Atomics AtomicValue.swift
[50/97] Compiling Atomics AtomicMemoryOrderings.swift
[54/98] Compiling Atomics DoubleWord.swift
[55/98] Compiling Atomics ManagedAtomic.swift
[56/98] Compiling Atomics ManagedAtomicLazyReference.swift
[57/98] Compiling Atomics UnsafeAtomic.swift
[58/98] Compiling Atomics UnsafeAtomicLazyReference.swift
[62/100] Emitting module Atomics
[63/100] Emitting module _NIOBase64
[71/100] Compiling _NIOBase64 Base64.swift
[73/101] Compiling _NIODataStructures _TinyArray.swift
[74/101] Compiling _NIODataStructures PriorityQueue.swift
[74/101] Wrapping AST for _NIOBase64 for debugging
[75/101] Wrapping AST for InternalCollectionsUtilities for debugging
[77/116] Compiling DequeModule Deque+CustomReflectable.swift
[78/116] Compiling DequeModule Deque+Descriptions.swift
[79/118] Compiling Atomics IntegerOperations.swift
[80/118] Compiling Atomics Unmanaged extensions.swift
[82/119] Compiling DequeModule _DequeBuffer.swift
[83/119] Compiling DequeModule _DequeBufferHeader.swift
[83/119] Wrapping AST for Atomics for debugging
[85/119] Compiling Logging MetadataProvider.swift
[86/119] Compiling NIOConcurrencyHelpers lock.swift
[87/119] Compiling _NIODataStructures Heap.swift
[88/119] Emitting module _NIODataStructures
[89/120] Wrapping AST for _NIODataStructures for debugging
[91/120] Compiling DequeModule _DequeSlot.swift
[92/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[93/120] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/120] Compiling NIOConcurrencyHelpers atomics.swift
[95/120] Emitting module NIOConcurrencyHelpers
[96/120] Compiling NIOConcurrencyHelpers NIOLock.swift
[97/120] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[98/121] Wrapping AST for NIOConcurrencyHelpers for debugging
[100/121] Compiling Logging LogHandler.swift
[101/121] Compiling Logging Logging.swift
[102/122] Compiling DequeModule Deque+Testing.swift
[103/122] Compiling DequeModule Deque._Storage.swift
[104/122] Compiling DequeModule Deque+Equatable.swift
[105/122] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[106/122] Compiling DequeModule Deque+Extras.swift
[107/122] Compiling DequeModule Deque+Hashable.swift
[108/122] Compiling DequeModule Deque._UnsafeHandle.swift
[109/122] Compiling DequeModule Deque.swift
[111/122] Compiling DequeModule Deque+Codable.swift
[112/122] Compiling DequeModule Deque+Collection.swift
[113/122] Emitting module DequeModule
[114/123] Wrapping AST for DequeModule for debugging
[116/183] Compiling NIOCore IO.swift
[117/183] Compiling NIOCore IOData.swift
[118/183] Compiling NIOCore IPProtocol.swift
[119/183] Compiling NIOCore IntegerBitPacking.swift
[120/183] Compiling NIOCore IntegerTypes.swift
[121/183] Compiling NIOCore Interfaces.swift
[122/183] Compiling NIOCore Linux.swift
[123/183] Compiling NIOCore MarkedCircularBuffer.swift
[124/191] Compiling NIOCore MulticastChannel.swift
[125/191] Compiling NIOCore NIOAny.swift
[126/191] Compiling NIOCore NIOCloseOnErrorHandler.swift
[127/191] Compiling NIOCore NIOLoopBound.swift
[128/191] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[129/191] Compiling NIOCore NIOScheduledCallback.swift
[130/191] Compiling NIOCore NIOSendable.swift
[131/191] Compiling NIOCore RecvByteBufferAllocator.swift
[132/191] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[133/191] Compiling NIOCore EventLoopFuture+Deprecated.swift
[134/191] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[135/191] Compiling NIOCore EventLoopFuture.swift
[136/191] Compiling NIOCore FileDescriptor.swift
[137/191] Compiling NIOCore FileHandle.swift
[138/191] Compiling NIOCore FileRegion.swift
[139/191] Compiling NIOCore GlobalSingletons.swift
[140/191] Compiling NIOCore CircularBuffer.swift
[141/191] Compiling NIOCore Codec.swift
[142/191] Compiling NIOCore ConvenienceOptionSupport.swift
[143/191] Compiling NIOCore DeadChannel.swift
[144/191] Compiling NIOCore DispatchQueue+WithFuture.swift
[145/191] Compiling NIOCore EventLoop+Deprecated.swift
[146/191] Compiling NIOCore EventLoop+SerialExecutor.swift
[147/191] Compiling NIOCore EventLoop.swift
[148/191] Compiling NIOCore AddressedEnvelope.swift
[149/191] Compiling NIOCore AsyncAwaitSupport.swift
[150/191] Compiling NIOCore AsyncChannel.swift
[151/191] Compiling NIOCore AsyncChannelHandler.swift
[152/191] Compiling NIOCore AsyncChannelInboundStream.swift
[153/191] Compiling NIOCore AsyncChannelOutboundWriter.swift
[154/191] Compiling NIOCore NIOAsyncSequenceProducer.swift
[155/191] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[156/191] Compiling NIOCore NIOAsyncWriter.swift
[157/191] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[158/191] Compiling NIOCore BSDSocketAPI.swift
[159/191] Compiling NIOCore ByteBuffer-aux.swift
[160/191] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[161/191] Compiling NIOCore ByteBuffer-conversions.swift
[162/191] Compiling NIOCore ByteBuffer-core.swift
[163/191] Compiling NIOCore ByteBuffer-hex.swift
[164/191] Compiling NIOCore ByteBuffer-int.swift
[165/191] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[166/191] 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:
[167/191] 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:
[168/191] 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:
[169/191] 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:
[170/191] 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:
[171/191] 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:
[172/191] 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:
[173/191] 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:
[174/191] 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:
[175/191] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[176/191] Compiling NIOCore SocketAddresses.swift
[177/191] Compiling NIOCore SocketOptionProvider.swift
[178/191] Compiling NIOCore SystemCallHelpers.swift
[179/191] Compiling NIOCore TimeAmount+Duration.swift
[180/191] Compiling NIOCore TypeAssistedChannelHandler.swift
[181/191] Compiling NIOCore UniversalBootstrapSupport.swift
[182/191] Compiling NIOCore Utilities.swift
[183/191] Emitting module NIOCore
BUILD FAILURE 6.2 wasm