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 (7c1a6a), with Swift 6.2 (beta) for Android on 8 Sep 2025 14:27:18 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.67.1
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 7c1a6a5 Add missing all-tests to PathTests
Cloned https://github.com/Macro-swift/Macro.git
Revision (git rev-parse @):
7c1a6a545e820ab209d841e8c59a61fd14d7cdaa
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: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/3903] Fetching swift-log
[353/5717] Fetching swift-log, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
[1/78037] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.67s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4937] Fetching swift-system
[4938/22347] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.48s)
[4005/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.39s)
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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
Building for debugging...
[0/33] Write sources
[19/33] Compiling CNIOWASI CNIOWASI.c
[20/33] Compiling CNIOWindows WSAStartup.c
[21/33] Compiling CNIOWindows shim.c
[22/33] Compiling _AtomicsShims.c
[23/33] Compiling CNIOPosix event_loop_id.c
[24/33] Compiling CNIOLinux liburing_shims.c
[25/33] Compiling CNIODarwin shim.c
[26/33] Compiling CNIOLLHTTP c_nio_http.c
[27/33] Write swift-version-8C5A4AE7A8CE2BA.txt
[28/33] Compiling CNIOLinux shim.c
[29/33] Compiling CNIOLLHTTP c_nio_api.c
[30/72] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/90] Emitting module Logging
[32/90] Compiling c-nioatomics.c
[33/90] Compiling c-atomics.c
[35/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/97] 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/97] 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/97] 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 |
[39/98] 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 |
[40/98] 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 |
[41/98] 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 |
[42/98] 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 |
[43/98] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[44/98] 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 |
[45/98] 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 |
[50/98] Compiling Atomics ManagedAtomic.swift
[51/98] Compiling Atomics ManagedAtomicLazyReference.swift
[52/98] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/100] Compiling Atomics UnsafeAtomic.swift
[54/100] Compiling Atomics UnsafeAtomicLazyReference.swift
[58/100] Compiling Atomics DoubleWord.swift
[59/100] Compiling Atomics AtomicInteger.swift
[60/100] Compiling Atomics AtomicOptionalWrappable.swift
[68/100] Compiling Atomics OptionalRawRepresentable.swift
[69/100] Compiling Atomics RawRepresentable.swift
[70/100] Emitting module InternalCollectionsUtilities
[74/101] 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 |
[76/101] Compiling _NIOBase64 Base64.swift
[77/101] Emitting module _NIOBase64
[79/117] Emitting module _NIODataStructures
[80/117] Compiling _NIODataStructures Heap.swift
[81/117] Emitting module Atomics
[82/117] Compiling DequeModule Deque+Descriptions.swift
[83/117] Compiling DequeModule Deque+Equatable.swift
[84/117] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/117] Compiling _NIODataStructures PriorityQueue.swift
[86/117] Compiling _NIODataStructures _TinyArray.swift
[88/118] Compiling DequeModule _DequeBuffer.swift
[89/118] Compiling DequeModule _DequeBufferHeader.swift
[90/120] Compiling Atomics IntegerOperations.swift
[91/120] Compiling Atomics Unmanaged extensions.swift
[93/121] Compiling NIOConcurrencyHelpers lock.swift
[96/121] Compiling DequeModule Deque+Testing.swift
[97/121] Compiling DequeModule Deque._Storage.swift
[98/121] Compiling DequeModule Deque+CustomReflectable.swift
[100/121] Emitting module NIOConcurrencyHelpers
[101/121] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[102/121] Compiling NIOConcurrencyHelpers NIOLock.swift
[103/121] Compiling NIOConcurrencyHelpers atomics.swift
[105/122] Compiling DequeModule Deque._UnsafeHandle.swift
[106/122] Compiling DequeModule Deque.swift
[107/122] Compiling DequeModule Deque+Extras.swift
[108/122] Compiling DequeModule Deque+Hashable.swift
[109/122] Compiling DequeModule _DequeSlot.swift
[110/122] Compiling DequeModule _UnsafeWrappedBuffer.swift
[111/122] Compiling DequeModule Deque+Codable.swift
[112/122] Compiling DequeModule Deque+Collection.swift
[113/122] Emitting module DequeModule
[115/184] Compiling Logging MetadataProvider.swift
[116/184] Compiling Logging Locks.swift
[117/184] Compiling Logging LogHandler.swift
[118/184] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[120/185] 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 |
[121/185] Compiling NIOCore NIOAny.swift
[122/185] Compiling NIOCore NIOCloseOnErrorHandler.swift
[123/185] Compiling NIOCore NIOCoreSendableMetatype.swift
[124/185] Compiling NIOCore NIOLoopBound.swift
[125/185] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[126/185] Compiling NIOCore NIOScheduledCallback.swift
[127/185] Compiling NIOCore NIOSendable.swift
[128/185] Compiling NIOCore RecvByteBufferAllocator.swift
[129/193] Compiling NIOCore IOData.swift
[130/193] Compiling NIOCore IPProtocol.swift
[131/193] Compiling NIOCore IntegerBitPacking.swift
[132/193] Compiling NIOCore IntegerTypes.swift
[133/193] Compiling NIOCore Interfaces.swift
[134/193] Compiling NIOCore Linux.swift
[135/193] Compiling NIOCore MarkedCircularBuffer.swift
[136/193] Compiling NIOCore MulticastChannel.swift
[137/193] Compiling NIOCore EventLoopFuture+Deprecated.swift
[138/193] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[139/193] Compiling NIOCore EventLoopFuture.swift
[140/193] Compiling NIOCore FileDescriptor.swift
[141/193] Compiling NIOCore FileHandle.swift
[142/193] Compiling NIOCore FileRegion.swift
[143/193] Compiling NIOCore GlobalSingletons.swift
[144/193] Compiling NIOCore IO.swift
[145/193] Compiling NIOCore CircularBuffer.swift
[146/193] Compiling NIOCore Codec.swift
[147/193] Compiling NIOCore ConvenienceOptionSupport.swift
[148/193] Compiling NIOCore DeadChannel.swift
[149/193] Compiling NIOCore DispatchQueue+WithFuture.swift
[150/193] Compiling NIOCore EventLoop+Deprecated.swift
[151/193] Compiling NIOCore EventLoop+SerialExecutor.swift
[152/193] Compiling NIOCore EventLoop.swift
[153/193] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[154/193] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[155/193] Compiling NIOCore SocketAddresses.swift
[156/193] Compiling NIOCore SocketOptionProvider.swift
[157/193] Compiling NIOCore SystemCallHelpers.swift
[158/193] Compiling NIOCore TimeAmount+Duration.swift
[159/193] Compiling NIOCore TypeAssistedChannelHandler.swift
[160/193] Compiling NIOCore UniversalBootstrapSupport.swift
[161/193] Compiling NIOCore Utilities.swift
[162/193] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[163/193] Compiling NIOCore BSDSocketAPI.swift
[164/193] Compiling NIOCore ByteBuffer-aux.swift
[165/193] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[166/193] Compiling NIOCore ByteBuffer-conversions.swift
[167/193] Compiling NIOCore ByteBuffer-core.swift
[168/193] Compiling NIOCore ByteBuffer-hex.swift
[169/193] Compiling NIOCore ByteBuffer-int.swift
[170/193] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[171/193] Compiling NIOCore AddressedEnvelope.swift
[172/193] Compiling NIOCore AsyncAwaitSupport.swift
[173/193] Compiling NIOCore AsyncChannel.swift
[174/193] Compiling NIOCore AsyncChannelHandler.swift
[175/193] Compiling NIOCore AsyncChannelInboundStream.swift
[176/193] Compiling NIOCore AsyncChannelOutboundWriter.swift
[177/193] Compiling NIOCore NIOAsyncSequenceProducer.swift
[178/193] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[179/193] Compiling NIOCore NIOAsyncWriter.swift
[180/193] Emitting module NIOCore
[181/193] Compiling NIOCore ByteBuffer-multi-int.swift
[182/193] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[183/193] Compiling NIOCore ByteBuffer-views.swift
[184/193] Compiling NIOCore Channel.swift
[185/193] Compiling NIOCore ChannelHandler.swift
[186/193] Compiling NIOCore ChannelHandlers.swift
[187/193] Compiling NIOCore ChannelInvoker.swift
[188/193] Compiling NIOCore ChannelOption.swift
[189/193] 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 |
/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