Build Information
Failed to build SwiftGopher, reference master (bdecfe
), with Swift 6.1 for Wasm on 29 May 2025 14:13:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/navanchauhan/swift-gopher.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/navanchauhan/swift-gopher
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bdecfea generate new documentation
Cloned https://github.com/navanchauhan/swift-gopher.git
Revision (git rev-parse @):
bdecfea74933ecbe28af0ae77b8a5bc87e3fc445
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/navanchauhan/swift-gopher.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/navanchauhan/swift-gopher.git
https://github.com/navanchauhan/swift-gopher.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.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"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
}
],
"manifest_display_name" : "SwiftGopher",
"name" : "SwiftGopher",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftGopherClient",
"targets" : [
"SwiftGopherClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-gopher",
"targets" : [
"swift-gopher"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_gopher",
"module_type" : "SwiftTarget",
"name" : "swift-gopher",
"path" : "Sources/swift-gopher",
"product_dependencies" : [
"NIO",
"ArgumentParser",
"Logging"
],
"product_memberships" : [
"swift-gopher"
],
"sources" : [
"gopherHandler.swift",
"helpers.swift",
"server.swift"
],
"target_dependencies" : [
"GopherHelpers"
],
"type" : "executable"
},
{
"c99name" : "SwiftGopherServerTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGopherServerTests",
"path" : "Tests/SwiftGopherServerTests",
"sources" : [
"SwiftGopherServerTests.swift"
],
"target_dependencies" : [
"swift-gopher"
],
"type" : "test"
},
{
"c99name" : "SwiftGopherClientTests",
"module_type" : "SwiftTarget",
"name" : "SwiftGopherClientTests",
"path" : "Tests/SwiftGopherClientTests",
"sources" : [
"SwiftGopherClientTests.swift"
],
"target_dependencies" : [
"SwiftGopherClient"
],
"type" : "test"
},
{
"c99name" : "SwiftGopherClient",
"module_type" : "SwiftTarget",
"name" : "SwiftGopherClient",
"path" : "Sources/SwiftGopherClient",
"product_dependencies" : [
"NIO",
"NIOTransportServices"
],
"product_memberships" : [
"SwiftGopherClient"
],
"sources" : [
"gopherClient.swift",
"gopherRequestResponseHandler.swift"
],
"target_dependencies" : [
"GopherHelpers"
],
"type" : "library"
},
{
"c99name" : "GopherHelpers",
"module_type" : "SwiftTarget",
"name" : "GopherHelpers",
"path" : "Sources/GopherHelpers",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"SwiftGopherClient",
"swift-gopher"
],
"sources" : [
"GopherHelpers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
[428/4716] Fetching swift-nio-transport-services, swift-docc-plugin
[1001/8552] Fetching swift-nio-transport-services, swift-docc-plugin, swift-log
[8553/84649] Fetching swift-nio-transport-services, swift-docc-plugin, swift-log, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.68s)
[6646/81982] Fetching swift-docc-plugin, swift-log, swift-nio
[6647/97361] Fetching swift-docc-plugin, swift-log, swift-nio, swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (0.79s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.80s)
[3813/91476] Fetching swift-nio, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (6.65s)
Fetched https://github.com/apple/swift-nio from cache (6.74s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (8.10s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (1.37s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[3778/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.94s)
Fetched https://github.com/apple/swift-collections.git from cache (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.35s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.75s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.78s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.95s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
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.3
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/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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/49] Write sources
[19/49] Compiling CNIOWindows shim.c
[19/49] Compiling CNIOWindows WSAStartup.c
[21/49] Compiling _AtomicsShims.c
[22/49] Write sources
[25/49] Compiling CNIOWASI CNIOWASI.c
[26/49] Compiling CNIOLinux shim.c
[27/49] Compiling CNIOLinux liburing_shims.c
[28/49] Compiling CNIODarwin shim.c
[29/49] Compiling c-nioatomics.c
[29/49] Write swift-version-24593BA9C3E375BF.txt
[32/95] Emitting module _NIOBase64
[32/95] Compiling c-atomics.c
[34/101] Emitting module _NIODataStructures
[35/101] Emitting module NIOConcurrencyHelpers
[36/101] Emitting module Atomics
[37/103] Compiling Atomics OptionalRawRepresentable.swift
[38/103] Compiling Atomics RawRepresentable.swift
[39/103] Compiling Atomics AtomicBool.swift
[40/103] Compiling Atomics AtomicMemoryOrderings.swift
[41/103] Compiling Atomics DoubleWord.swift
[42/103] Compiling _NIOBase64 Base64.swift
[43/104] Compiling Atomics AtomicReference.swift
[44/104] Compiling Atomics AtomicStorage.swift
[45/104] Compiling Atomics AtomicValue.swift
[46/104] Compiling _NIODataStructures _TinyArray.swift
[48/104] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[49/104] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/104] Compiling Atomics Primitives.shims.swift
[51/104] Compiling Atomics AtomicInteger.swift
[52/105] Compiling _NIODataStructures PriorityQueue.swift
[55/105] Compiling Atomics AtomicOptionalWrappable.swift
[56/105] Compiling Atomics ManagedAtomic.swift
[57/105] Compiling Atomics ManagedAtomicLazyReference.swift
[58/105] Compiling Atomics UnsafeAtomic.swift
[59/105] Compiling Atomics UnsafeAtomicLazyReference.swift
[60/105] Compiling Atomics IntegerConformances.swift
[61/105] Compiling Atomics PointerConformances.swift
[62/105] Compiling Atomics Primitives.native.swift
[63/105] Compiling Atomics IntegerOperations.swift
[64/105] Compiling Atomics Unmanaged extensions.swift
[65/106] Emitting module ArgumentParserToolInfo
[66/106] Compiling ArgumentParserToolInfo ToolInfo.swift
[73/106] Emitting module InternalCollectionsUtilities
[77/107] Wrapping AST for _NIOBase64 for debugging
[81/107] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/108] Wrapping AST for ArgumentParserToolInfo for debugging
[82/108] Wrapping AST for Atomics for debugging
[85/126] Compiling NIOConcurrencyHelpers lock.swift
[86/141] Compiling Logging MetadataProvider.swift
[86/146] Wrapping AST for InternalCollectionsUtilities for debugging
[88/146] Compiling _NIODataStructures Heap.swift
[89/146] Compiling Logging Locks.swift
[90/146] Compiling Logging Logging.swift
[91/146] Compiling Logging LogHandler.swift
[92/146] Emitting module Logging
[93/162] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/163] Compiling NIOConcurrencyHelpers atomics.swift
[95/163] Compiling NIOConcurrencyHelpers NIOLock.swift
[98/164] Wrapping AST for _NIODataStructures for debugging
[99/164] Wrapping AST for Logging for debugging
[101/164] Compiling DequeModule Deque+CustomReflectable.swift
[102/164] Compiling DequeModule Deque+Descriptions.swift
[103/166] Compiling DequeModule _DequeBuffer.swift
[104/166] Compiling DequeModule _DequeBufferHeader.swift
[105/166] Compiling DequeModule Deque+Extras.swift
[106/166] Compiling DequeModule Deque+Hashable.swift
[107/166] Compiling DequeModule Deque+Equatable.swift
[108/166] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[109/166] Compiling DequeModule Deque+Testing.swift
[110/166] Compiling DequeModule Deque._Storage.swift
[111/166] Compiling DequeModule _DequeSlot.swift
[112/166] Compiling DequeModule _UnsafeWrappedBuffer.swift
[113/166] Compiling DequeModule Deque._UnsafeHandle.swift
[114/166] Compiling DequeModule Deque.swift
[114/166] Wrapping AST for NIOConcurrencyHelpers for debugging
[116/166] Compiling DequeModule Deque+Codable.swift
[117/166] Compiling DequeModule Deque+Collection.swift
[118/166] Emitting module DequeModule
[119/167] Wrapping AST for DequeModule for debugging
[121/227] Emitting module ArgumentParser
[122/232] Compiling NIOCore Channel.swift
[123/232] Compiling NIOCore ChannelHandler.swift
[124/232] Compiling NIOCore ChannelHandlers.swift
[125/232] Compiling NIOCore ChannelInvoker.swift
[126/232] Compiling NIOCore ChannelOption.swift
[127/232] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[128/232] Compiling NIOCore BSDSocketAPI.swift
[129/232] Compiling NIOCore ByteBuffer-aux.swift
[130/232] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[131/232] Compiling NIOCore ByteBuffer-conversions.swift
[132/232] Compiling NIOCore ByteBuffer-core.swift
[133/232] Compiling NIOCore ByteBuffer-hex.swift
[134/232] Compiling NIOCore ByteBuffer-int.swift
[135/232] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[136/232] Compiling NIOCore ByteBuffer-multi-int.swift
[137/232] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[138/232] Compiling NIOCore ByteBuffer-views.swift
[139/232] Compiling ArgumentParser CollectionExtensions.swift
[140/232] Compiling ArgumentParser Platform.swift
[141/232] Compiling ArgumentParser SequenceExtensions.swift
[142/232] Compiling ArgumentParser StringExtensions.swift
[143/232] Compiling ArgumentParser Tree.swift
[144/232] Compiling NIOCore IO.swift
[145/232] Compiling NIOCore IOData.swift
[146/232] Compiling NIOCore IPProtocol.swift
[147/232] Compiling NIOCore IntegerBitPacking.swift
[148/232] Compiling NIOCore IntegerTypes.swift
[149/232] Compiling NIOCore Interfaces.swift
[150/232] Compiling NIOCore Linux.swift
[151/232] Compiling NIOCore MarkedCircularBuffer.swift
[152/232] Compiling NIOCore MulticastChannel.swift
[153/232] Compiling NIOCore NIOAny.swift
[154/232] Compiling NIOCore NIOCloseOnErrorHandler.swift
[155/232] Compiling NIOCore NIOLoopBound.swift
[156/232] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[157/232] Compiling NIOCore NIOScheduledCallback.swift
[158/232] Compiling NIOCore NIOSendable.swift
[159/232] Compiling NIOCore RecvByteBufferAllocator.swift
[160/240] Compiling NIOCore ChannelPipeline.swift
[161/240] Compiling NIOCore CircularBuffer.swift
[162/240] Compiling NIOCore Codec.swift
[163/240] Compiling NIOCore ConvenienceOptionSupport.swift
[164/240] Compiling NIOCore DeadChannel.swift
[165/240] Compiling NIOCore DispatchQueue+WithFuture.swift
[166/240] Compiling NIOCore EventLoop+Deprecated.swift
[167/240] Compiling NIOCore EventLoop+SerialExecutor.swift
[168/240] Compiling NIOCore EventLoop.swift
[169/240] Compiling NIOCore AddressedEnvelope.swift
[170/240] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[171/240] Compiling NIOCore EventLoopFuture+Deprecated.swift
[177/240] Compiling NIOCore GlobalSingletons.swift
[186/240] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[187/240] Compiling NIOCore SocketAddresses.swift
[188/240] Compiling NIOCore SocketOptionProvider.swift
[189/240] Compiling NIOCore SystemCallHelpers.swift
[190/240] Compiling NIOCore TimeAmount+Duration.swift
[191/240] Compiling NIOCore TypeAssistedChannelHandler.swift
[192/240] Compiling NIOCore UniversalBootstrapSupport.swift
[193/240] Compiling NIOCore Utilities.swift
[194/240] Compiling NIOCore AsyncAwaitSupport.swift
[195/240] Compiling NIOCore AsyncChannel.swift
[196/240] Compiling NIOCore AsyncChannelHandler.swift
[197/240] Compiling NIOCore AsyncChannelInboundStream.swift
[198/240] Compiling NIOCore AsyncChannelOutboundWriter.swift
[199/240] Compiling NIOCore NIOAsyncSequenceProducer.swift
[200/240] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[201/240] Compiling NIOCore NIOAsyncWriter.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:
/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:
/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:
/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:
/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:
/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:
/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:
/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:
/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:
[213/241] Wrapping AST for ArgumentParser for debugging
[233/241] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/21] Write swift-version-24593BA9C3E375BF.txt
[5/73] Emitting module _NIOBase64
[6/73] Emitting module _NIODataStructures
[7/73] Compiling Logging MetadataProvider.swift
[8/73] Compiling Atomics AtomicStorage.swift
[9/73] Compiling Atomics AtomicValue.swift
[10/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/73] Compiling Atomics AtomicOptionalWrappable.swift
[12/73] Compiling Atomics AtomicReference.swift
[13/74] Compiling NIOConcurrencyHelpers lock.swift
[14/74] Compiling Atomics PointerConformances.swift
[15/74] Compiling Atomics Primitives.native.swift
[16/74] Compiling Atomics UnsafeAtomic.swift
[17/74] Compiling Atomics UnsafeAtomicLazyReference.swift
[18/74] Compiling Atomics ManagedAtomic.swift
[19/74] Compiling Atomics ManagedAtomicLazyReference.swift
[20/76] Compiling _NIODataStructures Heap.swift
[21/76] Emitting module Logging
[22/76] Compiling Atomics AtomicMemoryOrderings.swift
[23/76] Compiling Atomics DoubleWord.swift
[24/76] Compiling _NIOBase64 Base64.swift
[25/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/77] Compiling Atomics OptionalRawRepresentable.swift
[27/77] Compiling Atomics RawRepresentable.swift
[28/77] Compiling Atomics Primitives.shims.swift
[29/77] Compiling Atomics AtomicInteger.swift
[30/77] Compiling Atomics AtomicBool.swift
[31/77] Compiling Atomics IntegerConformances.swift
[32/77] Emitting module InternalCollectionsUtilities
[40/78] Emitting module ArgumentParserToolInfo
[41/78] Compiling ArgumentParserToolInfo ToolInfo.swift
[42/79] Compiling _NIODataStructures PriorityQueue.swift
[43/79] Compiling _NIODataStructures _TinyArray.swift
[46/80] Compiling Atomics IntegerOperations.swift
[47/80] Compiling Atomics Unmanaged extensions.swift
[48/80] Compiling Logging Logging.swift
[49/80] Compiling Logging Locks.swift
[50/80] Compiling Logging LogHandler.swift
[52/81] Compiling NIOConcurrencyHelpers NIOLock.swift
[53/81] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[54/81] Emitting module NIOConcurrencyHelpers
[55/81] Compiling NIOConcurrencyHelpers atomics.swift
[56/81] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[58/78] Wrapping AST for Logging for debugging
[59/93] Wrapping AST for InternalCollectionsUtilities for debugging
[61/131] Compiling ArgumentParser Argument.swift
[62/131] Compiling ArgumentParser ArgumentHelp.swift
[63/133] Compiling ArgumentParser ArgumentVisibility.swift
[64/133] Compiling ArgumentParser CompletionKind.swift
[65/133] Compiling ArgumentParser NameSpecification.swift
[66/133] Compiling ArgumentParser Option.swift
[67/133] Compiling ArgumentParser Errors.swift
[68/133] Compiling ArgumentParser Flag.swift
[69/133] Compiling DequeModule _DequeSlot.swift
[70/133] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/133] Compiling ArgumentParser BashCompletionsGenerator.swift
[72/133] Compiling ArgumentParser CompletionsGenerator.swift
[73/133] Compiling ArgumentParser FishCompletionsGenerator.swift
[74/133] Compiling ArgumentParser ZshCompletionsGenerator.swift
[77/133] Emitting module Atomics
[78/134] Compiling ArgumentParser ExpressibleByArgument.swift
[79/134] Compiling ArgumentParser ParsableArguments.swift
[80/134] Emitting module ArgumentParser
[92/139] Emitting module DequeModule
[93/140] Wrapping AST for Atomics for debugging
[94/140] Wrapping AST for DequeModule for debugging
[102/140] Compiling ArgumentParser CollectionExtensions.swift
[103/140] Compiling ArgumentParser Platform.swift
[104/140] Compiling ArgumentParser SequenceExtensions.swift
[105/140] Compiling ArgumentParser StringExtensions.swift
[106/140] Compiling ArgumentParser Tree.swift
[107/154] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[111/154] Compiling ArgumentParser ArgumentDecoder.swift
[112/154] Compiling ArgumentParser OptionGroup.swift
[113/154] Compiling ArgumentParser AsyncParsableCommand.swift
[114/154] Compiling ArgumentParser CommandConfiguration.swift
[115/154] Compiling ArgumentParser CommandGroup.swift
[116/154] Compiling ArgumentParser EnumerableFlag.swift
[117/154] Compiling ArgumentParser ArgumentDefinition.swift
[118/154] Compiling ArgumentParser ArgumentSet.swift
[119/154] Compiling ArgumentParser CommandParser.swift
[120/154] Compiling ArgumentParser InputKey.swift
[121/154] Compiling ArgumentParser InputOrigin.swift
[122/200] Compiling NIOCore Interfaces.swift
[123/200] Compiling NIOCore Linux.swift
[124/200] Compiling NIOCore MarkedCircularBuffer.swift
[125/200] Compiling NIOCore CircularBuffer.swift
[126/200] Compiling NIOCore Codec.swift
[127/200] Compiling NIOCore IO.swift
[128/200] Compiling NIOCore IOData.swift
[129/200] Compiling NIOCore IPProtocol.swift
[130/200] Compiling NIOCore IntegerBitPacking.swift
[131/200] Compiling NIOCore IntegerTypes.swift
[141/200] Compiling NIOCore MulticastChannel.swift
[142/200] Compiling NIOCore NIOAny.swift
[143/200] Compiling NIOCore NIOCloseOnErrorHandler.swift
[144/200] Compiling NIOCore NIOLoopBound.swift
[145/200] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[146/200] Compiling NIOCore NIOScheduledCallback.swift
[147/200] Compiling NIOCore NIOSendable.swift
[148/200] Compiling NIOCore RecvByteBufferAllocator.swift
[149/208] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[150/208] Compiling NIOCore EventLoopFuture+Deprecated.swift
[151/208] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[152/208] Compiling NIOCore EventLoopFuture.swift
[153/208] Compiling NIOCore FileDescriptor.swift
[154/208] Compiling NIOCore FileHandle.swift
[155/208] Compiling NIOCore FileRegion.swift
[156/208] Compiling NIOCore GlobalSingletons.swift
[157/208] 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:
[158/208] 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:
[159/208] 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:
[160/208] 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:
[161/208] 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:
[162/208] 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:
[163/208] 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:
[164/208] 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:
[165/208] 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:
[168/208] Compiling NIOCore ConvenienceOptionSupport.swift
[169/208] Compiling NIOCore DeadChannel.swift
[170/208] Compiling NIOCore DispatchQueue+WithFuture.swift
[171/208] Compiling NIOCore EventLoop+Deprecated.swift
[172/208] Compiling NIOCore EventLoop+SerialExecutor.swift
[173/208] Compiling NIOCore EventLoop.swift
[174/208] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[175/208] Compiling NIOCore SocketAddresses.swift
[176/208] Compiling NIOCore SocketOptionProvider.swift
[177/208] Compiling NIOCore SystemCallHelpers.swift
[178/208] Compiling NIOCore TimeAmount+Duration.swift
[179/208] Compiling NIOCore TypeAssistedChannelHandler.swift
[180/208] Compiling NIOCore UniversalBootstrapSupport.swift
[181/208] Compiling NIOCore Utilities.swift
[182/208] Compiling NIOCore AddressedEnvelope.swift
[183/208] Compiling NIOCore AsyncAwaitSupport.swift
[184/208] Compiling NIOCore AsyncChannel.swift
[185/208] Compiling NIOCore AsyncChannelHandler.swift
[186/208] Compiling NIOCore AsyncChannelInboundStream.swift
[187/208] Compiling NIOCore AsyncChannelOutboundWriter.swift
[188/208] Compiling NIOCore NIOAsyncSequenceProducer.swift
[189/208] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[190/208] Compiling NIOCore NIOAsyncWriter.swift
[191/208] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[192/208] Compiling NIOCore BSDSocketAPI.swift
[193/208] Compiling NIOCore ByteBuffer-aux.swift
[195/208] Compiling NIOCore ByteBuffer-conversions.swift
[196/208] Compiling NIOCore ByteBuffer-core.swift
[197/208] Compiling NIOCore ByteBuffer-hex.swift
[198/208] Compiling NIOCore ByteBuffer-int.swift
[199/208] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[200/208] Emitting module NIOCore
BUILD FAILURE 6.1 wasm