The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CxjToasts, reference main (38e779), with Swift 6.2 for Wasm on 22 Jun 2025 20:09:35 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/coxijcake/CxjToasts.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/coxijcake/CxjToasts
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 38e7791 Update README.md
Cloned https://github.com/coxijcake/CxjToasts.git
Revision (git rev-parse @):
38e77916b7dd36bc5c3b0da9f5ba20c8b6d47efb
SUCCESS checkout https://github.com/coxijcake/CxjToasts.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/coxijcake/CxjToasts.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/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/147] Emitting module CxjToasts
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[5/147] Compiling CxjToasts CxjToastConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[6/147] Compiling CxjToasts CxjToastsKeyboardDisplayingStateHandler.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[7/147] Compiling CxjToasts CxjToastDismisser.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[8/147] Compiling CxjToasts CxjToastDismisser+BySwipeUseCase.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[9/147] Compiling CxjToasts CxjToastDismisser+ByTimeUseCase.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[10/147] Compiling CxjToasts CxjToastDismisser+ByTouchUseCase.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[11/147] Compiling CxjToasts CxjToastDismisser+UseCasesFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[12/147] Compiling CxjToasts ToastDismissUseCase.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[13/147] Compiling CxjToasts ToastDismissUseCaseDelegate.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[14/147] Compiling CxjToasts CxjDisplayingToastsCoordinator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[15/147] Compiling CxjToasts CxjDisplayingToastsUpdater.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[16/147] Compiling CxjToasts CxjToastPresenter+Layout.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[17/147] Compiling CxjToasts CxjToastPresenter+UpdatingForKeyboardStrategy.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[18/147] Compiling CxjToasts CxjToastPresenter.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[19/147] Compiling CxjToasts ToastContentNsLayoutConstraintConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[20/147] Compiling CxjToasts CxjToastsCoordinator+BackgroundActionConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[21/147] Compiling CxjToasts CxjToastsCoordinator+ToastDisplayingProgress.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[22/147] Compiling CxjToasts CxjToastsCoordinator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[23/147] Compiling CxjToasts ToastSpamValidator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[24/147] Compiling CxjToasts ComparableToast.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[25/147] Compiling CxjToasts CxjToastUiImpactFeedbackGenerator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[26/147] Compiling CxjToasts SmoothProgressCalculator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[27/147] Compiling CxjToasts CxjInteractiveBounceButton.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[28/147] Compiling CxjToasts CxjToast.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[29/147] Compiling CxjToasts CxjToastDelegate.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[30/147] Compiling CxjToasts CxjToastConfiguration+Animations.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[31/147] Compiling CxjToasts CxjToastConfiguration+Constraints.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[32/147] Compiling CxjToasts CxjToastConfiguration+DismissMethod.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[33/147] Compiling CxjToasts CxjToastConfiguration+KeyboardHandling.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[34/147] Compiling CxjToasts CxjToastConfiguration+Layout.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[35/147] Compiling CxjToasts CxjToastConfiguration+SourceBackground.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[36/147] Compiling CxjToasts CxjToastConfiguration+SpamProtection.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[37/147] Compiling CxjToasts CxjToastConfiguration+ToastCoexistencePolicy.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[38/147] Compiling CxjToasts CxjToastConfiguration.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[39/147] Compiling CxjToasts CxjToastContentLayout.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[40/147] Compiling CxjToasts CxjToastDisplayingState.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[41/147] Compiling CxjToasts CxjToastType.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[42/147] Compiling CxjToasts CxjToastAnimationPropertiesConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[43/147] Compiling CxjToasts CxjToastAnimator+ConfigStrategyFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[44/147] Compiling CxjToasts CxjToastAnimator+CustomConfigPropertiesBuilder.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[45/147] Compiling CxjToasts CxjToastAnimator+CustomConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[46/167] Compiling CxjToasts CxjToastAnimator+DefaultConfigStrategyFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[47/167] Compiling CxjToasts CxjToastAnimator+DefaultConfigStrategyInput.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[48/167] Compiling CxjToasts CxjToastAnimator+DefaultBottomConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[49/167] Compiling CxjToasts CxjToastAnimator+DefaultCenterConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[50/167] Compiling CxjToasts CxjToastAnimator+DefaultTopConfigStrategyFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[51/167] Compiling CxjToasts CxjToastAnimator+DefaultTopCommonConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[52/167] Compiling CxjToasts CxjToastAnimator+DefaultTopDynamicIslandConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[53/167] Compiling CxjToasts CxjToastAnimator+DefaultTopNotchConfigStrategy.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[54/167] Compiling CxjToasts CxjToastAnimationCoordinator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[55/167] Compiling CxjToasts CxjToastAnimator+CoordinatorFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[56/167] Compiling CxjToasts CxjToastAnimator+CommonBehaviourCoordinator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[57/167] Compiling CxjToasts CxjToastAnimator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[58/167] Compiling CxjToasts CxjToastDismissAnimator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[59/167] Compiling CxjToasts CxjToastPresentAnimator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[60/167] Compiling CxjToasts CxjToastAnimator+LayoutCalculator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[61/167] Compiling CxjToasts CxjToastAnimator+SourceBackgroundLayoutCalculator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[62/167] Compiling CxjToasts CxjToastAnimator+AnimatingProperties.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[63/167] Compiling CxjToasts ToastAttributesComparator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[64/167] Compiling CxjToasts ToastPlacementComparator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[65/167] Compiling CxjToasts ToastSourceViewComparator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[66/167] Compiling CxjToasts ToastTypeComparator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[67/167] Compiling CxjToasts CxjToastTextContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[68/167] Compiling CxjToasts CxjUndoActionToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[69/167] Compiling CxjToasts CxjUndoActionToastContentView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[70/167] Compiling CxjToasts CxjUndoActionToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[71/167] Compiling CxjToasts CircularCountdownProgressBarView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[72/167] Compiling CxjToasts UndoActionToastNumberedTimingFeedbackView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[73/167] Compiling CxjToasts UndoActionToastNumberedWithProgressFeedbackView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[74/167] Compiling CxjToasts UndoToastCountdownProgressFeedbackView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[75/167] Compiling CxjToasts ToastActionButton.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[76/167] Compiling CxjToasts CxjToastSourceBackground.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[77/167] Compiling CxjToasts CxjToastSourceBackgroundControl.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[78/167] Compiling CxjToasts CxjToastSourceBackgroundFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[79/167] Compiling CxjToasts CxjToastSourceBackgroundTheme.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[80/167] Compiling CxjToasts CxjToastTemplate+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[81/167] Compiling CxjToasts CxjToastTemplate+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[82/167] Compiling CxjToasts CxjToastTemplate+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[83/167] Compiling CxjToasts CxjToastTemplate+MinimalizedGlobalStatus.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[84/167] Compiling CxjToasts CxjToastTemplate+Native.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[85/167] Compiling CxjToasts CxjToastTemplate+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[86/167] Compiling CxjToasts CxjToastTemplate+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[87/167] Compiling CxjToasts ConfigableToast.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[88/167] Compiling CxjToasts CxjDisplayableToast.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[89/167] Compiling CxjToasts CxjIdentifiableToast.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[90/167] Compiling CxjToasts SpamProtectableToast.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[91/167] Compiling CxjToasts CxjActionToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[92/167] Compiling CxjToasts CxjActionToastContentView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[93/167] Compiling CxjToasts CxjActionToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[94/167] Compiling CxjToasts CxjToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[95/167] Compiling CxjToasts CxjToastContentView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[96/167] Compiling CxjToasts CxjToastContentViewFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[97/167] Compiling CxjToasts CxjIconConfiguration.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[98/167] Compiling CxjToasts CxjLabelConfiguration.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[99/167] Compiling CxjToasts CxjTextConfiguration.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[100/167] Compiling CxjToasts CxjInfoToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[101/167] Compiling CxjToasts CxjIconWithTextToastContentViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[102/167] Compiling CxjToasts CxjIconedToastContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[103/167] Compiling CxjToasts CxjIconedToastContentView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[104/167] Compiling CxjToasts CxjTextContentLabelConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[105/167] Compiling CxjToasts CxjToastTextContentConfiguration.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[106/167] Compiling CxjToasts CxjToastTextContentView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[107/167] Compiling CxjToasts CxjToastTemplate.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[108/167] Compiling CxjToasts CxjTemplatedToastContentConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[109/167] Compiling CxjToasts CxjTemplatedToastContentConfiguratorFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[110/167] Compiling CxjToasts ToastContentConfigurator+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[111/167] Compiling CxjToasts ToastContentConfigurator+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[112/167] Compiling CxjToasts ToastContentConfigurator+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[113/167] Compiling CxjToasts ToastContentConfigurator+GlobalMinimalizedStatus.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[114/167] Compiling CxjToasts ToastContentConfigurator+Native.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[115/167] Compiling CxjToasts ToastContentConfigurator+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[116/167] Compiling CxjToasts ToastContentConfigurator+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[117/167] Compiling CxjToasts CxjTemplatedToastConfigProvider.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[118/167] Compiling CxjToasts CxjTemplatedToastConfigProviderFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[119/167] Compiling CxjToasts ToastConfigProvider+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[120/167] Compiling CxjToasts ToastConfigProvider+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[121/167] Compiling CxjToasts ToastConfigProvider+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[122/167] Compiling CxjToasts ToastConfigProvider+MinimalizedGlobalStatus.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[123/167] Compiling CxjToasts ToastConfigProvider+Native.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[124/167] Compiling CxjToasts ToastConfigProvider+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[125/167] Compiling CxjToasts ToastConfigProvider+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[126/167] Compiling CxjToasts CxjTemplatedToastViewConfigProviderFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[127/167] Compiling CxjToasts ToastViewConfigProviderFactory+Provider.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[128/167] Compiling CxjToasts ToastViewConfigProvider+ActionableEventToast.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[129/167] Compiling CxjToasts ToastViewConfigProvider+BottomPrimary.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[130/167] Compiling CxjToasts ToastViewConfigProvider+CompactActionDescription.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[131/167] Compiling CxjToasts ToastViewConfigProvider+MinimalizedGlobalStatus.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[132/167] Compiling CxjToasts ToastViewConfigProvider+Native.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[133/167] Compiling CxjToasts ToastViewConfigProvider+TopStraight.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[134/167] Compiling CxjToasts ToastViewConfigProvider+UndoAction.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[135/167] Compiling CxjToasts CxjToastContainerBackgroundViewFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[136/167] Compiling CxjToasts CxjToastGradientBackgroundView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[137/167] Compiling CxjToasts CxjToastContainerView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[138/167] Compiling CxjToasts CxjToastContainerViewStateConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[139/167] Compiling CxjToasts CxjToastView.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[140/167] Compiling CxjToasts CxjToastViewConfiguration.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[141/167] Compiling CxjToasts CxjToastViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[142/167] Compiling CxjToasts CxjToasts.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[143/167] Compiling CxjToasts Collection+Extensions.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[144/167] Compiling CxjToasts UIApplication+Extensions.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[145/167] Compiling CxjToasts UIScreen+Extensions.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[146/167] Compiling CxjToasts resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[147/167] Compiling CxjToasts Completions.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[148/167] Compiling CxjToasts CxjAnimation.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[149/167] Compiling CxjToasts CxjBlurredBackgroundViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[150/167] Compiling CxjToasts CxjColorizedBackgroundViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[151/167] Compiling CxjToasts CxjGradientdBackgroundViewConfigurator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[152/167] Compiling CxjToasts CxjBackground.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[153/167] Compiling CxjToasts CxjDynamicIslandHelper.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[154/167] Compiling CxjToasts CxjNotchHelper.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[155/167] Compiling CxjToasts ClampedAlpha.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[156/167] Compiling CxjToasts ClampedProgress.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[157/167] Compiling CxjToasts CxjToastComparisonAttribute.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[158/167] Compiling CxjToasts CxjToastComparisonCriteria.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[159/167] Compiling CxjToasts CxjGradientParams.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[160/167] Compiling CxjToasts CxjHapticFeedback.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[161/167] Compiling CxjToasts CxjUIViewShadowParams.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[162/167] Compiling CxjToasts ToastLayoutProgress.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[163/167] Compiling CxjToasts MulticastPublisher.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[164/167] Compiling CxjToasts CxjToastHapticFeedbackGenerator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[165/167] Compiling CxjToasts CxjToastHapticFeedbackGeneratorFactory.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[166/167] Compiling CxjToasts CxjToastHapticImpacter.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
[167/167] Compiling CxjToasts CxjToastNotificationFeebackGenerator.swift
/host/spi-builder-workspace/Sources/Common/Completions.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public typealias CxjVoidCompletion = () -> Void
BUILD FAILURE 6.2 wasm