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 MacroLambda, reference 0.5.0 (30b9cd), with Swift 6.1 for Android on 28 May 2025 11:52:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/MacroLambda.git
Reference: 0.5.0
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/MacroLambda
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 30b9cd5 Merge branch 'develop'
Cloned https://github.com/Macro-swift/MacroLambda.git
Revision (git rev-parse @):
30b9cd5164f6a723e57b9b95d03706542a5f0d96
SUCCESS checkout https://github.com/Macro-swift/MacroLambda.git at 0.5.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Macro-swift/MacroLambda.git
https://github.com/Macro-swift/MacroLambda.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "macro",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Macro-swift/Macro.git"
    },
    {
      "identity" : "macroexpress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Macro-swift/MacroExpress.git"
    },
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
    }
  ],
  "manifest_display_name" : "MacroLambda",
  "name" : "MacroLambda",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MacroLambdaCore",
      "targets" : [
        "MacroLambdaCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MacroLambda",
      "targets" : [
        "MacroLambda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MacroLambdaCore",
      "module_type" : "SwiftTarget",
      "name" : "MacroLambdaCore",
      "path" : "Sources/MacroLambdaCore",
      "product_dependencies" : [
        "MacroCore",
        "http",
        "express",
        "AWSLambdaRuntime",
        "AWSLambdaEvents"
      ],
      "product_memberships" : [
        "MacroLambdaCore",
        "MacroLambda"
      ],
      "sources" : [
        "LambdaNIOConversions.swift",
        "LambdaRequest.swift",
        "LambdaResponse.swift",
        "LambdaServer.swift",
        "Process.swift",
        "lambda.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroLambda",
      "module_type" : "SwiftTarget",
      "name" : "MacroLambda",
      "path" : "Sources/MacroLambda",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "MacroExpress"
      ],
      "product_memberships" : [
        "MacroLambda"
      ],
      "sources" : [
        "LambdaExpress.swift",
        "ReExports.swift"
      ],
      "target_dependencies" : [
        "MacroLambdaCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/swift-server/swift-aws-lambda-runtime.git
Fetching https://github.com/Macro-swift/MacroExpress.git
Fetching https://github.com/Macro-swift/Macro.git
[1/1330] Fetching macroexpress
[1331/2958] Fetching macroexpress, macro
[2943/14475] Fetching macroexpress, macro, swift-aws-lambda-runtime
Fetched https://github.com/Macro-swift/Macro.git from cache (0.48s)
Fetched https://github.com/Macro-swift/MacroExpress.git from cache (0.49s)
[692/11517] Fetching swift-aws-lambda-runtime
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (2.29s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime.git
Computed https://github.com/swift-server/swift-aws-lambda-runtime.git at 0.5.2 (3.24s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-backtrace.git
[1/631] Fetching swift-backtrace
[128/4467] Fetching swift-backtrace, swift-log
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.40s)
[2532/3836] Fetching swift-log
[3837/79920] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.38s)
Fetched https://github.com/apple/swift-nio.git from cache (5.47s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.4 (7.58s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.03s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.63s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (0.53s)
Computing version for https://github.com/Macro-swift/MacroExpress.git
Computed https://github.com/Macro-swift/MacroExpress.git at 1.0.7 (0.58s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/559] Fetching mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.20s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (0.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.80s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4041/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.99s)
Fetched https://github.com/apple/swift-collections.git from cache (2.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.64s)
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
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.5
Creating working copy for https://github.com/Macro-swift/Macro.git
Working copy of https://github.com/Macro-swift/Macro.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 0.5.2
Creating working copy for https://github.com/Macro-swift/MacroExpress.git
Working copy of https://github.com/Macro-swift/MacroExpress.git resolved at 1.0.7
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.4.2
Building for debugging...
[0/56] Write sources
[26/56] Compiling CNIOWindows WSAStartup.c
[26/56] Compiling CNIOWASI CNIOWASI.c
[26/56] Compiling _AtomicsShims.c
[29/56] Compiling CNIOWindows shim.c
[30/56] Compiling CNIOLinux liburing_shims.c
[30/56] Compiling CNIODarwin shim.c
[32/56] Compiling CNIOLLHTTP c_nio_http.c
[33/56] Compiling CBacktrace state.c
[34/56] Compiling CNIOLinux shim.c
[35/56] Compiling CNIOLLHTTP c_nio_api.c
[36/56] Compiling CBacktrace sort.c
[37/56] Compiling CBacktrace simple.c
[38/56] Compiling CBacktrace posix.c
[39/56] Compiling CBacktrace print.c
[40/56] Compiling CBacktrace mmapio.c
[41/56] Compiling CBacktrace fileline.c
[42/56] Compiling CBacktrace mmap.c
[43/56] Compiling CBacktrace backtrace.c
[44/56] Write sources
[49/56] Write swift-version-24593BA9C3E375BF.txt
[50/56] Compiling CBacktrace atomic.c
[51/56] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/59] Compiling CBacktrace dwarf.c
[53/60] Compiling CBacktrace elf.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/91] Emitting module xsys
/host/spi-builder-workspace/.build/checkouts/Macro/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)
[56/92] Emitting module Mustache
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[56/93] Compiling c-atomics.c
[57/93] Compiling c-nioatomics.c
[59/93] Compiling Mustache MustacheRenderingContext.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[60/93] Compiling _NIODataStructures _TinyArray.swift
[61/93] Compiling xsys timespec.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[62/93] Compiling xsys timeval_any.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[63/93] Compiling Mustache Mustachable.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[64/93] Compiling xsys socket.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[65/93] Compiling xsys time.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[66/93] Compiling Mustache MustacheRendering.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[67/93] Compiling Mustache MustacheParser.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[68/93] Compiling Mustache MustacheNode.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[69/93] Compiling _NIODataStructures PriorityQueue.swift
[70/93] Compiling _NIOBase64 Base64.swift
[71/93] Emitting module _NIOBase64
[72/94] Compiling xsys ntohs.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[73/94] Compiling xsys sockaddr_any.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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/94] Compiling xsys ioctl.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[75/94] Compiling xsys misc.swift
/host/spi-builder-workspace/.build/checkouts/Macro/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[76/94] Compiling xsys dylib.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[77/94] Compiling xsys fd.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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/114] Emitting module _NIODataStructures
[79/114] Compiling _NIODataStructures Heap.swift
[82/115] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/116] Compiling InternalCollectionsUtilities Descriptions.swift
[84/116] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[85/116] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[86/116] Compiling InternalCollectionsUtilities Debugging.swift
[87/138] Emitting module Backtrace
[88/138] Compiling NIOConcurrencyHelpers lock.swift
[89/138] Compiling Backtrace Demangle.swift
[90/138] Compiling Backtrace Backtrace.swift
[91/139] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[92/139] Compiling Atomics IntegerConformances.swift
[93/139] Compiling Atomics PointerConformances.swift
[94/139] Compiling NIOConcurrencyHelpers NIOLock.swift
[95/139] Compiling NIOConcurrencyHelpers atomics.swift
[96/139] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[98/153] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[99/153] Compiling Atomics ManagedAtomic.swift
[100/153] Compiling Atomics ManagedAtomicLazyReference.swift
[101/153] Compiling Atomics AtomicMemoryOrderings.swift
[102/153] Compiling Atomics DoubleWord.swift
[103/153] Compiling Atomics UnsafeAtomic.swift
[104/153] Compiling Atomics UnsafeAtomicLazyReference.swift
[105/155] Emitting module InternalCollectionsUtilities
[106/155] Compiling AWSLambdaEvents DynamoDB.swift
[107/155] Compiling AWSLambdaEvents S3.swift
[108/155] Compiling AWSLambdaEvents SES.swift
[109/155] Compiling AWSLambdaEvents SNS.swift
[110/155] Compiling AWSLambdaEvents SQS.swift
[111/155] Compiling AWSLambdaEvents Base64.swift
[112/155] Emitting module NIOConcurrencyHelpers
[113/156] Compiling AWSLambdaEvents APIGateway.swift
[114/156] Compiling AWSLambdaEvents AWSRegion.swift
[121/157] Compiling Atomics IntegerOperations.swift
[122/157] Compiling Atomics Unmanaged extensions.swift
[123/157] Compiling Logging Locks.swift
[124/157] Emitting module Logging
[125/157] Compiling Logging MetadataProvider.swift
[126/157] Compiling Logging LogHandler.swift
[127/157] Compiling Logging Logging.swift
[129/173] Compiling DequeModule _DequeBuffer.swift
[130/173] Compiling DequeModule _DequeBufferHeader.swift
[131/175] Compiling AWSLambdaEvents DateWrappers.swift
[132/175] Compiling DequeModule Deque._UnsafeHandle.swift
[133/175] Compiling DequeModule Deque.swift
[134/176] Compiling Mustache HTMLEscape.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[135/176] Compiling Mustache Helpers.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[136/176] Emitting module Atomics
[137/176] Compiling DequeModule Deque+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[138/176] Compiling DequeModule Deque+Collection.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[139/176] Compiling DequeModule Deque+Equatable.swift
[140/176] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[141/176] Compiling DequeModule Deque+CustomReflectable.swift
[142/176] Compiling DequeModule Deque+Descriptions.swift
[143/176] Compiling Mustache SimpleKVC.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[144/176] Compiling DequeModule Deque+Extras.swift
[145/176] Compiling DequeModule Deque+Hashable.swift
[146/176] Compiling DequeModule Deque+Testing.swift
[147/176] Compiling DequeModule Deque._Storage.swift
[148/176] Emitting module mime
[149/176] Compiling mime MIME.swift
[152/176] Emitting module AWSLambdaEvents
[155/177] Compiling AWSLambdaEvents HTTP.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/56] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/57] Compiling Logging LogHandler.swift
[4/57] Compiling Mustache Helpers.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[5/57] Compiling Mustache HTMLEscape.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[6/57] Compiling Mustache MustacheRenderingContext.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[7/57] Compiling mime MIME.swift
[8/58] Compiling Logging MetadataProvider.swift
[9/58] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/58] Compiling InternalCollectionsUtilities Debugging.swift
[11/58] Compiling Mustache MustacheRendering.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[12/58] Compiling InternalCollectionsUtilities Descriptions.swift
[13/58] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/58] Emitting module mime
[15/59] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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)
[18/59] Emitting module Mustache
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
/host/spi-builder-workspace/.build/checkouts/Macro/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/.build/checkouts/Macro/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/.build/checkouts/Macro/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/.build/checkouts/Macro/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/60] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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/60] Compiling InternalCollectionsUtilities _SortedCollection.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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/60] Compiling xsys timespec.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[27/60] Compiling Mustache Mustachable.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[28/60] Compiling Mustache MustacheNode.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[29/60] Compiling Mustache MustacheParser.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[30/60] Emitting module Logging
[31/60] Compiling Logging Locks.swift
[32/60] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[33/60] Compiling InternalCollectionsUtilities Integer rank.swift
[34/60] Compiling xsys timeval_any.swift
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[35/63] Emitting module _NIOBase64
[36/63] Compiling _NIOBase64 Base64.swift
[37/63] Compiling _NIODataStructures PriorityQueue.swift
[38/63] Compiling _NIODataStructures Heap.swift
[39/63] Compiling _NIODataStructures _TinyArray.swift
[40/64] Compiling NIOConcurrencyHelpers NIOLock.swift
[41/64] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[42/64] Compiling NIOConcurrencyHelpers atomics.swift
[43/64] Emitting module _NIODataStructures
[44/64] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[45/64] Compiling NIOConcurrencyHelpers lock.swift
[46/64] Compiling Mustache SimpleKVC.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:216:15: error: no such module 'Darwin'
214 |   import func Glibc.memcpy
215 | #else
216 |   import func Darwin.memcpy
    |               `- error: no such module 'Darwin'
217 | #endif
218 |
[47/65] Compiling Backtrace Demangle.swift
[48/65] Emitting module NIOConcurrencyHelpers
[52/66] Emitting module InternalCollectionsUtilities
[53/66] Compiling Backtrace Backtrace.swift
[54/66] Emitting module Backtrace
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/67] Emitting module xsys
/host/spi-builder-workspace/.build/checkouts/Macro/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 |
[57/67] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[58/67] Compiling InternalCollectionsUtilities UInt+reversed.swift
BUILD FAILURE 6.1 android