Build Information
Failed to build MacroLambda, reference 0.6.0 (b07897), with Swift 6.1 for Android on 8 Mar 2026 15:50:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/MacroLambda.git
Reference: 0.6.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.6.0 -> FETCH_HEAD
HEAD is now at b078978 Merge branch 'develop'
Cloned https://github.com/Macro-swift/MacroLambda.git
Revision (git rev-parse @):
b07897842e35e72db851d7eb0920b95a4e123c10
SUCCESS checkout https://github.com/Macro-swift/MacroLambda.git at 0.6.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.22",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/Macro.git"
},
{
"identity" : "macroexpress",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.26",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/MacroExpress.git"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
},
{
"identity" : "swift-aws-lambda-events",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
}
],
"manifest_display_name" : "MacroLambda",
"name" : "MacroLambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"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" : [
"MacroExpress",
"AWSLambdaRuntime"
],
"product_memberships" : [
"MacroLambda"
],
"sources" : [
"LambdaExpress.swift",
"ReExports.swift"
],
"target_dependencies" : [
"MacroLambdaCore"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Macro-swift/Macro.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
Fetching https://github.com/Macro-swift/MacroExpress.git
Fetching https://github.com/swift-server/swift-aws-lambda-events.git
[1/1613] Fetching macroexpress
[1614/3465] Fetching macroexpress, macro
[3022/6306] Fetching macroexpress, macro, swift-aws-lambda-events
[4489/22333] Fetching macroexpress, macro, swift-aws-lambda-events, swift-aws-lambda-runtime
Fetched https://github.com/Macro-swift/MacroExpress.git from cache (0.32s)
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (0.32s)
[4898/17879] Fetching macro, swift-aws-lambda-runtime
Fetched https://github.com/Macro-swift/Macro.git from cache (1.53s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (1.58s)
Computing version for https://github.com/Macro-swift/MacroExpress.git
Computed https://github.com/Macro-swift/MacroExpress.git at 1.0.26 (3.97s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/581] Fetching mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.47s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.22 (1.17s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[1821/7974] Fetching swift-atomics, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
[1/82691] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.90s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.4 (6.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.60s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events.git
Computed https://github.com/swift-server/swift-aws-lambda-events.git at 1.5.0 (0.58s)
Fetching https://github.com/apple/swift-http-types.git
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.83s)
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 2.8.0 (0.64s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-collections.git
[1/2650] Fetching swift-service-lifecycle
[1803/24668] Fetching swift-service-lifecycle, swift-collections
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.38s)
[1982/22018] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (2.35s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (0.62s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (4.79s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (2.02s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.37s)
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
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 2.8.0
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.22
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
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.4
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.26
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.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.10.1
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events.git
Working copy of https://github.com/swift-server/swift-aws-lambda-events.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.4
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/51] Write sources
[35/51] Compiling CNIOWindows WSAStartup.c
[36/51] Compiling CNIOWindows shim.c
[37/51] Compiling CNIOOpenBSD shim.c
[38/51] Compiling _AtomicsShims.c
[39/51] Compiling CNIOWASI CNIOWASI.c
[39/51] Compiling CNIOLinux liburing_shims.c
[41/51] Compiling CNIOPosix event_loop_id.c
[42/51] Compiling CNIODarwin shim.c
[43/51] Write sources
[44/51] Compiling CNIOLLHTTP c_nio_http.c
[45/51] Compiling CNIOLLHTTP c_nio_api.c
[46/51] Compiling CNIOLinux shim.c
[47/51] Write swift-version-24593BA9C3E375BF.txt
[48/51] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/94] Emitting module _NIOBase64
[51/94] Emitting module InternalCollectionsUtilities
[52/96] Emitting module ConcurrencyHelpers
[53/96] Compiling xsys UUID.swift
[54/96] Compiling xsys dylib.swift
[55/96] Compiling xsys fd.swift
[56/96] Compiling _NIODataStructures _TinyArray.swift
[57/96] Compiling _NIODataStructures PriorityQueue.swift
[58/96] Compiling ConcurrencyHelpers LockedValueBox.swift
[59/96] Compiling xsys Module.swift
[60/96] Compiling xsys POSIXError.swift
[61/96] Compiling xsys SocketAddress.swift
[62/96] Compiling _NIOBase64 Base64.swift
[63/96] Compiling xsys time.swift
[64/96] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[65/97] Compiling xsys misc.swift
[66/97] Compiling xsys socket.swift
[67/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/97] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/97] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/97] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/97] Compiling InternalCollectionsUtilities String+Padding.swift
[72/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/97] Compiling xsys ntohs.swift
[74/97] Compiling xsys sockaddr_any.swift
[75/97] Compiling xsys ioctl.swift
[76/98] Emitting module _NIODataStructures
[77/98] Compiling _NIODataStructures Heap.swift
[81/167] Compiling Mustache MustacheRenderingContext.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[82/168] Compiling OrderedCollections OrderedDictionary+Equatable.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 |
[83/168] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.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 |
[84/169] Compiling Mustache MustacheRendering.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[85/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[86/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[87/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[88/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[89/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[90/169] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[91/169] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[92/176] Compiling Mustache MustacheParser.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[93/176] Compiling OrderedCollections _HashTable+Constants.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 |
[94/176] Compiling OrderedCollections _HashTable+CustomStringConvertible.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 |
[95/176] 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 |
[96/176] Compiling Mustache Mustachable.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[97/176] 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 |
[98/176] Compiling Mustache MustacheNode.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[99/176] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.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 |
[100/176] Compiling OrderedCollections OrderedDictionary+Elements.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 |
[101/176] Compiling OrderedCollections _HashTable+Bucket.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 |
[102/176] Compiling OrderedCollections _HashTable+BucketIterator.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)
[103/176] Emitting module Mustache
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[104/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[105/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[106/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[107/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[108/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[109/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[110/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[111/176] Compiling Logging LogHandler.swift
[112/176] Compiling OrderedCollections OrderedDictionary+Codable.swift
[113/176] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[114/176] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[115/176] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[120/176] Emitting module Logging
[121/176] Compiling OrderedCollections OrderedDictionary.swift
[122/176] Compiling OrderedCollections OrderedSet+Codable.swift
[123/176] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[124/176] Compiling OrderedCollections OrderedSet+Descriptions.swift
[125/176] Compiling OrderedCollections OrderedSet+Diffing.swift
[126/176] Compiling OrderedCollections OrderedSet+Equatable.swift
[127/176] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[128/176] Compiling OrderedCollections OrderedSet+Hashable.swift
[129/176] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[130/176] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[131/176] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[132/176] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[133/176] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[134/176] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[135/176] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[136/176] Compiling OrderedCollections OrderedDictionary+Values.swift
[137/176] Compiling OrderedCollections OrderedSet+Initializers.swift
[138/176] Compiling OrderedCollections OrderedSet+Insertions.swift
[139/176] Compiling OrderedCollections OrderedSet+Invariants.swift
[140/176] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[141/176] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[142/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[143/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[144/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[144/176] Compiling c-nioatomics.c
[146/185] Compiling Logging MetadataProvider.swift
[147/185] Compiling Logging Locks.swift
[148/185] Compiling ConcurrencyHelpers Lock.swift
[153/186] Compiling OrderedCollections _HashTable+Testing.swift
[154/186] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[155/186] Compiling OrderedCollections _HashTable.swift
[156/186] Compiling OrderedCollections _Hashtable+Header.swift
[158/189] Compiling OrderedCollections OrderedSet+Sendable.swift
[159/189] Compiling OrderedCollections OrderedSet+SubSequence.swift
[160/189] Compiling OrderedCollections OrderedSet+Testing.swift
[161/189] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[162/189] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[163/189] Compiling OrderedCollections OrderedSet.swift
[164/189] Compiling OrderedCollections _UnsafeBitset.swift
[165/189] Compiling HTTPTypes ISOLatin1String.swift
[166/190] Emitting module UnixSignals
[167/190] Compiling Logging Logging.swift
[168/191] Compiling Mustache SimpleKVC.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[170/191] Compiling Mustache HTMLEscape.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[171/191] Compiling Mustache Helpers.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[172/191] 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 |
[173/191] Compiling UnixSignals UnixSignal.swift
[174/191] Compiling mime MIME.swift
[175/191] Emitting module mime
[175/191] Compiling c-atomics.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/3] Write swift-version-24593BA9C3E375BF.txt
[3/56] Compiling InternalCollectionsUtilities UInt+first and last set bit.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 |
[4/56] Compiling InternalCollectionsUtilities UInt+reversed.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 |
[5/57] Compiling Logging MetadataProvider.swift
[6/57] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[7/57] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[8/57] Compiling InternalCollectionsUtilities Span+Extras.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 |
[9/57] Compiling InternalCollectionsUtilities String+Padding.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 |
[10/57] Compiling Mustache HTMLEscape.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[11/60] Compiling Mustache MustacheRendering.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[12/60] Compiling Mustache MustacheRenderingContext.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[13/60] Emitting module mime
[14/60] Compiling mime MIME.swift
[15/61] Compiling Mustache Mustachable.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[16/61] Compiling Mustache Helpers.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/61] 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)
[18/61] Emitting module Mustache
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[19/61] Compiling InternalCollectionsUtilities LifetimeOverride.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 |
[20/61] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.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 |
[21/61] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/61] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[24/61] 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 |
[25/61] 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 |
[26/61] 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/61] 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 |
[28/61] Compiling Mustache MustacheParser.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[29/61] Compiling Mustache MustacheNode.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[30/61] Compiling Logging Locks.swift
[31/61] Emitting module Logging
[32/61] Compiling Mustache SimpleKVC.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/Mustache/MustacheParser.swift:218:15: error: no such module 'Darwin'
216 | import func ucrt.memcpy
217 | #else
218 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
219 | #endif
220 |
[36/61] Compiling InternalCollectionsUtilities Debugging.swift
[37/61] Compiling InternalCollectionsUtilities Descriptions.swift
[38/61] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/61] Emitting module _NIOBase64
[41/61] Compiling c-atomics.c
/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 |
BUILD FAILURE 6.1 android