Build Information
Failed to build SpeziNetworking, reference main (098e78
), with Swift 6.1 for Wasm on 30 May 2025 12:39:45 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/StanfordSpezi/SpeziNetworking.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/StanfordSpezi/SpeziNetworking
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 098e78d Migrate to Swift Testing (#15)
Cloned https://github.com/StanfordSpezi/SpeziNetworking.git
Revision (git rev-parse @):
098e78d7717fc4e3199c579e47c75b916ce678ca
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziNetworking.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziNetworking.git
https://github.com/StanfordSpezi/SpeziNetworking.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.59.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics.git"
}
],
"manifest_display_name" : "SpeziNetworking",
"name" : "SpeziNetworking",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "ByteCoding",
"targets" : [
"ByteCoding"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziNumerics",
"targets" : [
"SpeziNumerics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XCTByteCoding",
"targets" : [
"XCTByteCoding"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ByteCodingTesting",
"targets" : [
"ByteCodingTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTByteCoding",
"module_type" : "SwiftTarget",
"name" : "XCTByteCoding",
"path" : "Sources/XCTByteCoding",
"product_memberships" : [
"XCTByteCoding"
],
"sources" : [
"TestIdentity.swift"
],
"target_dependencies" : [
"ByteCoding"
],
"type" : "library"
},
{
"c99name" : "SpeziNumericsTests",
"module_type" : "SwiftTarget",
"name" : "SpeziNumericsTests",
"path" : "Tests/SpeziNumericsTests",
"product_dependencies" : [
"RealModule"
],
"sources" : [
"Int24Tests.swift",
"MedFloatTests.swift"
],
"target_dependencies" : [
"ByteCoding",
"SpeziNumerics",
"ByteCodingTesting"
],
"type" : "test"
},
{
"c99name" : "SpeziNumerics",
"module_type" : "SwiftTarget",
"name" : "SpeziNumerics",
"path" : "Sources/SpeziNumerics",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"SpeziNumerics"
],
"sources" : [
"ByteBuffer+Int24.swift",
"MedFloat.swift",
"MedFloatImpl.swift"
],
"target_dependencies" : [
"ByteCoding"
],
"type" : "library"
},
{
"c99name" : "ByteCodingTests",
"module_type" : "SwiftTarget",
"name" : "ByteCodingTests",
"path" : "Tests/ByteCodingTests",
"sources" : [
"ByteCodableTests.swift",
"RawRepresentableTests.swift"
],
"target_dependencies" : [
"ByteCoding",
"ByteCodingTesting"
],
"type" : "test"
},
{
"c99name" : "ByteCodingTesting",
"module_type" : "SwiftTarget",
"name" : "ByteCodingTesting",
"path" : "Sources/ByteCodingTesting",
"product_memberships" : [
"ByteCodingTesting"
],
"sources" : [
"TestIdentity.swift"
],
"target_dependencies" : [
"ByteCoding"
],
"type" : "library"
},
{
"c99name" : "ByteCoding",
"module_type" : "SwiftTarget",
"name" : "ByteCoding",
"path" : "Sources/ByteCoding",
"product_dependencies" : [
"NIOCore",
"NIOFoundationCompat"
],
"product_memberships" : [
"ByteCoding",
"SpeziNumerics",
"XCTByteCoding",
"ByteCodingTesting"
],
"sources" : [
"ByteCodable+Deprecated.swift",
"ByteCodable.swift",
"PrimitiveByteCodable.swift",
"RawRepresentable+ByteCodable.swift",
"RawRepresentable+PrimitiveByteCodable.swift",
"StandardLibrary/Bool+ByteCodable.swift",
"StandardLibrary/Data+ByteCodable.swift",
"StandardLibrary/FixedWithInteger+ByteCodable.swift",
"StandardLibrary/Float+ByteCodable.swift",
"StandardLibrary/String+ByteCodable.swift",
"TestingSupport/Data+HexString.swift"
],
"type" : "library"
}
],
"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-numerics.git
[1/5706] Fetching swift-numerics
[3996/81817] Fetching swift-numerics, swift-nio
Fetched https://github.com/apple/swift-numerics.git from cache (0.89s)
[3806/76111] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.66s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (12.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.58s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1011/20982] Fetching swift-system, swift-collections
[1012/22692] Fetching swift-system, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (2.07s)
Fetched https://github.com/apple/swift-system.git from cache (2.08s)
Fetched https://github.com/apple/swift-collections.git from cache (2.15s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.26s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.17s)
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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOLinux liburing_shims.c
[11/22] Compiling CNIOWindows WSAStartup.c
[13/22] Compiling CNIOLinux shim.c
[14/22] Write sources
[15/22] Compiling CNIODarwin shim.c
[16/22] Compiling CNIOWindows shim.c
[17/22] Compiling _AtomicsShims.c
[18/22] Compiling CNIOWASI CNIOWASI.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/61] Emitting module Atomics
[21/63] Compiling c-atomics.c
[22/63] Compiling c-nioatomics.c
[24/69] Compiling Atomics ManagedAtomic.swift
[25/69] Compiling Atomics ManagedAtomicLazyReference.swift
[26/69] Compiling Atomics UnsafeAtomic.swift
[27/69] Compiling Atomics UnsafeAtomicLazyReference.swift
[28/69] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/69] Compiling InternalCollectionsUtilities Integer rank.swift
[30/69] Emitting module InternalCollectionsUtilities
[31/70] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/70] Compiling _NIODataStructures _TinyArray.swift
[33/70] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/70] Compiling InternalCollectionsUtilities UInt+reversed.swift
[35/70] Compiling Atomics IntegerOperations.swift
[36/70] Compiling Atomics Unmanaged extensions.swift
[37/70] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/70] Compiling InternalCollectionsUtilities Debugging.swift
[39/70] Compiling InternalCollectionsUtilities Descriptions.swift
[40/70] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/70] Compiling _NIOBase64 Base64.swift
[42/70] Emitting module _NIOBase64
[43/70] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[44/70] Compiling InternalCollectionsUtilities _SortedCollection.swift
[45/70] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[46/70] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[49/71] Compiling _NIODataStructures PriorityQueue.swift
[54/71] Compiling Atomics AtomicInteger.swift
[55/71] Compiling Atomics AtomicOptionalWrappable.swift
[62/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/73] Emitting module NIOConcurrencyHelpers
[67/73] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[68/88] Compiling NIOConcurrencyHelpers lock.swift
[69/88] Compiling NIOConcurrencyHelpers NIOLock.swift
[70/88] Compiling _NIODataStructures Heap.swift
[71/88] Emitting module _NIODataStructures
[72/89] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[73/89] Compiling NIOConcurrencyHelpers atomics.swift
[74/90] Compiling DequeModule Deque+CustomReflectable.swift
[75/90] Compiling DequeModule Deque+Descriptions.swift
[78/92] Compiling DequeModule _DequeSlot.swift
[79/92] Compiling DequeModule _UnsafeWrappedBuffer.swift
[80/92] Compiling DequeModule _DequeBuffer.swift
[81/92] Compiling DequeModule _DequeBufferHeader.swift
[82/92] Compiling DequeModule Deque+Testing.swift
[83/92] Compiling DequeModule Deque._Storage.swift
[84/92] Compiling DequeModule Deque._UnsafeHandle.swift
[85/92] Compiling DequeModule Deque.swift
[86/92] Compiling DequeModule Deque+Equatable.swift
[87/92] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/92] Compiling DequeModule Deque+Extras.swift
[89/92] Compiling DequeModule Deque+Hashable.swift
[90/92] Compiling DequeModule Deque+Codable.swift
[91/92] Compiling DequeModule Deque+Collection.swift
[92/92] Emitting module DequeModule
[94/153] Compiling NIOCore MulticastChannel.swift
[95/153] Compiling NIOCore NIOAny.swift
[96/153] Compiling NIOCore NIOCloseOnErrorHandler.swift
[97/153] Compiling NIOCore NIOLoopBound.swift
[98/153] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[99/153] Compiling NIOCore NIOScheduledCallback.swift
[100/153] Compiling NIOCore NIOSendable.swift
[101/153] Compiling NIOCore RecvByteBufferAllocator.swift
[102/161] Compiling NIOCore IO.swift
[103/161] Compiling NIOCore IOData.swift
[104/161] Compiling NIOCore IPProtocol.swift
[105/161] Compiling NIOCore IntegerBitPacking.swift
[106/161] Compiling NIOCore IntegerTypes.swift
[107/161] Compiling NIOCore Interfaces.swift
[108/161] Compiling NIOCore Linux.swift
[109/161] Compiling NIOCore MarkedCircularBuffer.swift
[110/161] Compiling NIOCore CircularBuffer.swift
[111/161] Compiling NIOCore Codec.swift
[112/161] Compiling NIOCore ConvenienceOptionSupport.swift
[113/161] Compiling NIOCore DeadChannel.swift
[114/161] Compiling NIOCore DispatchQueue+WithFuture.swift
[115/161] Compiling NIOCore EventLoop+Deprecated.swift
[116/161] Compiling NIOCore EventLoop+SerialExecutor.swift
[117/161] Compiling NIOCore EventLoop.swift
[118/161] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[119/161] Compiling NIOCore SocketAddresses.swift
[120/161] Compiling NIOCore SocketOptionProvider.swift
[121/161] Compiling NIOCore SystemCallHelpers.swift
[122/161] Compiling NIOCore TimeAmount+Duration.swift
[123/161] Compiling NIOCore TypeAssistedChannelHandler.swift
[124/161] Compiling NIOCore UniversalBootstrapSupport.swift
[125/161] Compiling NIOCore Utilities.swift
[126/161] 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:
[127/161] 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:
[128/161] 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:
[129/161] 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:
[130/161] 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:
[131/161] 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:
[132/161] 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:
[133/161] 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:
[134/161] 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:
[135/161] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[136/161] Compiling NIOCore EventLoopFuture+Deprecated.swift
[137/161] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[138/161] Compiling NIOCore EventLoopFuture.swift
[139/161] Compiling NIOCore FileDescriptor.swift
[140/161] Compiling NIOCore FileHandle.swift
[141/161] Compiling NIOCore FileRegion.swift
[142/161] Compiling NIOCore GlobalSingletons.swift
[143/161] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[144/161] Compiling NIOCore BSDSocketAPI.swift
[145/161] Compiling NIOCore ByteBuffer-aux.swift
[146/161] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[147/161] Compiling NIOCore ByteBuffer-conversions.swift
[148/161] Compiling NIOCore ByteBuffer-core.swift
[149/161] Compiling NIOCore ByteBuffer-hex.swift
[150/161] Compiling NIOCore ByteBuffer-int.swift
[151/161] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[152/161] Compiling NIOCore AddressedEnvelope.swift
[153/161] Compiling NIOCore AsyncAwaitSupport.swift
[154/161] Compiling NIOCore AsyncChannel.swift
[155/161] Compiling NIOCore AsyncChannelHandler.swift
[156/161] Compiling NIOCore AsyncChannelInboundStream.swift
[157/161] Compiling NIOCore AsyncChannelOutboundWriter.swift
[158/161] Compiling NIOCore NIOAsyncSequenceProducer.swift
[159/161] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[160/161] Compiling NIOCore NIOAsyncWriter.swift
[161/161] 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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Emitting module _NIODataStructures
[3/46] Compiling NIOConcurrencyHelpers NIOLock.swift
[4/46] Emitting module NIOConcurrencyHelpers
[5/46] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[6/46] Compiling NIOConcurrencyHelpers lock.swift
[7/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/47] Compiling Atomics DoubleWord.swift
[9/47] Compiling Atomics UnsafeAtomic.swift
[10/47] Compiling Atomics AtomicValue.swift
[11/47] Compiling Atomics AtomicMemoryOrderings.swift
[12/47] Compiling _NIODataStructures PriorityQueue.swift
[13/47] Compiling _NIODataStructures Heap.swift
[14/47] Emitting module _NIOBase64
[15/47] Compiling Atomics ManagedAtomic.swift
[16/47] Compiling Atomics ManagedAtomicLazyReference.swift
[18/47] Compiling Atomics UnsafeAtomicLazyReference.swift
[19/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/49] Compiling _NIODataStructures _TinyArray.swift
[23/50] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[24/50] Compiling NIOConcurrencyHelpers atomics.swift
[25/51] Compiling Atomics IntegerOperations.swift
[26/51] Compiling Atomics Unmanaged extensions.swift
[27/51] Compiling Atomics Primitives.shims.swift
[28/51] Compiling Atomics AtomicInteger.swift
[29/51] Compiling Atomics AtomicOptionalWrappable.swift
[30/51] Compiling Atomics AtomicReference.swift
[31/51] Compiling Atomics AtomicStorage.swift
[34/51] Compiling _NIOBase64 Base64.swift
[38/52] Emitting module InternalCollectionsUtilities
[41/52] Compiling Atomics PointerConformances.swift
[42/52] Compiling Atomics Primitives.native.swift
[44/52] Compiling Atomics IntegerConformances.swift
[47/68] Compiling DequeModule _DequeBufferHeader.swift
[48/68] Compiling Atomics RawRepresentable.swift
[49/68] Compiling Atomics AtomicBool.swift
[50/68] Compiling DequeModule Deque+Descriptions.swift
[51/68] Compiling DequeModule Deque+Equatable.swift
[52/68] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[53/68] Compiling DequeModule _DequeBuffer.swift
[55/70] Compiling DequeModule Deque+CustomReflectable.swift
[57/70] Compiling DequeModule Deque+Testing.swift
[58/70] Compiling DequeModule Deque._Storage.swift
[59/70] Emitting module Atomics
[61/71] Compiling DequeModule Deque._UnsafeHandle.swift
[62/71] Compiling DequeModule Deque.swift
[63/71] Compiling DequeModule _DequeSlot.swift
[64/71] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/71] Emitting module DequeModule
[66/71] Compiling DequeModule Deque+Extras.swift
[67/71] Compiling DequeModule Deque+Hashable.swift
[70/71] Compiling DequeModule Deque+Codable.swift
[71/71] Compiling DequeModule Deque+Collection.swift
[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 EventLoopFuture+AssumeIsolated.swift
[82/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[83/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[84/140] Compiling NIOCore EventLoopFuture.swift
[85/140] Compiling NIOCore FileDescriptor.swift
[86/140] Compiling NIOCore FileHandle.swift
[87/140] Compiling NIOCore FileRegion.swift
[88/140] Compiling NIOCore GlobalSingletons.swift
[89/140] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[90/140] Compiling NIOCore SocketAddresses.swift
[91/140] Compiling NIOCore SocketOptionProvider.swift
[92/140] Compiling NIOCore SystemCallHelpers.swift
[93/140] Compiling NIOCore TimeAmount+Duration.swift
[94/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[95/140] Compiling NIOCore UniversalBootstrapSupport.swift
[96/140] Compiling NIOCore Utilities.swift
[97/140] Compiling NIOCore CircularBuffer.swift
[98/140] Compiling NIOCore Codec.swift
[99/140] Compiling NIOCore ConvenienceOptionSupport.swift
[100/140] Compiling NIOCore DeadChannel.swift
[101/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[102/140] Compiling NIOCore EventLoop+Deprecated.swift
[103/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[104/140] Compiling NIOCore EventLoop.swift
[105/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[106/140] Compiling NIOCore BSDSocketAPI.swift
[107/140] Compiling NIOCore ByteBuffer-aux.swift
[108/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[109/140] Compiling NIOCore ByteBuffer-conversions.swift
[110/140] Compiling NIOCore ByteBuffer-core.swift
[111/140] Compiling NIOCore ByteBuffer-hex.swift
[112/140] Compiling NIOCore ByteBuffer-int.swift
[113/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[114/140] Compiling NIOCore IO.swift
[115/140] Compiling NIOCore IOData.swift
[116/140] Compiling NIOCore IPProtocol.swift
[117/140] Compiling NIOCore IntegerBitPacking.swift
[118/140] Compiling NIOCore IntegerTypes.swift
[119/140] Compiling NIOCore Interfaces.swift
[120/140] Compiling NIOCore Linux.swift
[121/140] Compiling NIOCore MarkedCircularBuffer.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] Emitting module NIOCore
[132/140] Compiling NIOCore AddressedEnvelope.swift
[133/140] Compiling NIOCore AsyncAwaitSupport.swift
[134/140] Compiling NIOCore AsyncChannel.swift
[135/140] Compiling NIOCore AsyncChannelHandler.swift
[136/140] Compiling NIOCore AsyncChannelInboundStream.swift
[137/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[138/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[139/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[140/140] Compiling NIOCore NIOAsyncWriter.swift
BUILD FAILURE 6.1 wasm