The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PaversSugar, reference 1.0.0 (4589b7), with Swift 6.2 for Wasm on 18 Jun 2025 14:42:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/KeithPiTsui/PaversSugar.git
Reference: 1.0.0
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/KeithPiTsui/PaversSugar
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 4589b7a initialization
Cloned https://github.com/KeithPiTsui/PaversSugar.git
Revision (git rev-parse @):
4589b7a40f2b502ba3a003fb9b05cd5d5afa2f78
SUCCESS checkout https://github.com/KeithPiTsui/PaversSugar.git at 1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/KeithPiTsui/PaversSugar.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/KeithPiTsui/PaversFRP.git
[1/135] Fetching paversfrp
Fetched https://github.com/KeithPiTsui/PaversFRP.git from cache (1.14s)
Computing version for https://github.com/KeithPiTsui/PaversFRP.git
Computed https://github.com/KeithPiTsui/PaversFRP.git at 1.0.0 (3.65s)
Creating working copy for https://github.com/KeithPiTsui/PaversFRP.git
Working copy of https://github.com/KeithPiTsui/PaversFRP.git resolved at 1.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/46] Emitting module PaversFRP
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[5/52] Compiling PaversFRP Empty.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[6/52] Compiling PaversFRP Ordering.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[7/52] Compiling PaversFRP Result.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[8/52] Compiling PaversFRP Value+NumericType.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[9/52] Compiling PaversFRP Curry.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[10/52] Compiling PaversFRP Runes.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[11/52] Compiling PaversFRP AnyError.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[12/52] Compiling PaversFRP NoError.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[13/52] Compiling PaversFRP SomeError.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[14/52] Compiling PaversFRP Comparable.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[15/52] Compiling PaversFRP Function.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[16/52] Compiling PaversFRP Unpack.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[17/52] Compiling PaversFRP Lens.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[18/52] Compiling PaversFRP LensHolder.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[19/52] Compiling PaversFRP Optional+Alternative.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[20/52] Compiling PaversFRP Optional+Applicative.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[21/52] Compiling PaversFRP Optional+Functor.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[22/52] Compiling PaversFRP Optional+Monad.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[23/52] Compiling PaversFRP State+Functor.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[24/52] Compiling PaversFRP State+Monad.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[25/52] Compiling PaversFRP State.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[26/52] Compiling PaversFRP String.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[27/52] Compiling PaversFRP Bool.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[28/52] Compiling PaversFRP Either.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[29/52] Compiling PaversFRP Array+Functor.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[30/52] Compiling PaversFRP Array+Monad.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[31/52] Compiling PaversFRP Array.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[32/52] Compiling PaversFRP NonEmpties.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[33/52] Compiling PaversFRP Comparator.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[34/52] Compiling PaversFRP Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[35/52] Compiling PaversFRP OptionalType.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[36/52] Compiling PaversFRP ResultProtocol.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[37/52] Compiling PaversFRP Semigroup.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[38/52] Compiling PaversFRP VectorType.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[39/52] Compiling PaversFRP Array+Alternative.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[40/52] Compiling PaversFRP Array+Applicative.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[41/52] Compiling PaversFRP Optional.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[42/52] Compiling PaversFRP Pair.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[43/52] Compiling PaversFRP Tuple.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[44/52] Compiling PaversFRP Unit.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[45/52] Compiling PaversFRP Set+CartesianProduct.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[46/52] Compiling PaversFRP Set+Monoid.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[47/52] Compiling PaversFRP EitherType.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[48/52] Compiling PaversFRP Enumerable.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[49/52] Compiling PaversFRP LensObject.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[50/52] Compiling PaversFRP Monoid.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[51/52] Compiling PaversFRP NonEmptyType.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
[52/52] Compiling PaversFRP NumericType.swift
/host/spi-builder-workspace/.build/checkouts/PaversFRP/Sources/PaversFRP/Types/Error/AnyError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// A type-erased error which wraps an arbitrary error instance. This should be
BUILD FAILURE 6.2 wasm