Build Information
Failed to build IkigaJSON, reference master (3146a1
), with Swift 6.1 for Wasm on 31 May 2025 21:19:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/orlandos-nl/IkigaJSON.git
Reference: master
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/orlandos-nl/IkigaJSON
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3146a14 Merge pull request #48 from orlandos-nl/jo/newline-delimited-jsonlines
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
3146a14673f042696bde0c089ac3a520131e80ff
SUCCESS checkout https://github.com/orlandos-nl/IkigaJSON.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/orlandos-nl/IkigaJSON.git
https://github.com/orlandos-nl/IkigaJSON.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "IkigaJSON",
"name" : "IkigaJSON",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "IkigaJSON",
"targets" : [
"IkigaJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_NIOJSON",
"module_type" : "SwiftTarget",
"name" : "_NIOJSON",
"path" : "Sources/_NIOJSON",
"product_dependencies" : [
"NIOCore",
"NIOFoundationCompat"
],
"product_memberships" : [
"IkigaJSON"
],
"sources" : [
"ByteBufferSupport.swift",
"Codable/JSONDecoder.swift",
"Codable/JSONDecoderError.swift",
"Codable/JSONEncoder.swift",
"Codable/NilValueCodingStrategy.swift",
"Codable/StreamingJSONArrayDecoder.swift",
"Codable/StreamingJSONLinesDecoder.swift",
"Core/Bounds.swift",
"Core/JSONDescription+Constants.swift",
"Core/JSONDescription.swift",
"Pointer+Helpers.swift",
"Types/JSONArray.swift",
"Types/JSONObject.swift",
"Types/JSONValue.swift"
],
"target_dependencies" : [
"_JSONCore"
],
"type" : "library"
},
{
"c99name" : "_JSONCore",
"module_type" : "SwiftTarget",
"name" : "_JSONCore",
"path" : "Sources/_JSONCore",
"product_memberships" : [
"IkigaJSON"
],
"sources" : [
"Bytes.swift",
"Errors.swift",
"Parser/JSONParser+Parsing.swift",
"Parser/JSONTokenizer.swift",
"Parser/JSONTokenizerDestination.swift"
],
"type" : "library"
},
{
"c99name" : "IkigaJSONTests",
"module_type" : "SwiftTarget",
"name" : "IkigaJSONTests",
"path" : "Tests/IkigaJSONTests",
"sources" : [
"JSONTests.swift"
],
"target_dependencies" : [
"IkigaJSON"
],
"type" : "test"
},
{
"c99name" : "IkigaJSON",
"module_type" : "SwiftTarget",
"name" : "IkigaJSON",
"path" : "Sources/IkigaJSON",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"IkigaJSON"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"_JSONCore",
"_NIOJSON"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 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-nio.git
[1/76147] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (11.76s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[1758/6108] Fetching swift-system, swift-atomics
[2232/22699] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.84s)
[8705/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.91s)
Fetched https://github.com/apple/swift-collections.git from cache (2.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.13s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.26s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/21] Write sources
[10/21] Compiling CNIOLinux liburing_shims.c
[11/21] Compiling _AtomicsShims.c
[11/21] Compiling CNIOWASI CNIOWASI.c
[11/21] Compiling CNIOWindows WSAStartup.c
[14/21] Write sources
[15/21] Compiling CNIOWindows shim.c
[16/21] Compiling CNIODarwin shim.c
[17/21] Compiling CNIOLinux shim.c
[18/21] Write swift-version-24593BA9C3E375BF.txt
[19/66] Compiling c-nioatomics.c
[21/66] Emitting module Atomics
[22/68] Compiling Atomics UnsafeAtomic.swift
[23/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[24/68] Compiling _NIODataStructures _TinyArray.swift
[25/68] Compiling Atomics IntegerOperations.swift
[26/68] Compiling Atomics Unmanaged extensions.swift
[27/68] Compiling Atomics AtomicReference.swift
[28/68] Compiling Atomics AtomicStorage.swift
[29/68] Compiling Atomics AtomicValue.swift
[30/68] Compiling Atomics AtomicMemoryOrderings.swift
[31/68] Compiling Atomics DoubleWord.swift
[32/68] Emitting module _JSONCore
[33/68] Compiling _JSONCore Bytes.swift
[34/68] Compiling _NIODataStructures PriorityQueue.swift
[35/68] Compiling _JSONCore JSONTokenizer.swift
[36/68] Compiling _JSONCore JSONTokenizerDestination.swift
[37/68] Compiling _JSONCore Errors.swift
[38/68] Compiling _JSONCore JSONParser+Parsing.swift
[39/69] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/69] Compiling Atomics AtomicInteger.swift
[41/69] Compiling Atomics AtomicOptionalWrappable.swift
[42/69] Emitting module _NIOBase64
[43/69] Compiling _NIOBase64 Base64.swift
[44/71] Compiling Atomics IntegerConformances.swift
[45/71] Compiling Atomics PointerConformances.swift
[46/71] Emitting module InternalCollectionsUtilities
[47/71] Compiling Atomics Primitives.native.swift
[48/71] Compiling Atomics OptionalRawRepresentable.swift
[52/71] Compiling Atomics Primitives.shims.swift
[53/71] Compiling Atomics RawRepresentable.swift
[54/71] Compiling Atomics AtomicBool.swift
[60/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/72] Compiling Atomics ManagedAtomic.swift
[62/72] Compiling Atomics ManagedAtomicLazyReference.swift
[63/72] Compiling c-atomics.c
[65/72] Emitting module _NIODataStructures
[66/72] Compiling _NIODataStructures Heap.swift
[68/94] Compiling DequeModule Deque+CustomReflectable.swift
[69/94] Compiling DequeModule Deque+Descriptions.swift
[70/96] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[71/96] Compiling DequeModule _DequeBuffer.swift
[72/96] Compiling DequeModule _DequeBufferHeader.swift
[73/96] Compiling NIOConcurrencyHelpers lock.swift
[74/96] Compiling DequeModule Deque+Equatable.swift
[75/96] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[76/96] Compiling DequeModule _DequeSlot.swift
[77/96] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/96] Compiling DequeModule Deque+Extras.swift
[79/96] Compiling DequeModule Deque+Hashable.swift
[80/96] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[81/96] Emitting module NIOConcurrencyHelpers
[82/96] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/96] Compiling NIOConcurrencyHelpers atomics.swift
[84/97] Compiling DequeModule Deque+Testing.swift
[85/97] Compiling DequeModule Deque._Storage.swift
[86/97] Compiling DequeModule Deque._UnsafeHandle.swift
[87/97] Compiling DequeModule Deque.swift
[89/97] Compiling DequeModule Deque+Codable.swift
[90/97] Compiling DequeModule Deque+Collection.swift
[92/97] Emitting module DequeModule
[100/159] Compiling NIOCore MulticastChannel.swift
[101/159] Compiling NIOCore NIOAny.swift
[102/159] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/159] Compiling NIOCore NIOLoopBound.swift
[104/159] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/159] Compiling NIOCore NIOScheduledCallback.swift
[106/159] Compiling NIOCore NIOSendable.swift
[107/159] Compiling NIOCore RecvByteBufferAllocator.swift
[108/167] Compiling NIOCore IO.swift
[109/167] Compiling NIOCore IOData.swift
[110/167] Compiling NIOCore IPProtocol.swift
[111/167] Compiling NIOCore IntegerBitPacking.swift
[112/167] Compiling NIOCore IntegerTypes.swift
[113/167] Compiling NIOCore Interfaces.swift
[114/167] Compiling NIOCore Linux.swift
[115/167] Compiling NIOCore MarkedCircularBuffer.swift
[116/167] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[117/167] Compiling NIOCore SocketAddresses.swift
[118/167] Compiling NIOCore SocketOptionProvider.swift
[119/167] Compiling NIOCore SystemCallHelpers.swift
[120/167] Compiling NIOCore TimeAmount+Duration.swift
[121/167] Compiling NIOCore TypeAssistedChannelHandler.swift
[122/167] Compiling NIOCore UniversalBootstrapSupport.swift
[123/167] Compiling NIOCore Utilities.swift
[124/167] Compiling NIOCore CircularBuffer.swift
[125/167] Compiling NIOCore Codec.swift
[126/167] Compiling NIOCore ConvenienceOptionSupport.swift
[127/167] Compiling NIOCore DeadChannel.swift
[128/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[129/167] Compiling NIOCore EventLoop+Deprecated.swift
[130/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[131/167] Compiling NIOCore EventLoop.swift
[132/167] Compiling NIOCore AddressedEnvelope.swift
[133/167] Compiling NIOCore AsyncAwaitSupport.swift
[134/167] Compiling NIOCore AsyncChannel.swift
[135/167] Compiling NIOCore AsyncChannelHandler.swift
[136/167] Compiling NIOCore AsyncChannelInboundStream.swift
[137/167] Compiling NIOCore AsyncChannelOutboundWriter.swift
[138/167] Compiling NIOCore NIOAsyncSequenceProducer.swift
[139/167] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[140/167] Compiling NIOCore NIOAsyncWriter.swift
[141/167] 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:
[142/167] 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:
[143/167] 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:
[144/167] 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:
[145/167] 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:
[146/167] 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:
[147/167] 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:
[148/167] 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:
[149/167] 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:
[150/167] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[151/167] Compiling NIOCore BSDSocketAPI.swift
[152/167] Compiling NIOCore ByteBuffer-aux.swift
[153/167] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[154/167] Compiling NIOCore ByteBuffer-conversions.swift
[155/167] Compiling NIOCore ByteBuffer-core.swift
[156/167] Compiling NIOCore ByteBuffer-hex.swift
[157/167] Compiling NIOCore ByteBuffer-int.swift
[158/167] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[159/167] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[160/167] Compiling NIOCore EventLoopFuture+Deprecated.swift
[161/167] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[162/167] Compiling NIOCore EventLoopFuture.swift
[163/167] Compiling NIOCore FileDescriptor.swift
[164/167] Compiling NIOCore FileHandle.swift
[165/167] Compiling NIOCore FileRegion.swift
[166/167] Compiling NIOCore GlobalSingletons.swift
[167/167] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/53] Compiling _NIODataStructures PriorityQueue.swift
[4/53] Compiling Atomics Primitives.shims.swift
[5/53] Compiling Atomics AtomicInteger.swift
[6/53] Compiling Atomics AtomicOptionalWrappable.swift
[7/55] Compiling Atomics UnsafeAtomic.swift
[8/55] Compiling Atomics UnsafeAtomicLazyReference.swift
[9/55] Compiling NIOConcurrencyHelpers lock.swift
[10/55] Compiling Atomics ManagedAtomic.swift
[11/55] Compiling Atomics ManagedAtomicLazyReference.swift
[12/55] Emitting module _JSONCore
[13/55] Compiling Atomics AtomicStorage.swift
[14/55] Compiling Atomics AtomicValue.swift
[16/55] Compiling Atomics AtomicReference.swift
[17/55] Compiling Atomics AtomicMemoryOrderings.swift
[18/55] Compiling Atomics DoubleWord.swift
[19/55] Compiling _NIODataStructures _TinyArray.swift
[20/55] Emitting module _NIOBase64
[21/55] Emitting module _NIODataStructures
[22/55] Compiling _NIODataStructures Heap.swift
[23/56] Compiling NIOConcurrencyHelpers atomics.swift
[24/56] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[25/56] Compiling _JSONCore Bytes.swift
[26/56] Compiling NIOConcurrencyHelpers NIOLock.swift
[28/56] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/56] Compiling Atomics IntegerOperations.swift
[30/56] Compiling Atomics Unmanaged extensions.swift
[31/56] Emitting module NIOConcurrencyHelpers
[32/56] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[35/57] Compiling _JSONCore JSONTokenizer.swift
[36/57] Compiling _JSONCore JSONTokenizerDestination.swift
[37/57] Compiling _JSONCore JSONParser+Parsing.swift
[38/57] Compiling _JSONCore Errors.swift
[40/58] Compiling _NIOBase64 Base64.swift
[46/59] Compiling Atomics RawRepresentable.swift
[47/59] Compiling Atomics AtomicBool.swift
[48/59] Compiling Atomics IntegerConformances.swift
[49/59] Compiling Atomics PointerConformances.swift
[50/59] Compiling Atomics Primitives.native.swift
[51/59] Compiling Atomics OptionalRawRepresentable.swift
[52/59] Emitting module InternalCollectionsUtilities
[54/75] Compiling DequeModule Deque+CustomReflectable.swift
[55/75] Compiling DequeModule Deque+Descriptions.swift
[56/75] Compiling DequeModule _DequeBuffer.swift
[57/75] Compiling DequeModule _DequeBufferHeader.swift
[58/77] Emitting module Atomics
[59/77] Compiling DequeModule Deque+Collection.swift
[60/77] Compiling DequeModule Deque+Extras.swift
[61/77] Compiling DequeModule Deque+Hashable.swift
[64/77] Compiling DequeModule Deque+Codable.swift
[67/78] Compiling DequeModule _DequeSlot.swift
[68/78] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/78] Compiling DequeModule Deque+Equatable.swift
[71/78] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[72/78] Compiling DequeModule Deque+Testing.swift
[73/78] Compiling DequeModule Deque._Storage.swift
[74/78] Compiling DequeModule Deque._UnsafeHandle.swift
[75/78] Compiling DequeModule Deque.swift
[78/78] Emitting module DequeModule
[80/139] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[81/139] Compiling NIOCore EventLoopFuture+Deprecated.swift
[82/139] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[83/139] Compiling NIOCore EventLoopFuture.swift
[84/139] Compiling NIOCore FileDescriptor.swift
[85/139] Compiling NIOCore FileHandle.swift
[86/139] Compiling NIOCore FileRegion.swift
[87/139] Compiling NIOCore GlobalSingletons.swift
[88/147] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[89/147] Compiling NIOCore BSDSocketAPI.swift
[90/147] Compiling NIOCore ByteBuffer-aux.swift
[91/147] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[92/147] Compiling NIOCore ByteBuffer-conversions.swift
[93/147] Compiling NIOCore ByteBuffer-core.swift
[94/147] Compiling NIOCore ByteBuffer-hex.swift
[95/147] Compiling NIOCore ByteBuffer-int.swift
[96/147] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[97/147] Compiling NIOCore MulticastChannel.swift
[98/147] Compiling NIOCore NIOAny.swift
[99/147] Compiling NIOCore NIOCloseOnErrorHandler.swift
[100/147] Compiling NIOCore NIOLoopBound.swift
[101/147] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[102/147] Compiling NIOCore NIOScheduledCallback.swift
[103/147] Compiling NIOCore NIOSendable.swift
[104/147] Compiling NIOCore RecvByteBufferAllocator.swift
[105/147] 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:
[106/147] 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:
[107/147] 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:
[108/147] 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:
[109/147] 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:
[110/147] 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:
[111/147] 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:
[112/147] 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:
[113/147] 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:
[114/147] Compiling NIOCore IO.swift
[115/147] Compiling NIOCore IOData.swift
[116/147] Compiling NIOCore IPProtocol.swift
[117/147] Compiling NIOCore IntegerBitPacking.swift
[118/147] Compiling NIOCore IntegerTypes.swift
[119/147] Compiling NIOCore Interfaces.swift
[120/147] Compiling NIOCore Linux.swift
[121/147] Compiling NIOCore MarkedCircularBuffer.swift
[122/147] Compiling NIOCore AddressedEnvelope.swift
[123/147] Compiling NIOCore AsyncAwaitSupport.swift
[124/147] Compiling NIOCore AsyncChannel.swift
[125/147] Compiling NIOCore AsyncChannelHandler.swift
[126/147] Compiling NIOCore AsyncChannelInboundStream.swift
[127/147] Compiling NIOCore AsyncChannelOutboundWriter.swift
[128/147] Compiling NIOCore NIOAsyncSequenceProducer.swift
[129/147] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[130/147] Compiling NIOCore NIOAsyncWriter.swift
[131/147] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[132/147] Compiling NIOCore SocketAddresses.swift
[133/147] Compiling NIOCore SocketOptionProvider.swift
[134/147] Compiling NIOCore SystemCallHelpers.swift
[135/147] Compiling NIOCore TimeAmount+Duration.swift
[136/147] Compiling NIOCore TypeAssistedChannelHandler.swift
[137/147] Compiling NIOCore UniversalBootstrapSupport.swift
[138/147] Compiling NIOCore Utilities.swift
[139/147] Compiling NIOCore CircularBuffer.swift
[140/147] Compiling NIOCore Codec.swift
[141/147] Compiling NIOCore ConvenienceOptionSupport.swift
[142/147] Compiling NIOCore DeadChannel.swift
[143/147] Compiling NIOCore DispatchQueue+WithFuture.swift
[144/147] Compiling NIOCore EventLoop+Deprecated.swift
[145/147] Compiling NIOCore EventLoop+SerialExecutor.swift
[146/147] Compiling NIOCore EventLoop.swift
[147/147] Emitting module NIOCore
BUILD FAILURE 6.1 wasm