Build Information
Failed to build Calligraphy, reference 1.0.2 (6d1671
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 21:09:15 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>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vsanthanam/Calligraphy.git
Reference: 1.0.2
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/vsanthanam/Calligraphy
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 6d16710 Move `CODE_OF_CONDUCT.md` to `.github` (#94)
Cloned https://github.com/vsanthanam/Calligraphy.git
Revision (git rev-parse @):
6d16710aa37a060e3566f762866ac8cbcd480c34
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/Calligraphy.git at 1.0.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vsanthanam/Calligraphy.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/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
[231/18722] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.96s)
[2829/16640] Fetching swift-collections
[3496/65581] Fetching swift-collections, swiftformat
Fetched https://github.com/apple/swift-collections.git from cache (45.65s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (46.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (54.87s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.0 (0.92s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.91s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.66s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.71s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.0
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/47] Compiling Calligraphy TextFile.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[7/47] Compiling Calligraphy NeverExtensions.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[8/47] Compiling Calligraphy AnyStringComponent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[9/47] Compiling Calligraphy Delimited.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[10/47] Compiling Calligraphy DoubleQuote.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[11/47] Compiling Calligraphy EmptyStringComponent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/52] Emitting module Calligraphy
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[13/52] Compiling Calligraphy AnyDataComponent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[14/52] Compiling Calligraphy DataBuilder.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[15/52] Compiling Calligraphy DataComponent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[16/52] Compiling Calligraphy DataComponents.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[17/52] Compiling Calligraphy EmptyDataComponent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[18/52] Compiling Calligraphy RawDataComponent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[19/52] Compiling Calligraphy EmptyDirectoryComponent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[20/52] Compiling Calligraphy File.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[21/52] Compiling Calligraphy FilePermissions.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[22/52] Compiling Calligraphy Files.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[23/52] Compiling Calligraphy Folder.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[24/52] Compiling Calligraphy SerializedDirectoryContent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[25/52] Compiling Calligraphy NewLine.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[26/52] Compiling Calligraphy PrefixLines.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[27/52] Compiling Calligraphy QuotationMark.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[28/52] Compiling Calligraphy Quoted.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[29/52] Compiling Calligraphy RawStringComponent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[30/52] Compiling Calligraphy Separated.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[31/52] Compiling Calligraphy SingleQuote.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[32/52] Compiling Calligraphy Space.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[33/52] Compiling Calligraphy StringBuilder.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[34/52] Compiling Calligraphy StringComponent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[35/52] Compiling Calligraphy StringComponents.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[36/52] Compiling Calligraphy Frozen.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[37/52] Compiling Calligraphy Joined.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[38/52] Compiling Calligraphy Line.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[39/52] Compiling Calligraphy Lines.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[40/52] Compiling Calligraphy Map.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[41/52] Compiling Calligraphy MapLines.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[42/52] Compiling Calligraphy SuffixLines.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[43/52] Compiling Calligraphy Tab.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[44/52] Compiling Calligraphy Tabbed.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[45/52] Compiling Calligraphy TripleQuote.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[46/52] Compiling Calligraphy StringExtensions.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[47/52] Compiling Calligraphy DataExtensions.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[48/52] Compiling Calligraphy AnyDirectoryContent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[49/52] Compiling Calligraphy DataFile.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[50/52] Compiling Calligraphy Directory.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[51/52] Compiling Calligraphy DirectoryContent.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
[52/52] Compiling Calligraphy DirectoryContentBuilder.swift
/host/spi-builder-workspace/Sources/Calligraphy/DataComposition/AnyDataComponent.swift:26:8: error: no such module 'Foundation'
24 | // SOFTWARE.
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | /// A type-erased data component
BUILD FAILURE 6.2 wasm