Build Information
Failed to build MicroExpress, reference 0.5.4 (08760d
), with Swift 6.2 (beta) for Android on 19 Jun 2025 16:25:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/MicroExpress.git
Reference: 0.5.4
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/NozeIO/MicroExpress
* tag 0.5.4 -> FETCH_HEAD
HEAD is now at 08760d0 Update README.md
Cloned https://github.com/NozeIO/MicroExpress.git
Revision (git rev-parse @):
08760d00f09f1cc17334290d97fdfc4bf04ea5a8
SUCCESS checkout https://github.com/NozeIO/MicroExpress.git at 0.5.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/NozeIO/MicroExpress.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/AlwaysRightInstitute/mustache.git
Fetching https://github.com/apple/swift-nio.git
[1/559] Fetching mustache
[560/76886] Fetching mustache, swift-nio
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (7.46s)
Fetched https://github.com/apple/swift-nio.git from cache (7.61s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 0.5.9 (8.36s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.30s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4436] Fetching swift-system
[489/21076] Fetching swift-system, swift-collections
[3019/22873] Fetching swift-system, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.78s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.86s)
[4327/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.07s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 0.5.9
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/26] Write sources
[12/26] Compiling CNIOWASI CNIOWASI.c
[13/26] Compiling _AtomicsShims.c
[13/26] Compiling CNIOWindows shim.c
[15/26] Compiling CNIOWindows WSAStartup.c
[16/26] Write swift-version-8C5A4AE7A8CE2BA.txt
[16/26] Compiling CNIOLinux liburing_shims.c
[16/26] Write sources
[19/26] Compiling CNIOLLHTTP c_nio_http.c
[20/26] Compiling CNIODarwin shim.c
[21/26] Compiling CNIOLLHTTP c_nio_api.c
[22/30] Compiling CNIOLinux shim.c
[23/72] Compiling CNIOLLHTTP c_nio_llhttp.c
[25/72] Emitting module Atomics
[25/74] Compiling c-nioatomics.c
[27/74] Compiling Atomics OptionalRawRepresentable.swift
[28/74] Compiling Atomics RawRepresentable.swift
[29/74] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/74] Compiling InternalCollectionsUtilities Descriptions.swift
[32/74] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[33/75] Compiling mustache MustacheNode.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 | import func Glibc.memcpy
214 | #else
215 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
216 | #endif
217 |
[34/75] Compiling mustache MustacheParser.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 | import func Glibc.memcpy
214 | #else
215 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
216 | #endif
217 |
[35/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[36/75] Compiling InternalCollectionsUtilities Debugging.swift
[37/75] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[38/75] Compiling InternalCollectionsUtilities _SortedCollection.swift
[41/75] Emitting module InternalCollectionsUtilities
[44/75] Compiling _NIODataStructures _TinyArray.swift
[45/75] Compiling mustache MustacheRenderingContext.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 | import func Glibc.memcpy
214 | #else
215 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
216 | #endif
217 |
[46/75] Compiling mustache Mustacheable.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 | import func Glibc.memcpy
214 | #else
215 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
216 | #endif
217 |
[51/75] Compiling Atomics AtomicMemoryOrderings.swift
[52/75] Compiling Atomics DoubleWord.swift
[53/75] Compiling Atomics AtomicInteger.swift
[54/75] Compiling Atomics AtomicOptionalWrappable.swift
[55/75] Compiling Atomics AtomicReference.swift
[56/75] Compiling Atomics IntegerOperations.swift
[57/75] Compiling Atomics Unmanaged extensions.swift
[59/75] Compiling InternalCollectionsUtilities UInt+reversed.swift
[60/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[61/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/75] Compiling _NIODataStructures PriorityQueue.swift
[63/75] Compiling _NIOBase64 Base64.swift
[64/75] Emitting module _NIOBase64
[65/76] Compiling _NIODataStructures Heap.swift
[66/76] Emitting module _NIODataStructures
[71/77] Compiling c-atomics.c
[74/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[77/100] Compiling DequeModule _DequeBuffer.swift
[78/100] Compiling DequeModule _DequeBufferHeader.swift
[79/102] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/102] Compiling DequeModule Deque+Extras.swift
[81/102] Compiling DequeModule Deque+Hashable.swift
[82/102] Compiling DequeModule Deque+Equatable.swift
[83/102] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/102] Compiling DequeModule Deque+CustomReflectable.swift
[85/102] Compiling DequeModule Deque+Descriptions.swift
[86/102] Compiling DequeModule Deque+Testing.swift
[87/102] Compiling DequeModule Deque._Storage.swift
[88/102] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[89/102] Emitting module NIOConcurrencyHelpers
[90/102] Compiling NIOConcurrencyHelpers atomics.swift
[91/102] Compiling DequeModule _DequeSlot.swift
[92/102] Compiling DequeModule _UnsafeWrappedBuffer.swift
[93/102] Compiling NIOConcurrencyHelpers lock.swift
[95/103] Compiling DequeModule Deque._UnsafeHandle.swift
[96/103] Compiling DequeModule Deque.swift
[97/103] Compiling DequeModule Deque+Codable.swift
[98/103] Compiling DequeModule Deque+Collection.swift
[99/103] Emitting module DequeModule
[101/164] Compiling mustache SimpleKVC.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 | import func Glibc.memcpy
214 | #else
215 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
216 | #endif
217 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[102/164] Emitting module mustache
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 | import func Glibc.memcpy
214 | #else
215 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
216 | #endif
217 |
[103/164] Compiling mustache HTMLEscape.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 | import func Glibc.memcpy
214 | #else
215 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
216 | #endif
217 |
[104/164] Compiling mustache Helpers.swift
/host/spi-builder-workspace/.build/checkouts/mustache/Sources/mustache/MustacheParser.swift:215:15: error: no such module 'Darwin'
213 | import func Glibc.memcpy
214 | #else
215 | import func Darwin.memcpy
| `- error: no such module 'Darwin'
216 | #endif
217 |
BUILD FAILURE 6.2 android