Build Information
Failed to build PaversParsec, reference 1.0.2 (458727), with Swift 6.2 for Wasm on 17 Jun 2025 12:09:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/paversparsec.git
Reference: 1.0.2
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/paversparsec
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 4587275 push make initializer of ParserState public
Cloned https://github.com/keithpitsui/paversparsec.git
Revision (git rev-parse @):
45872750dc62ba7a56aed049ae68f3c2742da8ef
SUCCESS checkout https://github.com/keithpitsui/paversparsec.git at 1.0.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/keithpitsui/paversparsec.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Fetching https://github.com/KeithPiTsui/PaversSugar.git
[1/59] Fetching paverssugar
[60/194] Fetching paverssugar, paversfrp
Fetched https://github.com/KeithPiTsui/PaversSugar.git from cache (0.42s)
Fetched https://github.com/KeithPiTsui/PaversFRP.git from cache (0.43s)
Computing version for https://github.com/KeithPiTsui/PaversSugar.git
Computed https://github.com/KeithPiTsui/PaversSugar.git at 1.0.0 (1.09s)
Computing version for https://github.com/KeithPiTsui/PaversFRP.git
Computed https://github.com/KeithPiTsui/PaversFRP.git at 1.0.0 (6.91s)
Creating working copy for https://github.com/KeithPiTsui/PaversSugar.git
Working copy of https://github.com/KeithPiTsui/PaversSugar.git resolved at 1.0.0
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/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/47] 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
[6/53] 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
[7/53] 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
[8/53] 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
[9/53] 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
[10/53] 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
[11/53] 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
[12/53] 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
[13/53] 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
[14/53] 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
[15/53] 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
[16/53] 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
[17/53] 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
[18/53] 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
[19/53] 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
[20/53] 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
[21/53] 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
[22/53] 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
[23/53] 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
[24/53] 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
[25/53] 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
[26/53] 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
[27/53] 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
[28/53] 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
[29/53] 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
[30/53] 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
[31/53] 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
[32/53] 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
[33/53] 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
[34/53] 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
[35/53] 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
[36/53] 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
[37/53] 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
[38/53] 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
[39/53] 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
[40/53] 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
[41/53] 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
[42/53] 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
[43/53] 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
[44/53] 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
[45/53] 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
[46/53] 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
[47/53] 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
[48/53] 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
[49/53] 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
[50/53] 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
[51/53] 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
[52/53] 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
[53/53] 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
BUILD FAILURE 6.2 wasm