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 (5757e4), with Swift 6.1 for Android on 11 Jun 2025 21:04:13 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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.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 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.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",
        "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",
        "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-3":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-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/1797] Fetching swift-atomics
[595/5633] Fetching swift-atomics, swift-log
[5634/81876] Fetching swift-atomics, swift-log, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
[4599/80079] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.66s)
[3050/76243] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.31s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.72s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
[4429/21019] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
[1328/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.06s)
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-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-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 CNIOWindows shim.c
[18/32] Compiling CNIOWindows WSAStartup.c
[18/32] Compiling _AtomicsShims.c
[21/32] Compiling CNIOWASI CNIOWASI.c
[22/32] Compiling CNIOLinux liburing_shims.c
[23/32] Compiling CNIODarwin shim.c
[23/32] Write sources
[25/32] Compiling CNIOLLHTTP c_nio_http.c
[26/32] Compiling CNIOLinux shim.c
[27/32] Write swift-version-24593BA9C3E375BF.txt
[28/32] Compiling CNIOLLHTTP c_nio_api.c
[29/68] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/89] Emitting module InternalCollectionsUtilities
[32/90] Emitting module _NIODataStructures
[32/90] Compiling c-nioatomics.c
[34/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/90] Compiling Atomics AtomicReference.swift
[36/90] Compiling Atomics AtomicStorage.swift
[37/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/90] Compiling Atomics AtomicInteger.swift
[39/90] Compiling Atomics AtomicOptionalWrappable.swift
[41/90] Compiling Atomics OptionalRawRepresentable.swift
[42/90] Compiling Atomics RawRepresentable.swift
[43/90] Compiling Atomics ManagedAtomic.swift
[44/90] Compiling Atomics ManagedAtomicLazyReference.swift
[45/90] Compiling Atomics UnsafeAtomic.swift
[46/90] Compiling Atomics UnsafeAtomicLazyReference.swift
[48/92] Compiling Atomics AtomicValue.swift
[49/92] Compiling Atomics AtomicBool.swift
[50/92] Compiling Atomics IntegerConformances.swift
[51/92] Compiling Atomics AtomicMemoryOrderings.swift
[52/92] Compiling Atomics DoubleWord.swift
[53/92] Emitting module _NIOBase64
[54/92] Emitting module Atomics
[55/92] Compiling _NIOBase64 Base64.swift
[56/92] Compiling _NIODataStructures PriorityQueue.swift
[57/92] Compiling _NIODataStructures Heap.swift
[58/92] Compiling _NIODataStructures _TinyArray.swift
[61/93] Compiling Atomics PointerConformances.swift
[62/93] Compiling Atomics Primitives.native.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[74/95] 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 |
[74/95] Compiling c-atomics.c
/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 |
[78/111] 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 |
[79/111] 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 |
[80/111] 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 |
[81/111] 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 |
[82/111] Compiling Atomics IntegerOperations.swift
[83/111] Compiling Atomics Unmanaged extensions.swift
[84/111] 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 |
[85/111] 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 |
[86/111] 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 |
[88/112] 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 |
[89/118] Compiling DequeModule Deque+Equatable.swift
[90/118] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/120] Compiling DequeModule _DequeBuffer.swift
[92/120] Compiling DequeModule _DequeBufferHeader.swift
[93/120] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[96/120] Compiling NIOConcurrencyHelpers NIOLock.swift
[97/120] Compiling NIOConcurrencyHelpers lock.swift
[102/120] Compiling DequeModule Deque+CustomReflectable.swift
[103/120] Compiling DequeModule Deque+Descriptions.swift
[104/120] Emitting module NIOConcurrencyHelpers
[105/120] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[106/120] Compiling DequeModule _DequeSlot.swift
[107/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/120] Compiling DequeModule Deque+Codable.swift
[109/120] Compiling DequeModule Deque+Collection.swift
[110/120] Compiling NIOConcurrencyHelpers atomics.swift
[112/121] Emitting module DequeModule
[114/122] Emitting module Logging
[115/122] Compiling Logging Locks.swift
[116/122] Compiling Logging MetadataProvider.swift
[117/122] Compiling Logging LogHandler.swift
[118/122] Compiling Logging Logging.swift
[120/183] Compiling NIOCore NIOThrowingAsyncSequenceProducer.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 |
[121/183] Compiling NIOCore BSDSocketAPI.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 |
[122/183] Compiling NIOCore MulticastChannel.swift
[123/183] Compiling NIOCore NIOAny.swift
[124/183] Compiling NIOCore NIOCloseOnErrorHandler.swift
[125/183] Compiling NIOCore NIOLoopBound.swift
[126/183] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[127/183] Compiling NIOCore NIOScheduledCallback.swift
[128/183] Compiling NIOCore NIOSendable.swift
[129/183] Compiling NIOCore RecvByteBufferAllocator.swift
[130/191] Compiling NIOCore IO.swift
[131/191] Compiling NIOCore IOData.swift
[132/191] Compiling NIOCore IPProtocol.swift
[133/191] Compiling NIOCore IntegerBitPacking.swift
[134/191] Compiling NIOCore IntegerTypes.swift
[135/191] Compiling NIOCore Interfaces.swift
[136/191] Compiling NIOCore Linux.swift
[137/191] Compiling NIOCore MarkedCircularBuffer.swift
[138/191] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[139/191] Compiling NIOCore EventLoopFuture+Deprecated.swift
[140/191] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[141/191] Compiling NIOCore EventLoopFuture.swift
[142/191] Compiling NIOCore FileDescriptor.swift
[143/191] Compiling NIOCore FileHandle.swift
[144/191] Compiling NIOCore FileRegion.swift
[145/191] Compiling NIOCore GlobalSingletons.swift
[146/191] Compiling NIOCore CircularBuffer.swift
[147/191] Compiling NIOCore Codec.swift
[148/191] Compiling NIOCore ConvenienceOptionSupport.swift
[149/191] Compiling NIOCore DeadChannel.swift
[150/191] Compiling NIOCore DispatchQueue+WithFuture.swift
[151/191] Compiling NIOCore EventLoop+Deprecated.swift
[152/191] Compiling NIOCore EventLoop+SerialExecutor.swift
[153/191] Compiling NIOCore EventLoop.swift
[154/191] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[155/191] Compiling NIOCore SocketAddresses.swift
[156/191] Compiling NIOCore SocketOptionProvider.swift
[157/191] Compiling NIOCore SystemCallHelpers.swift
[158/191] Compiling NIOCore TimeAmount+Duration.swift
[159/191] Compiling NIOCore TypeAssistedChannelHandler.swift
[160/191] Compiling NIOCore UniversalBootstrapSupport.swift
[161/191] Compiling NIOCore Utilities.swift
[162/191] Compiling NIOCore AddressedEnvelope.swift
[163/191] Compiling NIOCore AsyncAwaitSupport.swift
[164/191] Compiling NIOCore AsyncChannel.swift
[165/191] Compiling NIOCore AsyncChannelHandler.swift
[166/191] Compiling NIOCore AsyncChannelInboundStream.swift
[167/191] Compiling NIOCore AsyncChannelOutboundWriter.swift
[168/191] Compiling NIOCore NIOAsyncSequenceProducer.swift
[169/191] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[170/191] Compiling NIOCore NIOAsyncWriter.swift
[173/191] Compiling NIOCore ByteBuffer-aux.swift
[174/191] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[175/191] Compiling NIOCore ByteBuffer-conversions.swift
[176/191] Compiling NIOCore ByteBuffer-core.swift
[177/191] Compiling NIOCore ByteBuffer-hex.swift
[178/191] Compiling NIOCore ByteBuffer-int.swift
[179/191] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[180/191] Compiling NIOCore ByteBuffer-multi-int.swift
[181/191] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[182/191] Compiling NIOCore ByteBuffer-views.swift
[183/191] Compiling NIOCore Channel.swift
[184/191] Compiling NIOCore ChannelHandler.swift
[185/191] Compiling NIOCore ChannelHandlers.swift
[186/191] Compiling NIOCore ChannelInvoker.swift
[187/191] Compiling NIOCore ChannelOption.swift
[188/191] Compiling NIOCore ChannelPipeline.swift
[189/191] Emitting module NIOCore
[191/242] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[192/242] Compiling NIOEmbedded AsyncTestingChannel.swift
[193/242] Emitting module NIOEmbedded
[194/242] Compiling NIOEmbedded Embedded.swift
[196/243] 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 |
[197/243] 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 |
[198/243] Compiling NIOPosix IO.swift
[199/243] Compiling NIOPosix IntegerBitPacking.swift
[200/243] Compiling NIOPosix IntegerTypes.swift
[201/243] Compiling NIOPosix Linux.swift
[202/243] Compiling NIOPosix LinuxCPUSet.swift
[203/243] Compiling NIOPosix LinuxUring.swift
[204/243] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/46] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.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 |
[3/46] Compiling InternalCollectionsUtilities Integer rank.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 |
[4/65] 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 |
[5/65] 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 |
[6/65] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/66] 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 |
[8/66] Compiling Atomics AtomicStorage.swift
[9/66] Compiling Atomics AtomicValue.swift
[10/66] 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 |
[11/68] Compiling Logging MetadataProvider.swift
[13/68] Compiling Atomics AtomicMemoryOrderings.swift
[14/68] Compiling Atomics AtomicReference.swift
[16/68] Compiling NIOConcurrencyHelpers NIOLock.swift
[18/68] Compiling Atomics DoubleWord.swift
[19/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 |
/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 |
[24/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 |
[25/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 |
[26/68] Compiling Atomics ManagedAtomic.swift
[27/68] Compiling Atomics ManagedAtomicLazyReference.swift
[28/68] Compiling Atomics UnsafeAtomic.swift
[29/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[30/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/68] Compiling _NIODataStructures PriorityQueue.swift
[32/68] Compiling _NIODataStructures _TinyArray.swift
[33/68] Emitting module _NIODataStructures
[34/68] Compiling NIOConcurrencyHelpers lock.swift
[35/68] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[36/68] Compiling NIOConcurrencyHelpers atomics.swift
[37/68] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/68] Compiling Atomics IntegerOperations.swift
[39/68] Compiling Atomics Unmanaged extensions.swift
[40/68] Compiling _NIODataStructures Heap.swift
[44/69] Compiling _NIOBase64 Base64.swift
[45/69] Emitting module _NIOBase64
[46/69] Emitting module InternalCollectionsUtilities
[47/70] Emitting module NIOConcurrencyHelpers
[51/71] Compiling Atomics Primitives.native.swift
[52/71] Compiling Atomics OptionalRawRepresentable.swift
[55/71] Compiling Atomics IntegerConformances.swift
[56/71] Compiling Atomics PointerConformances.swift
[60/72] Compiling Logging Locks.swift
[61/72] Emitting module Logging
[62/72] Compiling Logging Logging.swift
[63/72] Compiling Logging LogHandler.swift
[65/88] Compiling DequeModule Deque+CustomReflectable.swift
[66/88] Compiling DequeModule Deque+Descriptions.swift
[67/90] Compiling DequeModule _DequeBuffer.swift
[68/90] Compiling DequeModule _DequeBufferHeader.swift
[69/90] Compiling DequeModule Deque+Extras.swift
[70/90] Compiling DequeModule Deque+Hashable.swift
[71/90] Compiling DequeModule Deque+Equatable.swift
[72/90] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/90] Compiling DequeModule _DequeSlot.swift
[74/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/90] Compiling DequeModule Deque._UnsafeHandle.swift
[76/90] Compiling DequeModule Deque.swift
[77/90] Compiling DequeModule Deque+Testing.swift
[78/90] Compiling DequeModule Deque._Storage.swift
[79/90] Emitting module Atomics
[80/90] Emitting module DequeModule
[81/90] Compiling DequeModule Deque+Codable.swift
[82/90] Compiling DequeModule Deque+Collection.swift
[91/152] Compiling NIOCore MulticastChannel.swift
[92/152] Compiling NIOCore NIOAny.swift
[93/152] Compiling NIOCore NIOCloseOnErrorHandler.swift
[94/152] Compiling NIOCore NIOLoopBound.swift
[95/152] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[96/152] Compiling NIOCore NIOScheduledCallback.swift
[97/152] Compiling NIOCore NIOSendable.swift
[98/152] Compiling NIOCore RecvByteBufferAllocator.swift
[99/152] Compiling NIOCore CircularBuffer.swift
[100/152] Compiling NIOCore Codec.swift
[101/152] Compiling NIOCore ConvenienceOptionSupport.swift
[102/152] Compiling NIOCore DeadChannel.swift
[103/152] Compiling NIOCore DispatchQueue+WithFuture.swift
[104/152] Compiling NIOCore EventLoop+Deprecated.swift
[105/152] Compiling NIOCore EventLoop+SerialExecutor.swift
[106/152] Compiling NIOCore EventLoop.swift
[107/160] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[108/160] Compiling NIOCore BSDSocketAPI.swift
[109/160] Compiling NIOCore ByteBuffer-aux.swift
[110/160] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[111/160] Compiling NIOCore ByteBuffer-conversions.swift
[112/160] Compiling NIOCore ByteBuffer-core.swift
[113/160] Compiling NIOCore ByteBuffer-hex.swift
[114/160] Compiling NIOCore ByteBuffer-int.swift
[115/160] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[116/160] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[117/160] Compiling NIOCore SocketAddresses.swift
[118/160] Compiling NIOCore SocketOptionProvider.swift
[119/160] Compiling NIOCore SystemCallHelpers.swift
[120/160] Compiling NIOCore TimeAmount+Duration.swift
[121/160] Compiling NIOCore TypeAssistedChannelHandler.swift
[122/160] Compiling NIOCore UniversalBootstrapSupport.swift
[123/160] Compiling NIOCore Utilities.swift
[124/160] Compiling NIOCore IO.swift
[125/160] Compiling NIOCore IOData.swift
[126/160] Compiling NIOCore IPProtocol.swift
[127/160] Compiling NIOCore IntegerBitPacking.swift
[128/160] Compiling NIOCore IntegerTypes.swift
[129/160] Compiling NIOCore Interfaces.swift
[130/160] Compiling NIOCore Linux.swift
[131/160] Compiling NIOCore MarkedCircularBuffer.swift
[132/160] Compiling NIOCore ByteBuffer-multi-int.swift
[133/160] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[134/160] Compiling NIOCore ByteBuffer-views.swift
[135/160] Compiling NIOCore Channel.swift
[136/160] Compiling NIOCore ChannelHandler.swift
[137/160] Compiling NIOCore ChannelHandlers.swift
[138/160] Compiling NIOCore ChannelInvoker.swift
[139/160] Compiling NIOCore ChannelOption.swift
[140/160] Compiling NIOCore ChannelPipeline.swift
[141/160] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[142/160] Compiling NIOCore EventLoopFuture+Deprecated.swift
[143/160] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[144/160] Compiling NIOCore EventLoopFuture.swift
[145/160] Compiling NIOCore FileDescriptor.swift
[146/160] Compiling NIOCore FileHandle.swift
[147/160] Compiling NIOCore FileRegion.swift
[148/160] Compiling NIOCore GlobalSingletons.swift
[149/160] Emitting module NIOCore
[150/160] Compiling NIOCore AddressedEnvelope.swift
[151/160] Compiling NIOCore AsyncAwaitSupport.swift
[152/160] Compiling NIOCore AsyncChannel.swift
[153/160] Compiling NIOCore AsyncChannelHandler.swift
[154/160] Compiling NIOCore AsyncChannelInboundStream.swift
[155/160] Compiling NIOCore AsyncChannelOutboundWriter.swift
[156/160] Compiling NIOCore NIOAsyncSequenceProducer.swift
[157/160] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[158/160] Compiling NIOCore NIOAsyncWriter.swift
[160/211] Compiling NIOEmbedded AsyncTestingChannel.swift
[161/211] Emitting module NIOEmbedded
[162/211] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[163/211] Compiling NIOEmbedded Embedded.swift
[165/212] Compiling NIOPosix DatagramVectorReadManager.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 |
[166/212] Compiling NIOPosix Errors+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 |
BUILD FAILURE 6.1 android