Build Information
Failed to build SwiftToasts, reference v0.9.2 (fa3840
), with Swift 6.2 (beta) for Linux on 27 Aug 2025 18:48:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/athankefalas/swift-toasts.git
Reference: v0.9.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/athankefalas/swift-toasts
* tag v0.9.2 -> FETCH_HEAD
HEAD is now at fa3840a Release v0.9.2
Cloned https://github.com/athankefalas/swift-toasts.git
Revision (git rev-parse @):
fa3840a4daa9811ba95dcaf19ea07e23193103c7
SUCCESS checkout https://github.com/athankefalas/swift-toasts.git at v0.9.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/athankefalas/swift-toasts.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/85] Emitting module SwiftToasts
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[4/96] Compiling SwiftToasts ToastPresenterProxy.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[5/96] Compiling SwiftToasts AnyTransition+ToastTransition.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[6/96] Compiling SwiftToasts HostedToastContent.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[7/96] Compiling SwiftToasts ToastButton.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[8/96] Compiling SwiftToasts ToastPresenterReader.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[9/96] Compiling SwiftToasts SoundSettingsExample.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[10/96] Compiling SwiftToasts ToastPresentationLayoutExample.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[11/96] Compiling SwiftToasts UserInfoFormExample.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[12/96] Compiling SwiftToasts PresentedPreview.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[13/96] Compiling SwiftToasts PreviewContent.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[14/96] Compiling SwiftToasts SomeObservableOject.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[15/96] Compiling SwiftToasts ScheduleToastAction.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[16/96] Compiling SwiftToasts AnyToastStyle.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[17/96] Compiling SwiftToasts PlainToastBackground.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[18/96] Compiling SwiftToasts PlainToastStyle.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[19/96] Compiling SwiftToasts ToastButtonStyle.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[20/96] Compiling SwiftToasts ToastLabelStyle.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[21/96] Compiling SwiftToasts ToastLabeledContentStyle.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[22/96] Compiling SwiftToasts ToastConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[23/96] Compiling SwiftToasts ToastStyle.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[24/96] Compiling SwiftToasts ToastStyleEnvironmentKey.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[25/96] Compiling SwiftToasts Toast.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[26/96] Compiling SwiftToasts PlatformIdiom.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[27/96] Compiling SwiftToasts PresentationContext.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[28/96] Compiling SwiftToasts ToastAlignment.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[29/96] Compiling SwiftToasts ToastCancellation.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[30/96] Compiling SwiftToasts ToastDismissAction.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[31/96] Compiling SwiftToasts ToastDuration.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[32/96] Compiling SwiftToasts ToastOrnament.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[33/96] Compiling SwiftToasts ToastPresentation.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[34/96] Compiling SwiftToasts ToastPresentationInvalidationOptions.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[35/96] Compiling SwiftToasts ToastPresentationSpace.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[36/96] Compiling SwiftToasts ToastRole.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[37/96] Compiling SwiftToasts ToastTransition.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[38/96] Compiling SwiftToasts NSAssociatedProperty.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[39/96] Compiling SwiftToasts NSToastHostingController.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[40/96] Compiling SwiftToasts NSTransientFloatingWindow.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[41/96] Compiling SwiftToasts NSView+Animatable.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[42/96] Compiling SwiftToasts NSWindow+ToastPresenting.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[43/96] Compiling SwiftToasts NSWindowToastPresenterReaderModifier.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[44/96] Compiling SwiftToasts UIToastHostingController.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[45/96] Compiling SwiftToasts UIView+Animatable.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[46/96] Compiling SwiftToasts UIWindow+ToastPresenting .swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[47/96] Compiling SwiftToasts UIWindowToastPresenterReaderModifier.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[48/96] Compiling SwiftToasts UIToastHostingOrnament.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[49/96] Compiling SwiftToasts UIWindow+ToastOrnament.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[50/96] Compiling SwiftToasts PresentationBoundState.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[51/96] Compiling SwiftToasts RuntimeWarning.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[52/96] Compiling SwiftToasts SwiftUI+Fallbacks.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[53/96] Compiling SwiftToasts UIKit+Fallbacks.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[54/96] Compiling SwiftToasts SwiftToastsConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[55/96] Compiling SwiftToasts PlatformLayoutConstraints.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[56/96] Compiling SwiftToasts PresenterPhaseObserver.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[57/96] Compiling SwiftToasts ScenePhaseObserver.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[58/96] Compiling SwiftToasts ToastPresentationCanceller.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[59/96] Compiling SwiftToasts ToastPresentationContextSelector.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[60/96] Compiling SwiftToasts ToastPresenting.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[61/96] Compiling SwiftToasts ToastScheduler.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[62/96] Compiling SwiftToasts ToastPresentingLayoutGeometryKey.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[63/96] Compiling SwiftToasts ToastTransitionEnvironmentKey.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[64/96] Compiling SwiftToasts AssignToastPresenterModifier.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[65/96] Compiling SwiftToasts ToastBuilder.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[66/96] Compiling SwiftToasts ToastIdentifiableTaskModifier.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[67/96] Compiling SwiftToasts ToastModifier.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[68/96] Compiling SwiftToasts ToastPresentingLayoutModifier.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[69/96] Compiling SwiftToasts ToastReceivePublisherModifier.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[70/96] Compiling SwiftToasts ToastTargetSceneModifier.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[71/96] Compiling SwiftToasts ToastTaskModifier.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[72/96] Compiling SwiftToasts ToastTriggerModifier.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[73/96] Compiling SwiftToasts Animatable.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[74/96] Compiling SwiftToasts CAAnimatable.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[75/96] Compiling SwiftToasts AnimatablePropertiesBuilder.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[76/96] Compiling SwiftToasts AnimatableProperty.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[77/96] Compiling SwiftToasts AnyAnimationProperty.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[78/96] Compiling SwiftToasts Array+AnyAnimationPropertyMerging.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[79/96] Compiling SwiftToasts OpacityProperty.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[80/96] Compiling SwiftToasts TransformProperty+CATransform3D.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[81/96] Compiling SwiftToasts TransformProperty.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[82/96] Compiling SwiftToasts Cocoa+Fallbacks.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[83/96] Compiling SwiftToasts Combine+Fallbacks.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[84/96] Compiling SwiftToasts FallbackStateObject.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[85/96] Compiling SwiftToasts SwiftToasts.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[86/96] Compiling SwiftToasts CancellablesBox.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[87/96] Compiling SwiftToasts EnvironmentReaderModifier.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[88/96] Compiling SwiftToasts PlatformIdiomEnvironmentKey.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[89/96] Compiling SwiftToasts ToastCancellationEnvironmentKey.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[90/96] Compiling SwiftToasts ToastDismissEnvironmentKey.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[91/96] Compiling SwiftToasts ToastEnvironmentValues.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[92/96] Compiling SwiftToasts ToastInteractiveDismissEnabledEnvironmentKey.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[93/96] Compiling SwiftToasts ToastOrnamentPresentationEnvironmentKey.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[94/96] Compiling SwiftToasts ToastPresentationInvalidationOptionsEnvironmentKey.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[95/96] Compiling SwiftToasts ToastPresentedAlignmentEnvironmentKey.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
[96/96] Compiling SwiftToasts ToastPresenterEnvironmentKey.swift
/host/spi-builder-workspace/Sources/SwiftToasts/Animation/Properties/AnimatableProperty.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// The name of a visual attribute property that can be animated.
BUILD FAILURE 6.2 linux