Build Information
Failed to build Macro, reference 1.0.8 (905f2f
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 14:50:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path: $PWD
https://github.com/Macro-swift/Macro.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/1797] Fetching swift-atomics
[1798/5633] Fetching swift-atomics, swift-log
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (0.77s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.77s)
[1/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (7.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.76s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
[4437/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (4.81s)
Fetched https://github.com/apple/swift-collections.git from cache (4.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (5.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.87s)
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 WSAStartup.c
[18/32] Compiling CNIOWindows shim.c
[20/32] Compiling CNIOLinux shim.c
[20/32] Compiling _AtomicsShims.c
[22/32] Compiling CNIOLinux liburing_shims.c
[22/32] Compiling CNIOWASI CNIOWASI.c
[24/32] Write sources
[25/32] Compiling CNIODarwin shim.c
[26/32] Compiling CNIOLLHTTP c_nio_http.c
[27/32] Write swift-version-24593BA9C3E375BF.txt
[28/32] Compiling CNIOLLHTTP c_nio_api.c
[29/71] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/89] Compiling c-nioatomics.c
[31/89] Compiling c-atomics.c
[33/95] Emitting module Atomics
[34/97] Compiling Atomics IntegerOperations.swift
[35/97] Compiling Atomics Unmanaged extensions.swift
[36/97] Compiling Atomics AtomicInteger.swift
[37/97] Compiling Atomics AtomicOptionalWrappable.swift
[38/97] Compiling Atomics AtomicReference.swift
[39/97] Compiling Atomics AtomicStorage.swift
[40/97] Compiling Atomics AtomicValue.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/97] 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 |
[42/98] 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 |
/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 |
[46/99] 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 |
[47/99] Compiling Atomics AtomicBool.swift
[48/99] Compiling Atomics IntegerConformances.swift
[49/99] 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 |
/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 |
[52/99] Compiling Atomics ManagedAtomic.swift
[53/99] Compiling Atomics ManagedAtomicLazyReference.swift
[55/99] Compiling Atomics DoubleWord.swift
[56/99] Compiling Atomics UnsafeAtomic.swift
[57/99] Compiling Atomics UnsafeAtomicLazyReference.swift
[60/99] Compiling Atomics PointerConformances.swift
[61/99] Compiling Atomics Primitives.native.swift
[62/99] Compiling Atomics OptionalRawRepresentable.swift
[63/99] Compiling Atomics RawRepresentable.swift
[64/99] Emitting module InternalCollectionsUtilities
[67/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.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 |
/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 |
[72/99] Compiling _NIODataStructures _TinyArray.swift
[73/99] Compiling _NIODataStructures PriorityQueue.swift
[80/100] Emitting module _NIOBase64
[81/100] Compiling _NIOBase64 Base64.swift
[84/101] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/117] Compiling DequeModule _DequeBuffer.swift
[87/117] Compiling DequeModule _DequeBufferHeader.swift
[88/119] Compiling Logging MetadataProvider.swift
[89/119] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[90/119] Compiling NIOConcurrencyHelpers NIOLock.swift
[91/119] Emitting module NIOConcurrencyHelpers
[92/119] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/119] Compiling NIOConcurrencyHelpers atomics.swift
[94/119] Compiling NIOConcurrencyHelpers lock.swift
[95/120] Emitting module _NIODataStructures
[96/120] Compiling _NIODataStructures Heap.swift
[99/121] Compiling DequeModule Deque+Equatable.swift
[100/121] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[101/121] Compiling DequeModule Deque+Testing.swift
[102/121] Compiling DequeModule Deque._Storage.swift
[103/121] Compiling DequeModule Deque+Extras.swift
[104/121] Compiling DequeModule Deque+Hashable.swift
[105/121] Compiling DequeModule Deque._UnsafeHandle.swift
[106/121] Compiling DequeModule Deque.swift
[107/121] Compiling DequeModule _DequeSlot.swift
[108/121] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/121] Compiling DequeModule Deque+CustomReflectable.swift
[110/121] Compiling DequeModule Deque+Descriptions.swift
[111/121] Emitting module DequeModule
[112/121] Compiling DequeModule Deque+Codable.swift
[113/121] Compiling DequeModule Deque+Collection.swift
[115/122] Compiling Logging LogHandler.swift
[116/122] Compiling Logging Locks.swift
[117/122] Emitting module Logging
[118/122] Compiling Logging Logging.swift
[120/183] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[121/183] Compiling NIOCore EventLoopFuture+Deprecated.swift
[122/183] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[123/183] Compiling NIOCore EventLoopFuture.swift
[124/183] Compiling NIOCore FileDescriptor.swift
[125/183] Compiling NIOCore FileHandle.swift
[126/183] Compiling NIOCore FileRegion.swift
[127/183] Compiling NIOCore GlobalSingletons.swift
[128/183] Compiling NIOCore IO.swift
[129/183] Compiling NIOCore IOData.swift
[130/183] Compiling NIOCore IPProtocol.swift
[131/183] Compiling NIOCore IntegerBitPacking.swift
[132/183] Compiling NIOCore IntegerTypes.swift
[133/183] Compiling NIOCore Interfaces.swift
[134/183] Compiling NIOCore Linux.swift
[135/183] Compiling NIOCore MarkedCircularBuffer.swift
[136/183] Compiling NIOCore MulticastChannel.swift
[137/183] Compiling NIOCore NIOAny.swift
[138/183] Compiling NIOCore NIOCloseOnErrorHandler.swift
[139/183] Compiling NIOCore NIOLoopBound.swift
[140/183] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[141/183] Compiling NIOCore NIOScheduledCallback.swift
[142/183] Compiling NIOCore NIOSendable.swift
[143/183] Compiling NIOCore RecvByteBufferAllocator.swift
[144/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:
[145/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:
[146/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:
[147/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:
[148/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:
[149/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:
[150/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:
[151/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:
[152/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:
[153/191] Compiling NIOCore CircularBuffer.swift
[154/191] Compiling NIOCore Codec.swift
[155/191] Compiling NIOCore ConvenienceOptionSupport.swift
[156/191] Compiling NIOCore DeadChannel.swift
[157/191] Compiling NIOCore DispatchQueue+WithFuture.swift
[158/191] Compiling NIOCore EventLoop+Deprecated.swift
[159/191] Compiling NIOCore EventLoop+SerialExecutor.swift
[160/191] Compiling NIOCore EventLoop.swift
[161/191] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[162/191] Compiling NIOCore BSDSocketAPI.swift
[163/191] Compiling NIOCore ByteBuffer-aux.swift
[164/191] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[165/191] Compiling NIOCore ByteBuffer-conversions.swift
[166/191] Compiling NIOCore ByteBuffer-core.swift
[167/191] Compiling NIOCore ByteBuffer-hex.swift
[168/191] Compiling NIOCore ByteBuffer-int.swift
[169/191] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[170/191] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[171/191] Compiling NIOCore SocketAddresses.swift
[172/191] Compiling NIOCore SocketOptionProvider.swift
[173/191] Compiling NIOCore SystemCallHelpers.swift
[174/191] Compiling NIOCore TimeAmount+Duration.swift
[175/191] Compiling NIOCore TypeAssistedChannelHandler.swift
[176/191] Compiling NIOCore UniversalBootstrapSupport.swift
[177/191] Compiling NIOCore Utilities.swift
[178/191] Compiling NIOCore AddressedEnvelope.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 |
[179/191] Compiling NIOCore AsyncAwaitSupport.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 |
[180/191] Compiling NIOCore AsyncChannelInboundStream.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 |
[181/191] Compiling NIOCore AsyncChannelOutboundWriter.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 |
[184/191] Compiling NIOCore AsyncChannel.swift
[185/191] Compiling NIOCore AsyncChannelHandler.swift
[188/191] Compiling NIOCore NIOAsyncSequenceProducer.swift
[189/191] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[190/191] Compiling NIOCore NIOAsyncWriter.swift
BUILD FAILURE 6.2 wasm