Build Information
Failed to build SwiftGopher, reference 1.1.8 (378fdd
), with Swift 6.1 for Wasm on 29 May 2025 14:12:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/navanchauhan/swift-gopher.git
Reference: 1.1.8
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
* tag 1.1.8 -> FETCH_HEAD
HEAD is now at 378fdd6 specify watchOS, tvOS, and visionOS versions
Cloned https://github.com/navanchauhan/swift-gopher.git
Revision (git rev-parse @):
378fdd66231509cb3690e09950c11f07292af20a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/navanchauhan/swift-gopher.git at 1.1.8
========================================
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-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 -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-docc-plugin
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/3836] Fetching swift-log
[515/6503] Fetching swift-log, swift-nio-transport-services
[616/8552] Fetching swift-log, swift-nio-transport-services, swift-docc-plugin
[6670/23931] Fetching swift-log, swift-nio-transport-services, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.91s)
[9884/21264] Fetching swift-log, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (0.92s)
[6202/17428] Fetching swift-docc-plugin, swift-argument-parser
Fetching https://github.com/apple/swift-nio
[17429/93525] Fetching swift-docc-plugin, swift-argument-parser, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (1.83s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.84s)
[4566/76097] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (7.82s)
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 (9.78s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (2.01s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.73s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.12s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.90s)
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.61s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.67s)
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.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.92s)
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-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-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/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-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-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-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-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
[20/49] Compiling _AtomicsShims.c
[21/49] Compiling CNIOWASI CNIOWASI.c
[21/49] Compiling CNIOLinux liburing_shims.c
[23/49] Write sources
[25/49] Compiling CNIOLinux shim.c
[25/49] Compiling CNIOWindows WSAStartup.c
[27/49] Write sources
[28/49] Compiling CNIODarwin shim.c
[29/49] Write swift-version-24593BA9C3E375BF.txt
[30/95] Compiling c-nioatomics.c
[32/95] Compiling InternalCollectionsUtilities Descriptions.swift
[33/95] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[34/96] Emitting module _NIOBase64
[35/96] Compiling _NIOBase64 Base64.swift
[36/97] Emitting module ArgumentParserToolInfo
[37/97] Compiling ArgumentParserToolInfo ToolInfo.swift
[38/98] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/98] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/98] Compiling _NIODataStructures _TinyArray.swift
[41/98] Compiling _NIODataStructures PriorityQueue.swift
[43/98] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/98] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[45/98] Compiling InternalCollectionsUtilities _SortedCollection.swift
[46/98] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[47/98] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[48/98] Emitting module InternalCollectionsUtilities
[49/98] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[50/98] Compiling InternalCollectionsUtilities Debugging.swift
[51/98] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[52/98] Compiling InternalCollectionsUtilities Integer rank.swift
[53/98] Emitting module Logging
[54/98] Compiling Logging Locks.swift
[55/98] Compiling Logging LogHandler.swift
[59/98] Emitting module Atomics
[61/100] Compiling Atomics ManagedAtomic.swift
[62/100] Compiling Atomics ManagedAtomicLazyReference.swift
[63/100] Compiling Atomics UnsafeAtomic.swift
[64/100] Compiling Atomics UnsafeAtomicLazyReference.swift
[66/100] Compiling Atomics PointerConformances.swift
[67/100] Compiling Atomics Primitives.native.swift
[76/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/101] Compiling c-atomics.c
[79/101] Compiling Atomics IntegerOperations.swift
[80/101] Compiling Atomics Unmanaged extensions.swift
[82/105] Compiling Logging MetadataProvider.swift
[83/108] Emitting module _NIODataStructures
[84/108] Compiling _NIODataStructures Heap.swift
[85/109] Compiling Logging Logging.swift
[85/110] Wrapping AST for _NIOBase64 for debugging
[87/110] Wrapping AST for InternalCollectionsUtilities for debugging
[88/110] Wrapping AST for ArgumentParserToolInfo for debugging
[90/110] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[91/110] Wrapping AST for Atomics for debugging
[93/110] Compiling NIOConcurrencyHelpers lock.swift
[93/121] Wrapping AST for _NIODataStructures for debugging
[94/163] Wrapping AST for Logging for debugging
[96/163] Compiling ArgumentParser NameSpecification.swift
[97/163] Compiling ArgumentParser Option.swift
[98/165] Emitting module NIOConcurrencyHelpers
[99/165] Compiling NIOConcurrencyHelpers NIOLock.swift
[100/165] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[101/165] Compiling NIOConcurrencyHelpers atomics.swift
[102/166] Compiling DequeModule _DequeSlot.swift
[103/166] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/166] Wrapping AST for NIOConcurrencyHelpers for debugging
[106/166] Compiling ArgumentParser BashCompletionsGenerator.swift
[107/166] Compiling ArgumentParser CompletionsGenerator.swift
[108/166] Compiling ArgumentParser FishCompletionsGenerator.swift
[109/166] Compiling ArgumentParser ZshCompletionsGenerator.swift
[110/166] Compiling ArgumentParser Argument.swift
[111/166] Compiling ArgumentParser ArgumentHelp.swift
[112/166] Compiling ArgumentParser Errors.swift
[113/166] Compiling ArgumentParser Flag.swift
[114/166] Compiling ArgumentParser ArgumentVisibility.swift
[115/166] Compiling ArgumentParser CompletionKind.swift
[116/166] Compiling ArgumentParser OptionGroup.swift
[117/166] Compiling ArgumentParser AsyncParsableCommand.swift
[118/166] Emitting module DequeModule
[119/167] Wrapping AST for DequeModule for debugging
[121/227] Compiling NIOCore Channel.swift
[122/227] Compiling NIOCore ChannelHandler.swift
[123/227] Compiling NIOCore ChannelHandlers.swift
[124/227] Compiling NIOCore ChannelInvoker.swift
[125/227] Compiling NIOCore ChannelOption.swift
[126/232] Emitting module ArgumentParser
[127/232] Compiling ArgumentParser CollectionExtensions.swift
[128/232] Compiling ArgumentParser Platform.swift
[129/232] Compiling ArgumentParser SequenceExtensions.swift
[130/232] Compiling ArgumentParser StringExtensions.swift
[131/232] Compiling ArgumentParser Tree.swift
[132/232] Compiling NIOCore MulticastChannel.swift
[133/232] Compiling NIOCore NIOAny.swift
[134/232] Compiling NIOCore NIOCloseOnErrorHandler.swift
[135/232] Compiling NIOCore NIOLoopBound.swift
[136/232] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[137/232] Compiling NIOCore NIOScheduledCallback.swift
[138/232] Compiling NIOCore NIOSendable.swift
[139/232] Compiling NIOCore RecvByteBufferAllocator.swift
[140/240] Compiling NIOCore IO.swift
[141/240] Compiling NIOCore IOData.swift
[142/240] Compiling NIOCore IPProtocol.swift
[143/240] Compiling NIOCore IntegerBitPacking.swift
[144/240] Compiling NIOCore IntegerTypes.swift
[145/240] Compiling NIOCore Interfaces.swift
[146/240] Compiling NIOCore Linux.swift
[147/240] Compiling NIOCore MarkedCircularBuffer.swift
[148/240] Compiling NIOCore NIOAsyncSequenceProducer.swift
[149/240] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[150/240] Compiling NIOCore NIOAsyncWriter.swift
[151/240] Compiling NIOCore ByteBuffer-multi-int.swift
[152/240] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[153/240] Compiling NIOCore ByteBuffer-views.swift
[154/240] Compiling NIOCore AddressedEnvelope.swift
[155/240] Compiling NIOCore AsyncAwaitSupport.swift
[156/240] Compiling NIOCore AsyncChannel.swift
[157/240] Compiling NIOCore AsyncChannelHandler.swift
[158/240] Compiling NIOCore AsyncChannelInboundStream.swift
[159/240] Compiling NIOCore AsyncChannelOutboundWriter.swift
[160/240] Compiling NIOCore ByteBuffer-conversions.swift
[161/240] Compiling NIOCore ByteBuffer-core.swift
[162/240] Compiling NIOCore ByteBuffer-hex.swift
[163/240] Compiling NIOCore ByteBuffer-int.swift
[164/240] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[165/240] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[166/240] Compiling NIOCore EventLoopFuture+Deprecated.swift
[172/240] Compiling NIOCore GlobalSingletons.swift
[173/240] Compiling NIOCore ChannelPipeline.swift
[174/240] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[175/240] Compiling NIOCore BSDSocketAPI.swift
[176/240] Compiling NIOCore ByteBuffer-aux.swift
[177/240] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[178/240] Compiling NIOCore CircularBuffer.swift
[179/240] Compiling NIOCore Codec.swift
[180/240] Compiling NIOCore ConvenienceOptionSupport.swift
[181/240] Compiling NIOCore DeadChannel.swift
[182/240] Compiling NIOCore DispatchQueue+WithFuture.swift
[183/240] Compiling NIOCore EventLoop+Deprecated.swift
[184/240] Compiling NIOCore EventLoop+SerialExecutor.swift
[185/240] Compiling NIOCore EventLoop.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:
[195/240] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[196/240] Compiling NIOCore SocketAddresses.swift
[197/240] Compiling NIOCore SocketOptionProvider.swift
[198/240] Compiling NIOCore SystemCallHelpers.swift
[199/240] Compiling NIOCore TimeAmount+Duration.swift
[200/240] Compiling NIOCore TypeAssistedChannelHandler.swift
[201/240] Compiling NIOCore UniversalBootstrapSupport.swift
[202/240] Compiling NIOCore Utilities.swift
[231/241] Wrapping AST for ArgumentParser for debugging
[233/241] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/21] Write swift-version-24593BA9C3E375BF.txt
[5/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/74] Compiling Atomics RawRepresentable.swift
[7/74] Compiling Atomics AtomicBool.swift
[8/74] Compiling Atomics Primitives.native.swift
[9/74] Compiling Atomics OptionalRawRepresentable.swift
[10/74] Compiling Logging MetadataProvider.swift
[11/74] Compiling Logging Locks.swift
[12/74] Compiling NIOConcurrencyHelpers lock.swift
[13/74] Emitting module _NIODataStructures
[14/74] Compiling _NIODataStructures PriorityQueue.swift
[15/74] Compiling Atomics Primitives.shims.swift
[16/74] Compiling Atomics AtomicInteger.swift
[17/74] Compiling _NIODataStructures _TinyArray.swift
[18/74] Emitting module InternalCollectionsUtilities
[19/74] Compiling Atomics ManagedAtomic.swift
[20/74] Compiling Atomics ManagedAtomicLazyReference.swift
[21/74] Compiling Atomics UnsafeAtomic.swift
[22/74] Compiling Atomics UnsafeAtomicLazyReference.swift
[23/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/76] Compiling Atomics AtomicOptionalWrappable.swift
[27/76] Compiling Atomics AtomicStorage.swift
[28/76] Compiling Atomics AtomicValue.swift
[29/76] Compiling Atomics IntegerConformances.swift
[30/76] Compiling Atomics PointerConformances.swift
[32/76] Compiling Atomics AtomicReference.swift
[36/76] Compiling Atomics AtomicMemoryOrderings.swift
[37/76] Compiling Atomics DoubleWord.swift
[38/76] Compiling _NIODataStructures Heap.swift
[39/78] Emitting module _NIOBase64
[40/78] Compiling _NIOBase64 Base64.swift
[44/79] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[45/79] Compiling NIOConcurrencyHelpers NIOLock.swift
[46/79] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[47/79] Emitting module NIOConcurrencyHelpers
[48/79] Compiling NIOConcurrencyHelpers atomics.swift
[49/80] Compiling Atomics IntegerOperations.swift
[50/80] Compiling Atomics Unmanaged extensions.swift
[51/80] Emitting module ArgumentParserToolInfo
[52/80] Compiling ArgumentParserToolInfo ToolInfo.swift
[55/81] Compiling Logging Logging.swift
[56/81] Compiling Logging LogHandler.swift
[57/81] Emitting module Logging
[59/82] Emitting module Atomics
[66/94] Wrapping AST for Logging for debugging
[67/94] Wrapping AST for InternalCollectionsUtilities for debugging
[68/94] Wrapping AST for Atomics for debugging
[70/132] Compiling ArgumentParser BashCompletionsGenerator.swift
[71/132] Compiling ArgumentParser CompletionsGenerator.swift
[72/134] Compiling ArgumentParser ArgumentVisibility.swift
[73/134] Compiling ArgumentParser CompletionKind.swift
[74/134] Compiling ArgumentParser NameSpecification.swift
[75/134] Compiling ArgumentParser Option.swift
[76/134] Compiling ArgumentParser FishCompletionsGenerator.swift
[77/134] Compiling ArgumentParser ZshCompletionsGenerator.swift
[78/134] Compiling ArgumentParser Argument.swift
[79/134] Compiling ArgumentParser ArgumentHelp.swift
[80/134] Compiling ArgumentParser Errors.swift
[81/134] Compiling ArgumentParser Flag.swift
[82/134] Compiling DequeModule _DequeSlot.swift
[83/134] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/134] Compiling ArgumentParser OptionGroup.swift
[85/134] Compiling ArgumentParser AsyncParsableCommand.swift
[86/134] Emitting module DequeModule
[87/135] Wrapping AST for DequeModule for debugging
[89/195] Compiling NIOCore EventLoopFuture+Deprecated.swift
[90/195] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[91/195] Compiling NIOCore EventLoopFuture.swift
[92/195] Compiling NIOCore FileDescriptor.swift
[93/195] Compiling NIOCore FileHandle.swift
[94/195] Compiling NIOCore NIOAsyncSequenceProducer.swift
[95/195] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[96/195] Compiling NIOCore NIOAsyncWriter.swift
[97/195] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[98/195] Compiling NIOCore BSDSocketAPI.swift
[99/195] Compiling NIOCore ByteBuffer-aux.swift
[100/200] Emitting module ArgumentParser
[101/200] Compiling NIOCore AddressedEnvelope.swift
[102/200] Compiling NIOCore AsyncAwaitSupport.swift
[103/200] Compiling NIOCore AsyncChannel.swift
[104/200] Compiling NIOCore AsyncChannelHandler.swift
[105/200] Compiling NIOCore AsyncChannelInboundStream.swift
[106/200] Compiling NIOCore AsyncChannelOutboundWriter.swift
[107/200] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[108/200] Compiling NIOCore ByteBuffer-conversions.swift
[109/200] Compiling NIOCore ByteBuffer-core.swift
[110/200] Compiling NIOCore ByteBuffer-hex.swift
[111/200] Compiling NIOCore ByteBuffer-int.swift
[112/200] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[113/200] Compiling NIOCore IO.swift
[114/200] Compiling NIOCore IOData.swift
[115/200] Compiling NIOCore IPProtocol.swift
[116/200] Compiling NIOCore IntegerBitPacking.swift
[117/200] Compiling NIOCore IntegerTypes.swift
[118/200] Compiling NIOCore Interfaces.swift
[119/200] Compiling NIOCore Linux.swift
[120/200] Compiling NIOCore MarkedCircularBuffer.swift
[121/200] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[122/200] Compiling ArgumentParser CollectionExtensions.swift
[123/200] Compiling ArgumentParser Platform.swift
[124/200] Compiling ArgumentParser SequenceExtensions.swift
[125/200] Compiling ArgumentParser StringExtensions.swift
[126/200] Compiling ArgumentParser Tree.swift
[127/200] Compiling NIOCore MulticastChannel.swift
[128/200] Compiling NIOCore NIOAny.swift
[129/200] Compiling NIOCore NIOCloseOnErrorHandler.swift
[130/200] Compiling NIOCore NIOLoopBound.swift
[131/200] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[132/200] Compiling NIOCore NIOScheduledCallback.swift
[133/200] Compiling NIOCore NIOSendable.swift
[134/200] Compiling NIOCore RecvByteBufferAllocator.swift
[135/208] Compiling NIOCore FileRegion.swift
[136/208] Compiling NIOCore GlobalSingletons.swift
[137/208] Compiling NIOCore ByteBuffer-multi-int.swift
[138/208] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[139/208] Compiling NIOCore ByteBuffer-views.swift
[150/208] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[151/208] Compiling NIOCore SocketAddresses.swift
[152/208] Compiling NIOCore SocketOptionProvider.swift
[153/208] Compiling NIOCore SystemCallHelpers.swift
[154/208] Compiling NIOCore TimeAmount+Duration.swift
[155/208] Compiling NIOCore TypeAssistedChannelHandler.swift
[156/208] Compiling NIOCore UniversalBootstrapSupport.swift
[157/208] Compiling NIOCore Utilities.swift
[174/208] Compiling NIOCore CircularBuffer.swift
[175/208] Compiling NIOCore Codec.swift
[176/208] Compiling NIOCore ConvenienceOptionSupport.swift
[177/208] Compiling NIOCore DeadChannel.swift
[178/208] Compiling NIOCore DispatchQueue+WithFuture.swift
[179/208] Compiling NIOCore EventLoop+Deprecated.swift
[180/208] Compiling NIOCore EventLoop+SerialExecutor.swift
[181/208] Compiling NIOCore EventLoop.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:
[190/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:
[200/208] Emitting module NIOCore
BUILD FAILURE 6.1 wasm