The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Hwp-Swift, reference main (8ecd92), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 23:15:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 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/sboh1214/Hwp-Swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8ecd926 Update deps and test swift 5.6 (#58)
Cloned https://github.com/sboh1214/Hwp-Swift.git
Revision (git rev-parse @):
8ecd9265362b409437b36ded8dda5c2fb9c3101f
SUCCESS checkout https://github.com/sboh1214/Hwp-Swift.git at main
========================================
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-4609320-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/Quick/Nimble
Fetching https://github.com/CoreOffice/OLEKit.git
[1/906] Fetching olekit
[907/17915] Fetching olekit, swcompression
[5160/37499] Fetching olekit, swcompression, nimble
Fetched https://github.com/CoreOffice/OLEKit.git from cache (3.07s)
Fetched https://github.com/tsolomko/SWCompression.git from cache (3.09s)
Fetched https://github.com/Quick/Nimble from cache (3.09s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (3.50s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.24s)
Computing version for https://github.com/tsolomko/SWCompression.git
Computed https://github.com/tsolomko/SWCompression.git at 4.8.5 (1.66s)
Fetching https://github.com/tsolomko/BitByteData
[1/3067] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData from cache (0.34s)
Computing version for https://github.com/CoreOffice/OLEKit.git
Computed https://github.com/CoreOffice/OLEKit.git at 0.3.1 (0.75s)
Computing version for https://github.com/tsolomko/BitByteData
Computed https://github.com/tsolomko/BitByteData at 2.0.4 (0.55s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.52s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (1.06s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.46s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
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 2.0.4
Creating working copy for https://github.com/tsolomko/SWCompression.git
Working copy of https://github.com/tsolomko/SWCompression.git resolved at 4.8.5
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/27] 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 {
[8/28] Compiling BitByteData LsbBitReader.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[9/28] Compiling BitByteData LsbBitWriter.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[10/29] 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 {
[11/29] Compiling BitByteData BitWriter.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[12/29] Compiling BitByteData ByteReader.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[13/29] Compiling BitByteData resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[14/29] Compiling BitByteData MsbBitReader.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[15/29] Compiling BitByteData MsbBitWriter.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[16/29] 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 {
[17/29] 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 {
[18/29] 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/29] 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 {
[20/29] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/29] Emitting module BitByteData
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[22/29] Compiling BitByteData BigEndianByteReader.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[23/29] Compiling BitByteData BitReader.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[24/29] Compiling BitByteData SignedNumberRepresentation.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[25/29] Compiling BitByteData Extensions.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
[26/29] Compiling BitByteData LittleEndianByteReader.swift
/host/spi-builder-workspace/.build/checkouts/BitByteData/Sources/BigEndianByteReader.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` byte-by-byte in the Big Endian order.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/29] 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 {
BUILD FAILURE 6.2 wasm