Build Information
Failed to build swift-aws-lambda-runtime, reference 0.5.2 (699ada), with Swift 6.1 for Wasm on 13 Jul 2025 11:44:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
Reference: 0.5.2
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/andrea-scuderi/swift-aws-lambda-runtime
* tag 0.5.2 -> FETCH_HEAD
HEAD is now at 699ada1 Add guards for code that relies on _Concurrency (#237)
Cloned https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
699ada1724459582303c15aae64fa12ca4d33809
SUCCESS checkout https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git at 0.5.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
https://github.com/andrea-scuderi/swift-aws-lambda-runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.32.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"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-backtrace",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-backtrace.git"
}
],
"manifest_display_name" : "swift-aws-lambda-runtime",
"name" : "swift-aws-lambda-runtime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AWSLambdaRuntime",
"targets" : [
"AWSLambdaRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLambdaRuntimeCore",
"targets" : [
"AWSLambdaRuntimeCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLambdaEvents",
"targets" : [
"AWSLambdaEvents"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSLambdaTesting",
"targets" : [
"AWSLambdaTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "StringSample",
"targets" : [
"StringSample"
],
"type" : {
"executable" : null
}
},
{
"name" : "MockServer",
"targets" : [
"MockServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "CodableSample",
"targets" : [
"CodableSample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "StringSample",
"module_type" : "SwiftTarget",
"name" : "StringSample",
"path" : "Sources/StringSample",
"product_memberships" : [
"StringSample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"AWSLambdaRuntime"
],
"type" : "executable"
},
{
"c99name" : "MockServer",
"module_type" : "SwiftTarget",
"name" : "MockServer",
"path" : "Sources/MockServer",
"product_dependencies" : [
"NIOHTTP1",
"NIO"
],
"product_memberships" : [
"MockServer"
],
"sources" : [
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "CodableSample",
"module_type" : "SwiftTarget",
"name" : "CodableSample",
"path" : "Sources/CodableSample",
"product_memberships" : [
"CodableSample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"AWSLambdaRuntime"
],
"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+CodeableTest.swift"
],
"target_dependencies" : [
"AWSLambdaRuntimeCore",
"AWSLambdaRuntime"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaRuntimeCoreTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntimeCoreTests",
"path" : "Tests/AWSLambdaRuntimeCoreTests",
"product_dependencies" : [
"NIOTestUtils",
"NIOFoundationCompat"
],
"sources" : [
"LambdaHandlerTest.swift",
"LambdaLifecycleTest.swift",
"LambdaRunnerTest.swift",
"LambdaRuntimeClientTest.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",
"Backtrace",
"NIOHTTP1",
"NIO",
"_NIOConcurrency"
],
"product_memberships" : [
"AWSLambdaRuntime",
"AWSLambdaRuntimeCore",
"AWSLambdaTesting",
"StringSample",
"CodableSample"
],
"sources" : [
"HTTPClient.swift",
"Lambda+LocalServer.swift",
"Lambda+String.swift",
"Lambda.swift",
"LambdaConfiguration.swift",
"LambdaContext.swift",
"LambdaHandler.swift",
"LambdaLifecycle.swift",
"LambdaRunner.swift",
"LambdaRuntimeClient.swift",
"Utils.swift"
],
"type" : "library"
},
{
"c99name" : "AWSLambdaRuntime",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaRuntime",
"path" : "Sources/AWSLambdaRuntime",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat"
],
"product_memberships" : [
"AWSLambdaRuntime",
"AWSLambdaTesting",
"StringSample",
"CodableSample"
],
"sources" : [
"Context+Foundation.swift",
"Lambda+Codable.swift"
],
"target_dependencies" : [
"AWSLambdaRuntimeCore"
],
"type" : "library"
},
{
"c99name" : "AWSLambdaEventsTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaEventsTests",
"path" : "Tests/AWSLambdaEventsTests",
"sources" : [
"ALBTests.swift",
"APIGateway+V2Tests.swift",
"APIGatewayTests.swift",
"AppSyncTests.swift",
"CloudwatchTests.swift",
"DynamoDBTests.swift",
"S3Tests.swift",
"SESTests.swift",
"SNSTests.swift",
"SQSTests.swift",
"Utils/Base64Tests.swift",
"Utils/DateWrapperTests.swift"
],
"target_dependencies" : [
"AWSLambdaEvents"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaEvents",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaEvents",
"path" : "Sources/AWSLambdaEvents",
"product_memberships" : [
"AWSLambdaEvents"
],
"sources" : [
"ALB.swift",
"APIGateway+V2.swift",
"APIGateway.swift",
"AWSRegion.swift",
"AppSync.swift",
"Cloudwatch.swift",
"DynamoDB.swift",
"S3.swift",
"SES.swift",
"SNS.swift",
"SQS.swift",
"Utils/Base64.swift",
"Utils/DateWrappers.swift",
"Utils/HTTP.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-backtrace.git
[1/631] Fetching swift-backtrace
[632/4485] Fetching swift-backtrace, swift-log
[4486/81064] Fetching swift-backtrace, swift-log, swift-nio
Fetched https://github.com/swift-server/swift-backtrace.git from cache (4.28s)
Fetched https://github.com/apple/swift-log.git from cache (4.28s)
Fetched https://github.com/apple/swift-nio.git from cache (4.37s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (4.87s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (1.30s)
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/1808] Fetching swift-atomics
[562/18554] Fetching swift-atomics, swift-collections
[563/23211] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.72s)
[4354/16746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.73s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.10s)
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.84.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-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.3.0
Creating working copy for https://github.com/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.5
Building for debugging...
[0/73] Write sources
[16/73] Compiling CNIOLinux shim.c
[17/73] Compiling CNIOWindows shim.c
[18/73] Compiling CNIOLinux liburing_shims.c
[18/73] Compiling CNIOWindows WSAStartup.c
[20/73] Compiling CNIOWASI CNIOWASI.c
[21/73] Compiling CNIODarwin shim.c
[22/73] Compiling CNIOLLHTTP c_nio_http.c
[23/73] Compiling CBacktrace state.c
[24/73] Compiling CBacktrace sort.c
[25/73] Compiling CBacktrace simple.c
[26/73] Compiling CBacktrace print.c
[27/73] Compiling CBacktrace posix.c
[28/73] Compiling CBacktrace mmapio.c
[29/73] Compiling CNIOLLHTTP c_nio_api.c
[30/73] Compiling CBacktrace mmap.c
[31/73] Compiling CBacktrace fileline.c
[32/73] Compiling CBacktrace elf.c
[33/73] Compiling CBacktrace dwarf.c
[34/73] Write sources
[39/73] Compiling CBacktrace backtrace.c
[39/73] Write sources
[41/73] Compiling CBacktrace atomic.c
[42/73] Compiling _AtomicsShims.c
[43/73] Write swift-version-24593BA9C3E375BF.txt
[45/101] Emitting module Backtrace
[46/101] Emitting module Logging
[46/101] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/119] Compiling Atomics AtomicBool.swift
[49/119] Compiling Atomics IntegerConformances.swift
[50/120] Compiling Atomics UnsafeAtomic.swift
[51/120] Compiling Atomics UnsafeAtomicLazyReference.swift
[52/120] Compiling Atomics AtomicReference.swift
[53/120] Compiling Atomics AtomicStorage.swift
[54/122] Compiling Atomics AtomicValue.swift
[55/122] Compiling Atomics ManagedAtomic.swift
[58/122] Compiling Atomics AtomicInteger.swift
[59/122] Compiling Atomics AtomicOptionalWrappable.swift
[61/122] Compiling Atomics AtomicMemoryOrderings.swift
[62/122] Compiling Atomics DoubleWord.swift
[64/122] Compiling Atomics ManagedAtomicLazyReference.swift
[65/122] Emitting module _NIOBase64
[66/122] Compiling _NIOBase64 Base64.swift
[67/122] Compiling Backtrace Backtrace.swift
[68/122] Compiling Backtrace Demangle.swift
[69/122] Emitting module InternalCollectionsUtilities
[70/122] Compiling Atomics OptionalRawRepresentable.swift
[71/122] Compiling Atomics RawRepresentable.swift
[74/124] Compiling Atomics PointerConformances.swift
[75/124] Compiling Atomics Primitives.native.swift
[76/124] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/124] Compiling _NIODataStructures PriorityQueue.swift
[78/124] Compiling _NIODataStructures _TinyArray.swift
[79/124] Compiling Logging Locks.swift
[80/124] Compiling Logging LogHandler.swift
[80/124] Compiling c-nioatomics.c
[83/135] Wrapping AST for _NIOBase64 for debugging
[85/138] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/139] Wrapping AST for Backtrace for debugging
[88/139] Compiling Atomics IntegerOperations.swift
[89/139] Compiling Atomics Unmanaged extensions.swift
[90/139] Compiling _NIODataStructures Heap.swift
[91/139] Compiling Logging MetadataProvider.swift
[92/139] Emitting module _NIODataStructures
[93/140] Compiling Logging Logging.swift
[93/141] Compiling c-atomics.c
[94/141] Wrapping AST for InternalCollectionsUtilities for debugging
[97/162] Wrapping AST for Logging for debugging
[98/162] Wrapping AST for _NIODataStructures for debugging
[100/162] Compiling DequeModule Deque+CustomReflectable.swift
[101/162] Compiling DequeModule Deque+Descriptions.swift
[102/164] Emitting module Atomics
[104/164] Compiling DequeModule Deque+Equatable.swift
[105/164] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[106/164] Compiling DequeModule Deque+Codable.swift
[107/164] Compiling DequeModule Deque+Collection.swift
[109/165] Compiling DequeModule _DequeBuffer.swift
[110/165] Compiling DequeModule _DequeBufferHeader.swift
[113/165] Compiling DequeModule Deque+Extras.swift
[114/165] Compiling DequeModule Deque+Hashable.swift
[115/165] Compiling NIOConcurrencyHelpers lock.swift
[116/165] Wrapping AST for Atomics for debugging
[118/165] Compiling DequeModule _DequeSlot.swift
[119/165] Compiling DequeModule _UnsafeWrappedBuffer.swift
[120/165] Compiling DequeModule Deque._UnsafeHandle.swift
[121/165] Compiling DequeModule Deque.swift
[122/165] Compiling DequeModule Deque+Testing.swift
[123/165] Compiling DequeModule Deque._Storage.swift
[124/165] Emitting module NIOConcurrencyHelpers
[125/165] Compiling NIOConcurrencyHelpers NIOLock.swift
[126/165] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[127/165] Compiling NIOConcurrencyHelpers atomics.swift
[128/165] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[132/166] Emitting module DequeModule
[132/167] Wrapping AST for NIOConcurrencyHelpers for debugging
[134/167] Wrapping AST for DequeModule for debugging
[136/228] Emitting module AWSLambdaEvents
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | }
27 |
28 | static var all: [AWSRegion] = [
| |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | Self.ap_northeast_1,
30 | Self.ap_northeast_2,
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 | struct DetailTypeMismatch: Error {
126 | let name: String
127 | let type: Any
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 | }
129 | }
[137/229] Compiling NIOCore BSDSocketAPI.swift
[138/229] Compiling NIOCore ByteBuffer-aux.swift
[139/229] Compiling AWSLambdaEvents DateWrappers.swift
[140/229] Compiling AWSLambdaEvents HTTP.swift
[141/229] Compiling NIOCore AddressedEnvelope.swift
[142/229] Compiling NIOCore AsyncAwaitSupport.swift
[143/229] Compiling NIOCore AsyncChannel.swift
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | }
27 |
28 | static var all: [AWSRegion] = [
| |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | Self.ap_northeast_1,
30 | Self.ap_northeast_2,
[144/229] Compiling NIOCore AsyncChannelHandler.swift
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | }
27 |
28 | static var all: [AWSRegion] = [
| |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | Self.ap_northeast_1,
30 | Self.ap_northeast_2,
[145/229] Compiling NIOCore NIOAsyncWriter.swift
[146/229] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[147/229] Compiling NIOCore NIOAny.swift
[148/229] Compiling NIOCore NIOCloseOnErrorHandler.swift
[149/229] Compiling NIOCore NIOCoreSendableMetatype.swift
[150/229] Compiling NIOCore NIOLoopBound.swift
[151/229] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[152/229] Compiling NIOCore NIOScheduledCallback.swift
[153/229] Compiling NIOCore NIOSendable.swift
[154/229] Compiling NIOCore RecvByteBufferAllocator.swift
[155/237] Compiling NIOCore AsyncChannelInboundStream.swift
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 | struct DetailTypeMismatch: Error {
126 | let name: String
127 | let type: Any
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 | }
129 | }
[156/237] Compiling NIOCore AsyncChannelOutboundWriter.swift
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 | struct DetailTypeMismatch: Error {
126 | let name: String
127 | let type: Any
| `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 | }
129 | }
[157/237] Compiling NIOCore NIOAsyncSequenceProducer.swift
[158/237] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[159/238] Compiling NIOCore IOData.swift
[160/238] Compiling NIOCore IPProtocol.swift
[161/238] Compiling NIOCore IntegerBitPacking.swift
[162/238] Compiling NIOCore IntegerTypes.swift
[163/238] Compiling NIOCore Interfaces.swift
[164/238] Compiling NIOCore Linux.swift
[165/238] Compiling NIOCore MarkedCircularBuffer.swift
[166/238] Compiling NIOCore MulticastChannel.swift
[168/238] Compiling NIOCore EventLoopFuture+Deprecated.swift
[169/238] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[170/238] Compiling NIOCore EventLoopFuture.swift
[171/238] Compiling NIOCore FileDescriptor.swift
[172/238] Compiling NIOCore FileHandle.swift
[173/238] Compiling NIOCore FileRegion.swift
[174/238] Compiling NIOCore GlobalSingletons.swift
[175/238] Compiling NIOCore IO.swift
[176/238] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[177/238] Compiling NIOCore SocketAddresses.swift
[178/238] Compiling NIOCore SocketOptionProvider.swift
[179/238] Compiling NIOCore SystemCallHelpers.swift
[180/238] Compiling NIOCore TimeAmount+Duration.swift
[181/238] Compiling NIOCore TypeAssistedChannelHandler.swift
[182/238] Compiling NIOCore UniversalBootstrapSupport.swift
[183/238] Compiling NIOCore Utilities.swift
[184/238] Compiling NIOCore CircularBuffer.swift
[185/238] Compiling NIOCore Codec.swift
[186/238] Compiling NIOCore ConvenienceOptionSupport.swift
[187/238] Compiling NIOCore DeadChannel.swift
[188/238] Compiling NIOCore DispatchQueue+WithFuture.swift
[189/238] Compiling NIOCore EventLoop+Deprecated.swift
[190/238] Compiling NIOCore EventLoop+SerialExecutor.swift
[191/238] Compiling NIOCore EventLoop.swift
[192/238] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[202/238] Emitting module NIOCore
[206/238] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[207/238] Compiling NIOCore ByteBuffer-conversions.swift
[208/238] Compiling NIOCore ByteBuffer-core.swift
[209/238] Compiling NIOCore ByteBuffer-hex.swift
[210/238] Compiling NIOCore ByteBuffer-int.swift
[211/238] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[212/238] Compiling NIOCore ByteBuffer-multi-int.swift
[213/238] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[214/238] Compiling NIOCore ByteBuffer-views.swift
[215/238] Compiling NIOCore Channel.swift
[216/238] Compiling NIOCore ChannelHandler.swift
[217/238] Compiling NIOCore ChannelHandlers.swift
[218/238] Compiling NIOCore ChannelInvoker.swift
[219/238] Compiling NIOCore ChannelOption.swift
[220/238] Compiling NIOCore ChannelPipeline.swift
[221/239] Wrapping AST for NIOCore for debugging
[223/313] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[224/313] Compiling NIOEmbedded AsyncTestingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingChannel.swift:696:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
694 | // Synchronous options are never Sendable.
695 | @available(*, unavailable)
696 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
| `- error: cannot find type 'NIOAsyncTestingChannel' in scope
697 |
[225/313] Compiling _NIOConcurrency Empty.swift
[226/313] Emitting module _NIOConcurrency
[228/314] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[229/314] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:55:31: error: 'current' is unavailable: RunLoop is not available on WASI
53 | self.eventLoop._preconditionSafeToWait(file: file, line: line)
54 |
55 | let runLoop = RunLoop.current
| `- error: 'current' is unavailable: RunLoop is not available on WASI
56 |
57 | let value: NIOLockedValueBox<Result<Value, any Error>?> = NIOLockedValueBox(nil)
Foundation.RunLoop.current:3:18: note: 'current' has been explicitly marked unavailable here
1 | class RunLoop {
2 | @available(*, unavailable, message: "RunLoop is not available on WASI")
3 | open class var current: RunLoop { get }}
| `- note: 'current' has been explicitly marked unavailable here
4 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:65:25: error: value of type 'RunLoop' has no member 'run'
63 |
64 | while value.withLockedValue({ $0 }) == nil {
65 | _ = runLoop.run(mode: mode, before: Date().addingTimeInterval(0.01))
| `- error: value of type 'RunLoop' has no member 'run'
66 | }
67 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[230/314] Emitting module NIOEmbedded
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingChannel.swift:696:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
694 | // Synchronous options are never Sendable.
695 | @available(*, unavailable)
696 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
| `- error: cannot find type 'NIOAsyncTestingChannel' in scope
697 |
[231/314] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[231/314] Wrapping AST for _NIOConcurrency for debugging
[233/314] Compiling NIOPosix IO.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[234/314] Compiling NIOPosix IntegerBitPacking.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[235/314] Compiling NIOPosix IntegerTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[236/314] Compiling NIOPosix Linux.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[237/314] Compiling NIOPosix LinuxCPUSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[238/314] Compiling NIOPosix LinuxUring.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[239/314] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[240/320] Compiling NIOPosix ThreadPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[241/320] Compiling NIOPosix ThreadWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[242/320] Compiling NIOPosix UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[243/320] Compiling NIOPosix Utilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[244/320] Compiling NIOPosix VsockAddress.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[245/320] Compiling NIOPosix VsockChannelEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
error: emit-module command failed with exit code 1 (use -v to see invocation)
[246/320] Emitting module NIOPosix
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[247/320] Compiling NIOEmbedded Embedded.swift
[248/320] Compiling NIOPosix SelectableChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[249/320] Compiling NIOPosix SelectableEventLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[250/320] Compiling NIOPosix SelectorEpoll.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[251/320] Compiling NIOPosix SelectorGeneric.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[252/320] Compiling NIOPosix SelectorKqueue.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[253/320] Compiling NIOPosix SelectorUring.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[254/320] Compiling NIOPosix Pool.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[255/320] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[256/320] Compiling NIOPosix PosixSingletons.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[257/320] Compiling NIOPosix RawSocketBootstrap.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[258/320] Compiling NIOPosix Resolver.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[259/320] Compiling NIOPosix Selectable.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[262/320] Compiling NIOPosix ServerSocket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[263/320] Compiling NIOPosix Socket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[264/320] Compiling NIOPosix SocketChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[265/320] Compiling NIOPosix SocketProtocols.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[266/320] Compiling NIOPosix System.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[267/320] Compiling NIOPosix Thread.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[268/320] Compiling NIOPosix BSDSocketAPICommon.swift
[269/320] Compiling NIOPosix BSDSocketAPIPosix.swift
[270/320] Emitting module NIOHTTP1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/27] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[3/46] Compiling InternalCollectionsUtilities Debugging.swift
[4/94] Compiling Logging MetadataProvider.swift
[5/94] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/94] Compiling Backtrace Backtrace.swift
[7/94] Emitting module Backtrace
[8/94] Compiling Atomics AtomicBool.swift
[9/94] Compiling Atomics AtomicMemoryOrderings.swift
[10/94] Compiling Backtrace Demangle.swift
[11/94] Compiling Atomics UnsafeAtomic.swift
[12/94] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/97] Compiling NIOConcurrencyHelpers lock.swift
[16/96] Compiling AWSLambdaEvents DateWrappers.swift
[17/97] Compiling Atomics ManagedAtomic.swift
[18/97] Compiling Atomics ManagedAtomicLazyReference.swift
[19/97] Compiling NIOConcurrencyHelpers NIOLock.swift
[21/97] Compiling Atomics DoubleWord.swift
[22/97] Emitting module _NIOBase64
[23/97] Compiling Atomics IntegerConformances.swift
[24/97] Compiling Atomics PointerConformances.swift
[25/97] Compiling Atomics Primitives.native.swift
[26/97] Compiling Atomics AtomicInteger.swift
[27/97] Emitting module InternalCollectionsUtilities
[28/97] Compiling Atomics AtomicStorage.swift
[29/97] Compiling Atomics AtomicValue.swift
[30/97] Compiling Atomics AtomicOptionalWrappable.swift
[31/97] Compiling Atomics AtomicReference.swift
[32/98] Compiling Atomics IntegerOperations.swift
[33/98] Compiling Atomics Unmanaged extensions.swift
[36/98] Compiling Atomics OptionalRawRepresentable.swift
[37/98] Compiling Atomics RawRepresentable.swift
[39/98] Wrapping AST for InternalCollectionsUtilities for debugging
[41/98] Compiling AWSLambdaEvents HTTP.swift
[42/98] Emitting module NIOConcurrencyHelpers
[43/98] Compiling _NIOBase64 Base64.swift
[47/99] Compiling _NIODataStructures PriorityQueue.swift
[48/99] Compiling _NIODataStructures Heap.swift
[49/99] Emitting module _NIODataStructures
[50/99] Compiling _NIODataStructures _TinyArray.swift
[53/113] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[54/113] Compiling NIOConcurrencyHelpers atomics.swift
[55/113] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[56/114] Compiling DequeModule Deque+Extras.swift
[57/114] Compiling DequeModule Deque+Hashable.swift
[58/114] Compiling DequeModule Deque._UnsafeHandle.swift
[59/114] Compiling DequeModule Deque.swift
[61/113] Compiling DequeModule Deque+CustomReflectable.swift
[62/113] Compiling DequeModule Deque+Descriptions.swift
[63/115] Compiling DequeModule _DequeBuffer.swift
[64/115] Compiling DequeModule _DequeBufferHeader.swift
[65/115] Compiling Logging Logging.swift
[66/115] Compiling Logging LogHandler.swift
[67/115] Compiling Logging Locks.swift
[68/115] Emitting module Logging
[69/116] Compiling DequeModule Deque+Equatable.swift
[70/116] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[72/116] Compiling DequeModule Deque+Codable.swift
[73/116] Compiling DequeModule Deque+Collection.swift
[76/116] Emitting module AWSLambdaEvents
[76/116] Wrapping AST for Logging for debugging
[80/116] Compiling DequeModule _DequeSlot.swift
[81/116] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/116] Emitting module DequeModule
[87/116] Compiling DequeModule Deque+Testing.swift
[88/116] Compiling DequeModule Deque._Storage.swift
[94/118] Wrapping AST for DequeModule for debugging
[96/118] Emitting module Atomics
[100/119] Wrapping AST for Atomics for debugging
[102/180] Compiling NIOCore NIOAny.swift
[103/180] Compiling NIOCore NIOCloseOnErrorHandler.swift
[104/180] Compiling NIOCore NIOCoreSendableMetatype.swift
[105/180] Compiling NIOCore NIOLoopBound.swift
[106/180] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[107/180] Compiling NIOCore NIOScheduledCallback.swift
[108/180] Compiling NIOCore NIOSendable.swift
[109/180] Compiling NIOCore RecvByteBufferAllocator.swift
[110/188] Compiling NIOCore EventLoopFuture+Deprecated.swift
[111/188] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[112/188] Compiling NIOCore EventLoopFuture.swift
[113/188] Compiling NIOCore FileDescriptor.swift
[114/188] Compiling NIOCore FileHandle.swift
[115/188] Compiling NIOCore FileRegion.swift
[116/188] Compiling NIOCore GlobalSingletons.swift
[117/188] Compiling NIOCore IO.swift
[118/188] Compiling NIOCore CircularBuffer.swift
[119/188] Compiling NIOCore Codec.swift
[120/188] Compiling NIOCore ConvenienceOptionSupport.swift
[121/188] Compiling NIOCore DeadChannel.swift
[122/188] Compiling NIOCore DispatchQueue+WithFuture.swift
[123/188] Compiling NIOCore EventLoop+Deprecated.swift
[124/188] Compiling NIOCore EventLoop+SerialExecutor.swift
[125/188] Compiling NIOCore EventLoop.swift
[126/188] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[127/188] Compiling NIOCore IOData.swift
[128/188] Compiling NIOCore IPProtocol.swift
[129/188] Compiling NIOCore IntegerBitPacking.swift
[130/188] Compiling NIOCore IntegerTypes.swift
[131/188] Compiling NIOCore Interfaces.swift
[132/188] Compiling NIOCore Linux.swift
[133/188] Compiling NIOCore MarkedCircularBuffer.swift
[134/188] Compiling NIOCore MulticastChannel.swift
[135/188] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[136/188] Compiling NIOCore BSDSocketAPI.swift
[137/188] Compiling NIOCore ByteBuffer-aux.swift
[138/188] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[139/188] Compiling NIOCore ByteBuffer-conversions.swift
[140/188] Compiling NIOCore ByteBuffer-core.swift
[141/188] Compiling NIOCore ByteBuffer-hex.swift
[142/188] Compiling NIOCore ByteBuffer-int.swift
[143/188] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[144/188] Compiling NIOCore AddressedEnvelope.swift
[145/188] Compiling NIOCore AsyncAwaitSupport.swift
[146/188] Compiling NIOCore AsyncChannel.swift
[147/188] Compiling NIOCore AsyncChannelHandler.swift
[148/188] Compiling NIOCore AsyncChannelInboundStream.swift
[149/188] Compiling NIOCore AsyncChannelOutboundWriter.swift
[150/188] Compiling NIOCore NIOAsyncSequenceProducer.swift
[151/188] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[152/188] Compiling NIOCore NIOAsyncWriter.swift
[153/188] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[154/188] Compiling NIOCore SocketAddresses.swift
[155/188] Compiling NIOCore SocketOptionProvider.swift
[156/188] Compiling NIOCore SystemCallHelpers.swift
[157/188] Compiling NIOCore TimeAmount+Duration.swift
[158/188] Compiling NIOCore TypeAssistedChannelHandler.swift
[159/188] Compiling NIOCore UniversalBootstrapSupport.swift
[160/188] Compiling NIOCore Utilities.swift
[161/188] Emitting module NIOCore
[162/188] Compiling NIOCore ByteBuffer-multi-int.swift
[163/188] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[164/188] Compiling NIOCore ByteBuffer-views.swift
[165/188] Compiling NIOCore Channel.swift
[166/188] Compiling NIOCore ChannelHandler.swift
[167/188] Compiling NIOCore ChannelHandlers.swift
[168/188] Compiling NIOCore ChannelInvoker.swift
[169/188] Compiling NIOCore ChannelOption.swift
[170/188] Compiling NIOCore ChannelPipeline.swift
[172/262] Emitting module _NIOConcurrency
[173/262] Compiling _NIOConcurrency Empty.swift
[174/263] Compiling NIOEmbedded AsyncTestingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingChannel.swift:696:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
694 | // Synchronous options are never Sendable.
695 | @available(*, unavailable)
696 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
| `- error: cannot find type 'NIOAsyncTestingChannel' in scope
697 |
[175/263] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[176/263] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:55:31: error: 'current' is unavailable: RunLoop is not available on WASI
53 | self.eventLoop._preconditionSafeToWait(file: file, line: line)
54 |
55 | let runLoop = RunLoop.current
| `- error: 'current' is unavailable: RunLoop is not available on WASI
56 |
57 | let value: NIOLockedValueBox<Result<Value, any Error>?> = NIOLockedValueBox(nil)
Foundation.RunLoop.current:3:18: note: 'current' has been explicitly marked unavailable here
1 | class RunLoop {
2 | @available(*, unavailable, message: "RunLoop is not available on WASI")
3 | open class var current: RunLoop { get }}
| `- note: 'current' has been explicitly marked unavailable here
4 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:65:25: error: value of type 'RunLoop' has no member 'run'
63 |
64 | while value.withLockedValue({ $0 }) == nil {
65 | _ = runLoop.run(mode: mode, before: Date().addingTimeInterval(0.01))
| `- error: value of type 'RunLoop' has no member 'run'
66 | }
67 |
[177/263] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[179/262] Emitting module NIOEmbedded
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOEmbedded/AsyncTestingChannel.swift:696:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
694 | // Synchronous options are never Sendable.
695 | @available(*, unavailable)
696 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
| `- error: cannot find type 'NIOAsyncTestingChannel' in scope
697 |
[180/262] Compiling NIOPosix BSDSocketAPICommon.swift
[181/262] Compiling NIOPosix BSDSocketAPIPosix.swift
[182/264] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[183/264] Emitting module NIOFoundationCompat
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:55:31: error: 'current' is unavailable: RunLoop is not available on WASI
53 | self.eventLoop._preconditionSafeToWait(file: file, line: line)
54 |
55 | let runLoop = RunLoop.current
| `- error: 'current' is unavailable: RunLoop is not available on WASI
56 |
57 | let value: NIOLockedValueBox<Result<Value, any Error>?> = NIOLockedValueBox(nil)
Foundation.RunLoop.current:3:18: note: 'current' has been explicitly marked unavailable here
1 | class RunLoop {
2 | @available(*, unavailable, message: "RunLoop is not available on WASI")
3 | open class var current: RunLoop { get }}
| `- note: 'current' has been explicitly marked unavailable here
4 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:65:25: error: value of type 'RunLoop' has no member 'run'
63 |
64 | while value.withLockedValue({ $0 }) == nil {
65 | _ = runLoop.run(mode: mode, before: Date().addingTimeInterval(0.01))
| `- error: value of type 'RunLoop' has no member 'run'
66 | }
67 |
[184/264] Compiling NIOPosix Pool.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[185/264] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[186/264] Compiling NIOPosix PosixSingletons.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[187/264] Compiling NIOPosix RawSocketBootstrap.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[188/264] Compiling NIOPosix Resolver.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[189/264] Compiling NIOPosix Selectable.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[190/270] Compiling NIOPosix SelectableChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[191/270] Compiling NIOPosix SelectableEventLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[192/270] Compiling NIOPosix SelectorEpoll.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[193/270] Compiling NIOPosix SelectorGeneric.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[194/270] Compiling NIOPosix SelectorKqueue.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[195/270] Compiling NIOPosix SelectorUring.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[196/270] Compiling NIOPosix ServerSocket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[197/270] Compiling NIOPosix Socket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[198/270] Compiling NIOPosix SocketChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[199/270] Compiling NIOPosix SocketProtocols.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[200/270] Compiling NIOPosix System.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[201/270] Compiling NIOPosix Thread.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/SelectableEventLoop.swift:17:8: error: no such module 'Dispatch'
15 | import Atomics
16 | import DequeModule
17 | import Dispatch
| `- error: no such module 'Dispatch'
18 | import NIOConcurrencyHelpers
19 | import NIOCore
[202/270] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[203/270] Emitting module NIOHTTP1
BUILD FAILURE 6.1 wasm