Build Information
Failed to build Parsley, reference 0.9.1 (ad3509
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 03:10:45 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/loopwerk/Parsley.git
Reference: 0.9.1
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/loopwerk/Parsley
* tag 0.9.1 -> FETCH_HEAD
HEAD is now at ad35091 fix: Fix `metadata` code comment
Cloned https://github.com/loopwerk/Parsley.git
Revision (git rev-parse @):
ad35091c7a790f04fc5a912c8bde8963eba753d2
SUCCESS checkout https://github.com/loopwerk/Parsley.git at 0.9.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/loopwerk/Parsley.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
Fetching https://github.com/stackotter/swift-cmark-gfm
[1/180] Fetching swift-cmark-gfm
Fetched https://github.com/stackotter/swift-cmark-gfm from cache (0.45s)
Computing version for https://github.com/stackotter/swift-cmark-gfm
Computed https://github.com/stackotter/swift-cmark-gfm at 1.0.2 (1.53s)
Creating working copy for https://github.com/stackotter/swift-cmark-gfm
Working copy of https://github.com/stackotter/swift-cmark-gfm resolved at 1.0.2
Building for debugging...
[0/36] Compiling CMarkGFM cmark_ctype.c
[0/36] Write sources
[2/36] Compiling CMarkGFM buffer.c
[3/36] Compiling CMarkGFM arena.c
[4/36] Compiling CMarkGFM cmark.c
[5/36] Compiling CMarkGFM strikethrough.c
[6/36] Compiling CMarkGFM autolink.c
[7/36] Write swift-version-24593BA9C3E375BF.txt
[8/36] Compiling CMarkGFM xml.c
[9/36] Compiling CMarkGFM tasklist.c
[10/36] Compiling CMarkGFM tagfilter.c
[11/36] Compiling CMarkGFM syntax_extension.c
[12/36] Compiling CMarkGFM blocks.c
[13/36] Compiling CMarkGFM registry.c
[14/36] Compiling CMarkGFM plugin.c
[15/36] Compiling CMarkGFM render.c
[16/36] Compiling CMarkGFM table.c
[17/36] Compiling CMarkGFM references.c
[18/36] Compiling CMarkGFM plaintext.c
[19/36] Compiling CMarkGFM map.c
[20/36] Compiling CMarkGFM man.c
[21/36] Compiling CMarkGFM linked_list.c
[22/36] Compiling CMarkGFM node.c
[23/36] Compiling CMarkGFM iterator.c
[24/36] Compiling CMarkGFM latex.c
[25/36] Compiling CMarkGFM houdini_html_e.c
[26/36] Compiling CMarkGFM html.c
[26/36] Compiling CMarkGFM houdini_href_e.c
[28/36] Compiling CMarkGFM footnotes.c
[29/36] Compiling CMarkGFM core-extensions.c
[30/36] Compiling CMarkGFM ext_scanners.c
[31/36] Compiling CMarkGFM inlines.c
[32/36] Compiling CMarkGFM houdini_html_u.c
[33/36] Compiling CMarkGFM commonmark.c
[34/36] Compiling CMarkGFM scanners.c
[35/36] Compiling CMarkGFM utf8.c
[37/41] Compiling Parsley SyntaxExtension.swift
/host/spi-builder-workspace/Sources/Parsley/Parsley.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import CMarkGFM
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/41] Emitting module Parsley
/host/spi-builder-workspace/Sources/Parsley/Parsley.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import CMarkGFM
3 |
[39/41] Compiling Parsley MarkdownOptions.swift
/host/spi-builder-workspace/Sources/Parsley/Parsley.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import CMarkGFM
3 |
[40/41] Compiling Parsley Document.swift
/host/spi-builder-workspace/Sources/Parsley/Parsley.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import CMarkGFM
3 |
[41/41] Compiling Parsley Parsley.swift
/host/spi-builder-workspace/Sources/Parsley/Parsley.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import CMarkGFM
3 |
BUILD FAILURE 6.2 wasm