Build Information
Failed to build PaversFRP, reference master (6d13f6), with Swift 6.2 for Wasm on 17 Jun 2025 13:39:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/keithpitsui/paversfrp.git
Reference: master
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/paversfrp
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6d13f6b Update README.md
Cloned https://github.com/keithpitsui/paversfrp.git
Revision (git rev-parse @):
6d13f6ba112ce532f93d4729f9a4d22462f612ae
SUCCESS checkout https://github.com/keithpitsui/paversfrp.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/keithpitsui/paversfrp.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/50] Emitting module PaversFRP
/host/spi-builder-workspace/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
[4/56] Compiling PaversFRP AnyError.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP NoError.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP SomeError.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Arrow.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Comparable.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Function.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Unpack.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP List.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Ordering.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Result.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Value+NumericType.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Curry.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Runes.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP State+Monad.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP State.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP String.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Bool.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Either.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Empty.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Array+Applicative.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Array+Functor.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Array+Monad.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Array.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP NonEmpties.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Comparator.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Dictionary.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Lens.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP LensHolder.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Optional+Alternative.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Optional+Applicative.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Optional+Functor.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Optional+Monad.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Optional.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP HKT+Array.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP HigherKindedType.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Identity.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP EitherType.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Enumerable.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP LensObject.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Monoid.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Pair.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Tuple.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Unit.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Set+CartesianProduct.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP Set+Monoid.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP State+Functor.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP NonEmptyType.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP NumericType.swift
/host/spi-builder-workspace/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/56] Compiling PaversFRP OptionalType.swift
/host/spi-builder-workspace/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
[53/56] Compiling PaversFRP ResultProtocol.swift
/host/spi-builder-workspace/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
[54/56] Compiling PaversFRP Semigroup.swift
/host/spi-builder-workspace/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
[55/56] Compiling PaversFRP VectorType.swift
/host/spi-builder-workspace/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
[56/56] Compiling PaversFRP Array+Alternative.swift
/host/spi-builder-workspace/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