Build Information
Failed to build Hwp-Swift, reference 0.14.1 (64482d
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 23:14:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/sboh1214/Hwp-Swift.git
Reference: 0.14.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/sboh1214/Hwp-Swift
* tag 0.14.1 -> FETCH_HEAD
HEAD is now at 64482d3 Update deps and downgrade to swift@5.2 (#56)
Cloned https://github.com/sboh1214/Hwp-Swift.git
Revision (git rev-parse @):
64482d3c8f2dcf3762ddb4405fc606bf81b9b579
SUCCESS checkout https://github.com/sboh1214/Hwp-Swift.git at 0.14.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sboh1214/Hwp-Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/tsolomko/SWCompression.git
Fetching https://github.com/CoreOffice/OLEKit.git
Fetching https://github.com/Quick/Nimble
[1/906] Fetching olekit
[192/17915] Fetching olekit, swcompression
[8221/37499] Fetching olekit, swcompression, nimble
Fetched https://github.com/tsolomko/SWCompression.git from cache (1.23s)
Fetched https://github.com/CoreOffice/OLEKit.git from cache (1.51s)
Fetched https://github.com/Quick/Nimble from cache (1.53s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.0.1 (2.29s)
Computing version for https://github.com/tsolomko/SWCompression.git
Computed https://github.com/tsolomko/SWCompression.git at 4.5.8 (0.76s)
Fetching https://github.com/tsolomko/BitByteData
[1/3067] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData from cache (0.37s)
Computing version for https://github.com/CoreOffice/OLEKit.git
Computed https://github.com/CoreOffice/OLEKit.git at 0.3.1 (0.79s)
Computing version for https://github.com/tsolomko/BitByteData
Computed https://github.com/tsolomko/BitByteData at 1.4.4 (0.43s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.0.1
Creating working copy for https://github.com/tsolomko/SWCompression.git
Working copy of https://github.com/tsolomko/SWCompression.git resolved at 4.5.8
Creating working copy for https://github.com/CoreOffice/OLEKit.git
Working copy of https://github.com/CoreOffice/OLEKit.git resolved at 0.3.1
Creating working copy for https://github.com/tsolomko/BitByteData
Working copy of https://github.com/tsolomko/BitByteData resolved at 1.4.4
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/22] Compiling BitByteData ByteReader.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BitReader.swift:6:8: error: no such module 'Foundation'
4 | // See LICENSE for license information
5 |
6 | import Foundation
| `- error: no such module 'Foundation'
7 |
8 | /// A type that contains functions for reading `Data` bit-by-bit and byte-by-byte.
[7/22] Compiling BitByteData Extensions.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BitReader.swift:6:8: error: no such module 'Foundation'
4 | // See LICENSE for license information
5 |
6 | import Foundation
| `- error: no such module 'Foundation'
7 |
8 | /// A type that contains functions for reading `Data` bit-by-bit and byte-by-byte.
[8/23] Compiling OLEKit Reader.swift
/host/spi-builder-workspace/.build/checkouts/OLEKit/Sources/OLEKit/DataStream.swift:15:8: error: no such module 'Foundation'
13 | // limitations under the License.
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | public final class DataWriter {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/24] Emitting module BitByteData
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BitReader.swift:6:8: error: no such module 'Foundation'
4 | // See LICENSE for license information
5 |
6 | import Foundation
| `- error: no such module 'Foundation'
7 |
8 | /// A type that contains functions for reading `Data` bit-by-bit and byte-by-byte.
[10/24] Compiling BitByteData BitReader.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BitReader.swift:6:8: error: no such module 'Foundation'
4 | // See LICENSE for license information
5 |
6 | import Foundation
| `- error: no such module 'Foundation'
7 |
8 | /// A type that contains functions for reading `Data` bit-by-bit and byte-by-byte.
[11/24] Compiling BitByteData BitWriter.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BitReader.swift:6:8: error: no such module 'Foundation'
4 | // See LICENSE for license information
5 |
6 | import Foundation
| `- error: no such module 'Foundation'
7 |
8 | /// A type that contains functions for reading `Data` bit-by-bit and byte-by-byte.
[12/24] Compiling BitByteData MsbBitReader.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BitReader.swift:6:8: error: no such module 'Foundation'
4 | // See LICENSE for license information
5 |
6 | import Foundation
| `- error: no such module 'Foundation'
7 |
8 | /// A type that contains functions for reading `Data` bit-by-bit and byte-by-byte.
[13/24] Compiling OLEKit StorageType.swift
/host/spi-builder-workspace/.build/checkouts/OLEKit/Sources/OLEKit/DataStream.swift:15:8: error: no such module 'Foundation'
13 | // limitations under the License.
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | public final class DataWriter {
[14/24] Compiling BitByteData MsbBitWriter.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BitReader.swift:6:8: error: no such module 'Foundation'
4 | // See LICENSE for license information
5 |
6 | import Foundation
| `- error: no such module 'Foundation'
7 |
8 | /// A type that contains functions for reading `Data` bit-by-bit and byte-by-byte.
[15/24] Compiling OLEKit OLEError.swift
/host/spi-builder-workspace/.build/checkouts/OLEKit/Sources/OLEKit/DataStream.swift:15:8: error: no such module 'Foundation'
13 | // limitations under the License.
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | public final class DataWriter {
[16/24] Compiling BitByteData LsbBitWriter.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BitReader.swift:6:8: error: no such module 'Foundation'
4 | // See LICENSE for license information
5 |
6 | import Foundation
| `- error: no such module 'Foundation'
7 |
8 | /// A type that contains functions for reading `Data` bit-by-bit and byte-by-byte.
[17/24] Compiling OLEKit Header.swift
/host/spi-builder-workspace/.build/checkouts/OLEKit/Sources/OLEKit/DataStream.swift:15:8: error: no such module 'Foundation'
13 | // limitations under the License.
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | public final class DataWriter {
[18/24] Compiling OLEKit OLEStream.swift
/host/spi-builder-workspace/.build/checkouts/OLEKit/Sources/OLEKit/DataStream.swift:15:8: error: no such module 'Foundation'
13 | // limitations under the License.
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | public final class DataWriter {
[19/24] Compiling OLEKit OLEFile.swift
/host/spi-builder-workspace/.build/checkouts/OLEKit/Sources/OLEKit/DataStream.swift:15:8: error: no such module 'Foundation'
13 | // limitations under the License.
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | public final class DataWriter {
[20/24] Compiling BitByteData LsbBitReader.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BitReader.swift:6:8: error: no such module 'Foundation'
4 | // See LICENSE for license information
5 |
6 | import Foundation
| `- error: no such module 'Foundation'
7 |
8 | /// A type that contains functions for reading `Data` bit-by-bit and byte-by-byte.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/24] Emitting module OLEKit
/host/spi-builder-workspace/.build/checkouts/OLEKit/Sources/OLEKit/DataStream.swift:15:8: error: no such module 'Foundation'
13 | // limitations under the License.
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | public final class DataWriter {
[22/24] Compiling OLEKit FAT.swift
/host/spi-builder-workspace/.build/checkouts/OLEKit/Sources/OLEKit/DataStream.swift:15:8: error: no such module 'Foundation'
13 | // limitations under the License.
14 |
15 | import Foundation
| `- error: no such module 'Foundation'
16 |
17 | public final class DataWriter {
BUILD FAILURE 6.2 wasm