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 MarkdownKit, reference master (cd47be), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 23:11:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-markdownkit.git
Reference: master
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/objecthub/swift-markdownkit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cd47be6 Remove debug output.
Cloned https://github.com/objecthub/swift-markdownkit.git
Revision (git rev-parse @):
cd47be6f1d07e6fc78481796ac79e7c3dafb4c6d
SUCCESS checkout https://github.com/objecthub/swift-markdownkit.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/objecthub/swift-markdownkit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/39] Compiling MarkdownKit ListItemParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[5/39] Compiling MarkdownKit MarkdownParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[6/39] Compiling MarkdownKit ParserUtil.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[7/39] Compiling MarkdownKit SetextHeadingParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[8/43] Compiling MarkdownKit BlockParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[9/43] Compiling MarkdownKit BlockquoteParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[10/43] Compiling MarkdownKit CodeBlockParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[11/43] Compiling MarkdownKit CodeLinkHtmlTransformer.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[12/43] Compiling MarkdownKit Container.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[13/43] Compiling MarkdownKit DelimiterTransformer.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[14/43] Compiling MarkdownKit DocumentParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[15/43] Compiling MarkdownKit EmphasisTransformer.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[16/43] Compiling MarkdownKit EscapeTransformer.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[17/43] Compiling MarkdownKit CustomTextFragment.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[18/43] Compiling MarkdownKit HtmlGenerator.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[19/43] Compiling MarkdownKit NamedCharacters.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[20/43] Compiling MarkdownKit String+Entities.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[21/43] Compiling MarkdownKit AtxHeadingParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/43] Emitting module MarkdownKit
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[23/43] Compiling MarkdownKit AttributedStringGenerator.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[24/43] Compiling MarkdownKit Color.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[25/43] Compiling MarkdownKit Block.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[26/43] Compiling MarkdownKit Blocks.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[27/43] Compiling MarkdownKit CustomBlock.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[28/43] Compiling MarkdownKit ExtendedDocumentParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[29/43] Compiling MarkdownKit ExtendedListItemParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[30/43] Compiling MarkdownKit ExtendedMarkdownParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[31/43] Compiling MarkdownKit HtmlBlockParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[32/43] Compiling MarkdownKit InlineParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[33/43] Compiling MarkdownKit InlineTransformer.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[34/43] Compiling MarkdownKit LinkRefDefinitionParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[35/43] Compiling MarkdownKit LinkTransformer.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[36/43] Compiling MarkdownKit TableParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[37/43] Compiling MarkdownKit ThematicBreakParser.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[38/43] Compiling MarkdownKit Text.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
[39/43] Compiling MarkdownKit TextFragment.swift
/host/spi-builder-workspace/Sources/MarkdownKit/Block.swift:21:8: error: no such module 'Foundation'
 19 | //
 20 |
 21 | import Foundation
    |        `- error: no such module 'Foundation'
 22 |
 23 | ///
BUILD FAILURE 6.2 wasm