Build Information
Failed to build Macro, reference 1.0.10 (c6fa70
), with Swift 6.1 for Android on 7 Sep 2025 22:11:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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.1
Building package at path: $PWD
https://github.com/Macro-swift/Macro.git
https://github.com/Macro-swift/Macro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.80.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "Macro",
"name" : "Macro",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Macro",
"targets" : [
"Macro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MacroCore",
"targets" : [
"MacroCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "xsys",
"targets" : [
"xsys"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "http",
"targets" : [
"http"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "fs",
"targets" : [
"fs"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MacroTestUtilities",
"targets" : [
"MacroTestUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "xsys",
"module_type" : "SwiftTarget",
"name" : "xsys",
"path" : "Sources/xsys",
"product_memberships" : [
"Macro",
"MacroCore",
"xsys",
"http",
"fs",
"MacroTestUtilities"
],
"sources" : [
"Module.swift",
"POSIXError.swift",
"SocketAddress.swift",
"UUID.swift",
"dylib.swift",
"fd.swift",
"ioctl.swift",
"misc.swift",
"ntohs.swift",
"sockaddr_any.swift",
"socket.swift",
"time.swift",
"timespec.swift",
"timeval_any.swift"
],
"type" : "library"
},
{
"c99name" : "http",
"module_type" : "SwiftTarget",
"name" : "http",
"path" : "Sources/http",
"product_dependencies" : [
"NIO",
"NIOConcurrencyHelpers",
"NIOHTTP1"
],
"product_memberships" : [
"Macro",
"http",
"MacroTestUtilities"
],
"sources" : [
"Agent/Agent.swift",
"Agent/ClientRequest.swift",
"Agent/Foundation/URLRequestInit.swift",
"Agent/Foundation/URLSessionAgent.swift",
"Agent/Foundation/URLSessionClientRequest.swift",
"BasicAuth.swift",
"Globals.swift",
"IncomingMessage.swift",
"QueryString.swift",
"Server/Server.swift",
"Server/ServerResponse.swift",
"Support/HTTPHeadersHolder.swift",
"Support/OutgoingMessage.swift",
"http.swift"
],
"target_dependencies" : [
"MacroCore"
],
"type" : "library"
},
{
"c99name" : "fs",
"module_type" : "SwiftTarget",
"name" : "fs",
"path" : "Sources/fs",
"product_dependencies" : [
"NIO"
],
"product_memberships" : [
"Macro",
"fs",
"MacroTestUtilities"
],
"sources" : [
"Directory.swift",
"FSWatcher.swift",
"File.swift",
"JSONFile.swift",
"Path.swift",
"PosixWrappers.swift",
"Promise.swift",
"Streams/FileReadStream.swift",
"Streams/FileStream.swift",
"Streams/FileWriteStream.swift",
"Utils/AsyncWrapper.swift",
"Utils/ResultExtensions.swift",
"Utils/StatStruct.swift",
"fs.swift"
],
"target_dependencies" : [
"MacroCore",
"xsys"
],
"type" : "library"
},
{
"c99name" : "MacroTests",
"module_type" : "SwiftTarget",
"name" : "MacroTests",
"path" : "Tests/MacroTests",
"sources" : [
"AgentTests.swift",
"BufferTests.swift",
"ByteBufferTests.swift",
"CollectionTests.swift",
"MacroTests.swift",
"PathTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MacroTestUtilities"
],
"type" : "test"
},
{
"c99name" : "MacroTestUtilities",
"module_type" : "SwiftTarget",
"name" : "MacroTestUtilities",
"path" : "Sources/MacroTestUtilities",
"product_memberships" : [
"MacroTestUtilities"
],
"sources" : [
"TestServerResponse.swift"
],
"target_dependencies" : [
"Macro"
],
"type" : "library"
},
{
"c99name" : "MacroCore",
"module_type" : "SwiftTarget",
"name" : "MacroCore",
"path" : "Sources/MacroCore",
"product_dependencies" : [
"Atomics",
"NIO",
"NIOConcurrencyHelpers",
"NIOFoundationCompat",
"Logging"
],
"product_memberships" : [
"Macro",
"MacroCore",
"http",
"fs",
"MacroTestUtilities"
],
"sources" : [
"Buffer/Buffer.swift",
"Buffer/BufferData.swift",
"Buffer/BufferDeprecations.swift",
"Buffer/BufferHexEncoding.swift",
"Buffer/BufferStrings.swift",
"Buffer/CollectionUtils.swift",
"Concurrency.swift",
"Console.swift",
"Dirname.swift",
"EnvironmentValues.swift",
"Events/ErrorEmitter.swift",
"Events/EventListenerSet.swift",
"Events/ListenerType.swift",
"JSError.swift",
"JSON.swift",
"JSStubs/CollectionStubs.swift",
"JSStubs/Math.swift",
"JSStubs/Object.swift",
"JSStubs/StringStubs.swift",
"JSStubs/ToString.swift",
"LeftPad.swift",
"MacroCore.swift",
"MacroError.swift",
"NextTick.swift",
"Process/CommandLine.swift",
"Process/DetectXcode.swift",
"Process/Environment.swift",
"Process/Process.swift",
"Process/Warnings.swift",
"Regex.swift",
"Streams/Concat.swift",
"Streams/DuplexStreamType.swift",
"Streams/Pipe.swift",
"Streams/ReadableByteStream.swift",
"Streams/ReadableByteStreamType.swift",
"Streams/ReadableStreamBase.swift",
"Streams/ReadableStreamType.swift",
"Streams/WritableByteStream.swift",
"Streams/WritableByteStreamType.swift",
"Streams/WritableStreamBase.swift",
"Streams/WritableStreamType.swift",
"StringEncoding.swift"
],
"target_dependencies" : [
"xsys"
],
"type" : "library"
},
{
"c99name" : "Macro",
"module_type" : "SwiftTarget",
"name" : "Macro",
"path" : "Sources/Macro",
"product_memberships" : [
"Macro",
"MacroTestUtilities"
],
"sources" : [
"Macro.swift"
],
"target_dependencies" : [
"MacroCore",
"xsys",
"http",
"fs"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/1814] Fetching swift-atomics
[600/5717] Fetching swift-atomics, swift-log
[5718/83749] Fetching swift-atomics, swift-log, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.71s)
Fetched https://github.com/apple/swift-log.git from cache (3.71s)
Fetched https://github.com/apple/swift-nio.git from cache (3.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (4.22s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.64s)
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 (1.01s)
Fetched https://github.com/apple/swift-collections.git from cache (1.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.42s)
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
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
Building for debugging...
[0/33] Write sources
[18/33] Compiling CNIOWindows shim.c
[19/33] Compiling CNIOWindows WSAStartup.c
[19/33] Compiling CNIOWASI CNIOWASI.c
[21/33] Compiling CNIOPosix event_loop_id.c
[22/33] Compiling CNIOLinux liburing_shims.c
[23/33] Compiling CNIODarwin shim.c
[24/33] Compiling CNIOLLHTTP c_nio_http.c
[24/33] Write sources
[26/33] Compiling CNIOLinux shim.c
[27/33] Compiling CNIOLLHTTP c_nio_api.c
[28/33] Compiling _AtomicsShims.c
[29/33] Write swift-version-24593BA9C3E375BF.txt
[30/33] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/90] Emitting module InternalCollectionsUtilities
[33/91] Emitting module Logging
[33/91] Compiling c-nioatomics.c
[35/91] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/91] Compiling Atomics UnsafeAtomic.swift
[37/91] Compiling Atomics UnsafeAtomicLazyReference.swift
[38/91] Compiling Atomics PointerConformances.swift
[39/91] Compiling Atomics Primitives.native.swift
[40/91] Compiling Atomics AtomicBool.swift
[41/91] Compiling Atomics IntegerConformances.swift
[42/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/93] Compiling _NIODataStructures _TinyArray.swift
[44/93] Compiling _NIODataStructures PriorityQueue.swift
[45/93] Compiling Atomics AtomicStorage.swift
[46/93] Compiling Atomics AtomicValue.swift
[47/93] Compiling Atomics AtomicMemoryOrderings.swift
[48/93] Compiling Atomics DoubleWord.swift
[49/93] Emitting module _NIOBase64
[50/93] Compiling _NIOBase64 Base64.swift
[51/93] Compiling Atomics OptionalRawRepresentable.swift
[52/93] Compiling Atomics RawRepresentable.swift
[53/94] Emitting module _NIODataStructures
[54/94] Compiling _NIODataStructures Heap.swift
[58/95] Compiling Atomics AtomicInteger.swift
[59/95] Compiling Atomics AtomicOptionalWrappable.swift
[60/95] Compiling Atomics AtomicReference.swift
[68/96] Compiling Atomics ManagedAtomic.swift
[69/96] Compiling Atomics ManagedAtomicLazyReference.swift
[70/96] Emitting module Atomics
[76/96] Compiling Atomics IntegerOperations.swift
[77/96] Compiling Atomics Unmanaged extensions.swift
[78/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 |
[79/103] Compiling c-atomics.c
[81/113] 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/113] Compiling DequeModule Deque+Testing.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 |
[83/113] Compiling DequeModule Deque._Storage.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 |
[84/113] Compiling DequeModule Deque+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 |
[85/113] Compiling DequeModule Deque+Hashable.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 |
[86/113] Compiling DequeModule Deque+Equatable.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 |
[87/113] Compiling DequeModule Deque+ExpressibleByArrayLiteral.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 |
[88/113] Compiling DequeModule Deque._UnsafeHandle.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 |
[89/113] Compiling DequeModule Deque.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 |
[90/113] Compiling DequeModule Deque+CustomReflectable.swift
[91/113] Compiling DequeModule Deque+Descriptions.swift
[96/121] Compiling DequeModule _DequeBuffer.swift
[97/121] Compiling DequeModule _DequeBufferHeader.swift
[100/121] Compiling DequeModule _DequeSlot.swift
[101/121] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/121] Compiling NIOConcurrencyHelpers lock.swift
[105/121] Compiling DequeModule Deque+Codable.swift
[106/121] Compiling DequeModule Deque+Collection.swift
[107/121] Emitting module DequeModule
[109/122] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[110/122] Compiling NIOConcurrencyHelpers atomics.swift
[111/122] Compiling NIOConcurrencyHelpers NIOLock.swift
[112/122] Emitting module NIOConcurrencyHelpers
[113/122] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[115/184] Compiling Logging Locks.swift
[116/184] Compiling Logging LogHandler.swift
[117/184] Compiling Logging Logging.swift
[118/184] Compiling Logging MetadataProvider.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/185] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[129/185] Compiling NIOCore BSDSocketAPI.swift
[130/185] Compiling NIOCore ByteBuffer-aux.swift
[131/185] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[132/185] Compiling NIOCore ByteBuffer-conversions.swift
[133/185] Compiling NIOCore ByteBuffer-core.swift
[134/185] Compiling NIOCore ByteBuffer-hex.swift
[135/185] Compiling NIOCore ByteBuffer-int.swift
[136/185] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[137/193] Compiling NIOCore AddressedEnvelope.swift
[138/193] Compiling NIOCore AsyncAwaitSupport.swift
[139/193] Compiling NIOCore AsyncChannel.swift
[140/193] Compiling NIOCore AsyncChannelHandler.swift
[141/193] Compiling NIOCore AsyncChannelInboundStream.swift
[142/193] Compiling NIOCore AsyncChannelOutboundWriter.swift
[143/193] Compiling NIOCore NIOAsyncSequenceProducer.swift
[144/193] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[145/193] Compiling NIOCore NIOAsyncWriter.swift
[146/193] Compiling NIOCore IOData.swift
[147/193] Compiling NIOCore IPProtocol.swift
[148/193] Compiling NIOCore IntegerBitPacking.swift
[149/193] Compiling NIOCore IntegerTypes.swift
[150/193] Compiling NIOCore Interfaces.swift
[151/193] Compiling NIOCore Linux.swift
[152/193] Compiling NIOCore MarkedCircularBuffer.swift
[153/193] Compiling NIOCore MulticastChannel.swift
[154/193] Compiling NIOCore EventLoopFuture+Deprecated.swift
[155/193] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[156/193] Compiling NIOCore EventLoopFuture.swift
[157/193] Compiling NIOCore FileDescriptor.swift
[158/193] Compiling NIOCore FileHandle.swift
[159/193] Compiling NIOCore FileRegion.swift
[160/193] Compiling NIOCore GlobalSingletons.swift
[161/193] Compiling NIOCore IO.swift
[162/193] Compiling NIOCore CircularBuffer.swift
[163/193] Compiling NIOCore Codec.swift
[164/193] Compiling NIOCore ConvenienceOptionSupport.swift
[165/193] Compiling NIOCore DeadChannel.swift
[166/193] Compiling NIOCore DispatchQueue+WithFuture.swift
[167/193] Compiling NIOCore EventLoop+Deprecated.swift
[168/193] Compiling NIOCore EventLoop+SerialExecutor.swift
[169/193] Compiling NIOCore EventLoop.swift
[170/193] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[171/193] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[172/193] Compiling NIOCore SocketAddresses.swift
[173/193] Compiling NIOCore SocketOptionProvider.swift
[174/193] Compiling NIOCore SystemCallHelpers.swift
[175/193] Compiling NIOCore TimeAmount+Duration.swift
[176/193] Compiling NIOCore TypeAssistedChannelHandler.swift
[177/193] Compiling NIOCore UniversalBootstrapSupport.swift
[178/193] Compiling NIOCore Utilities.swift
[179/193] Emitting module NIOCore
[180/193] Compiling NIOCore ByteBuffer-multi-int.swift
[181/193] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[182/193] Compiling NIOCore ByteBuffer-views.swift
[183/193] Compiling NIOCore Channel.swift
[184/193] Compiling NIOCore ChannelHandler.swift
[185/193] Compiling NIOCore ChannelHandlers.swift
[186/193] Compiling NIOCore ChannelInvoker.swift
[187/193] Compiling NIOCore ChannelOption.swift
[188/193] Compiling NIOCore ChannelPipeline.swift
[190/246] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[191/246] Compiling NIOEmbedded AsyncTestingChannel.swift
[192/246] Emitting module NIOEmbedded
[193/246] Compiling NIOEmbedded Embedded.swift
[195/247] Compiling NIOPosix IO.swift
[196/247] Compiling NIOPosix IntegerBitPacking.swift
[197/247] Compiling NIOPosix IntegerTypes.swift
[198/247] Compiling NIOPosix Linux.swift
[199/247] Compiling NIOPosix LinuxCPUSet.swift
[200/247] Compiling NIOPosix LinuxUring.swift
[201/247] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[202/253] Emitting module NIOPosix
[203/253] Compiling NIOPosix Socket.swift
[204/253] Compiling NIOPosix SocketChannel.swift
[205/253] Compiling NIOPosix SocketProtocols.swift
[206/253] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[207/253] Compiling NIOPosix System.swift
[208/253] Compiling NIOPosix Thread.swift
[209/253] Compiling NIOPosix ThreadPosix.swift
[210/253] Compiling NIOPosix ThreadWindows.swift
[211/253] Compiling NIOPosix UnsafeTransfer.swift
[212/253] Compiling NIOPosix Utilities.swift
[213/253] Compiling NIOPosix VsockAddress.swift
[214/253] Compiling NIOPosix VsockChannelEvents.swift
[215/253] Compiling NIOPosix Pool.swift
[216/253] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[217/253] Compiling NIOPosix PosixSingletons.swift
[218/253] Compiling NIOPosix RawSocketBootstrap.swift
[219/253] Compiling NIOPosix Resolver.swift
[220/253] Compiling NIOPosix Selectable.swift
[221/253] Compiling NIOPosix SelectableChannel.swift
[222/253] Compiling NIOPosix SelectableEventLoop.swift
[223/253] Compiling NIOPosix SelectorEpoll.swift
[224/253] Compiling NIOPosix SelectorGeneric.swift
[225/253] Compiling NIOPosix SelectorKqueue.swift
[226/253] Compiling NIOPosix SelectorUring.swift
[227/253] Compiling NIOPosix ServerSocket.swift
[228/253] Compiling NIOPosix BSDSocketAPICommon.swift
[229/253] Compiling NIOPosix BSDSocketAPIPosix.swift
[230/253] Compiling NIOPosix BSDSocketAPIWindows.swift
[231/253] Compiling NIOPosix BaseSocket.swift
[232/253] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[233/253] Compiling NIOPosix BaseSocketChannel.swift
[234/253] Compiling NIOPosix BaseStreamSocketChannel.swift
[235/253] Compiling NIOPosix Bootstrap.swift
[236/253] Compiling NIOPosix ControlMessage.swift
[237/253] Compiling NIOPosix DatagramVectorReadManager.swift
[238/253] Compiling NIOPosix Errors+Any.swift
[239/253] Compiling NIOPosix FileDescriptor.swift
[240/253] Compiling NIOPosix GetaddrinfoResolver.swift
[241/253] Compiling NIOPosix HappyEyeballs.swift
[242/253] Compiling NIOPosix NIOPosixSendableMetatype.swift
[243/253] Compiling NIOPosix NIOThreadPool.swift
[244/253] Compiling NIOPosix NonBlockingFileIO.swift
[245/253] Compiling NIOPosix PendingDatagramWritesManager.swift
[246/253] Compiling NIOPosix PendingWritesManager.swift
[247/253] Compiling NIOPosix PipeChannel.swift
[248/253] Compiling NIOPosix PipePair.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[250/254] 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 |
/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/64] Compiling Logging LogHandler.swift
[3/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/65] Compiling Logging MetadataProvider.swift
[5/65] Compiling Atomics UnsafeAtomic.swift
[6/65] Compiling Atomics UnsafeAtomicLazyReference.swift
[7/67] 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 |
[8/67] 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 |
[9/68] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[10/68] Compiling xsys ntohs.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 |
[11/68] 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 |
[14/68] Compiling xsys socket.swift
[15/68] Compiling Atomics AtomicMemoryOrderings.swift
[16/68] Compiling Atomics AtomicInteger.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 |
[17/68] 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 |
[18/68] Compiling Atomics ManagedAtomic.swift
[19/68] Compiling Atomics ManagedAtomicLazyReference.swift
[23/68] Compiling Atomics DoubleWord.swift
[24/68] 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 |
[25/68] Emitting module Logging
[26/68] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[27/68] Compiling NIOConcurrencyHelpers NIOLock.swift
[28/68] 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 |
[31/68] Compiling Atomics Primitives.native.swift
[32/68] Compiling Atomics OptionalRawRepresentable.swift
[33/68] Compiling Atomics IntegerConformances.swift
[34/68] Compiling Atomics PointerConformances.swift
[35/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/68] Compiling Atomics IntegerOperations.swift
[37/68] Compiling Atomics Unmanaged extensions.swift
[42/68] Compiling NIOConcurrencyHelpers lock.swift
[43/68] Compiling NIOConcurrencyHelpers atomics.swift
[44/68] Compiling _NIOBase64 Base64.swift
[45/68] Emitting module _NIOBase64
[49/69] Compiling _NIODataStructures Heap.swift
[50/69] Emitting module _NIODataStructures
[51/69] Compiling _NIODataStructures PriorityQueue.swift
[52/69] Compiling _NIODataStructures _TinyArray.swift
[53/69] Emitting module NIOConcurrencyHelpers
[56/71] Emitting module InternalCollectionsUtilities
[59/72] Compiling Logging Locks.swift
[60/72] Compiling Logging Logging.swift
[62/88] Emitting module Atomics
[63/88] Compiling DequeModule Deque+CustomReflectable.swift
[64/88] Compiling DequeModule Deque+Descriptions.swift
[65/90] Compiling DequeModule _DequeBuffer.swift
[66/90] Compiling DequeModule _DequeBufferHeader.swift
[67/90] Compiling DequeModule Deque+Equatable.swift
[68/90] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[70/90] Compiling DequeModule Deque+Codable.swift
[71/90] Compiling DequeModule Deque+Collection.swift
[76/91] Compiling DequeModule _DequeSlot.swift
[77/91] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/91] Compiling DequeModule Deque+Testing.swift
[79/91] Compiling DequeModule Deque._Storage.swift
[80/91] Compiling DequeModule Deque._UnsafeHandle.swift
[81/91] Compiling DequeModule Deque.swift
[82/91] Compiling DequeModule Deque+Extras.swift
[83/91] Compiling DequeModule Deque+Hashable.swift
[86/91] Emitting module DequeModule
[88/153] Compiling NIOCore NIOAny.swift
[89/153] Compiling NIOCore NIOCloseOnErrorHandler.swift
[90/153] Compiling NIOCore NIOCoreSendableMetatype.swift
[91/153] Compiling NIOCore NIOLoopBound.swift
[92/153] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[93/153] Compiling NIOCore NIOScheduledCallback.swift
[94/153] Compiling NIOCore NIOSendable.swift
[95/153] Compiling NIOCore RecvByteBufferAllocator.swift
[96/153] Compiling NIOCore IOData.swift
[97/153] Compiling NIOCore IPProtocol.swift
[98/153] Compiling NIOCore IntegerBitPacking.swift
[99/153] Compiling NIOCore IntegerTypes.swift
[100/153] Compiling NIOCore Interfaces.swift
[101/153] Compiling NIOCore Linux.swift
[102/153] Compiling NIOCore MarkedCircularBuffer.swift
[103/153] Compiling NIOCore MulticastChannel.swift
[104/161] Compiling NIOCore EventLoopFuture+Deprecated.swift
[105/161] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[106/161] Compiling NIOCore EventLoopFuture.swift
[107/161] Compiling NIOCore FileDescriptor.swift
[108/161] Compiling NIOCore FileHandle.swift
[109/161] Compiling NIOCore FileRegion.swift
[110/161] Compiling NIOCore GlobalSingletons.swift
[111/161] Compiling NIOCore IO.swift
[112/161] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[113/161] Compiling NIOCore SocketAddresses.swift
[114/161] Compiling NIOCore SocketOptionProvider.swift
[115/161] Compiling NIOCore SystemCallHelpers.swift
[116/161] Compiling NIOCore TimeAmount+Duration.swift
[117/161] Compiling NIOCore TypeAssistedChannelHandler.swift
[118/161] Compiling NIOCore UniversalBootstrapSupport.swift
[119/161] Compiling NIOCore Utilities.swift
[120/161] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[121/161] Compiling NIOCore BSDSocketAPI.swift
[122/161] Compiling NIOCore ByteBuffer-aux.swift
[123/161] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[124/161] Compiling NIOCore ByteBuffer-conversions.swift
[125/161] Compiling NIOCore ByteBuffer-core.swift
[126/161] Compiling NIOCore ByteBuffer-hex.swift
[127/161] Compiling NIOCore ByteBuffer-int.swift
[128/161] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[129/161] Compiling NIOCore AddressedEnvelope.swift
[130/161] Compiling NIOCore AsyncAwaitSupport.swift
[131/161] Compiling NIOCore AsyncChannel.swift
[132/161] Compiling NIOCore AsyncChannelHandler.swift
[133/161] Compiling NIOCore AsyncChannelInboundStream.swift
[134/161] Compiling NIOCore AsyncChannelOutboundWriter.swift
[135/161] Compiling NIOCore NIOAsyncSequenceProducer.swift
[136/161] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[137/161] Compiling NIOCore NIOAsyncWriter.swift
[138/161] Compiling NIOCore CircularBuffer.swift
[139/161] Compiling NIOCore Codec.swift
[140/161] Compiling NIOCore ConvenienceOptionSupport.swift
[141/161] Compiling NIOCore DeadChannel.swift
[142/161] Compiling NIOCore DispatchQueue+WithFuture.swift
[143/161] Compiling NIOCore EventLoop+Deprecated.swift
[144/161] Compiling NIOCore EventLoop+SerialExecutor.swift
[145/161] Compiling NIOCore EventLoop.swift
[146/161] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[147/161] Compiling NIOCore ByteBuffer-multi-int.swift
[148/161] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[149/161] Compiling NIOCore ByteBuffer-views.swift
[150/161] Compiling NIOCore Channel.swift
[151/161] Compiling NIOCore ChannelHandler.swift
[152/161] Compiling NIOCore ChannelHandlers.swift
[153/161] Compiling NIOCore ChannelInvoker.swift
[154/161] Compiling NIOCore ChannelOption.swift
[155/161] Compiling NIOCore ChannelPipeline.swift
[156/161] Emitting module NIOCore
error: emit-module command failed with exit code 1 (use -v to see invocation)
[158/162] 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 |
/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.1 android