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 AllocData, reference main (0158ea), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 03:50:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/open-portfolio/AllocData.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/open-portfolio/AllocData
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0158ea3 Fix urls
Cloned https://github.com/open-portfolio/AllocData.git
Revision (git rev-parse @):
0158ea3f20e15f1ffd082d85f0aba4ef83a8dc91
SUCCESS checkout https://github.com/open-portfolio/AllocData.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/open-portfolio/AllocData.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[3/68] Compiling AllocData MAsset.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[4/68] Compiling AllocData MCap+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[5/68] Compiling AllocData MCap+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[6/68] Compiling AllocData MCap+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[7/68] Compiling AllocData MCap.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[8/68] Compiling AllocData MHolding+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[9/68] Compiling AllocData MHolding+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[10/68] Compiling AllocData MHolding+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[11/68] Compiling AllocData MHolding.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[12/68] Compiling AllocData MAccount+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[13/68] Compiling AllocData MAccount+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[14/68] Compiling AllocData MAccount.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[15/68] Compiling AllocData MAllocation+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[16/68] Compiling AllocData MAllocation+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[17/68] Compiling AllocData MAllocation+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[18/68] Compiling AllocData MAllocation.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[19/68] Compiling AllocData MAsset+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[20/68] Compiling AllocData MAsset+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[21/68] Compiling AllocData MAsset+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[22/77] Compiling AllocData MValuationCashflow.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[23/77] Compiling AllocData MValuationPosition+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[24/77] Compiling AllocData MValuationPosition+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[25/77] Compiling AllocData MValuationPosition+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[26/77] Compiling AllocData MValuationPosition.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[27/77] Compiling AllocData MValuationSnapshot+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[28/77] Compiling AllocData MValuationSnapshot+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[29/77] Compiling AllocData MValuationSnapshot+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[30/77] Compiling AllocData MValuationSnapshot.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[31/77] Compiling AllocData MRebalanceSale+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[32/77] Compiling AllocData MRebalanceSale+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[33/77] Compiling AllocData MRebalanceSale.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[34/77] Compiling AllocData MSecurity+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[35/77] Compiling AllocData MSecurity+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[36/77] Compiling AllocData MSecurity+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[37/77] Compiling AllocData MSecurity.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[38/77] Compiling AllocData MSourceMeta+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[39/77] Compiling AllocData MSourceMeta+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/77] Compiling AllocData MSourceMeta+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[41/77] Compiling AllocData MSourceMeta.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[42/77] Compiling AllocData MStrategy+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[43/77] Compiling AllocData MStrategy+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[44/77] Compiling AllocData MStrategy+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[45/77] Compiling AllocData MStrategy.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[46/77] Compiling AllocData MTracker+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[47/77] Compiling AllocData MTracker+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[48/77] Compiling AllocData MTracker+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[49/77] Compiling AllocData MTracker.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[50/77] Compiling AllocData MTransaction+Action.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[51/77] Compiling AllocData MTransaction+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[52/77] Compiling AllocData MTransaction+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[53/77] Compiling AllocData MTransaction+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[54/77] Compiling AllocData MTransaction.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[55/77] Compiling AllocData MValuationCashflow+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[56/77] Compiling AllocData MValuationCashflow+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[57/77] Compiling AllocData MValuationCashflow+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[58/77] Compiling AllocData AllocAttributable.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[59/77] Compiling AllocData AllocBase+Parsers.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[60/77] Compiling AllocData AllocBase.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[61/77] Compiling AllocData AllocDataError.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[62/77] Compiling AllocData AllocFormat.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[63/77] Compiling AllocData AllocKeyed.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[64/77] Compiling AllocData AllocRowed.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[65/77] Compiling AllocData AllocSchema+TableSignature.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[66/77] Compiling AllocData AllocSchema.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[67/77] Compiling AllocData MAccount+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[68/77] Compiling AllocData MRebalanceAllocation+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[69/77] Compiling AllocData MRebalanceAllocation+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[70/77] Compiling AllocData MRebalanceAllocation+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[71/77] Compiling AllocData MRebalanceAllocation.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[72/77] Compiling AllocData MRebalancePurchase+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[73/77] Compiling AllocData MRebalancePurchase+Key.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[74/77] Compiling AllocData MRebalancePurchase+Row.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[75/77] Compiling AllocData MRebalancePurchase.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[76/77] Compiling AllocData MRebalanceSale+Attributes.swift
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[77/77] Emitting module AllocData
/host/spi-builder-workspace/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
   |        `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
BUILD FAILURE 6.2 wasm