The Swift Package Index logo.Swift Package Index

Build Information

Failed to build docc2html, reference 0.6.3 (3e3f46), with Swift 6.3 for Wasm on 15 Apr 2026 20:13:27 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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DoccZz/docc2html.git
Reference: 0.6.3
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
 * tag               0.6.3      -> FETCH_HEAD
HEAD is now at 3e3f461 Merge branch 'develop'
Cloned https://github.com/DoccZz/docc2html.git
Revision (git rev-parse @):
3e3f461faef463f1d35742e7515803da3f9fb547
SUCCESS checkout https://github.com/DoccZz/docc2html.git at 0.6.3
========================================
Build
========================================
Selected platform:         wasm
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-4606859-1":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/AlwaysRightInstitute/mustache.git
Fetching https://github.com/DoccZz/DocCArchive.git
[1/581] Fetching mustache
[582/1051] Fetching mustache, doccarchive
[1052/7634] Fetching mustache, doccarchive, swift-log
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.65s)
[1129/7053] Fetching doccarchive, swift-log
Fetched https://github.com/DoccZz/DocCArchive.git from cache (0.67s)
[922/6583] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.21s)
Computing version for https://github.com/DoccZz/DocCArchive.git
Computed https://github.com/DoccZz/DocCArchive.git at 0.4.2 (2.35s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.4 (1.11s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.07s)
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/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.4
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-24593BA9C3E375BF.txt
[8/54] 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)
[9/54] 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 |
[10/55] Compiling DocCArchive Parameter.swift
[11/55] Compiling DocCArchive Section.swift
[12/55] Compiling DocCArchive Task.swift
[13/55] 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 |
[14/55] 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 |
[15/55] 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/55] 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 |
[17/55] 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 DocCArchive InlineContent.swift
[19/58] Compiling DocCArchive InterfaceLanguage.swift
[20/58] Compiling DocCArchive MetaData.swift
[21/58] Compiling DocCArchive Platform.swift
[22/58] Compiling Logging MetadataProvider.swift
[23/58] 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 |
[24/58] Compiling DocCArchive FileReference.swift
[25/58] Compiling DocCArchive ImageReference.swift
[26/58] Compiling DocCArchive LinkReference.swift
[27/58] Compiling DocCArchive SchemaVersion.swift
[28/58] Compiling DocCArchive Declaration.swift
[29/58] Compiling DocCArchive HeroSection.swift
[30/58] 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 |
[31/58] Compiling DocCArchive Reference.swift
[32/58] Compiling DocCArchive SectionReference.swift
[33/58] Compiling DocCArchive TopicReference.swift
[34/58] Compiling DocCArchive Step.swift
[35/58] Compiling DocCArchive Document.swift
[36/58] Compiling DocCArchive Fragment.swift
[37/58] Compiling DocCArchive Identifier.swift
[38/58] Emitting module DocCArchive
[39/58] Compiling DocCArchive DocCArchive.swift
[40/58] Compiling DocCArchive Chapter.swift
[41/58] Compiling DocCArchive CodeListing.swift
[42/58] Compiling DocCArchive Content.swift
[43/58] Emitting module Logging
[44/58] Compiling Logging Locks.swift
[45/58] Compiling Logging LogEvent.swift
[46/58] Compiling Logging LogHandler.swift
BUILD FAILURE 6.3 wasm