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 SwiftToasts, reference main (fa3840), with Swift 6.1 for Linux on 28 Aug 2025 18:27:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.1-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: 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/athankefalas/swift-toasts
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/athankefalas/swift-toasts.git
https://github.com/athankefalas/swift-toasts.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftToasts",
  "name" : "SwiftToasts",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftToasts",
      "targets" : [
        "SwiftToasts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftToastsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftToastsTests",
      "path" : "Tests/SwiftToastsTests",
      "sources" : [
        "SwiftToastsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftToasts"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftToasts",
      "module_type" : "SwiftTarget",
      "name" : "SwiftToasts",
      "path" : "Sources/SwiftToasts",
      "product_memberships" : [
        "SwiftToasts"
      ],
      "sources" : [
        "Animation/Animatable.swift",
        "Animation/CAAnimatable.swift",
        "Animation/Properties/AnimatablePropertiesBuilder.swift",
        "Animation/Properties/AnimatableProperty.swift",
        "Animation/Properties/AnyAnimationProperty.swift",
        "Animation/Properties/Array+AnyAnimationPropertyMerging.swift",
        "Animation/Properties/OpacityProperty.swift",
        "Animation/Properties/TransformProperty+CATransform3D.swift",
        "Animation/Properties/TransformProperty.swift",
        "Compatibility/Cocoa+Fallbacks.swift",
        "Compatibility/Combine+Fallbacks.swift",
        "Compatibility/PropertyWrappers/FallbackStateObject.swift",
        "Compatibility/PropertyWrappers/PresentationBoundState.swift",
        "Compatibility/RuntimeWarning.swift",
        "Compatibility/SwiftUI+Fallbacks.swift",
        "Compatibility/UIKit+Fallbacks.swift",
        "Configuration/SwiftToastsConfiguration.swift",
        "Constraints/PlatformLayoutConstraints.swift",
        "Controllers/PresenterPhaseObserver.swift",
        "Controllers/ScenePhaseObserver.swift",
        "Controllers/ToastPresentationCanceller.swift",
        "Controllers/ToastPresentationContextSelector.swift",
        "Controllers/ToastPresenting.swift",
        "Controllers/ToastScheduler.swift",
        "Models/PlatformIdiom.swift",
        "Models/PresentationContext.swift",
        "Models/ToastAlignment.swift",
        "Models/ToastCancellation.swift",
        "Models/ToastDismissAction.swift",
        "Models/ToastDuration.swift",
        "Models/ToastOrnament.swift",
        "Models/ToastPresentation.swift",
        "Models/ToastPresentationInvalidationOptions.swift",
        "Models/ToastPresentationSpace.swift",
        "Models/ToastRole.swift",
        "Models/ToastTransition.swift",
        "NSObjectHelpers/NSAssociatedProperty.swift",
        "PlatformCocoa/NSToastHostingController.swift",
        "PlatformCocoa/NSTransientFloatingWindow.swift",
        "PlatformCocoa/NSView+Animatable.swift",
        "PlatformCocoa/NSWindow+ToastPresenting.swift",
        "PlatformCocoa/NSWindowToastPresenterReaderModifier.swift",
        "PlatformUIKit/UIToastHostingController.swift",
        "PlatformUIKit/UIView+Animatable.swift",
        "PlatformUIKit/UIWindow+ToastPresenting .swift",
        "PlatformUIKit/UIWindowToastPresenterReaderModifier.swift",
        "PlatformUIKit/VisionOS/UIToastHostingOrnament.swift",
        "PlatformUIKit/VisionOS/UIWindow+ToastOrnament.swift",
        "SwiftToasts.swift",
        "SwiftUI/CancellablesBox.swift",
        "SwiftUI/Environment/EnvironmentReaderModifier.swift",
        "SwiftUI/Environment/PlatformIdiomEnvironmentKey.swift",
        "SwiftUI/Environment/ToastCancellationEnvironmentKey.swift",
        "SwiftUI/Environment/ToastDismissEnvironmentKey.swift",
        "SwiftUI/Environment/ToastEnvironmentValues.swift",
        "SwiftUI/Environment/ToastInteractiveDismissEnabledEnvironmentKey.swift",
        "SwiftUI/Environment/ToastOrnamentPresentationEnvironmentKey.swift",
        "SwiftUI/Environment/ToastPresentationInvalidationOptionsEnvironmentKey.swift",
        "SwiftUI/Environment/ToastPresentedAlignmentEnvironmentKey.swift",
        "SwiftUI/Environment/ToastPresenterEnvironmentKey.swift",
        "SwiftUI/Environment/ToastPresentingLayoutGeometryKey.swift",
        "SwiftUI/Environment/ToastTransitionEnvironmentKey.swift",
        "SwiftUI/Modifiers/AssignToastPresenterModifier.swift",
        "SwiftUI/Modifiers/ToastBuilder.swift",
        "SwiftUI/Modifiers/ToastIdentifiableTaskModifier.swift",
        "SwiftUI/Modifiers/ToastModifier.swift",
        "SwiftUI/Modifiers/ToastPresentingLayoutModifier.swift",
        "SwiftUI/Modifiers/ToastReceivePublisherModifier.swift",
        "SwiftUI/Modifiers/ToastTargetSceneModifier.swift",
        "SwiftUI/Modifiers/ToastTaskModifier.swift",
        "SwiftUI/Modifiers/ToastTriggerModifier.swift",
        "SwiftUI/ScheduleToastAction.swift",
        "SwiftUI/Toast/Style/AnyToastStyle.swift",
        "SwiftUI/Toast/Style/Common/PlainToastStyle/PlainToastBackground.swift",
        "SwiftUI/Toast/Style/Common/PlainToastStyle/PlainToastStyle.swift",
        "SwiftUI/Toast/Style/Common/PlainToastStyle/ToastButtonStyle.swift",
        "SwiftUI/Toast/Style/Common/PlainToastStyle/ToastLabelStyle.swift",
        "SwiftUI/Toast/Style/Common/PlainToastStyle/ToastLabeledContentStyle.swift",
        "SwiftUI/Toast/Style/ToastConfiguration.swift",
        "SwiftUI/Toast/Style/ToastStyle.swift",
        "SwiftUI/Toast/Style/ToastStyleEnvironmentKey.swift",
        "SwiftUI/Toast/Toast.swift",
        "SwiftUI/ToastPresenterProxy.swift",
        "SwiftUI/Transition/AnyTransition+ToastTransition.swift",
        "SwiftUI/Views/HostedToastContent.swift",
        "SwiftUI/Views/ToastButton.swift",
        "SwiftUI/Views/ToastPresenterReader.swift",
        "_Examples/SoundSettingsExample.swift",
        "_Examples/ToastPresentationLayoutExample.swift",
        "_Examples/UserInfoFormExample.swift",
        "_Previews/PresentedPreview.swift",
        "_Previews/PreviewContent.swift",
        "_Previews/SomeObservableOject.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-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 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.
[27/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.
[28/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.
[29/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.
[30/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.
[31/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.
[32/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.
[33/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.
[34/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.
[35/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.
[36/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.
[37/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.
[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 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.
[51/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.
[52/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.
[53/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.
[54/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.
[55/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.
[56/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.
[57/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.
[58/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.
[59/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.
[60/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.
[61/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.
[62/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.
[63/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.
[64/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.
[65/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.
[66/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.
[67/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.
[68/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.
[69/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.
[70/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.
[71/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.
[72/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.
[73/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.
[74/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.
[75/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.
[76/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.
[77/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.
[78/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.
[79/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.
[80/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.
[81/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.
[82/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.
[83/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.
[84/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.
[85/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.
[86/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.
[87/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.
[88/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.
[89/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.
[90/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.
[91/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.
[92/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.
[93/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.
[94/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.
[95/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.
[96/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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/84] 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.
[3/84] 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.
[4/84] 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.
[5/84] 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.
[6/84] 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.
[7/84] 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.
[8/84] 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.
[9/84] 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.
[10/84] 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.
[11/84] 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.
[12/84] 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.
[13/84] 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.
[14/95] 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.
[15/95] 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.
[16/95] 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.
[17/95] 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.
[18/95] 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.
[19/95] 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.
[20/95] 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.
[21/95] 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.
[22/95] 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.
[23/95] 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.
[24/95] 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.
[25/95] 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.
[26/95] 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.
[27/95] 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.
[28/95] 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.
[29/95] 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.
[30/95] 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.
[31/95] 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.
[32/95] 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.
[33/95] 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.
[34/95] 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.
[35/95] 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.
[36/95] 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.
[37/95] 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.
[38/95] 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.
[39/95] 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.
[40/95] 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.
[41/95] 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.
[42/95] 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.
[43/95] 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.
[44/95] 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.
[45/95] 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.
[46/95] 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.
[47/95] 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.
[48/95] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/95] 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.
[50/95] 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.
[51/95] 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.
[52/95] 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.
[53/95] 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.
[54/95] 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.
[55/95] 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.
[56/95] 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.
[57/95] 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.
[58/95] 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.
[59/95] 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.
[60/95] 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.
[61/95] 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.
[62/95] 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.
[63/95] 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.
[64/95] 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.
[65/95] 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.
[66/95] 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.
[67/95] 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.
[68/95] 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.
[69/95] 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.
[70/95] 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.
[71/95] 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.
[72/95] 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.
[73/95] 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.
[74/95] 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.
[75/95] 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.
[76/95] 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.
[77/95] 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.
[78/95] 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.
[79/95] 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.
[80/95] 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.
[81/95] 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.
[82/95] 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.
[83/95] 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.
[84/95] 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.
[85/95] 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.
[86/95] 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.
[87/95] 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.
[88/95] 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.
[89/95] 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.
[90/95] 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.
[91/95] 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.
[92/95] 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.
[93/95] 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.
[94/95] 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.
[95/95] 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.1 linux