Build Information
Failed to build Calligraphy, reference main (ff3615
), with Swift 6.2 (beta) for Wasm on 18 Aug 2025 00:11:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vsanthanam/Calligraphy.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/vsanthanam/Calligraphy
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ff36150 Setup CodeQL (#114)
Cloned https://github.com/vsanthanam/Calligraphy.git
Revision (git rev-parse @):
ff36150afde5cda6a1767f8b41c2d299e1a20aa0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/Calligraphy.git at main
========================================
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-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
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/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
[1/2094] Fetching swift-docc-plugin
[2095/19376] Fetching swift-docc-plugin, swift-collections
[9527/69941] Fetching swift-docc-plugin, swift-collections, swiftformat
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Fetched https://github.com/apple/swift-collections.git from cache (1.32s)
[5057/50565] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (37.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (40.45s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.57.2 (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.44s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3455] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.85s)
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-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.57.2
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.5
[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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/50] 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
[7/56] 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
[8/56] 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
[9/56] Compiling Calligraphy TabDefinition.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/56] 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
[11/56] 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
[12/56] 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
[13/56] 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
[14/56] Compiling Calligraphy Blank.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/56] 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
[16/56] 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
[17/56] 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
[18/56] 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
[19/56] 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
[20/56] 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
[21/56] 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
[22/56] 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
[23/56] 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
[24/56] Compiling Calligraphy StringEnvironment.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/56] 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
[26/56] 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
[27/56] 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
[28/56] 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
[29/56] 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
[30/56] 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
[31/56] 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
[32/56] 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
[33/56] 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
[34/56] 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
[35/56] 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
[36/56] 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
[37/56] 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
[38/56] 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
[39/56] 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
[40/56] 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
[41/56] 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
[42/56] 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
[43/56] 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
[44/56] 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
[45/56] 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
[46/56] 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
[47/56] 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
[48/56] 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
[49/56] 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
[50/56] 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
[51/56] 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
[52/56] 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
[53/56] Compiling Calligraphy QuotationMarkStyle.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
[54/56] Compiling Calligraphy Quote.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
[55/56] 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
[56/56] 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
BUILD FAILURE 6.2 wasm