The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Macro, reference develop (681512), with Swift 6.2 for Android on 1 Oct 2025 20:17:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/Macro.git
Reference: develop
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
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 681512a Fixed b0rked basic auth
Cloned https://github.com/Macro-swift/Macro.git
Revision (git rev-parse @):
681512a43ab83eef969bd41e9bb25388f1b2bf44
SUCCESS checkout https://github.com/Macro-swift/Macro.git at develop
========================================
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-4609320-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:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
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
[201/5724] Fetching swift-atomics, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.79s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.84s)
[1/78785] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (8.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (1.37s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/5022] Fetching swift-system
[1910/23000] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.91s)
Fetched https://github.com/apple/swift-collections.git from cache (1.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.69s)
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.2
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.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.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.3.0
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
[18/33] Compiling CNIOWindows WSAStartup.c
[18/33] Compiling _AtomicsShims.c
[18/33] Compiling CNIOWindows shim.c
[21/33] Compiling CNIOWASI CNIOWASI.c
[22/33] Compiling CNIOLinux liburing_shims.c
[23/33] Compiling CNIOPosix event_loop_id.c
[24/33] Compiling CNIOLLHTTP c_nio_http.c
[24/33] Write sources
[26/33] Compiling CNIODarwin shim.c
[27/33] Write swift-version--11D90AFD9DD3AB2.txt
[28/33] Compiling CNIOLinux shim.c
[29/44] Compiling CNIOLLHTTP c_nio_api.c
[30/74] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/92] Emitting module InternalCollectionsUtilities
[32/94] Compiling c-nioatomics.c
[34/94] 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 |
[35/94] 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 |
[36/95] 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 |
[37/95] 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 |
[38/95] Compiling Atomics AtomicOptionalWrappable.swift
[39/95] Compiling Atomics AtomicReference.swift
[40/95] Compiling Atomics UnsafeAtomic.swift
[41/95] Compiling Atomics UnsafeAtomicLazyReference.swift
[42/95] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[43/95] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[44/95] Emitting module _NIOBase64
[45/95] Compiling _NIOBase64 Base64.swift
[47/96] Compiling _NIODataStructures PriorityQueue.swift
[48/96] Compiling _NIODataStructures _TinyArray.swift
[49/96] 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 |
[49/96] Compiling c-atomics.c
[51/102] Compiling Atomics OptionalRawRepresentable.swift
[52/102] Compiling Atomics RawRepresentable.swift
[53/102] Compiling Atomics Primitives.native.swift
[54/102] Compiling Atomics AtomicStorage.swift
[57/102] Compiling Atomics PointerConformances.swift
[62/104] Compiling Atomics AtomicInteger.swift
[68/104] 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 |
/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 |
[71/104] 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 |
/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 |
[79/105] Emitting module Atomics
[86/105] Compiling Atomics IntegerOperations.swift
[87/105] Compiling Atomics Unmanaged extensions.swift
[89/106] Compiling NIOConcurrencyHelpers lock.swift
[90/106] Emitting module _NIODataStructures
[91/106] Compiling _NIODataStructures Heap.swift
[92/122] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/122] Emitting module NIOConcurrencyHelpers
[94/122] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[95/122] Compiling NIOConcurrencyHelpers NIOLock.swift
[97/122] Compiling Logging MetadataProvider.swift
[98/122] Compiling DequeModule _DequeBuffer.swift
[99/122] Compiling DequeModule _DequeBufferHeader.swift
[100/124] Compiling DequeModule Deque+Equatable.swift
[101/124] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[102/124] Compiling DequeModule Deque+CustomReflectable.swift
[103/124] Compiling DequeModule Deque+Descriptions.swift
[104/124] Compiling NIOConcurrencyHelpers atomics.swift
[106/125] Compiling Logging Locks.swift
[107/125] Compiling Logging Logging.swift
[108/125] Compiling Logging LogHandler.swift
[109/125] Emitting module Logging
[110/125] Compiling DequeModule _DequeSlot.swift
[111/125] Compiling DequeModule _UnsafeWrappedBuffer.swift
[112/126] Compiling DequeModule Deque+Testing.swift
[113/126] Compiling DequeModule Deque._Storage.swift
[114/126] Compiling DequeModule Deque+Extras.swift
[115/126] Compiling DequeModule Deque+Hashable.swift
[117/126] Compiling DequeModule Deque._UnsafeHandle.swift
[118/126] Compiling DequeModule Deque.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[119/126] 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 |
[120/126] Emitting module DequeModule
[121/126] Compiling DequeModule Deque+Codable.swift
[122/126] Compiling DequeModule Deque+Collection.swift
[124/188] Compiling NIOCore NIOAny.swift
[125/188] Compiling NIOCore NIOCloseOnErrorHandler.swift
[126/188] Compiling NIOCore NIOCoreSendableMetatype.swift
[127/188] Compiling NIOCore NIOLoopBound.swift
[128/188] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[129/188] Compiling NIOCore NIOScheduledCallback.swift
[130/188] Compiling NIOCore NIOSendable.swift
[131/188] Compiling NIOCore RecvByteBufferAllocator.swift
[132/196] Compiling NIOCore IOData.swift
[133/196] Compiling NIOCore IPProtocol.swift
[134/196] Compiling NIOCore IntegerBitPacking.swift
[135/196] Compiling NIOCore IntegerTypes.swift
[136/196] Compiling NIOCore Interfaces.swift
[137/196] Compiling NIOCore Linux.swift
[138/196] Compiling NIOCore MarkedCircularBuffer.swift
[139/196] Compiling NIOCore MulticastChannel.swift
[140/196] Compiling NIOCore AddressedEnvelope.swift
[141/196] Compiling NIOCore AsyncAwaitSupport.swift
[142/196] Compiling NIOCore AsyncChannel.swift
[143/196] Compiling NIOCore AsyncChannelHandler.swift
[144/196] Compiling NIOCore AsyncChannelInboundStream.swift
[145/196] Compiling NIOCore AsyncChannelOutboundWriter.swift
[146/196] Compiling NIOCore NIOAsyncSequenceProducer.swift
[147/196] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[148/196] Compiling NIOCore NIOAsyncWriter.swift
[149/196] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[150/196] Compiling NIOCore SocketAddresses.swift
[151/196] Compiling NIOCore SocketOptionProvider.swift
[152/196] Compiling NIOCore SystemCallHelpers.swift
[153/196] Compiling NIOCore TimeAmount+Duration.swift
[154/196] Compiling NIOCore TypeAssistedChannelHandler.swift
[155/196] Compiling NIOCore UniversalBootstrapSupport.swift
[156/196] Compiling NIOCore Utilities.swift
[157/196] Compiling NIOCore EventLoopFuture+Deprecated.swift
[158/196] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[159/196] Compiling NIOCore EventLoopFuture.swift
[160/196] Compiling NIOCore FileDescriptor.swift
[161/196] Compiling NIOCore FileHandle.swift
[162/196] Compiling NIOCore FileRegion.swift
[163/196] Compiling NIOCore GlobalSingletons.swift
[164/196] Compiling NIOCore IO.swift
[165/196] Compiling NIOCore CircularBuffer.swift
[166/196] Compiling NIOCore Codec.swift
[167/196] Compiling NIOCore ConvenienceOptionSupport.swift
[168/196] Compiling NIOCore DeadChannel.swift
[169/196] Compiling NIOCore DispatchQueue+WithFuture.swift
[170/196] Compiling NIOCore EventLoop+Deprecated.swift
[171/196] Compiling NIOCore EventLoop+SerialExecutor.swift
[172/196] Compiling NIOCore EventLoop.swift
[173/196] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[174/196] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[175/196] Compiling NIOCore BSDSocketAPI.swift
[176/196] Compiling NIOCore ByteBuffer-aux.swift
[177/196] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[178/196] Compiling NIOCore ByteBuffer-conversions.swift
[179/196] Compiling NIOCore ByteBuffer-core.swift
[180/196] Compiling NIOCore ByteBuffer-hex.swift
[181/196] Compiling NIOCore ByteBuffer-int.swift
[182/196] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[183/196] Compiling NIOCore ByteBuffer-multi-int.swift
[184/196] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[185/196] Compiling NIOCore ByteBuffer-views.swift
[186/196] Compiling NIOCore Channel.swift
[187/196] Compiling NIOCore ChannelHandler.swift
[188/196] Compiling NIOCore ChannelHandlers.swift
[189/196] Compiling NIOCore ChannelInvoker.swift
[190/196] Compiling NIOCore ChannelOption.swift
[191/196] Compiling NIOCore ChannelPipeline.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 |
[194/196] 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 |
BUILD FAILURE 6.2 android