The Swift Package Index logo.Swift Package Index

Build Information

Failed to build docc2html, reference develop (1c203c), with Swift 6.3 for Android on 15 Apr 2026 20:16:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DoccZz/docc2html.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/DoccZz/docc2html
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 1c203c7 Unwrap more optional strings
Cloned https://github.com/DoccZz/docc2html.git
Revision (git rev-parse @):
1c203c720635cf67ccd30d6e1c7196eed43ea95a
SUCCESS checkout https://github.com/DoccZz/docc2html.git at develop
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/DoccZz/docc2html.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/AlwaysRightInstitute/mustache.git
Fetching https://github.com/apple/swift-log.git
[1/581] Fetching mustache
Fetching https://github.com/DoccZz/DocCArchive.git
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.49s)
[66/6583] Fetching swift-log
[6584/7053] Fetching swift-log, doccarchive
Fetched https://github.com/DoccZz/DocCArchive.git from cache (0.47s)
Fetched https://github.com/apple/swift-log.git from cache (1.00s)
Computing version for https://github.com/DoccZz/DocCArchive.git
Computed https://github.com/DoccZz/DocCArchive.git at 0.4.2 (1.98s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.4 (0.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.89s)
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.4
Creating working copy for https://github.com/DoccZz/DocCArchive.git
Working copy of https://github.com/DoccZz/DocCArchive.git resolved at 0.4.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version--4F562202D5529B1.txt
[8/54] Emitting module DocCArchive
[9/57] 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 |
[10/58] 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 |
[11/58] 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)
[12/58] 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 |
[13/58] Compiling DocCArchive SchemaVersion.swift
[14/58] Compiling DocCArchive Declaration.swift
[15/58] Compiling DocCArchive HeroSection.swift
[16/58] 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 |
[17/58] 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 |
[18/58] 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 |
[19/58] Compiling DocCArchive InlineContent.swift
[20/58] Compiling DocCArchive InterfaceLanguage.swift
[21/58] Compiling DocCArchive MetaData.swift
[22/58] Compiling DocCArchive Platform.swift
[23/58] Compiling DocCArchive Parameter.swift
[24/58] Compiling DocCArchive Section.swift
[25/58] Compiling DocCArchive Task.swift
[26/58] Compiling Logging MetadataProvider.swift
[27/58] Emitting module Logging
[28/58] Compiling Logging Locks.swift
[29/58] Compiling DocCArchive FileReference.swift
[30/58] Compiling DocCArchive ImageReference.swift
[31/58] Compiling DocCArchive LinkReference.swift
[32/58] Compiling Logging LogHandler.swift
[33/58] Compiling Logging LogEvent.swift
[34/58] Compiling Logging Logging.swift
[35/58] Compiling DocCArchive DocCArchive.swift
[36/58] Compiling DocCArchive Chapter.swift
[37/58] Compiling DocCArchive CodeListing.swift
[38/58] Compiling DocCArchive Content.swift
[39/59] Compiling DocCArchive Reference.swift
[40/59] Compiling DocCArchive SectionReference.swift
[41/59] Compiling DocCArchive TopicReference.swift
[42/59] 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 |
[44/59] Compiling DocCArchive Step.swift
[45/59] Compiling DocCArchive Document.swift
[46/59] Compiling DocCArchive Fragment.swift
[47/59] Compiling DocCArchive Identifier.swift
[48/59] Compiling DocCArchive VolumeSection.swift
[49/59] Compiling DocCArchive TypeIdentifier.swift
[50/59] Compiling DocCArchive Utilities.swift
[51/59] 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 |
[52/60] Wrapping AST for Logging for debugging
BUILD FAILURE 6.3 android