Build Information
Failed to build Atem, reference 2.0.0-alpha.2 (fd8d07
), with Swift 6.1 for Wasm on 27 May 2025 20:04:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/dev1an/swift-atem.git
Reference: 2.0.0-alpha.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/dev1an/swift-atem
* tag 2.0.0-alpha.2 -> FETCH_HEAD
HEAD is now at fd8d070 Add support for Xcode 13
Cloned https://github.com/dev1an/swift-atem.git
Revision (git rev-parse @):
fd8d070f0477b28727ad16b159f04b4f35cfb7c9
SUCCESS checkout https://github.com/dev1an/swift-atem.git at 2.0.0-alpha.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dev1an/swift-atem.git
https://github.com/dev1an/swift-atem.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.32.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "Atem",
"name" : "Atem",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Atem",
"targets" : [
"Atem"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AtemAppleDiscovery",
"targets" : [
"AtemAppleDiscovery"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VersionDump",
"targets" : [
"VersionDump"
],
"type" : {
"executable" : null
}
},
{
"name" : "Simulator",
"targets" : [
"Simulator"
],
"type" : {
"executable" : null
}
},
{
"name" : "TitleGenerator",
"targets" : [
"TitleGenerator"
],
"type" : {
"executable" : null
}
},
{
"name" : "PreviewSwitcher",
"targets" : [
"PreviewSwitcher"
],
"type" : {
"executable" : null
}
},
{
"name" : "SourceLabeler",
"targets" : [
"SourceLabeler"
],
"type" : {
"executable" : null
}
},
{
"name" : "MessageDecoder",
"targets" : [
"MessageDecoder"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "VersionDump",
"module_type" : "SwiftTarget",
"name" : "VersionDump",
"path" : "Sources/VersionDump",
"product_memberships" : [
"VersionDump"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Atem"
],
"type" : "executable"
},
{
"c99name" : "TitleGenerator",
"module_type" : "SwiftTarget",
"name" : "TitleGenerator",
"path" : "Sources/TitleGenerator",
"product_memberships" : [
"TitleGenerator"
],
"sources" : [
"Renderer.swift",
"Title.swift",
"main.swift"
],
"target_dependencies" : [
"Atem"
],
"type" : "executable"
},
{
"c99name" : "SourceLabeler",
"module_type" : "SwiftTarget",
"name" : "SourceLabeler",
"path" : "Sources/SourceLabeler",
"product_memberships" : [
"SourceLabeler"
],
"sources" : [
"Analyze grid.swift",
"Label.swift",
"connect.swift",
"generate grid.swift",
"main.swift"
],
"target_dependencies" : [
"Atem"
],
"type" : "executable"
},
{
"c99name" : "Simulator",
"module_type" : "SwiftTarget",
"name" : "Simulator",
"path" : "Sources/Simulator",
"product_memberships" : [
"Simulator"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Atem"
],
"type" : "executable"
},
{
"c99name" : "PreviewSwitcher",
"module_type" : "SwiftTarget",
"name" : "PreviewSwitcher",
"path" : "Sources/PreviewSwitcher",
"product_memberships" : [
"PreviewSwitcher"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Atem"
],
"type" : "executable"
},
{
"c99name" : "MessageDecoder",
"module_type" : "SwiftTarget",
"name" : "MessageDecoder",
"path" : "Sources/MessageDecoder",
"product_memberships" : [
"MessageDecoder"
],
"sources" : [
"IntOperators.swift",
"main.swift"
],
"target_dependencies" : [
"Atem"
],
"type" : "executable"
},
{
"c99name" : "AtemTests",
"module_type" : "SwiftTarget",
"name" : "AtemTests",
"path" : "Tests/AtemTests",
"sources" : [
"Atem_Tests.swift",
"ColorConversionTests.swift",
"DataTransferMessagesTests.swift",
"EnvelopeWrapper.swift",
"MessageTests.swift"
],
"target_dependencies" : [
"Atem"
],
"type" : "test"
},
{
"c99name" : "AtemAppleDiscovery",
"module_type" : "SwiftTarget",
"name" : "AtemAppleDiscovery",
"path" : "Sources/AtemAppleDiscovery",
"product_dependencies" : [
"NIO"
],
"product_memberships" : [
"AtemAppleDiscovery"
],
"sources" : [
"NetService.swift",
"Network-framework.swift"
],
"type" : "library"
},
{
"c99name" : "Atem",
"module_type" : "SwiftTarget",
"name" : "Atem",
"path" : "Sources/Atem",
"product_dependencies" : [
"NIO"
],
"product_memberships" : [
"Atem",
"VersionDump",
"Simulator",
"TitleGenerator",
"PreviewSwitcher",
"SourceLabeler",
"MessageDecoder"
],
"sources" : [
"Connection.swift",
"Controller.swift",
"MediaConverter/422 ABLARL YUV.swift",
"MediaConverter/Decode input labels.swift",
"MediaConverter/RunLength.swift",
"MediaConverter/accelerate.swift",
"MediaPool.swift",
"MediaTransferManager.swift",
"MessageHandler.swift",
"Messages/Actions.swift",
"Messages/Configuration.swift",
"Messages/DataTransfer.swift",
"Messages/Message.swift",
"Model.swift",
"Packet.swift",
"PacketTypes.swift",
"Switcher.swift",
"TallyLight.swift",
"Utilities/ArrayOperations.swift",
"Utilities/EventLoopGroup.swift",
"Utilities/HandlerWithTimer.swift",
"Utilities/InitialSwitcherStateMessages.swift",
"Utilities/IntOperators.swift",
"Utilities/OptionSet+elements.swift",
"Utilities/RawRepresentable+decode.swift",
"VideoSource.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.20s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.09s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[1592/18301] Fetching swift-atomics, swift-collections
[2375/22692] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.51s)
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.74s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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
Building for debugging...
[0/57] Write sources
[15/57] Compiling CNIOWindows WSAStartup.c
[15/57] Compiling CNIOWASI CNIOWASI.c
[17/57] Compiling CNIOLinux shim.c
[17/57] Compiling CNIOWindows shim.c
[17/57] Write sources
[22/57] Compiling CNIODarwin shim.c
[23/57] Compiling CNIOLinux liburing_shims.c
[24/57] Compiling _AtomicsShims.c
[25/57] Write swift-version-24593BA9C3E375BF.txt
[27/96] Emitting module _NIOBase64
[27/96] Compiling c-nioatomics.c
[28/96] Compiling c-atomics.c
[30/102] Compiling _NIODataStructures _TinyArray.swift
[31/102] Compiling Atomics ManagedAtomic.swift
[32/102] Compiling Atomics ManagedAtomicLazyReference.swift
[33/104] Compiling _NIOBase64 Base64.swift
[34/104] Compiling Atomics AtomicMemoryOrderings.swift
[35/104] Compiling Atomics DoubleWord.swift
[36/104] Emitting module Atomics
[37/105] Compiling _NIODataStructures PriorityQueue.swift
[38/105] Compiling Atomics IntegerConformances.swift
[39/105] Compiling Atomics PointerConformances.swift
[40/106] Compiling Atomics AtomicReference.swift
[41/106] Compiling Atomics AtomicStorage.swift
[42/106] Compiling Atomics AtomicValue.swift
[43/106] Compiling Atomics UnsafeAtomic.swift
[44/106] Compiling Atomics UnsafeAtomicLazyReference.swift
[45/106] Emitting module InternalCollectionsUtilities
[46/106] Compiling Atomics Primitives.shims.swift
[47/106] Compiling Atomics AtomicInteger.swift
[50/106] Compiling Atomics AtomicOptionalWrappable.swift
[55/106] Compiling Atomics RawRepresentable.swift
[56/106] Compiling Atomics AtomicBool.swift
[58/106] Compiling Atomics Primitives.native.swift
[59/106] Compiling Atomics OptionalRawRepresentable.swift
[66/106] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/106] Wrapping AST for _NIOBase64 for debugging
[68/106] Compiling Atomics IntegerOperations.swift
[69/106] Compiling Atomics Unmanaged extensions.swift
[70/107] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/108] Emitting module NIOConcurrencyHelpers
[74/108] Compiling NIOConcurrencyHelpers lock.swift
[74/108] Wrapping AST for Atomics for debugging
[75/108] Wrapping AST for InternalCollectionsUtilities for debugging
[77/108] Emitting module _NIODataStructures
[78/108] Compiling _NIODataStructures Heap.swift
[79/109] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/109] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[81/120] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[82/120] Compiling NIOConcurrencyHelpers atomics.swift
[84/125] Wrapping AST for _NIODataStructures for debugging
[86/125] Compiling DequeModule _DequeBuffer.swift
[87/125] Compiling DequeModule _DequeBufferHeader.swift
[87/127] Wrapping AST for NIOConcurrencyHelpers for debugging
[89/127] Compiling DequeModule Deque+CustomReflectable.swift
[90/127] Compiling DequeModule Deque+Descriptions.swift
[91/127] Compiling DequeModule Deque+Extras.swift
[92/127] Compiling DequeModule Deque+Hashable.swift
[93/127] Compiling DequeModule Deque+Equatable.swift
[94/127] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/127] Compiling DequeModule Deque+Testing.swift
[96/127] Compiling DequeModule Deque._Storage.swift
[97/127] Compiling DequeModule Deque._UnsafeHandle.swift
[98/127] Compiling DequeModule Deque.swift
[99/127] Compiling DequeModule _DequeSlot.swift
[100/127] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/127] Emitting module DequeModule
[102/127] Compiling DequeModule Deque+Codable.swift
[103/127] Compiling DequeModule Deque+Collection.swift
[104/128] Wrapping AST for DequeModule for debugging
[106/188] Compiling NIOCore MulticastChannel.swift
[107/188] Compiling NIOCore NIOAny.swift
[108/188] Compiling NIOCore NIOCloseOnErrorHandler.swift
[109/188] Compiling NIOCore NIOLoopBound.swift
[110/188] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[111/188] Compiling NIOCore NIOScheduledCallback.swift
[112/188] Compiling NIOCore NIOSendable.swift
[113/188] Compiling NIOCore RecvByteBufferAllocator.swift
[114/196] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[115/196] Compiling NIOCore EventLoopFuture+Deprecated.swift
[116/196] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[117/196] Compiling NIOCore EventLoopFuture.swift
[118/196] Compiling NIOCore FileDescriptor.swift
[119/196] Compiling NIOCore FileHandle.swift
[120/196] Compiling NIOCore FileRegion.swift
[121/196] Compiling NIOCore GlobalSingletons.swift
[122/196] Compiling NIOCore CircularBuffer.swift
[123/196] Compiling NIOCore Codec.swift
[124/196] Compiling NIOCore ConvenienceOptionSupport.swift
[125/196] Compiling NIOCore DeadChannel.swift
[126/196] Compiling NIOCore DispatchQueue+WithFuture.swift
[127/196] Compiling NIOCore EventLoop+Deprecated.swift
[128/196] Compiling NIOCore EventLoop+SerialExecutor.swift
[129/196] Compiling NIOCore EventLoop.swift
[130/196] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[131/196] Compiling NIOCore SocketAddresses.swift
[132/196] Compiling NIOCore SocketOptionProvider.swift
[133/196] Compiling NIOCore SystemCallHelpers.swift
[134/196] Compiling NIOCore TimeAmount+Duration.swift
[135/196] Compiling NIOCore TypeAssistedChannelHandler.swift
[136/196] Compiling NIOCore UniversalBootstrapSupport.swift
[137/196] Compiling NIOCore Utilities.swift
[138/196] Compiling NIOCore AddressedEnvelope.swift
[139/196] Compiling NIOCore AsyncAwaitSupport.swift
[140/196] Compiling NIOCore AsyncChannel.swift
[141/196] Compiling NIOCore AsyncChannelHandler.swift
[142/196] Compiling NIOCore AsyncChannelInboundStream.swift
[143/196] Compiling NIOCore AsyncChannelOutboundWriter.swift
[144/196] Compiling NIOCore NIOAsyncSequenceProducer.swift
[145/196] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[146/196] Compiling NIOCore NIOAsyncWriter.swift
[147/196] Compiling NIOCore IO.swift
[148/196] Compiling NIOCore IOData.swift
[149/196] Compiling NIOCore IPProtocol.swift
[150/196] Compiling NIOCore IntegerBitPacking.swift
[151/196] Compiling NIOCore IntegerTypes.swift
[152/196] Compiling NIOCore Interfaces.swift
[153/196] Compiling NIOCore Linux.swift
[154/196] Compiling NIOCore MarkedCircularBuffer.swift
[155/196] 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:
[156/196] 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:
[157/196] 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:
[158/196] 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:
[159/196] 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:
[160/196] 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:
[161/196] 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:
[162/196] 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:
[163/196] 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:
[164/196] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[165/196] Compiling NIOCore BSDSocketAPI.swift
[166/196] Compiling NIOCore ByteBuffer-aux.swift
[167/196] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[168/196] Compiling NIOCore ByteBuffer-conversions.swift
[169/196] Compiling NIOCore ByteBuffer-core.swift
[170/196] Compiling NIOCore ByteBuffer-hex.swift
[171/196] Compiling NIOCore ByteBuffer-int.swift
[172/196] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[173/196] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/30] Write swift-version-24593BA9C3E375BF.txt
[2/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/75] Compiling Atomics Primitives.shims.swift
[4/75] Compiling Atomics AtomicInteger.swift
[5/75] Compiling Atomics AtomicOptionalWrappable.swift
[6/75] Compiling Atomics IntegerConformances.swift
[7/76] Compiling Atomics OptionalRawRepresentable.swift
[8/76] Compiling Atomics RawRepresentable.swift
[9/76] Compiling Atomics ManagedAtomic.swift
[10/76] Compiling Atomics ManagedAtomicLazyReference.swift
[11/76] Compiling Atomics UnsafeAtomic.swift
[12/76] Compiling Atomics UnsafeAtomicLazyReference.swift
[13/78] Compiling NIOConcurrencyHelpers lock.swift
[14/78] Compiling Atomics AtomicMemoryOrderings.swift
[15/78] Compiling Atomics DoubleWord.swift
[16/78] Compiling _NIOBase64 Base64.swift
[17/78] Emitting module _NIOBase64
[18/79] Compiling _NIODataStructures Heap.swift
[19/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/79] Compiling _NIODataStructures PriorityQueue.swift
[21/79] Emitting module NIOConcurrencyHelpers
[22/79] Compiling _NIODataStructures _TinyArray.swift
[23/79] Emitting module _NIODataStructures
[24/80] Compiling Atomics AtomicBool.swift
[25/80] Compiling Atomics AtomicReference.swift
[28/80] Emitting module InternalCollectionsUtilities
[29/80] Compiling Atomics IntegerOperations.swift
[30/80] Compiling Atomics Unmanaged extensions.swift
[35/79] Compiling Atomics AtomicStorage.swift
[36/79] Compiling Atomics AtomicValue.swift
[37/79] Compiling NIOConcurrencyHelpers NIOLock.swift
[38/79] Compiling NIOConcurrencyHelpers atomics.swift
[39/79] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[40/79] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[43/79] Compiling Atomics PointerConformances.swift
[44/79] Compiling Atomics Primitives.native.swift
[46/79] Wrapping AST for InternalCollectionsUtilities for debugging
[48/94] Compiling DequeModule _DequeBuffer.swift
[49/94] Compiling DequeModule _DequeBufferHeader.swift
[50/96] Compiling DequeModule Deque+Equatable.swift
[51/96] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[52/96] Compiling DequeModule Deque+CustomReflectable.swift
[53/96] Compiling DequeModule Deque+Descriptions.swift
[54/96] Compiling DequeModule Deque+Extras.swift
[55/96] Compiling DequeModule Deque+Hashable.swift
[56/96] Compiling DequeModule Deque._UnsafeHandle.swift
[57/96] Compiling DequeModule Deque.swift
[58/96] Compiling DequeModule Deque+Testing.swift
[59/96] Compiling DequeModule Deque._Storage.swift
[60/96] Compiling DequeModule _DequeSlot.swift
[61/96] Compiling DequeModule _UnsafeWrappedBuffer.swift
[62/96] Compiling DequeModule Deque+Codable.swift
[63/96] Compiling DequeModule Deque+Collection.swift
[64/96] Emitting module DequeModule
[69/97] Emitting module Atomics
[73/98] Wrapping AST for DequeModule for debugging
[74/98] Wrapping AST for Atomics for debugging
[76/158] Compiling NIOCore MulticastChannel.swift
[77/158] Compiling NIOCore NIOAny.swift
[78/158] Compiling NIOCore NIOCloseOnErrorHandler.swift
[79/158] Compiling NIOCore NIOLoopBound.swift
[80/158] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[81/158] Compiling NIOCore NIOScheduledCallback.swift
[82/158] Compiling NIOCore NIOSendable.swift
[83/158] Compiling NIOCore RecvByteBufferAllocator.swift
[84/166] Compiling NIOCore IO.swift
[85/166] Compiling NIOCore IOData.swift
[86/166] Compiling NIOCore IPProtocol.swift
[87/166] Compiling NIOCore IntegerBitPacking.swift
[88/166] Compiling NIOCore IntegerTypes.swift
[89/166] Compiling NIOCore Interfaces.swift
[90/166] Compiling NIOCore Linux.swift
[91/166] Compiling NIOCore MarkedCircularBuffer.swift
[92/166] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[93/166] Compiling NIOCore EventLoopFuture+Deprecated.swift
[94/166] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[95/166] Compiling NIOCore EventLoopFuture.swift
[96/166] Compiling NIOCore FileDescriptor.swift
[97/166] Compiling NIOCore FileHandle.swift
[98/166] Compiling NIOCore FileRegion.swift
[99/166] Compiling NIOCore GlobalSingletons.swift
[100/166] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[101/166] Compiling NIOCore SocketAddresses.swift
[102/166] Compiling NIOCore SocketOptionProvider.swift
[103/166] Compiling NIOCore SystemCallHelpers.swift
[104/166] Compiling NIOCore TimeAmount+Duration.swift
[105/166] Compiling NIOCore TypeAssistedChannelHandler.swift
[106/166] Compiling NIOCore UniversalBootstrapSupport.swift
[107/166] Compiling NIOCore Utilities.swift
[108/166] Compiling NIOCore CircularBuffer.swift
[109/166] Compiling NIOCore Codec.swift
[110/166] Compiling NIOCore ConvenienceOptionSupport.swift
[111/166] Compiling NIOCore DeadChannel.swift
[112/166] Compiling NIOCore DispatchQueue+WithFuture.swift
[113/166] Compiling NIOCore EventLoop+Deprecated.swift
[114/166] Compiling NIOCore EventLoop+SerialExecutor.swift
[115/166] Compiling NIOCore EventLoop.swift
[116/166] 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:
[117/166] 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:
[118/166] 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:
[119/166] 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:
[120/166] 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:
[121/166] 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:
[122/166] 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:
[123/166] 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:
[124/166] 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:
[125/166] Compiling NIOCore AddressedEnvelope.swift
[126/166] Compiling NIOCore AsyncAwaitSupport.swift
[127/166] Compiling NIOCore AsyncChannel.swift
[128/166] Compiling NIOCore AsyncChannelHandler.swift
[129/166] Compiling NIOCore AsyncChannelInboundStream.swift
[130/166] Compiling NIOCore AsyncChannelOutboundWriter.swift
[131/166] Compiling NIOCore NIOAsyncSequenceProducer.swift
[132/166] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[133/166] Compiling NIOCore NIOAsyncWriter.swift
[134/166] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[135/166] Compiling NIOCore BSDSocketAPI.swift
[136/166] Compiling NIOCore ByteBuffer-aux.swift
[137/166] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[138/166] Compiling NIOCore ByteBuffer-conversions.swift
[139/166] Compiling NIOCore ByteBuffer-core.swift
[140/166] Compiling NIOCore ByteBuffer-hex.swift
[141/166] Compiling NIOCore ByteBuffer-int.swift
[142/166] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[143/166] Emitting module NIOCore
BUILD FAILURE 6.1 wasm