Build Information
Failed to build Macro, reference 1.0.10 (c6fa70
), with Swift 6.2 (beta) for Android on 7 Sep 2025 22:12:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/Macro.git
Reference: 1.0.10
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.10 -> FETCH_HEAD
HEAD is now at c6fa701 Merge branch 'develop'
Cloned https://github.com/Macro-swift/Macro.git
Revision (git rev-parse @):
c6fa701a708089bead48c666d3047680a4117f92
SUCCESS checkout https://github.com/Macro-swift/Macro.git at 1.0.10
========================================
Build
========================================
Selected platform: android
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-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[600/5717] Fetching swift-atomics, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
[1/78032] Fetching swift-nio
Fetched https://github.com/apple/swift-log.git from cache (6.14s)
Fetched https://github.com/apple/swift-nio.git from cache (6.27s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.82s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/17410] Fetching swift-collections
[2091/22347] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.94s)
[4353/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.18s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (3.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.86s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.52s)
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.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.6.2
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.4
Building for debugging...
[0/33] Write sources
[19/33] Compiling _AtomicsShims.c
[20/33] Compiling CNIOWindows shim.c
[21/33] Compiling CNIOLLHTTP c_nio_http.c
[21/33] Write swift-version-8C5A4AE7A8CE2BA.txt
[23/33] Compiling CNIOWASI CNIOWASI.c
[24/33] Compiling CNIOPosix event_loop_id.c
[25/33] Compiling CNIOWindows WSAStartup.c
[26/33] Compiling CNIOLLHTTP c_nio_api.c
[27/33] Compiling CNIOLinux liburing_shims.c
[28/72] Compiling CNIOLinux shim.c
[29/90] Compiling c-nioatomics.c
[31/90] Compiling Atomics AtomicBool.swift
[32/90] Compiling Atomics IntegerConformances.swift
[33/91] 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 InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/92] Compiling Atomics AtomicStorage.swift
[36/92] Compiling Atomics AtomicValue.swift
[37/94] 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 |
[38/94] 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 |
[39/94] Emitting module InternalCollectionsUtilities
[42/94] Compiling Atomics AtomicInteger.swift
[43/94] Compiling Atomics AtomicOptionalWrappable.swift
[44/94] Compiling Atomics AtomicReference.swift
[47/94] Compiling Atomics AtomicMemoryOrderings.swift
[49/94] Compiling Atomics DoubleWord.swift
[50/94] Compiling Atomics ManagedAtomic.swift
[51/94] Compiling Atomics ManagedAtomicLazyReference.swift
[52/94] Compiling Atomics UnsafeAtomic.swift
[53/94] Compiling Atomics UnsafeAtomicLazyReference.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 |
/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 |
[60/94] Emitting module Atomics
[64/94] Compiling Atomics PointerConformances.swift
[65/94] Compiling Atomics Primitives.native.swift
[66/94] Emitting module _NIOBase64
[67/94] Compiling _NIOBase64 Base64.swift
[68/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 |
[69/95] Compiling c-atomics.c
[71/95] Emitting module _NIODataStructures
[72/95] Compiling _NIODataStructures Heap.swift
[72/95] Compiling CNIODarwin shim.c
[73/95] Compiling CNIOLLHTTP c_nio_llhttp.c
[75/95] Compiling _NIODataStructures PriorityQueue.swift
[76/95] Compiling _NIODataStructures _TinyArray.swift
[77/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/118] Compiling Atomics IntegerOperations.swift
[87/118] Compiling Atomics Unmanaged extensions.swift
[89/119] Compiling DequeModule Deque+CustomReflectable.swift
[90/119] Compiling DequeModule Deque+Descriptions.swift
[91/121] Compiling DequeModule _DequeBuffer.swift
[92/121] Compiling DequeModule _DequeBufferHeader.swift
[93/121] Compiling DequeModule Deque+Extras.swift
[94/121] Compiling DequeModule Deque+Hashable.swift
[95/121] Compiling DequeModule Deque+Equatable.swift
[96/121] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/121] Compiling NIOConcurrencyHelpers lock.swift
[98/121] Compiling DequeModule _DequeSlot.swift
[99/121] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/121] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[101/121] Compiling NIOConcurrencyHelpers atomics.swift
[102/121] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[103/121] Compiling NIOConcurrencyHelpers NIOLock.swift
[104/121] Emitting module NIOConcurrencyHelpers
[105/122] Compiling DequeModule Deque+Testing.swift
[106/122] Compiling DequeModule Deque._Storage.swift
[108/122] Compiling DequeModule Deque._UnsafeHandle.swift
[109/122] Compiling DequeModule Deque.swift
[110/122] Compiling DequeModule Deque+Codable.swift
[111/122] Compiling DequeModule Deque+Collection.swift
[112/122] Emitting module DequeModule
[114/123] Compiling Logging MetadataProvider.swift
[115/123] Emitting module Logging
[116/184] Compiling Logging LogHandler.swift
[117/184] Compiling Logging Locks.swift
[118/184] Compiling Logging Logging.swift
[120/185] Compiling NIOCore NIOAny.swift
[121/185] Compiling NIOCore NIOCloseOnErrorHandler.swift
[122/185] Compiling NIOCore NIOCoreSendableMetatype.swift
[123/185] Compiling NIOCore NIOLoopBound.swift
[124/185] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[125/185] Compiling NIOCore NIOScheduledCallback.swift
[126/185] Compiling NIOCore NIOSendable.swift
[127/185] Compiling NIOCore RecvByteBufferAllocator.swift
[128/193] Compiling NIOCore IOData.swift
[129/193] Compiling NIOCore IPProtocol.swift
[130/193] Compiling NIOCore IntegerBitPacking.swift
[131/193] Compiling NIOCore IntegerTypes.swift
[132/193] Compiling NIOCore Interfaces.swift
[133/193] Compiling NIOCore Linux.swift
[134/193] Compiling NIOCore MarkedCircularBuffer.swift
[135/193] Compiling NIOCore MulticastChannel.swift
[136/193] Compiling NIOCore EventLoopFuture+Deprecated.swift
[137/193] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[138/193] Compiling NIOCore EventLoopFuture.swift
[139/193] Compiling NIOCore FileDescriptor.swift
[140/193] Compiling NIOCore FileHandle.swift
[141/193] Compiling NIOCore FileRegion.swift
[142/193] Compiling NIOCore GlobalSingletons.swift
[143/193] Compiling NIOCore IO.swift
[144/193] Compiling NIOCore CircularBuffer.swift
[145/193] Compiling NIOCore Codec.swift
[146/193] Compiling NIOCore ConvenienceOptionSupport.swift
[147/193] Compiling NIOCore DeadChannel.swift
[148/193] Compiling NIOCore DispatchQueue+WithFuture.swift
[149/193] Compiling NIOCore EventLoop+Deprecated.swift
[150/193] Compiling NIOCore EventLoop+SerialExecutor.swift
[151/193] Compiling NIOCore EventLoop.swift
[152/193] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[153/193] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[154/193] Compiling NIOCore SocketAddresses.swift
[155/193] Compiling NIOCore SocketOptionProvider.swift
[156/193] Compiling NIOCore SystemCallHelpers.swift
[157/193] Compiling NIOCore TimeAmount+Duration.swift
[158/193] Compiling NIOCore TypeAssistedChannelHandler.swift
[159/193] Compiling NIOCore UniversalBootstrapSupport.swift
[160/193] Compiling NIOCore Utilities.swift
[161/193] Compiling NIOCore ByteBuffer-multi-int.swift
[162/193] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[163/193] Compiling NIOCore ByteBuffer-views.swift
[164/193] Compiling NIOCore Channel.swift
[165/193] Compiling NIOCore ChannelHandler.swift
[166/193] Compiling NIOCore ChannelHandlers.swift
[167/193] Compiling NIOCore ChannelInvoker.swift
[168/193] Compiling NIOCore ChannelOption.swift
[169/193] Compiling NIOCore ChannelPipeline.swift
[170/193] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[171/193] Compiling NIOCore BSDSocketAPI.swift
[172/193] Compiling NIOCore ByteBuffer-aux.swift
[173/193] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[174/193] Compiling NIOCore ByteBuffer-conversions.swift
[175/193] Compiling NIOCore ByteBuffer-core.swift
[176/193] Compiling NIOCore ByteBuffer-hex.swift
[177/193] Compiling NIOCore ByteBuffer-int.swift
[178/193] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[179/193] Compiling NIOCore AddressedEnvelope.swift
[180/193] Compiling NIOCore AsyncAwaitSupport.swift
[181/193] Compiling NIOCore AsyncChannel.swift
[182/193] Compiling NIOCore AsyncChannelHandler.swift
[183/193] Compiling NIOCore AsyncChannelInboundStream.swift
[184/193] Compiling NIOCore AsyncChannelOutboundWriter.swift
[185/193] Compiling NIOCore NIOAsyncSequenceProducer.swift
[186/193] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[187/193] Compiling NIOCore NIOAsyncWriter.swift
[188/193] Emitting module NIOCore
[190/246] Compiling NIOEmbedded AsyncTestingChannel.swift
[191/246] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[192/246] Emitting module NIOEmbedded
error: emit-module command failed with exit code 1 (use -v to see invocation)
[193/246] 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 |
[194/246] Compiling NIOPosix BSDSocketAPIWindows.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 |
[195/246] Compiling NIOPosix BaseSocket.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 |
[196/246] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.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 |
[197/246] Compiling NIOPosix BaseSocketChannel.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 |
BUILD FAILURE 6.2 android