Build Information
Failed to build Macro, reference 1.0.8 (905f2f
), with Swift 6.1 for Wasm on 12 Jun 2025 19:46:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/Macro-swift/Macro.git
Reference: 1.0.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/Macro-swift/Macro
* tag 1.0.8 -> FETCH_HEAD
HEAD is now at 905f2fe Merge branch 'develop'
Cloned https://github.com/Macro-swift/Macro.git
Revision (git rev-parse @):
905f2fefec6eb2e7198940ba65b46419566c8f9b
SUCCESS checkout https://github.com/Macro-swift/Macro.git at 1.0.8
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Macro-swift/Macro.git
https://github.com/Macro-swift/Macro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.80.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "Macro",
"name" : "Macro",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Macro",
"targets" : [
"Macro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MacroCore",
"targets" : [
"MacroCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "xsys",
"targets" : [
"xsys"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "http",
"targets" : [
"http"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "fs",
"targets" : [
"fs"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MacroTestUtilities",
"targets" : [
"MacroTestUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "xsys",
"module_type" : "SwiftTarget",
"name" : "xsys",
"path" : "Sources/xsys",
"product_memberships" : [
"Macro",
"MacroCore",
"xsys",
"http",
"fs",
"MacroTestUtilities"
],
"sources" : [
"Module.swift",
"POSIXError.swift",
"SocketAddress.swift",
"UUID.swift",
"dylib.swift",
"fd.swift",
"ioctl.swift",
"misc.swift",
"ntohs.swift",
"sockaddr_any.swift",
"socket.swift",
"time.swift",
"timespec.swift",
"timeval_any.swift"
],
"type" : "library"
},
{
"c99name" : "http",
"module_type" : "SwiftTarget",
"name" : "http",
"path" : "Sources/http",
"product_dependencies" : [
"NIO",
"NIOConcurrencyHelpers",
"NIOHTTP1"
],
"product_memberships" : [
"Macro",
"http",
"MacroTestUtilities"
],
"sources" : [
"Agent/Agent.swift",
"Agent/ClientRequest.swift",
"Agent/Foundation/URLRequestInit.swift",
"Agent/Foundation/URLSessionAgent.swift",
"Agent/Foundation/URLSessionClientRequest.swift",
"BasicAuth.swift",
"Globals.swift",
"IncomingMessage.swift",
"QueryString.swift",
"Server/Server.swift",
"Server/ServerResponse.swift",
"Support/HTTPHeadersHolder.swift",
"Support/OutgoingMessage.swift",
"http.swift"
],
"target_dependencies" : [
"MacroCore"
],
"type" : "library"
},
{
"c99name" : "fs",
"module_type" : "SwiftTarget",
"name" : "fs",
"path" : "Sources/fs",
"product_dependencies" : [
"NIO"
],
"product_memberships" : [
"Macro",
"fs",
"MacroTestUtilities"
],
"sources" : [
"Directory.swift",
"FSWatcher.swift",
"File.swift",
"JSONFile.swift",
"Path.swift",
"PosixWrappers.swift",
"Promise.swift",
"Streams/FileReadStream.swift",
"Streams/FileStream.swift",
"Streams/FileWriteStream.swift",
"Utils/AsyncWrapper.swift",
"Utils/ResultExtensions.swift",
"Utils/StatStruct.swift",
"fs.swift"
],
"target_dependencies" : [
"MacroCore",
"xsys"
],
"type" : "library"
},
{
"c99name" : "MacroTests",
"module_type" : "SwiftTarget",
"name" : "MacroTests",
"path" : "Tests/MacroTests",
"sources" : [
"AgentTests.swift",
"BufferTests.swift",
"ByteBufferTests.swift",
"CollectionTests.swift",
"MacroTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MacroTestUtilities"
],
"type" : "test"
},
{
"c99name" : "MacroTestUtilities",
"module_type" : "SwiftTarget",
"name" : "MacroTestUtilities",
"path" : "Sources/MacroTestUtilities",
"product_memberships" : [
"MacroTestUtilities"
],
"sources" : [
"TestServerResponse.swift"
],
"target_dependencies" : [
"Macro"
],
"type" : "library"
},
{
"c99name" : "MacroCore",
"module_type" : "SwiftTarget",
"name" : "MacroCore",
"path" : "Sources/MacroCore",
"product_dependencies" : [
"Atomics",
"NIO",
"NIOConcurrencyHelpers",
"NIOFoundationCompat",
"Logging"
],
"product_memberships" : [
"Macro",
"MacroCore",
"http",
"fs",
"MacroTestUtilities"
],
"sources" : [
"Buffer/Buffer.swift",
"Buffer/BufferData.swift",
"Buffer/BufferDeprecations.swift",
"Buffer/BufferHexEncoding.swift",
"Buffer/BufferStrings.swift",
"Buffer/CollectionUtils.swift",
"Console.swift",
"Dirname.swift",
"EnvironmentValues.swift",
"Events/ErrorEmitter.swift",
"Events/EventListenerSet.swift",
"Events/ListenerType.swift",
"JSError.swift",
"JSON.swift",
"JSStubs/CollectionStubs.swift",
"JSStubs/Math.swift",
"JSStubs/Object.swift",
"JSStubs/StringStubs.swift",
"JSStubs/ToString.swift",
"LeftPad.swift",
"MacroCore.swift",
"MacroError.swift",
"NextTick.swift",
"Process/CommandLine.swift",
"Process/DetectXcode.swift",
"Process/Environment.swift",
"Process/Process.swift",
"Process/Warnings.swift",
"Regex.swift",
"Streams/Concat.swift",
"Streams/DuplexStreamType.swift",
"Streams/Pipe.swift",
"Streams/ReadableByteStream.swift",
"Streams/ReadableByteStreamType.swift",
"Streams/ReadableStreamBase.swift",
"Streams/ReadableStreamType.swift",
"Streams/WritableByteStream.swift",
"Streams/WritableByteStreamType.swift",
"Streams/WritableStreamBase.swift",
"Streams/WritableStreamType.swift",
"StringEncoding.swift"
],
"target_dependencies" : [
"xsys"
],
"type" : "library"
},
{
"c99name" : "Macro",
"module_type" : "SwiftTarget",
"name" : "Macro",
"path" : "Sources/Macro",
"product_memberships" : [
"Macro",
"MacroTestUtilities"
],
"sources" : [
"Macro.swift"
],
"target_dependencies" : [
"MacroCore",
"xsys",
"http",
"fs"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[990/5633] Fetching swift-atomics, swift-log
[5634/81906] Fetching swift-atomics, swift-log, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (8.36s)
Fetched https://github.com/apple/swift-log.git from cache (8.37s)
Fetched https://github.com/apple/swift-nio.git from cache (8.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (9.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.69s)
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
[1/16600] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.87s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (3.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.03s)
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.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.3.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
Building for debugging...
[0/32] Write sources
[18/32] Compiling CNIOWindows shim.c
[18/32] Compiling CNIOWASI CNIOWASI.c
[20/32] Compiling CNIOWindows WSAStartup.c
[21/32] Compiling CNIOLinux shim.c
[22/32] Compiling CNIOLinux liburing_shims.c
[23/32] Compiling CNIODarwin shim.c
[23/32] Write sources
[25/32] Compiling CNIOLLHTTP c_nio_http.c
[26/32] Compiling CNIOLLHTTP c_nio_api.c
[27/32] Compiling _AtomicsShims.c
[28/32] Write swift-version-24593BA9C3E375BF.txt
[30/71] Emitting module Logging
[31/71] Emitting module InternalCollectionsUtilities
[31/72] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/90] Compiling xsys timespec.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[34/91] Compiling Atomics AtomicStorage.swift
[35/91] Compiling Atomics AtomicValue.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[37/93] Compiling Atomics AtomicMemoryOrderings.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[38/93] Compiling Atomics OptionalRawRepresentable.swift
[39/93] Compiling Atomics RawRepresentable.swift
[40/93] Compiling Atomics AtomicOptionalWrappable.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[41/93] Compiling Atomics AtomicReference.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[42/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/93] Compiling Atomics ManagedAtomic.swift
[45/93] Compiling Atomics ManagedAtomicLazyReference.swift
[46/93] Compiling Atomics UnsafeAtomic.swift
[47/93] Compiling Atomics UnsafeAtomicLazyReference.swift
[49/93] Compiling Atomics DoubleWord.swift
[50/93] Compiling Atomics IntegerConformances.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[51/93] Compiling Atomics PointerConformances.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[52/93] Compiling Atomics Primitives.native.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[56/93] Compiling Logging Locks.swift
[57/93] Compiling Logging LogHandler.swift
[58/93] Compiling Atomics AtomicInteger.swift
[61/93] Emitting module _NIOBase64
[64/93] Compiling _NIOBase64 Base64.swift
[69/94] Compiling Atomics AtomicBool.swift
[71/94] Compiling _NIODataStructures _TinyArray.swift
[72/94] Compiling _NIODataStructures PriorityQueue.swift
[72/95] Compiling c-nioatomics.c
[74/95] Compiling xsys timeval_any.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[77/110] Compiling Atomics IntegerOperations.swift
[78/110] Compiling Atomics Unmanaged extensions.swift
[79/110] Compiling Logging MetadataProvider.swift
[80/110] Emitting module _NIODataStructures
[81/110] Compiling _NIODataStructures Heap.swift
[82/111] Compiling Logging Logging.swift
[83/112] Compiling DequeModule _DequeBuffer.swift
[84/112] Compiling DequeModule _DequeBufferHeader.swift
[87/114] Compiling DequeModule Deque+CustomReflectable.swift
[88/114] Compiling DequeModule Deque+Descriptions.swift
[89/114] Compiling DequeModule Deque+Extras.swift
[90/114] Compiling DequeModule Deque+Hashable.swift
[91/114] Compiling DequeModule Deque+Equatable.swift
[92/114] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[93/114] Emitting module xsys
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[93/114] Compiling c-atomics.c
[95/114] Compiling DequeModule _DequeSlot.swift
[96/114] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/114] Compiling DequeModule Deque._UnsafeHandle.swift
[98/114] Compiling DequeModule Deque.swift
[99/114] Compiling DequeModule Deque+Testing.swift
[100/114] Compiling DequeModule Deque._Storage.swift
[101/120] Compiling DequeModule Deque+Codable.swift
[102/120] Compiling DequeModule Deque+Collection.swift
[103/120] Emitting module Atomics
[111/121] Emitting module DequeModule
[112/121] Compiling NIOConcurrencyHelpers lock.swift
[113/122] Compiling NIOConcurrencyHelpers NIOLock.swift
[115/122] Emitting module NIOConcurrencyHelpers
[116/122] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[117/122] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[118/122] Compiling NIOConcurrencyHelpers atomics.swift
[120/183] Compiling NIOCore MulticastChannel.swift
[121/183] Compiling NIOCore NIOAny.swift
[122/183] Compiling NIOCore NIOCloseOnErrorHandler.swift
[123/183] Compiling NIOCore NIOLoopBound.swift
[124/183] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[125/183] Compiling NIOCore NIOScheduledCallback.swift
[126/183] Compiling NIOCore NIOSendable.swift
[127/183] Compiling NIOCore RecvByteBufferAllocator.swift
[128/191] Compiling NIOCore IO.swift
[129/191] Compiling NIOCore IOData.swift
[130/191] Compiling NIOCore IPProtocol.swift
[131/191] Compiling NIOCore IntegerBitPacking.swift
[132/191] Compiling NIOCore IntegerTypes.swift
[133/191] Compiling NIOCore Interfaces.swift
[134/191] Compiling NIOCore Linux.swift
[135/191] Compiling NIOCore MarkedCircularBuffer.swift
[136/191] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[137/191] Compiling NIOCore EventLoopFuture+Deprecated.swift
[138/191] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[139/191] Compiling NIOCore EventLoopFuture.swift
[140/191] Compiling NIOCore FileDescriptor.swift
[141/191] Compiling NIOCore FileHandle.swift
[142/191] Compiling NIOCore FileRegion.swift
[143/191] Compiling NIOCore GlobalSingletons.swift
[144/191] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[145/191] Compiling NIOCore SocketAddresses.swift
[146/191] Compiling NIOCore SocketOptionProvider.swift
[147/191] Compiling NIOCore SystemCallHelpers.swift
[148/191] Compiling NIOCore TimeAmount+Duration.swift
[149/191] Compiling NIOCore TypeAssistedChannelHandler.swift
[150/191] Compiling NIOCore UniversalBootstrapSupport.swift
[151/191] Compiling NIOCore Utilities.swift
[152/191] Compiling NIOCore CircularBuffer.swift
[153/191] Compiling NIOCore Codec.swift
[154/191] Compiling NIOCore ConvenienceOptionSupport.swift
[155/191] Compiling NIOCore DeadChannel.swift
[156/191] Compiling NIOCore DispatchQueue+WithFuture.swift
[157/191] Compiling NIOCore EventLoop+Deprecated.swift
[158/191] Compiling NIOCore EventLoop+SerialExecutor.swift
[159/191] Compiling NIOCore EventLoop.swift
[160/191] Compiling NIOCore AddressedEnvelope.swift
[161/191] Compiling NIOCore AsyncAwaitSupport.swift
[162/191] Compiling NIOCore AsyncChannel.swift
[163/191] Compiling NIOCore AsyncChannelHandler.swift
[164/191] Compiling NIOCore AsyncChannelInboundStream.swift
[165/191] Compiling NIOCore AsyncChannelOutboundWriter.swift
[166/191] Compiling NIOCore NIOAsyncSequenceProducer.swift
[167/191] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[168/191] Compiling NIOCore NIOAsyncWriter.swift
[169/191] 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:
[170/191] 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:
[171/191] 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:
[172/191] 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:
[173/191] 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:
[174/191] 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:
[175/191] 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:
[176/191] 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:
[177/191] 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:
[178/191] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[179/191] Compiling NIOCore BSDSocketAPI.swift
[180/191] Compiling NIOCore ByteBuffer-aux.swift
[181/191] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[182/191] Compiling NIOCore ByteBuffer-conversions.swift
[183/191] Compiling NIOCore ByteBuffer-core.swift
[184/191] Compiling NIOCore ByteBuffer-hex.swift
[185/191] Compiling NIOCore ByteBuffer-int.swift
[186/191] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[187/191] Emitting module NIOCore
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/64] Compiling Atomics AtomicOptionalWrappable.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[3/64] Compiling Atomics AtomicReference.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[4/65] Compiling Atomics AtomicBool.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[5/65] Compiling Atomics AtomicMemoryOrderings.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[6/65] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/66] Compiling Logging Locks.swift
[8/66] Compiling Atomics DoubleWord.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[9/66] Compiling Atomics AtomicStorage.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/66] Emitting module xsys
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[11/66] Compiling Logging MetadataProvider.swift
[16/66] Compiling NIOConcurrencyHelpers lock.swift
[17/66] Compiling Atomics OptionalRawRepresentable.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[18/66] Compiling Atomics RawRepresentable.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[19/66] Compiling xsys timeval_any.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[20/66] Compiling Atomics ManagedAtomic.swift
[21/66] Compiling Atomics ManagedAtomicLazyReference.swift
[22/66] Compiling Atomics UnsafeAtomic.swift
[23/66] Compiling Atomics UnsafeAtomicLazyReference.swift
[25/68] Compiling Atomics AtomicValue.swift
[28/68] Compiling xsys timespec.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 | import Glibc
13 | #else
14 | import Darwin
| `- error: no such module 'Darwin'
15 | #endif
16 |
[29/68] Emitting module Logging
[30/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/68] Compiling Atomics IntegerConformances.swift
[32/68] Compiling Atomics PointerConformances.swift
[33/68] Compiling _NIODataStructures Heap.swift
[34/68] Compiling _NIODataStructures _TinyArray.swift
[35/68] Compiling _NIODataStructures PriorityQueue.swift
[36/68] Emitting module _NIODataStructures
[37/69] Emitting module _NIOBase64
[38/69] Compiling _NIOBase64 Base64.swift
[39/70] Compiling Atomics AtomicInteger.swift
[42/70] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[43/70] Emitting module NIOConcurrencyHelpers
[44/70] Compiling Atomics IntegerOperations.swift
[45/70] Compiling Atomics Unmanaged extensions.swift
[47/70] Emitting module InternalCollectionsUtilities
[51/70] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[52/70] Compiling NIOConcurrencyHelpers NIOLock.swift
[53/70] Compiling NIOConcurrencyHelpers atomics.swift
[54/71] Compiling Atomics Primitives.native.swift
[60/87] Compiling DequeModule _DequeBuffer.swift
[61/87] Compiling DequeModule _DequeBufferHeader.swift
[62/89] Compiling Logging LogHandler.swift
[63/89] Compiling Logging Logging.swift
[65/90] Compiling DequeModule Deque+CustomReflectable.swift
[66/90] Compiling DequeModule Deque+Descriptions.swift
[67/90] Compiling DequeModule Deque+Extras.swift
[68/90] Compiling DequeModule Deque+Hashable.swift
[69/90] Compiling DequeModule _DequeSlot.swift
[70/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/90] Compiling DequeModule Deque._UnsafeHandle.swift
[72/90] Compiling DequeModule Deque.swift
[73/90] Compiling DequeModule Deque+Testing.swift
[74/90] Compiling DequeModule Deque._Storage.swift
[75/90] Compiling DequeModule Deque+Equatable.swift
[76/90] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/90] Emitting module Atomics
[78/90] Compiling DequeModule Deque+Codable.swift
[79/90] Compiling DequeModule Deque+Collection.swift
[80/90] Emitting module DequeModule
[89/152] Compiling NIOCore MulticastChannel.swift
[90/152] Compiling NIOCore NIOAny.swift
[91/152] Compiling NIOCore NIOCloseOnErrorHandler.swift
[92/152] Compiling NIOCore NIOLoopBound.swift
[93/152] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[94/152] Compiling NIOCore NIOScheduledCallback.swift
[95/152] Compiling NIOCore NIOSendable.swift
[96/152] Compiling NIOCore RecvByteBufferAllocator.swift
[97/160] Compiling NIOCore IO.swift
[98/160] Compiling NIOCore IOData.swift
[99/160] Compiling NIOCore IPProtocol.swift
[100/160] Compiling NIOCore IntegerBitPacking.swift
[101/160] Compiling NIOCore IntegerTypes.swift
[102/160] Compiling NIOCore Interfaces.swift
[103/160] Compiling NIOCore Linux.swift
[104/160] Compiling NIOCore MarkedCircularBuffer.swift
[105/160] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[106/160] Compiling NIOCore EventLoopFuture+Deprecated.swift
[107/160] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[108/160] Compiling NIOCore EventLoopFuture.swift
[109/160] Compiling NIOCore FileDescriptor.swift
[110/160] Compiling NIOCore FileHandle.swift
[111/160] Compiling NIOCore FileRegion.swift
[112/160] Compiling NIOCore GlobalSingletons.swift
[113/160] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[114/160] Compiling NIOCore SocketAddresses.swift
[115/160] Compiling NIOCore SocketOptionProvider.swift
[116/160] Compiling NIOCore SystemCallHelpers.swift
[117/160] Compiling NIOCore TimeAmount+Duration.swift
[118/160] Compiling NIOCore TypeAssistedChannelHandler.swift
[119/160] Compiling NIOCore UniversalBootstrapSupport.swift
[120/160] Compiling NIOCore Utilities.swift
[121/160] Compiling NIOCore CircularBuffer.swift
[122/160] Compiling NIOCore Codec.swift
[123/160] Compiling NIOCore ConvenienceOptionSupport.swift
[124/160] Compiling NIOCore DeadChannel.swift
[125/160] Compiling NIOCore DispatchQueue+WithFuture.swift
[126/160] Compiling NIOCore EventLoop+Deprecated.swift
[127/160] Compiling NIOCore EventLoop+SerialExecutor.swift
[128/160] Compiling NIOCore EventLoop.swift
[129/160] 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:
[130/160] 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:
[131/160] 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:
[132/160] 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:
[133/160] 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:
[134/160] 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:
[135/160] 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:
[136/160] 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:
[137/160] 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:
[138/160] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[139/160] Compiling NIOCore BSDSocketAPI.swift
[140/160] Compiling NIOCore ByteBuffer-aux.swift
[141/160] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[142/160] Compiling NIOCore ByteBuffer-conversions.swift
[143/160] Compiling NIOCore ByteBuffer-core.swift
[144/160] Compiling NIOCore ByteBuffer-hex.swift
[145/160] Compiling NIOCore ByteBuffer-int.swift
[146/160] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[147/160] Compiling NIOCore AddressedEnvelope.swift
[148/160] Compiling NIOCore AsyncAwaitSupport.swift
[149/160] Compiling NIOCore AsyncChannel.swift
[150/160] Compiling NIOCore AsyncChannelHandler.swift
[151/160] Compiling NIOCore AsyncChannelInboundStream.swift
[152/160] Compiling NIOCore AsyncChannelOutboundWriter.swift
[153/160] Compiling NIOCore NIOAsyncSequenceProducer.swift
[154/160] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[155/160] Compiling NIOCore NIOAsyncWriter.swift
[156/160] Emitting module NIOCore
BUILD FAILURE 6.1 wasm