Build Information
Failed to build Macro, reference develop (5757e4
), with Swift 6.2 (beta) for Android on 24 Jun 2025 14:50:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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.64.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 5757e40 EnvironmentValuesHolder is now AnyObject constrained
Cloned https://github.com/Macro-swift/Macro.git
Revision (git rev-parse @):
5757e4006a739778f5a92050d0a882a6708dd3ac
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-3":/host -w "$PWD" 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-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[308/5633] Fetching swift-log, swift-atomics
[5634/81972] Fetching swift-log, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.90s)
Fetched https://github.com/apple/swift-log.git from cache (0.91s)
[3817/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.18s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (8.87s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.38s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
[3861/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
[2829/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.70s)
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
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
Building for debugging...
[0/32] Write sources
[18/32] Compiling CNIOWASI CNIOWASI.c
[19/32] Compiling CNIOWindows WSAStartup.c
[20/32] Compiling _AtomicsShims.c
[21/32] Compiling CNIOWindows shim.c
[22/32] Compiling CNIOLinux liburing_shims.c
[23/32] Compiling CNIODarwin shim.c
[24/32] Write sources
[25/32] Compiling CNIOLinux shim.c
[26/32] Write swift-version-8C5A4AE7A8CE2BA.txt
[27/32] Compiling CNIOLLHTTP c_nio_http.c
[28/52] Compiling CNIOLLHTTP c_nio_api.c
[29/71] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/89] Emitting module InternalCollectionsUtilities
[31/90] Compiling c-nioatomics.c
[32/90] Compiling c-atomics.c
[34/96] Compiling Atomics OptionalRawRepresentable.swift
[35/96] Compiling Atomics RawRepresentable.swift
[36/96] 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 |
[37/96] 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 |
[38/96] Compiling Atomics ManagedAtomic.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/97] Compiling Atomics AtomicReference.swift
[40/97] Compiling Atomics AtomicStorage.swift
[41/97] Compiling Atomics AtomicInteger.swift
[42/97] 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 |
/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 |
[47/97] 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 |
[48/97] 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 |
[49/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/97] Compiling Atomics AtomicBool.swift
[51/97] Compiling Atomics IntegerConformances.swift
[55/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/97] Compiling Atomics UnsafeAtomic.swift
[57/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[58/97] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[59/99] Emitting module Atomics
[60/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[65/100] Compiling Atomics AtomicMemoryOrderings.swift
[66/100] Compiling Atomics DoubleWord.swift
[70/100] Compiling Atomics ManagedAtomicLazyReference.swift
[72/100] Emitting module _NIOBase64
[73/100] Compiling _NIOBase64 Base64.swift
[80/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 |
[82/116] Compiling _NIODataStructures PriorityQueue.swift
[83/116] Compiling _NIODataStructures Heap.swift
[84/116] Emitting module _NIODataStructures
[85/116] Compiling _NIODataStructures _TinyArray.swift
[87/117] Emitting module NIOConcurrencyHelpers
[88/117] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[89/117] Compiling DequeModule Deque+CustomReflectable.swift
[90/117] Compiling DequeModule Deque+Descriptions.swift
[91/119] Compiling NIOConcurrencyHelpers lock.swift
[92/119] Compiling DequeModule Deque+Equatable.swift
[93/119] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/119] Compiling Atomics IntegerOperations.swift
[95/119] Compiling Atomics Unmanaged extensions.swift
[96/119] Compiling DequeModule Deque+Extras.swift
[97/119] Compiling DequeModule Deque+Hashable.swift
[98/119] Compiling DequeModule Deque+Testing.swift
[99/119] Compiling DequeModule Deque._Storage.swift
[100/120] Compiling NIOConcurrencyHelpers atomics.swift
[102/121] Compiling DequeModule _DequeBuffer.swift
[103/121] Compiling DequeModule _DequeBufferHeader.swift
[105/121] Compiling DequeModule _DequeSlot.swift
[106/121] Compiling DequeModule _UnsafeWrappedBuffer.swift
[107/121] Compiling DequeModule Deque._UnsafeHandle.swift
[108/121] Compiling DequeModule Deque.swift
[109/121] Emitting module DequeModule
[110/121] Compiling DequeModule Deque+Codable.swift
[111/121] Compiling DequeModule Deque+Collection.swift
[113/182] Compiling Logging Locks.swift
[114/182] Emitting module Logging
[115/182] Compiling Logging MetadataProvider.swift
[116/182] Compiling Logging LogHandler.swift
[117/182] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[119/183] 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/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 CircularBuffer.swift
[145/191] Compiling NIOCore Codec.swift
[146/191] Compiling NIOCore ConvenienceOptionSupport.swift
[147/191] Compiling NIOCore DeadChannel.swift
[148/191] Compiling NIOCore DispatchQueue+WithFuture.swift
[149/191] Compiling NIOCore EventLoop+Deprecated.swift
[150/191] Compiling NIOCore EventLoop+SerialExecutor.swift
[151/191] Compiling NIOCore EventLoop.swift
[152/191] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[153/191] Compiling NIOCore BSDSocketAPI.swift
[154/191] Compiling NIOCore ByteBuffer-aux.swift
[155/191] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[156/191] Compiling NIOCore ByteBuffer-conversions.swift
[157/191] Compiling NIOCore ByteBuffer-core.swift
[158/191] Compiling NIOCore ByteBuffer-hex.swift
[159/191] Compiling NIOCore ByteBuffer-int.swift
[160/191] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[161/191] Compiling NIOCore AddressedEnvelope.swift
[162/191] Compiling NIOCore AsyncAwaitSupport.swift
[163/191] Compiling NIOCore AsyncChannel.swift
[164/191] Compiling NIOCore AsyncChannelHandler.swift
[165/191] Compiling NIOCore AsyncChannelInboundStream.swift
[166/191] Compiling NIOCore AsyncChannelOutboundWriter.swift
[167/191] Compiling NIOCore NIOAsyncSequenceProducer.swift
[168/191] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[169/191] Compiling NIOCore NIOAsyncWriter.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] Emitting module NIOCore
[179/191] Compiling NIOCore ByteBuffer-multi-int.swift
[180/191] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[181/191] Compiling NIOCore ByteBuffer-views.swift
[182/191] Compiling NIOCore Channel.swift
[183/191] Compiling NIOCore ChannelHandler.swift
[184/191] Compiling NIOCore ChannelHandlers.swift
[185/191] Compiling NIOCore ChannelInvoker.swift
[186/191] Compiling NIOCore ChannelOption.swift
[187/191] 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