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 Genything, reference main (ebc202), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 23:07:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/justeattakeaway/Genything.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/justeattakeaway/Genything
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ebc2021 Swift 5.7 light touch adoption of some new features (#59)
Cloned https://github.com/justeattakeaway/Genything.git
Revision (git rev-parse @):
ebc20216ba67aeb955a9d3b82873e7fc15b70ae6
SUCCESS checkout https://github.com/justeattakeaway/Genything.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/justeattakeaway/Genything.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.82s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.86s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/13] Write sources
[2/13] Copying CityData.json
[2/13] Write sources
[2/13] Copying CountryData.json
[7/13] Copying StreetData.json
[7/13] Copying StateData.json
[7/13] Copying LoremData.json
[7/13] Copying BusinessNamesData.json
[7/13] Copying PersonNamesData.json
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/66] Compiling Genything Generators+weighted.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[15/66] Compiling Genything Generators+constant.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[16/66] Compiling Genything Generators+iterate.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[17/66] Compiling Genything Generators+loop.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[18/66] Compiling Genything Generators+shuffleLoop.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[19/66] Compiling Genything Generators+shuffled.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[20/66] Compiling Genything Generators+void.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[21/73] Compiling Genything Generators.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[22/73] Compiling Genything String+replacingOccurences.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[23/73] Compiling Genything LazyGenerator.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[24/73] Compiling Genything Generator+also.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[25/73] Compiling Genything Generator+debug.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[26/73] Compiling Genything Generator+distinct.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[27/73] Compiling Genything Generator+drop.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[28/73] Compiling Genything Generator+expand.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[29/73] Compiling Genything Generator+filter.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[30/73] Compiling Genything Generator+flatMap.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[31/73] Compiling Genything Generator+flatten.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[32/73] Compiling Genything Generator+generate.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[33/73] Compiling Genything Generator+map.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[34/73] Compiling Genything Generator+or.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[35/73] Compiling Genything Generator+orNil.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[36/73] Compiling Genything Generator+prepend.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[37/73] Compiling Genything Generator+recompose.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[38/73] Compiling Genything Generator+regenerate.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[39/73] Compiling Genything Generator+replace.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[40/73] Compiling Genything Generator+replacingOccurences.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[41/73] Compiling Genything Generator+scan.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/73] Emitting module Genything
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[43/73] Compiling Genything AnyGenerator.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[44/73] Compiling Genything CaseIterable+arbitrary.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[45/73] Compiling Genything Collection+arbitrary.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[46/73] Compiling Genything RandomInRangeable.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[47/73] Compiling Genything Range+arbitrary.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[48/73] Compiling Genything Arbitrary.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[49/73] Compiling Genything CoreLocation+Arbitrary.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[50/73] Compiling Genything Foundation+Arbitrary.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[51/73] Compiling Genything Swift+Arbitrary.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[52/73] Compiling Genything UIKit+Arbitrary.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[53/73] Compiling Genything UUID+initRandomBits.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[54/73] Compiling Genything Composer.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[55/73] Compiling Genything Generator.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[56/73] Compiling Genything GeneratorProfiler.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[57/73] Compiling Genything GeneratorSequence.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[58/73] Compiling Genything Generators+collect.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[59/73] Compiling Genything Generator+zip.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[60/73] Compiling Genything Generator+sequence.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[61/73] Compiling Genything Generator+take.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[62/73] Compiling Genything RandomSource+drop.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[63/73] Compiling Genything RandomSource.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[64/73] Compiling Genything LinearCongruentialRandomNumberGenerator.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[65/73] Compiling Genything RandomizedGenerator.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[66/73] Compiling Genything Generators+compose.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[67/73] Compiling Genything Generators+either.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[68/73] Compiling Genything Generators+join.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[69/73] Compiling Genything Generators+merge.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[70/73] Compiling Genything Generators+oneOf.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[71/73] Compiling Genything Generators+reduce.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[72/73] Compiling Genything Generators+replacing.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
[73/73] Compiling Genything Generators+switchOnNil.swift
/host/spi-builder-workspace/Sources/Genything/Arbitrary/Type/Arbitrary.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | /// A type that conforms to the Arbitrary protocol can be used to randomly generate _any_ discrete value from the conforming type's range of possible values
BUILD FAILURE 6.2 wasm