Build Information
Failed to build SwiftyUploader, reference main (37e7d1), with Swift 6.1 for Wasm on 28 May 2025 17:44:11 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kejinlu/SwiftyUploader.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/kejinlu/SwiftyUploader
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 37e7d16 Create LICENSE
Cloned https://github.com/kejinlu/SwiftyUploader.git
Revision (git rev-parse @):
37e7d160f3d222db27db47fc3c93a7baf5a91506
SUCCESS checkout https://github.com/kejinlu/SwiftyUploader.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kejinlu/SwiftyUploader.git
https://github.com/kejinlu/SwiftyUploader.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"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" : "SwiftyUploader",
"name" : "SwiftyUploader",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyUploader",
"targets" : [
"SwiftyUploader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyUploaderTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyUploaderTests",
"path" : "Tests/SwiftyUploaderTests",
"sources" : [
"SwiftyUploaderTests.swift"
],
"target_dependencies" : [
"SwiftyUploader"
],
"type" : "test"
},
{
"c99name" : "SwiftyUploader",
"module_type" : "SwiftTarget",
"name" : "SwiftyUploader",
"path" : "Sources/SwiftyUploader",
"product_dependencies" : [
"NIO",
"NIOHTTP1"
],
"product_memberships" : [
"SwiftyUploader"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/css",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/fonts",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/index.html",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/js",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SwiftyUploader/Resources/zh-Hans.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "zh-hans"
}
}
}
],
"sources" : [
"HTTPHandler.swift",
"Processors/DataResourceProcessor.swift",
"Processors/FileCreatetProcessor.swift",
"Processors/FileDeleteProcessor.swift",
"Processors/FileDownloadProcessor.swift",
"Processors/FileListProcessor.swift",
"Processors/FileMoveProcessor.swift",
"Processors/IndexHtmlProcessor.swift",
"Processors/MultipartFormDataParser.swift",
"Processors/Processor.swift",
"Processors/TextResourceProcessor.swift",
"Responder.swift",
"SwiftyUploader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (8.34s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[177/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.77s)
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.20s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/32] Copying Localizable.strings
[0/32] Copying index.html
[0/32] Copying Localizable.strings
[0/32] Copying Info.plist
[0/32] Write sources
[9/32] Copying js
[10/32] Copying fonts
[11/32] Write sources
[13/32] Copying css
[13/32] Write sources
[18/32] Compiling CNIOWASI CNIOWASI.c
[19/32] Compiling CNIOWindows WSAStartup.c
[20/32] Compiling CNIOLinux shim.c
[21/32] Compiling CNIOWindows shim.c
[22/32] Compiling _AtomicsShims.c
[23/32] Compiling CNIOLinux liburing_shims.c
[24/32] Write sources
[25/32] Compiling CNIODarwin shim.c
[26/32] Compiling CNIOLLHTTP c_nio_http.c
[27/32] Compiling CNIOLLHTTP c_nio_api.c
[28/32] Write swift-version-24593BA9C3E375BF.txt
[29/71] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/71] Emitting module Atomics
[31/73] Compiling c-nioatomics.c
[32/73] Compiling c-atomics.c
[34/79] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[35/79] Compiling InternalCollectionsUtilities Debugging.swift
[36/80] Compiling Atomics UnsafeAtomic.swift
[37/80] Compiling Atomics UnsafeAtomicLazyReference.swift
[38/80] Compiling _NIOBase64 Base64.swift
[39/80] Emitting module _NIOBase64
[41/80] Compiling InternalCollectionsUtilities Descriptions.swift
[42/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/80] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[44/80] Compiling InternalCollectionsUtilities Integer rank.swift
[48/81] Compiling Atomics IntegerOperations.swift
[49/81] Compiling Atomics Unmanaged extensions.swift
[50/81] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/81] Compiling Atomics ManagedAtomic.swift
[52/81] Compiling Atomics ManagedAtomicLazyReference.swift
[53/81] Compiling Atomics AtomicMemoryOrderings.swift
[54/81] Compiling Atomics DoubleWord.swift
[55/81] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/81] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/81] Compiling _NIODataStructures PriorityQueue.swift
[58/81] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/81] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/81] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/81] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/81] Emitting module InternalCollectionsUtilities
[63/81] Compiling _NIODataStructures _TinyArray.swift
[74/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/83] Emitting module _NIODataStructures
[77/83] Compiling _NIODataStructures Heap.swift
[78/84] Compiling NIOConcurrencyHelpers lock.swift
[80/99] Compiling NIOConcurrencyHelpers atomics.swift
[81/99] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[82/99] Emitting module NIOConcurrencyHelpers
[83/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[84/99] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[86/100] Compiling DequeModule _DequeBuffer.swift
[87/100] Compiling DequeModule _DequeBufferHeader.swift
[88/102] Compiling DequeModule Deque._UnsafeHandle.swift
[89/102] Compiling DequeModule Deque.swift
[90/102] Compiling DequeModule Deque+Equatable.swift
[91/102] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/102] Compiling DequeModule Deque+Testing.swift
[93/102] Compiling DequeModule Deque._Storage.swift
[94/102] Compiling DequeModule Deque+Extras.swift
[95/102] Compiling DequeModule Deque+Hashable.swift
[96/102] Compiling DequeModule Deque+CustomReflectable.swift
[97/102] Compiling DequeModule Deque+Descriptions.swift
[98/102] Compiling DequeModule _DequeSlot.swift
[99/102] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/102] Emitting module DequeModule
[101/102] Compiling DequeModule Deque+Codable.swift
[102/102] Compiling DequeModule Deque+Collection.swift
[104/163] Compiling NIOCore MulticastChannel.swift
[105/163] Compiling NIOCore NIOAny.swift
[106/163] Compiling NIOCore NIOCloseOnErrorHandler.swift
[107/163] Compiling NIOCore NIOLoopBound.swift
[108/163] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[109/163] Compiling NIOCore NIOScheduledCallback.swift
[110/163] Compiling NIOCore NIOSendable.swift
[111/163] Compiling NIOCore RecvByteBufferAllocator.swift
[112/171] Compiling NIOCore CircularBuffer.swift
[113/171] Compiling NIOCore Codec.swift
[114/171] Compiling NIOCore ConvenienceOptionSupport.swift
[115/171] Compiling NIOCore DeadChannel.swift
[116/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[117/171] Compiling NIOCore EventLoop+Deprecated.swift
[118/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[119/171] Compiling NIOCore EventLoop.swift
[120/171] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[121/171] Compiling NIOCore SocketAddresses.swift
[122/171] Compiling NIOCore SocketOptionProvider.swift
[123/171] Compiling NIOCore SystemCallHelpers.swift
[124/171] Compiling NIOCore TimeAmount+Duration.swift
[125/171] Compiling NIOCore TypeAssistedChannelHandler.swift
[126/171] Compiling NIOCore UniversalBootstrapSupport.swift
[127/171] Compiling NIOCore Utilities.swift
[128/171] Compiling NIOCore AddressedEnvelope.swift
[129/171] Compiling NIOCore AsyncAwaitSupport.swift
[130/171] Compiling NIOCore AsyncChannel.swift
[131/171] Compiling NIOCore AsyncChannelHandler.swift
[132/171] Compiling NIOCore AsyncChannelInboundStream.swift
[133/171] Compiling NIOCore AsyncChannelOutboundWriter.swift
[134/171] Compiling NIOCore NIOAsyncSequenceProducer.swift
[135/171] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[136/171] Compiling NIOCore NIOAsyncWriter.swift
[137/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[138/171] Compiling NIOCore EventLoopFuture+Deprecated.swift
[139/171] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[140/171] Compiling NIOCore EventLoopFuture.swift
[141/171] Compiling NIOCore FileDescriptor.swift
[142/171] Compiling NIOCore FileHandle.swift
[143/171] Compiling NIOCore FileRegion.swift
[144/171] Compiling NIOCore GlobalSingletons.swift
[145/171] Compiling NIOCore IO.swift
[146/171] Compiling NIOCore IOData.swift
[147/171] Compiling NIOCore IPProtocol.swift
[148/171] Compiling NIOCore IntegerBitPacking.swift
[149/171] Compiling NIOCore IntegerTypes.swift
[150/171] Compiling NIOCore Interfaces.swift
[151/171] Compiling NIOCore Linux.swift
[152/171] Compiling NIOCore MarkedCircularBuffer.swift
[153/171] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[154/171] Compiling NIOCore BSDSocketAPI.swift
[155/171] Compiling NIOCore ByteBuffer-aux.swift
[156/171] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[157/171] Compiling NIOCore ByteBuffer-conversions.swift
[158/171] Compiling NIOCore ByteBuffer-core.swift
[159/171] Compiling NIOCore ByteBuffer-hex.swift
[160/171] Compiling NIOCore ByteBuffer-int.swift
[161/171] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[162/171] 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:
[163/171] 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:
[164/171] 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:
[165/171] 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:
[166/171] 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:
[167/171] 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:
[168/171] 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:
[169/171] 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:
[170/171] 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:
[171/171] 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/46] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[3/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/47] Compiling Atomics ManagedAtomic.swift
[5/47] Compiling Atomics ManagedAtomicLazyReference.swift
[6/47] Compiling Atomics Primitives.shims.swift
[7/47] Compiling Atomics AtomicInteger.swift
[10/47] Compiling Atomics AtomicMemoryOrderings.swift
[11/47] Compiling Atomics DoubleWord.swift
[12/49] Compiling NIOConcurrencyHelpers lock.swift
[13/49] Compiling Atomics UnsafeAtomic.swift
[14/49] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/49] Compiling _NIOBase64 Base64.swift
[16/49] Emitting module _NIOBase64
[17/50] Compiling Atomics OptionalRawRepresentable.swift
[18/50] Compiling Atomics RawRepresentable.swift
[19/50] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/50] Emitting module InternalCollectionsUtilities
[21/50] Emitting module _NIODataStructures
[22/50] Compiling _NIODataStructures Heap.swift
[24/50] Compiling _NIODataStructures PriorityQueue.swift
[25/50] Compiling _NIODataStructures _TinyArray.swift
[26/51] Compiling Atomics IntegerOperations.swift
[27/51] Compiling Atomics Unmanaged extensions.swift
[29/51] Compiling NIOConcurrencyHelpers NIOLock.swift
[30/51] Emitting module NIOConcurrencyHelpers
[31/51] Compiling NIOConcurrencyHelpers atomics.swift
[32/51] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[33/52] Compiling Atomics AtomicBool.swift
[34/52] Compiling Atomics IntegerConformances.swift
[35/52] Compiling Atomics PointerConformances.swift
[36/52] Compiling Atomics Primitives.native.swift
[37/52] Compiling Atomics AtomicOptionalWrappable.swift
[41/68] Compiling DequeModule _DequeBuffer.swift
[42/68] Compiling DequeModule _DequeBufferHeader.swift
[43/70] Compiling DequeModule Deque+CustomReflectable.swift
[44/70] Compiling DequeModule Deque+Descriptions.swift
[45/70] Compiling DequeModule Deque+Equatable.swift
[46/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[47/70] Compiling DequeModule Deque+Extras.swift
[48/70] Compiling DequeModule Deque+Hashable.swift
[49/70] Compiling DequeModule Deque+Testing.swift
[50/70] Compiling DequeModule Deque._Storage.swift
[51/70] Compiling DequeModule _DequeSlot.swift
[52/70] Compiling DequeModule _UnsafeWrappedBuffer.swift
[53/70] Compiling DequeModule Deque._UnsafeHandle.swift
[54/70] Compiling DequeModule Deque.swift
[55/70] Emitting module Atomics
[59/70] Compiling DequeModule Deque+Codable.swift
[60/70] Compiling DequeModule Deque+Collection.swift
[70/71] Emitting module DequeModule
[73/132] Compiling NIOCore MulticastChannel.swift
[74/132] Compiling NIOCore NIOAny.swift
[75/132] Compiling NIOCore NIOCloseOnErrorHandler.swift
[76/132] Compiling NIOCore NIOLoopBound.swift
[77/132] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[78/132] Compiling NIOCore NIOScheduledCallback.swift
[79/132] Compiling NIOCore NIOSendable.swift
[80/132] Compiling NIOCore RecvByteBufferAllocator.swift
[81/140] Compiling NIOCore IO.swift
[82/140] Compiling NIOCore IOData.swift
[83/140] Compiling NIOCore IPProtocol.swift
[84/140] Compiling NIOCore IntegerBitPacking.swift
[85/140] Compiling NIOCore IntegerTypes.swift
[86/140] Compiling NIOCore Interfaces.swift
[87/140] Compiling NIOCore Linux.swift
[88/140] Compiling NIOCore MarkedCircularBuffer.swift
[89/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[90/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[91/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[92/140] Compiling NIOCore EventLoopFuture.swift
[93/140] Compiling NIOCore FileDescriptor.swift
[94/140] Compiling NIOCore FileHandle.swift
[95/140] Compiling NIOCore FileRegion.swift
[96/140] Compiling NIOCore GlobalSingletons.swift
[97/140] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[98/140] Compiling NIOCore SocketAddresses.swift
[99/140] Compiling NIOCore SocketOptionProvider.swift
[100/140] Compiling NIOCore SystemCallHelpers.swift
[101/140] Compiling NIOCore TimeAmount+Duration.swift
[102/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[103/140] Compiling NIOCore UniversalBootstrapSupport.swift
[104/140] Compiling NIOCore Utilities.swift
[105/140] Compiling NIOCore CircularBuffer.swift
[106/140] Compiling NIOCore Codec.swift
[107/140] Compiling NIOCore ConvenienceOptionSupport.swift
[108/140] Compiling NIOCore DeadChannel.swift
[109/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[110/140] Compiling NIOCore EventLoop+Deprecated.swift
[111/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[112/140] Compiling NIOCore EventLoop.swift
[113/140] Compiling NIOCore AddressedEnvelope.swift
[114/140] Compiling NIOCore AsyncAwaitSupport.swift
[115/140] Compiling NIOCore AsyncChannel.swift
[116/140] Compiling NIOCore AsyncChannelHandler.swift
[117/140] Compiling NIOCore AsyncChannelInboundStream.swift
[118/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[119/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[120/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[121/140] Compiling NIOCore NIOAsyncWriter.swift
[122/140] 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:
[123/140] 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:
[124/140] 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:
[125/140] 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:
[126/140] 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:
[127/140] 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:
[128/140] 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:
[129/140] 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:
[130/140] 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:
[131/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[132/140] Compiling NIOCore BSDSocketAPI.swift
[133/140] Compiling NIOCore ByteBuffer-aux.swift
[134/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[135/140] Compiling NIOCore ByteBuffer-conversions.swift
[136/140] Compiling NIOCore ByteBuffer-core.swift
[137/140] Compiling NIOCore ByteBuffer-hex.swift
[138/140] Compiling NIOCore ByteBuffer-int.swift
[139/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[140/140] Emitting module NIOCore
BUILD FAILURE 6.1 wasm