Build Information
Failed to build swift-ntp, reference main (28e649
), with Swift 6.1 for Wasm on 12 Jun 2025 20:37:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/apple/swift-ntp.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/apple/swift-ntp
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 28e6491 converting to computed error properties (#3)
Cloned https://github.com/apple/swift-ntp.git
Revision (git rev-parse @):
28e64917e3c37e558e6f19200a81afc0535c70bc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-ntp.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-ntp.git
https://github.com/apple/swift-ntp.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-ntp",
"name" : "swift-ntp",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NTPClient",
"targets" : [
"NTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "simpleclient",
"targets" : [
"simpleclient"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "NTPTests",
"module_type" : "SwiftTarget",
"name" : "NTPTests",
"path" : "Tests/NTPTests",
"sources" : [
"ByteBuffer+NTPPacketTests.swift",
"NTPPacketTests.swift",
"NTPTimeTests.swift"
],
"target_dependencies" : [
"NTP"
],
"type" : "test"
},
{
"c99name" : "NTPClientTests",
"module_type" : "SwiftTarget",
"name" : "NTPClientTests",
"path" : "Tests/NTPClientTests",
"sources" : [
"NTPClientTests.swift",
"NTPResponseTests.swift",
"TimeoutTests.swift"
],
"target_dependencies" : [
"NTPClient"
],
"type" : "test"
},
{
"c99name" : "NTPClient",
"module_type" : "SwiftTarget",
"name" : "NTPClient",
"path" : "Sources/NTPClient",
"product_dependencies" : [
"NIOPosix"
],
"product_memberships" : [
"NTPClient",
"simpleclient"
],
"sources" : [
"Handlers.swift",
"NTPClient.swift",
"NTPError.swift",
"NTPResponse.swift",
"NTPVersion.swift",
"Timeout.swift"
],
"target_dependencies" : [
"NTP"
],
"type" : "library"
},
{
"c99name" : "NTP",
"module_type" : "SwiftTarget",
"name" : "NTP",
"path" : "Sources/NTP",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"NTPClient",
"simpleclient"
],
"sources" : [
"ByteBuffer+NTPPacket.swift",
"NTPPacket.swift",
"NTPTime.swift"
],
"type" : "library"
},
{
"c99name" : "simpleclient",
"module_type" : "SwiftTarget",
"name" : "simpleclient",
"path" : "Snippets",
"product_memberships" : [
"simpleclient"
],
"sources" : [
"simpleclient.swift"
],
"target_dependencies" : [
"NTPClient"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
[2083/78356] Fetching swift-docc-plugin, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (5.05s)
Fetched https://github.com/apple/swift-nio.git from cache (5.14s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (7.81s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1797] Fetching swift-atomics
[1170/6225] Fetching swift-atomics, swift-system
[6138/22825] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
[7914/21028] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.48s)
[4316/16600] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.78s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.74s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3408] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.00s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/36] Write sources
[12/36] Compiling _AtomicsShims.c
[13/36] Compiling CNIOWindows WSAStartup.c
[14/36] Compiling CNIOLinux shim.c
[14/36] Compiling CNIOLinux liburing_shims.c
[14/36] Compiling CNIOWindows shim.c
[14/36] Compiling CNIODarwin shim.c
[14/36] Write sources
[19/36] Compiling CNIOWASI CNIOWASI.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[22/74] Emitting module _NIOBase64
[22/74] Compiling c-nioatomics.c
[24/74] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/74] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/74] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/76] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/76] Compiling Atomics DoubleWord.swift
[29/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/77] Compiling InternalCollectionsUtilities Debugging.swift
[31/77] Compiling InternalCollectionsUtilities Descriptions.swift
[34/77] Compiling Atomics ManagedAtomic.swift
[35/77] Compiling Atomics ManagedAtomicLazyReference.swift
[36/77] Compiling Atomics UnsafeAtomic.swift
[37/77] Compiling Atomics UnsafeAtomicLazyReference.swift
[38/77] Emitting module InternalCollectionsUtilities
[39/77] Compiling _NIODataStructures _TinyArray.swift
[40/77] Compiling Atomics IntegerConformances.swift
[41/77] Compiling Atomics PointerConformances.swift
[42/77] Compiling _NIOBase64 Base64.swift
[45/78] Compiling Atomics RawRepresentable.swift
[46/78] Compiling Atomics AtomicBool.swift
[49/78] Compiling Atomics OptionalRawRepresentable.swift
[52/78] Compiling Atomics Primitives.native.swift
[54/78] Compiling _NIODataStructures PriorityQueue.swift
[55/78] Emitting module Atomics
[59/78] Compiling c-atomics.c
[61/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/82] Compiling Atomics IntegerOperations.swift
[63/82] Compiling Atomics Unmanaged extensions.swift
[63/86] Wrapping AST for _NIOBase64 for debugging
[66/93] Wrapping AST for InternalCollectionsUtilities for debugging
[68/101] Compiling _NIODataStructures Heap.swift
[69/101] Emitting module _NIODataStructures
[70/102] Compiling NIOConcurrencyHelpers NIOLock.swift
[71/102] Compiling NIOConcurrencyHelpers lock.swift
[71/102] Wrapping AST for Atomics for debugging
[74/102] Compiling DequeModule Deque+CustomReflectable.swift
[75/102] Compiling DequeModule Deque+Descriptions.swift
[76/104] Compiling DequeModule _DequeBuffer.swift
[77/104] Compiling DequeModule _DequeBufferHeader.swift
[78/104] Compiling DequeModule Deque+Equatable.swift
[79/104] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/104] Wrapping AST for _NIODataStructures for debugging
[81/104] Emitting module NIOConcurrencyHelpers
[82/104] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[83/104] Compiling NIOConcurrencyHelpers atomics.swift
[84/104] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[85/104] Compiling DequeModule Deque+Extras.swift
[86/104] Compiling DequeModule Deque+Hashable.swift
[87/105] Compiling DequeModule Deque._UnsafeHandle.swift
[88/105] Compiling DequeModule Deque.swift
[89/105] Compiling DequeModule Deque+Testing.swift
[90/105] Compiling DequeModule Deque._Storage.swift
[92/105] Compiling DequeModule _DequeSlot.swift
[93/105] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/105] Compiling DequeModule Deque+Codable.swift
[95/105] Compiling DequeModule Deque+Collection.swift
[95/105] Wrapping AST for NIOConcurrencyHelpers for debugging
[97/105] Emitting module DequeModule
[98/106] Wrapping AST for DequeModule for debugging
[100/166] Compiling NIOCore MulticastChannel.swift
[101/166] Compiling NIOCore NIOAny.swift
[102/166] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/166] Compiling NIOCore NIOLoopBound.swift
[104/166] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/166] Compiling NIOCore NIOScheduledCallback.swift
[106/166] Compiling NIOCore NIOSendable.swift
[107/166] Compiling NIOCore RecvByteBufferAllocator.swift
[108/174] Compiling NIOCore IO.swift
[109/174] Compiling NIOCore IOData.swift
[110/174] Compiling NIOCore IPProtocol.swift
[111/174] Compiling NIOCore IntegerBitPacking.swift
[112/174] Compiling NIOCore IntegerTypes.swift
[113/174] Compiling NIOCore Interfaces.swift
[114/174] Compiling NIOCore Linux.swift
[115/174] Compiling NIOCore MarkedCircularBuffer.swift
[116/174] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[117/174] Compiling NIOCore EventLoopFuture+Deprecated.swift
[118/174] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[119/174] Compiling NIOCore EventLoopFuture.swift
[120/174] Compiling NIOCore FileDescriptor.swift
[121/174] Compiling NIOCore FileHandle.swift
[122/174] Compiling NIOCore FileRegion.swift
[123/174] Compiling NIOCore GlobalSingletons.swift
[124/174] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[125/174] Compiling NIOCore SocketAddresses.swift
[126/174] Compiling NIOCore SocketOptionProvider.swift
[127/174] Compiling NIOCore SystemCallHelpers.swift
[128/174] Compiling NIOCore TimeAmount+Duration.swift
[129/174] Compiling NIOCore TypeAssistedChannelHandler.swift
[130/174] Compiling NIOCore UniversalBootstrapSupport.swift
[131/174] Compiling NIOCore Utilities.swift
[132/174] 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:
[133/174] 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:
[134/174] 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:
[135/174] 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:
[136/174] 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:
[137/174] 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:
[138/174] 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:
[139/174] 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:
[140/174] 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:
[141/174] Compiling NIOCore CircularBuffer.swift
[142/174] Compiling NIOCore Codec.swift
[143/174] Compiling NIOCore ConvenienceOptionSupport.swift
[144/174] Compiling NIOCore DeadChannel.swift
[145/174] Compiling NIOCore DispatchQueue+WithFuture.swift
[146/174] Compiling NIOCore EventLoop+Deprecated.swift
[147/174] Compiling NIOCore EventLoop+SerialExecutor.swift
[148/174] Compiling NIOCore EventLoop.swift
[149/174] Compiling NIOCore AddressedEnvelope.swift
[150/174] Compiling NIOCore AsyncAwaitSupport.swift
[151/174] Compiling NIOCore AsyncChannel.swift
[152/174] Compiling NIOCore AsyncChannelHandler.swift
[153/174] Compiling NIOCore AsyncChannelInboundStream.swift
[154/174] Compiling NIOCore AsyncChannelOutboundWriter.swift
[155/174] Compiling NIOCore NIOAsyncSequenceProducer.swift
[156/174] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[157/174] Compiling NIOCore NIOAsyncWriter.swift
[158/174] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[159/174] Compiling NIOCore BSDSocketAPI.swift
[160/174] Compiling NIOCore ByteBuffer-aux.swift
[161/174] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[162/174] Compiling NIOCore ByteBuffer-conversions.swift
[163/174] Compiling NIOCore ByteBuffer-core.swift
[164/174] Compiling NIOCore ByteBuffer-hex.swift
[165/174] Compiling NIOCore ByteBuffer-int.swift
[166/174] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[167/174] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/16] Write swift-version-24593BA9C3E375BF.txt
[4/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/61] Compiling NIOConcurrencyHelpers lock.swift
[6/61] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/61] Compiling InternalCollectionsUtilities Debugging.swift
[8/61] Compiling InternalCollectionsUtilities Descriptions.swift
[9/61] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/61] Compiling _NIODataStructures Heap.swift
[11/61] Compiling Atomics ManagedAtomic.swift
[12/61] Compiling Atomics ManagedAtomicLazyReference.swift
[13/61] Compiling Atomics UnsafeAtomic.swift
[14/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/63] Compiling NIOConcurrencyHelpers NIOLock.swift
[17/63] Compiling Atomics AtomicValue.swift
[18/63] Compiling Atomics AtomicMemoryOrderings.swift
[19/63] Compiling Atomics DoubleWord.swift
[20/63] Emitting module _NIODataStructures
[21/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/63] Emitting module NIOConcurrencyHelpers
[23/63] Compiling _NIODataStructures PriorityQueue.swift
[24/63] Compiling _NIODataStructures _TinyArray.swift
[25/64] Emitting module _NIOBase64
[26/64] Compiling _NIOBase64 Base64.swift
[27/65] Compiling Atomics AtomicBool.swift
[28/65] Compiling Atomics IntegerConformances.swift
[29/65] Compiling Atomics OptionalRawRepresentable.swift
[30/65] Compiling Atomics RawRepresentable.swift
[31/65] Compiling Atomics PointerConformances.swift
[32/65] Compiling Atomics Primitives.native.swift
[33/65] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/65] Compiling Atomics IntegerOperations.swift
[39/65] Compiling Atomics Unmanaged extensions.swift
[43/65] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[44/65] Compiling NIOConcurrencyHelpers atomics.swift
[45/66] Emitting module InternalCollectionsUtilities
[48/78] Compiling DequeModule Deque+Equatable.swift
[49/78] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[50/80] Compiling DequeModule _DequeBuffer.swift
[51/80] Compiling DequeModule _DequeBufferHeader.swift
[52/80] Compiling DequeModule Deque+Extras.swift
[53/80] Compiling DequeModule Deque+Hashable.swift
[54/80] Compiling DequeModule _DequeSlot.swift
[55/80] Compiling DequeModule _UnsafeWrappedBuffer.swift
[56/80] Emitting module Atomics
[57/80] Compiling DequeModule Deque+Testing.swift
[58/80] Compiling DequeModule Deque._Storage.swift
[59/80] Compiling DequeModule Deque._UnsafeHandle.swift
[60/80] Compiling DequeModule Deque.swift
[61/80] Compiling DequeModule Deque+Collection.swift
[64/80] Compiling DequeModule Deque+CustomReflectable.swift
[65/80] Compiling DequeModule Deque+Descriptions.swift
[66/80] Compiling DequeModule Deque+Codable.swift
[71/81] Emitting module DequeModule
[74/140] Compiling NIOCore IO.swift
[75/140] Compiling NIOCore IOData.swift
[76/140] Compiling NIOCore IPProtocol.swift
[77/140] Compiling NIOCore IntegerBitPacking.swift
[78/140] Compiling NIOCore IntegerTypes.swift
[79/140] Compiling NIOCore Interfaces.swift
[80/140] Compiling NIOCore Linux.swift
[81/140] Compiling NIOCore MarkedCircularBuffer.swift
[82/140] Compiling NIOCore MulticastChannel.swift
[83/140] Compiling NIOCore NIOAny.swift
[84/140] Compiling NIOCore NIOCloseOnErrorHandler.swift
[85/140] Compiling NIOCore NIOLoopBound.swift
[86/140] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[87/140] Compiling NIOCore NIOScheduledCallback.swift
[88/140] Compiling NIOCore NIOSendable.swift
[89/140] Compiling NIOCore RecvByteBufferAllocator.swift
[90/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[91/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[92/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[93/140] Compiling NIOCore EventLoopFuture.swift
[94/140] Compiling NIOCore FileDescriptor.swift
[95/140] Compiling NIOCore FileHandle.swift
[96/140] Compiling NIOCore FileRegion.swift
[97/140] Compiling NIOCore GlobalSingletons.swift
[98/148] 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:
[99/148] 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:
[100/148] 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:
[101/148] 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:
[102/148] 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:
[103/148] 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:
[104/148] 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:
[105/148] 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:
[106/148] 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:
[107/148] Compiling NIOCore CircularBuffer.swift
[108/148] Compiling NIOCore Codec.swift
[109/148] Compiling NIOCore ConvenienceOptionSupport.swift
[110/148] Compiling NIOCore DeadChannel.swift
[111/148] Compiling NIOCore DispatchQueue+WithFuture.swift
[112/148] Compiling NIOCore EventLoop+Deprecated.swift
[113/148] Compiling NIOCore EventLoop+SerialExecutor.swift
[114/148] Compiling NIOCore EventLoop.swift
[115/148] Compiling NIOCore AddressedEnvelope.swift
[116/148] Compiling NIOCore AsyncAwaitSupport.swift
[117/148] Compiling NIOCore AsyncChannel.swift
[118/148] Compiling NIOCore AsyncChannelHandler.swift
[119/148] Compiling NIOCore AsyncChannelInboundStream.swift
[120/148] Compiling NIOCore AsyncChannelOutboundWriter.swift
[121/148] Compiling NIOCore NIOAsyncSequenceProducer.swift
[122/148] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[123/148] Compiling NIOCore NIOAsyncWriter.swift
[124/148] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[125/148] Compiling NIOCore BSDSocketAPI.swift
[126/148] Compiling NIOCore ByteBuffer-aux.swift
[127/148] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[128/148] Compiling NIOCore ByteBuffer-conversions.swift
[129/148] Compiling NIOCore ByteBuffer-core.swift
[130/148] Compiling NIOCore ByteBuffer-hex.swift
[131/148] Compiling NIOCore ByteBuffer-int.swift
[132/148] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[133/148] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[134/148] Compiling NIOCore SocketAddresses.swift
[135/148] Compiling NIOCore SocketOptionProvider.swift
[136/148] Compiling NIOCore SystemCallHelpers.swift
[137/148] Compiling NIOCore TimeAmount+Duration.swift
[138/148] Compiling NIOCore TypeAssistedChannelHandler.swift
[139/148] Compiling NIOCore UniversalBootstrapSupport.swift
[140/148] Compiling NIOCore Utilities.swift
[141/148] Emitting module NIOCore
BUILD FAILURE 6.1 wasm