Build Information
Failed to build SwiftUiSharing, reference main (6dcadb), with Swift 6.2 for Wasm on 24 Jun 2025 02:11:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appracatappra/SwiftUiSharing.git
Reference: main
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/Appracatappra/SwiftUiSharing
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6dcadb4 macOS Fix
Cloned https://github.com/Appracatappra/SwiftUiSharing.git
Revision (git rev-parse @):
6dcadb4504c5fbd7c7496d429375dc2209988cfa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Appracatappra/SwiftUiSharing.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Appracatappra/SwiftUiSharing.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/johnxnguyen/Down.git
Fetching https://github.com/Appracatappra/SwiftletUtilities.git
[1/512] Fetching swiftletutilities
[396/6763] Fetching swiftletutilities, down
Fetched https://github.com/Appracatappra/SwiftletUtilities.git from cache (0.50s)
[313/6251] Fetching down
Fetched https://github.com/johnxnguyen/Down.git from cache (2.64s)
Computing version for https://github.com/johnxnguyen/Down.git
Computed https://github.com/johnxnguyen/Down.git at 0.11.0 (7.48s)
Computing version for https://github.com/Appracatappra/SwiftletUtilities.git
Computed https://github.com/Appracatappra/SwiftletUtilities.git at 2.0.6 (0.80s)
Fetching https://github.com/Appracatappra/LogManager
[1/84] Fetching logmanager
Fetched https://github.com/Appracatappra/LogManager from cache (0.39s)
Computing version for https://github.com/Appracatappra/LogManager
Computed https://github.com/Appracatappra/LogManager at 2.0.4 (1.16s)
Creating working copy for https://github.com/johnxnguyen/Down.git
Working copy of https://github.com/johnxnguyen/Down.git resolved at 0.11.0
Creating working copy for https://github.com/Appracatappra/LogManager
Working copy of https://github.com/Appracatappra/LogManager resolved at 2.0.4
Creating working copy for https://github.com/Appracatappra/SwiftletUtilities.git
Working copy of https://github.com/Appracatappra/SwiftletUtilities.git resolved at 2.0.6
Building for debugging...
[0/29] Compiling libcmark render.c
[1/29] Compiling libcmark xml.c
[2/29] Write swift-version-24593BA9C3E375BF.txt
[3/29] Compiling libcmark node.c
[4/29] Compiling libcmark man.c
[5/29] Compiling libcmark references.c
[6/29] Compiling libcmark houdini_html_e.c
[7/29] Compiling libcmark latex.c
[8/29] Compiling libcmark iterator.c
[9/29] Compiling libcmark html.c
[10/29] Compiling libcmark houdini_href_e.c
[11/29] Compiling libcmark cmark_ctype.c
[12/29] Compiling libcmark cmark.c
[12/29] Copying PrivacyInfo.xcprivacy
[12/29] Write sources
[12/29] Copying PrivacyInfo.xcprivacy
[12/29] Write sources
[12/29] Copying PrivacyInfo.xcprivacy
[12/29] Write sources
[12/29] Copying DownView.bundle
[12/29] Copying DownView (macOS).bundle
[12/29] Write sources
[22/29] Compiling libcmark buffer.c
[23/29] Compiling libcmark inlines.c
[24/29] Compiling libcmark commonmark.c
[25/29] Compiling libcmark houdini_html_u.c
[26/33] Compiling libcmark blocks.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/33] Emitting module LogManager
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:7:8: error: no such module 'Foundation'
5 | // Created by Kevin Mullins on 10/19/23.
6 | //
7 | import Foundation
| `- error: no such module 'Foundation'
8 | import OSLog
9 |
[28/33] Compiling libcmark scanners.c
[29/33] Compiling libcmark utf8.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/92] Emitting module Down
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[32/100] Compiling LogManager resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:7:8: error: no such module 'Foundation'
5 | // Created by Kevin Mullins on 10/19/23.
6 | //
7 | import Foundation
| `- error: no such module 'Foundation'
8 | import OSLog
9 |
[33/100] Compiling LogManager ReleaseLogger.swift
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:7:8: error: no such module 'Foundation'
5 | // Created by Kevin Mullins on 10/19/23.
6 | //
7 | import Foundation
| `- error: no such module 'Foundation'
8 | import OSLog
9 |
[34/100] Compiling LogManager DebugLogger.swift
/host/spi-builder-workspace/.build/checkouts/LogManager/Sources/LogManager/DebugLogger.swift:7:8: error: no such module 'Foundation'
5 | // Created by Kevin Mullins on 10/19/23.
6 | //
7 | import Foundation
| `- error: no such module 'Foundation'
8 | import OSLog
9 |
[35/100] Compiling Down ListItemParagraphStyler.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[36/100] Compiling Down DownDebugLayoutManager.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[37/100] Compiling Down DownLayoutManager.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[38/100] Compiling Down CodeBlockOptions.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[39/100] Compiling Down ListItemOptions.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[40/100] Compiling Down QuoteStripeOptions.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[41/100] Compiling Down ThematicBreakOptions.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[42/100] Compiling Down DownStyler.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[43/100] Compiling Down BlockBackgroundColorAttribute.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[44/100] Compiling Down QuoteStripeAttribute.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[45/100] Compiling Down ThematicBreakAttribute.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[46/100] Compiling Down CGPoint+Translate.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[47/100] Compiling Down CGRect+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[48/100] Compiling Down NSAttributedString+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[49/100] Compiling Down NSMutableAttributedString+Attributes.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[50/100] Compiling Down UIFont+Traits.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[51/100] Compiling Down DownStylerConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[52/100] Compiling Down Styler.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[53/100] Compiling Down DownDebugTextView.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[54/100] Compiling Down DownTextView.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[55/100] Compiling Down AttributedStringVisitor.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[56/100] Compiling Down DebugVisitor.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[57/100] Compiling Down ListItemPrefixGenerator.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[58/100] Compiling Down Visitor.swift
/host/spi-builder-workspace/.build/checkouts/Down/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
BUILD FAILURE 6.2 wasm