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 1.0.12 (7f821a), with Swift 6.1 for Android on 1 Oct 2025 20:16:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/Macro.git
Reference: 1.0.12
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.12     -> FETCH_HEAD
HEAD is now at 7f821a3 Merge branch 'develop'
Cloned https://github.com/Macro-swift/Macro.git
Revision (git rev-parse @):
7f821a35c01569178522c92c45a3acdc17bf2d28
SUCCESS checkout https://github.com/Macro-swift/Macro.git at 1.0.12
========================================
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-4606859-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.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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1814] Fetching swift-atomics
[600/5724] Fetching swift-atomics, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.56s)
[1/78785] Fetching swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.14s)
Fetched https://github.com/apple/swift-nio.git from cache (5.24s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (5.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (0.97s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/17978] Fetching swift-collections
[721/23000] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.54s)
[4315/17978] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.80s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
Building for debugging...
[0/33] Write sources
[19/33] Compiling _AtomicsShims.c
[20/33] Compiling CNIOWindows WSAStartup.c
[21/33] Compiling CNIOWindows shim.c
[22/33] Compiling CNIOWASI CNIOWASI.c
[23/33] Compiling CNIOPosix event_loop_id.c
[24/33] Compiling CNIOLinux liburing_shims.c
[25/33] Compiling CNIOLLHTTP c_nio_http.c
[26/33] Compiling CNIODarwin shim.c
[27/33] Compiling CNIOLinux shim.c
[28/33] Compiling CNIOLLHTTP c_nio_api.c
[29/33] Write swift-version-24593BA9C3E375BF.txt
[30/33] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/92] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/94] Emitting module _NIODataStructures
[34/94] Emitting module Atomics
[35/94] Compiling Atomics OptionalRawRepresentable.swift
[36/94] Compiling Atomics RawRepresentable.swift
[37/94] Compiling Atomics AtomicBool.swift
[37/96] Compiling c-nioatomics.c
[39/96] Compiling Atomics AtomicValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/96] Compiling Atomics AtomicInteger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/96] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/96] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/96] Compiling _NIODataStructures _TinyArray.swift
[44/96] Compiling Atomics UnsafeAtomic.swift
[45/96] Compiling Atomics UnsafeAtomicLazyReference.swift
[46/96] Compiling _NIOBase64 Base64.swift
[47/96] Emitting module _NIOBase64
[48/96] Compiling Atomics AtomicMemoryOrderings.swift
[49/96] Compiling Atomics DoubleWord.swift
[52/96] Compiling Logging LogHandler.swift
[54/97] Compiling Atomics AtomicOptionalWrappable.swift
[55/97] Compiling Atomics AtomicReference.swift
[56/97] Compiling Atomics AtomicStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/97] Compiling Atomics IntegerOperations.swift
[65/97] Compiling Atomics Unmanaged extensions.swift
[66/97] Compiling Atomics Primitives.native.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/97] Compiling _NIODataStructures PriorityQueue.swift
[71/97] Compiling _NIODataStructures Heap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/98] Compiling Atomics IntegerConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/98] Compiling Atomics PointerConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
/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/116] 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 |
[88/116] Compiling c-atomics.c
[90/116] Compiling DequeModule Deque+CustomReflectable.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 |
[91/116] Compiling DequeModule Deque+Descriptions.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 |
[92/116] 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 |
[93/122] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/122] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/124] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/124] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/124] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/124] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/124] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/124] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/124] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/124] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/124] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/124] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/124] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/124] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/124] Compiling NIOConcurrencyHelpers lock.swift
[110/124] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[111/124] Emitting module NIOConcurrencyHelpers
[112/124] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[113/124] Compiling NIOConcurrencyHelpers NIOLock.swift
[114/124] Compiling NIOConcurrencyHelpers atomics.swift
[116/125] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/126] Emitting module Logging
[119/126] Compiling Logging Locks.swift
[120/126] Compiling Logging MetadataProvider.swift
[121/126] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[123/127] 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 |
[124/188] Compiling NIOCore NIOAny.swift
[125/188] Compiling NIOCore NIOCloseOnErrorHandler.swift
[126/188] Compiling NIOCore NIOCoreSendableMetatype.swift
[127/188] Compiling NIOCore NIOLoopBound.swift
[128/188] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[129/188] Compiling NIOCore NIOScheduledCallback.swift
[130/188] Compiling NIOCore NIOSendable.swift
[131/188] Compiling NIOCore RecvByteBufferAllocator.swift
[132/196] Compiling NIOCore IOData.swift
[133/196] Compiling NIOCore IPProtocol.swift
[134/196] Compiling NIOCore IntegerBitPacking.swift
[135/196] Compiling NIOCore IntegerTypes.swift
[136/196] Compiling NIOCore Interfaces.swift
[137/196] Compiling NIOCore Linux.swift
[138/196] Compiling NIOCore MarkedCircularBuffer.swift
[139/196] Compiling NIOCore MulticastChannel.swift
[140/196] Compiling NIOCore EventLoopFuture+Deprecated.swift
[141/196] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[142/196] Compiling NIOCore EventLoopFuture.swift
[143/196] Compiling NIOCore FileDescriptor.swift
[144/196] Compiling NIOCore FileHandle.swift
[145/196] Compiling NIOCore FileRegion.swift
[146/196] Compiling NIOCore GlobalSingletons.swift
[147/196] Compiling NIOCore IO.swift
[148/196] Compiling NIOCore AddressedEnvelope.swift
[149/196] Compiling NIOCore AsyncAwaitSupport.swift
[150/196] Compiling NIOCore AsyncChannel.swift
[151/196] Compiling NIOCore AsyncChannelHandler.swift
[152/196] Compiling NIOCore AsyncChannelInboundStream.swift
[153/196] Compiling NIOCore AsyncChannelOutboundWriter.swift
[154/196] Compiling NIOCore NIOAsyncSequenceProducer.swift
[155/196] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[156/196] Compiling NIOCore NIOAsyncWriter.swift
[157/196] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[158/196] Compiling NIOCore SocketAddresses.swift
[159/196] Compiling NIOCore SocketOptionProvider.swift
[160/196] Compiling NIOCore SystemCallHelpers.swift
[161/196] Compiling NIOCore TimeAmount+Duration.swift
[162/196] Compiling NIOCore TypeAssistedChannelHandler.swift
[163/196] Compiling NIOCore UniversalBootstrapSupport.swift
[164/196] Compiling NIOCore Utilities.swift
[165/196] Compiling NIOCore CircularBuffer.swift
[166/196] Compiling NIOCore Codec.swift
[167/196] Compiling NIOCore ConvenienceOptionSupport.swift
[168/196] Compiling NIOCore DeadChannel.swift
[169/196] Compiling NIOCore DispatchQueue+WithFuture.swift
[170/196] Compiling NIOCore EventLoop+Deprecated.swift
[171/196] Compiling NIOCore EventLoop+SerialExecutor.swift
[172/196] Compiling NIOCore EventLoop.swift
[173/196] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[174/196] Emitting module NIOCore
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
/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 |
[179/196] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[180/196] Compiling NIOCore BSDSocketAPI.swift
[181/196] Compiling NIOCore ByteBuffer-aux.swift
[182/196] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[183/196] Compiling NIOCore ByteBuffer-conversions.swift
[184/196] Compiling NIOCore ByteBuffer-core.swift
[185/196] Compiling NIOCore ByteBuffer-hex.swift
[186/196] Compiling NIOCore ByteBuffer-int.swift
[187/196] Compiling NIOCore ByteBuffer-lengthPrefix.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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/66] Compiling Atomics AtomicStorage.swift
[3/66] Compiling Atomics AtomicValue.swift
[4/68] Compiling Logging MetadataProvider.swift
[5/68] Compiling Atomics AtomicOptionalWrappable.swift
[6/68] 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 |
/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/71] 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 |
[10/71] Compiling Atomics OptionalRawRepresentable.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/71] 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 |
[12/71] 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 |
[13/71] Compiling Atomics ManagedAtomic.swift
[14/71] Compiling Atomics ManagedAtomicLazyReference.swift
[15/71] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[16/71] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[17/71] Compiling Atomics AtomicMemoryOrderings.swift
[18/71] Compiling Atomics DoubleWord.swift
[19/71] Emitting module _NIOBase64
/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 |
[22/71] 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 |
[23/71] Compiling Logging Locks.swift
[26/71] Emitting module Logging
[29/71] 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 |
[34/71] Compiling NIOConcurrencyHelpers atomics.swift
[35/71] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[36/71] Compiling NIOConcurrencyHelpers NIOLock.swift
[37/71] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/71] Emitting module NIOConcurrencyHelpers
[39/71] Compiling NIOConcurrencyHelpers lock.swift
[40/71] Compiling Atomics IntegerConformances.swift
[41/71] Compiling Atomics PointerConformances.swift
[42/72] Emitting module InternalCollectionsUtilities
[43/72] Compiling _NIODataStructures PriorityQueue.swift
[44/72] Compiling _NIODataStructures Heap.swift
[45/72] Compiling _NIODataStructures _TinyArray.swift
[46/72] Emitting module _NIODataStructures
[47/73] Compiling Atomics IntegerOperations.swift
[48/73] Compiling Atomics Unmanaged extensions.swift
[50/73] Compiling _NIOBase64 Base64.swift
[51/73] Compiling Atomics AtomicInteger.swift
[61/75] Emitting module Atomics
[63/75] Compiling Logging LogHandler.swift
[64/75] Compiling Logging Logging.swift
[66/91] Compiling DequeModule _DequeBuffer.swift
[67/91] Compiling DequeModule _DequeBufferHeader.swift
[68/93] Compiling DequeModule Deque+CustomReflectable.swift
[69/93] Compiling DequeModule Deque+Descriptions.swift
[70/93] Compiling DequeModule Deque+Extras.swift
[71/93] Compiling DequeModule Deque+Hashable.swift
[72/93] Compiling DequeModule Deque+Equatable.swift
[73/93] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/93] Compiling DequeModule _DequeSlot.swift
[75/93] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/93] Compiling DequeModule Deque+Codable.swift
[77/93] Compiling DequeModule Deque+Collection.swift
[78/93] Compiling DequeModule Deque+Testing.swift
[79/93] Compiling DequeModule Deque._Storage.swift
[80/93] Compiling DequeModule Deque._UnsafeHandle.swift
[81/93] Compiling DequeModule Deque.swift
[88/94] Emitting module DequeModule
[91/156] Compiling NIOCore NIOAny.swift
[92/156] Compiling NIOCore NIOCloseOnErrorHandler.swift
[93/156] Compiling NIOCore NIOCoreSendableMetatype.swift
[94/156] Compiling NIOCore NIOLoopBound.swift
[95/156] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[96/156] Compiling NIOCore NIOScheduledCallback.swift
[97/156] Compiling NIOCore NIOSendable.swift
[98/156] Compiling NIOCore RecvByteBufferAllocator.swift
[99/164] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[100/164] Compiling NIOCore BSDSocketAPI.swift
[101/164] Compiling NIOCore ByteBuffer-aux.swift
[102/164] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[103/164] Compiling NIOCore ByteBuffer-conversions.swift
[104/164] Compiling NIOCore ByteBuffer-core.swift
[105/164] Compiling NIOCore ByteBuffer-hex.swift
[106/164] Compiling NIOCore ByteBuffer-int.swift
[107/164] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[108/164] Compiling NIOCore AddressedEnvelope.swift
[109/164] Compiling NIOCore AsyncAwaitSupport.swift
[110/164] Compiling NIOCore AsyncChannel.swift
[111/164] Compiling NIOCore AsyncChannelHandler.swift
[112/164] Compiling NIOCore AsyncChannelInboundStream.swift
[113/164] Compiling NIOCore AsyncChannelOutboundWriter.swift
[114/164] Compiling NIOCore NIOAsyncSequenceProducer.swift
[115/164] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[116/164] Compiling NIOCore NIOAsyncWriter.swift
[117/164] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[118/164] Compiling NIOCore SocketAddresses.swift
[119/164] Compiling NIOCore SocketOptionProvider.swift
[120/164] Compiling NIOCore SystemCallHelpers.swift
[121/164] Compiling NIOCore TimeAmount+Duration.swift
[122/164] Compiling NIOCore TypeAssistedChannelHandler.swift
[123/164] Compiling NIOCore UniversalBootstrapSupport.swift
[124/164] Compiling NIOCore Utilities.swift
[125/164] Compiling NIOCore CircularBuffer.swift
[126/164] Compiling NIOCore Codec.swift
[127/164] Compiling NIOCore ConvenienceOptionSupport.swift
[128/164] Compiling NIOCore DeadChannel.swift
[129/164] Compiling NIOCore DispatchQueue+WithFuture.swift
[130/164] Compiling NIOCore EventLoop+Deprecated.swift
[131/164] Compiling NIOCore EventLoop+SerialExecutor.swift
[132/164] Compiling NIOCore EventLoop.swift
[133/164] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[134/164] Compiling NIOCore IOData.swift
[135/164] Compiling NIOCore IPProtocol.swift
[136/164] Compiling NIOCore IntegerBitPacking.swift
[137/164] Compiling NIOCore IntegerTypes.swift
[138/164] Compiling NIOCore Interfaces.swift
[139/164] Compiling NIOCore Linux.swift
[140/164] Compiling NIOCore MarkedCircularBuffer.swift
[141/164] Compiling NIOCore MulticastChannel.swift
[142/164] Compiling NIOCore ByteBuffer-multi-int.swift
[143/164] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[144/164] Compiling NIOCore ByteBuffer-views.swift
[145/164] Compiling NIOCore Channel.swift
[146/164] Compiling NIOCore ChannelHandler.swift
[147/164] Compiling NIOCore ChannelHandlers.swift
[148/164] Compiling NIOCore ChannelInvoker.swift
[149/164] Compiling NIOCore ChannelOption.swift
[150/164] Compiling NIOCore ChannelPipeline.swift
[151/164] Compiling NIOCore EventLoopFuture+Deprecated.swift
[152/164] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[153/164] Compiling NIOCore EventLoopFuture.swift
[154/164] Compiling NIOCore FileDescriptor.swift
[155/164] Compiling NIOCore FileHandle.swift
[156/164] Compiling NIOCore FileRegion.swift
[157/164] Compiling NIOCore GlobalSingletons.swift
[158/164] Compiling NIOCore IO.swift
[159/164] Emitting module NIOCore
[161/219] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[162/219] Emitting module NIOEmbedded
[163/219] Compiling NIOEmbedded AsyncTestingChannel.swift
[164/219] Compiling NIOEmbedded Embedded.swift
[166/220] Emitting module NIOPosix
[167/226] Compiling NIOPosix Pool.swift
[168/226] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[169/226] Compiling NIOPosix PosixSingletons.swift
[170/226] Compiling NIOPosix RawSocketBootstrap.swift
[171/226] Compiling NIOPosix Resolver.swift
[172/226] Compiling NIOPosix Selectable.swift
[173/226] Compiling NIOPosix SelectableChannel.swift
[174/226] Compiling NIOPosix SelectableEventLoop.swift
[175/226] Compiling NIOPosix SelectorEpoll.swift
[176/226] Compiling NIOPosix SelectorGeneric.swift
[177/226] Compiling NIOPosix SelectorKqueue.swift
[178/226] Compiling NIOPosix SelectorUring.swift
[179/226] Compiling NIOPosix SelectorWSAPoll.swift
[180/226] Compiling NIOPosix ServerSocket.swift
[181/226] Compiling NIOPosix Socket.swift
[182/226] Compiling NIOPosix SocketChannel.swift
[183/226] Compiling NIOPosix SocketProtocols.swift
[184/226] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[185/226] Compiling NIOPosix System.swift
[186/226] Compiling NIOPosix Thread.swift
[187/226] Compiling NIOPosix ThreadPosix.swift
[188/226] Compiling NIOPosix ThreadWindows.swift
[189/226] Compiling NIOPosix UnsafeTransfer.swift
[190/226] Compiling NIOPosix Utilities.swift
[191/226] Compiling NIOPosix VsockAddress.swift
[192/226] Compiling NIOPosix VsockChannelEvents.swift
[193/226] Compiling NIOPosix Windows.swift
[194/226] Compiling NIOPosix IO.swift
[195/226] Compiling NIOPosix IntegerBitPacking.swift
[196/226] Compiling NIOPosix IntegerTypes.swift
[197/226] Compiling NIOPosix Linux.swift
[198/226] Compiling NIOPosix LinuxCPUSet.swift
[199/226] Compiling NIOPosix LinuxUring.swift
[200/226] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[201/226] Compiling NIOPosix Bootstrap.swift
[202/226] Compiling NIOPosix ControlMessage.swift
[203/226] Compiling NIOPosix DatagramVectorReadManager.swift
[204/226] Compiling NIOPosix Errors+Any.swift
[205/226] Compiling NIOPosix FileDescriptor.swift
[206/226] Compiling NIOPosix GetaddrinfoResolver.swift
[207/226] Compiling NIOPosix HappyEyeballs.swift
[208/226] Compiling NIOPosix NIOPosixSendableMetatype.swift
[209/226] Compiling NIOPosix NIOThreadPool.swift
[210/226] Compiling NIOPosix NonBlockingFileIO.swift
[211/226] Compiling NIOPosix PendingDatagramWritesManager.swift
[212/226] Compiling NIOPosix PendingWritesManager.swift
[213/226] Compiling NIOPosix PipeChannel.swift
[214/226] Compiling NIOPosix PipePair.swift
[215/226] Compiling NIOPosix BSDSocketAPICommon.swift
[216/226] Compiling NIOPosix BSDSocketAPIPosix.swift
[217/226] Compiling NIOPosix BSDSocketAPIWindows.swift
[218/226] Compiling NIOPosix BaseSocket.swift
[219/226] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[220/226] Compiling NIOPosix BaseSocketChannel.swift
[221/226] Compiling NIOPosix BaseStreamSocketChannel.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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[227/229] 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 |
BUILD FAILURE 6.1 android