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 SnappTheming, reference main (d8dc40), with Swift 6.1 for Android on 25 Nov 2025 11:41:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Snapp-Mobile/SnappTheming.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/Snapp-Mobile/SnappTheming
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d8dc409 Merge pull request #144 from Snapp-Mobile/feature/spi-doc
Cloned https://github.com/Snapp-Mobile/SnappTheming.git
Revision (git rev-parse @):
d8dc40940d68e9d0fa073589b0eb16820d81d15f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Snapp-Mobile/SnappTheming.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Snapp-Mobile/SnappTheming.git
https://github.com/Snapp-Mobile/SnappTheming.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftformatlintplugin",
      "requirement" : {
        "exact" : [
          "1.0.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git"
    }
  ],
  "manifest_display_name" : "SnappTheming",
  "name" : "SnappTheming",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SnappTheming",
      "targets" : [
        "SnappTheming"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SnappThemingSwiftUIHelpers",
      "targets" : [
        "SnappThemingSwiftUIHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnappThemingTests",
      "module_type" : "SwiftTarget",
      "name" : "SnappThemingTests",
      "path" : "Tests/SnappThemingTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SnappThemingTests/Resources/fonts.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AnimationTests.swift",
        "ButtonStyleTests.swift",
        "ColorTests.swift",
        "Extensions/Color+toHex.swift",
        "Extensions/FileManager+Extensions.swift",
        "Extensions/SnappThemingImage+system.swift",
        "FontsTests.swift",
        "GradientsTests.swift",
        "ImageTests.swift",
        "MetricsTests.swift",
        "Mocks/MockExternalProcessor.swift",
        "Mocks/MockFileManager.swift",
        "Mocks/MockJSONData.swift",
        "Mocks/SnappThemingFontManagerMock.swift",
        "Mocks/SnappThemingImageManagerMock.swift",
        "SegmentControlStyleTests.swift",
        "ShadowTests.swift",
        "ShapeTests.swift",
        "SliderStyleTests.swift",
        "SnappThemingDeclarationTests.swift",
        "SnappThemingDeclarationsTests.swift",
        "SnappThemingImageManagerTests.swift",
        "ToggleStyleTests.swift",
        "TypographyTests.swift",
        "Utils/EncodedHelpers.swift"
      ],
      "target_dependencies" : [
        "SnappTheming"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SnappThemingSwiftUIHelpers",
      "module_type" : "SwiftTarget",
      "name" : "SnappThemingSwiftUIHelpers",
      "path" : "Sources/SnappThemingSwiftUIHelpers",
      "product_memberships" : [
        "SnappThemingSwiftUIHelpers"
      ],
      "sources" : [
        "SelectableButtonStyle.swift",
        "SnappThemingShadowModifier.swift",
        "ViewSelection.swift"
      ],
      "target_dependencies" : [
        "SnappTheming"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnappTheming",
      "module_type" : "SwiftTarget",
      "name" : "SnappTheming",
      "path" : "Sources/SnappTheming",
      "product_dependencies" : [
        "Lint"
      ],
      "product_memberships" : [
        "SnappTheming",
        "SnappThemingSwiftUIHelpers"
      ],
      "sources" : [
        "Builders/Foundation/EitherInsettableShape.swift",
        "Builders/Foundation/EitherShape.swift",
        "Builders/Foundation/EmptyShape.swift",
        "Builders/InsettableShapeBuilder.swift",
        "Extensions/Color+Extensions.swift",
        "Extensions/FileManager+Extensions.swift",
        "Extensions/NSColor+Extensions.swift",
        "Extensions/NSImage+Decoding.swift",
        "Extensions/SnappThemingImage+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/UIColor+Hex.swift",
        "Extensions/UIImage+Decoding.swift",
        "Theme/Animations/SnappThemingAnimationConfiguration.swift",
        "Theme/Animations/SnappThemingAnimationDeclarations.swift",
        "Theme/Animations/SnappThemingAnimationRepresentation.swift",
        "Theme/Buttons/InteractiveColor/SnappThemingInteractiveColor.swift",
        "Theme/Buttons/InteractiveColor/SnappThemingInteractiveColorConfiguration.swift",
        "Theme/Buttons/InteractiveColor/SnappThemingInteractiveColorDeclarations.swift",
        "Theme/Buttons/InteractiveColor/SnappThemingInteractiveColorInformation.swift",
        "Theme/Buttons/InteractiveColor/SnappThemingInteractiveColorResolver.swift",
        "Theme/Buttons/SnappThemingButtonStyle.swift",
        "Theme/Buttons/SnappThemingButtonStyleConfiguration.swift",
        "Theme/Buttons/SnappThemingButtonStyleDeclarations.swift",
        "Theme/Buttons/SnappThemingButtonStyleRepresentation.swift",
        "Theme/Buttons/SnappThemingButtonStyleResolver.swift",
        "Theme/Color/SnappThemingColorConfiguration.swift",
        "Theme/Color/SnappThemingColorDeclarations.swift",
        "Theme/Color/SnappThemingColorRepresentation.swift",
        "Theme/Color/SnappThemingDynamicColor.swift",
        "Theme/Font/SnappThemingFontDeclarations.swift",
        "Theme/Font/SnappThemingFontInformation.swift",
        "Theme/Font/SnappThemingFontManager.swift",
        "Theme/Font/SnappThemingFontManagerDefault.swift",
        "Theme/Font/SnappThemingFontResolver.swift",
        "Theme/Gradient/Gradients/AngularGradient/SnappThemingAngularGradientConfiguration.swift",
        "Theme/Gradient/Gradients/AngularGradient/SnappThemingAngularGradientRepresentation.swift",
        "Theme/Gradient/Gradients/LinearGradient/SnappThemingLinearGradientConfiguration.swift",
        "Theme/Gradient/Gradients/LinearGradient/SnappThemingLinearGradientRepresentation.swift",
        "Theme/Gradient/Gradients/RadialGradient/SnappThemingRadialGradientConfiguration.swift",
        "Theme/Gradient/Gradients/RadialGradient/SnappThemingRadialGradientRepresentation.swift",
        "Theme/Gradient/SnappThemingGradientConfiguration.swift",
        "Theme/Gradient/SnappThemingGradientDeclarations.swift",
        "Theme/Gradient/SnappThemingGradientProviding.swift",
        "Theme/Gradient/SnappThemingGradientRepresentation.swift",
        "Theme/Image/SnappThemingExternalImageProcessorProtocol.swift",
        "Theme/Image/SnappThemingImage.swift",
        "Theme/Image/SnappThemingImageConfiguration.swift",
        "Theme/Image/SnappThemingImageDeclarations.swift",
        "Theme/Image/SnappThemingImageManager.swift",
        "Theme/Image/SnappThemingImageManagerDefault.swift",
        "Theme/Image/SnappThemingImageObject.swift",
        "Theme/Metric/SnappThemingMetricConfiguration.swift",
        "Theme/Metric/SnappThemingMetricDeclarations.swift",
        "Theme/SegmentControls/SnappThemingSegmentControlStyleConfiguration.swift",
        "Theme/SegmentControls/SnappThemingSegmentControlStyleDeclarations.swift",
        "Theme/SegmentControls/SnappThemingSegmentControlStyleRepresentation.swift",
        "Theme/SegmentControls/SnappThemingSegmentControlStyleResolver.swift",
        "Theme/Shadow/SnappThemingShadowConfiguration.swift",
        "Theme/Shadow/SnappThemingShadowDeclarations.swift",
        "Theme/Shadow/SnappThemingShadowRepresentation.swift",
        "Theme/Shadow/SnappThemingShadowResolver.swift",
        "Theme/Shape/Foundation/CapsuleRepresentation.swift",
        "Theme/Shape/Foundation/RoundedCornerStyleValue.swift",
        "Theme/Shape/Foundation/RoundedRectangleWithRadius.swift",
        "Theme/Shape/Foundation/RoundedRectangleWithSize.swift",
        "Theme/Shape/Foundation/UnevenRoundedRectangle.swift",
        "Theme/Shape/SnappThemingShapeConfiguration.swift",
        "Theme/Shape/SnappThemingShapeDeclarations.swift",
        "Theme/Shape/SnappThemingShapeRepresentation.swift",
        "Theme/Shape/SnappThemingShapeType.swift",
        "Theme/SliderStyle/SnappThemingSliderStyleConfiguration.swift",
        "Theme/SliderStyle/SnappThemingSliderStyleDeclarations.swift",
        "Theme/SliderStyle/SnappThemingSliderStyleRepresentation.swift",
        "Theme/SliderStyle/SnappThemingSliderStyleResolver.swift",
        "Theme/SnappThemingDeclaration.swift",
        "Theme/SnappThemingImageProcessorsRegistry.swift",
        "Theme/SnappThemingOutput.swift",
        "Theme/SnappThemingParser.swift",
        "Theme/SnappThemingParserConfiguration.swift",
        "Theme/ToggleStyle/SnappThemingToggleStyleConfiguration.swift",
        "Theme/ToggleStyle/SnappThemingToggleStyleDeclarations.swift",
        "Theme/ToggleStyle/SnappThemingToggleStyleRepresentation.swift",
        "Theme/ToggleStyle/SnappThemingToggleStyleResolver.swift",
        "Theme/Token/SnappThemingToken+SnappThemingInteractiveColorInformation.swift",
        "Theme/Token/SnappThemingToken.swift",
        "Theme/Token/SnappThemingTokenPath.swift",
        "Theme/Token/SnappThemingTokenResolver.swift",
        "Theme/Typography/SnappThemingTypographyConfiguration.swift",
        "Theme/Typography/SnappThemingTypographyDeclarations.swift",
        "Theme/Typography/SnappThemingTypographyRepresentation.swift",
        "Theme/Typography/SnappThemingTypographyResolver.swift",
        "Theme/Util/Error+Extensions.swift",
        "Theme/Util/RuntimeWarning.swift",
        "Theme/Util/SnappThemingDataURI.swift",
        "Theme/Util/SnappThemingDeclarations.swift",
        "Theme/Util/SnappThemingUnitPointMapper.swift",
        "Theme/Util/SnappThemingUnitPointWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
[1/131] Fetching swiftformatlintplugin
Fetched https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git from cache (0.20s)
Computing version for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Computed https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git at 1.0.4 (0.73s)
Creating working copy for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Working copy of https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git resolved at 1.0.4
[1/1] Compiling plugin FormatPlugin
[2/2] Compiling plugin LintPlugin
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/91] Emitting module SnappTheming
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[7/103] Compiling SnappTheming SnappThemingColorConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[8/103] Compiling SnappTheming SnappThemingColorDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[9/103] Compiling SnappTheming SnappThemingColorRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[10/103] Compiling SnappTheming SnappThemingDynamicColor.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[11/103] Compiling SnappTheming SnappThemingFontDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[12/103] Compiling SnappTheming SnappThemingFontInformation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[13/103] Compiling SnappTheming SnappThemingFontManager.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[14/103] Compiling SnappTheming SnappThemingFontManagerDefault.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[15/103] Compiling SnappTheming SnappThemingFontResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[16/103] Compiling SnappTheming SnappThemingAngularGradientConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[17/103] Compiling SnappTheming SnappThemingAngularGradientRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[18/103] Compiling SnappTheming SnappThemingLinearGradientConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[19/103] Compiling SnappTheming EitherInsettableShape.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[20/103] Compiling SnappTheming EitherShape.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[21/103] Compiling SnappTheming EmptyShape.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[22/103] Compiling SnappTheming InsettableShapeBuilder.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[23/103] Compiling SnappTheming Color+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[24/103] Compiling SnappTheming FileManager+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[25/103] Compiling SnappTheming NSColor+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[26/103] Compiling SnappTheming NSImage+Decoding.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[27/103] Compiling SnappTheming SnappThemingImage+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[28/103] Compiling SnappTheming String+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[29/103] Compiling SnappTheming UIColor+Hex.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[30/103] Compiling SnappTheming UIImage+Decoding.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[31/103] Compiling SnappTheming SnappThemingAnimationConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[32/103] Compiling SnappTheming SnappThemingSliderStyleResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[33/103] Compiling SnappTheming SnappThemingDeclaration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[34/103] Compiling SnappTheming SnappThemingImageProcessorsRegistry.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[35/103] Compiling SnappTheming SnappThemingOutput.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[36/103] Compiling SnappTheming SnappThemingParser.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[37/103] Compiling SnappTheming SnappThemingParserConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[38/103] Compiling SnappTheming SnappThemingToggleStyleConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[39/103] Compiling SnappTheming SnappThemingToggleStyleDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[40/103] Compiling SnappTheming SnappThemingToggleStyleRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[41/103] Compiling SnappTheming SnappThemingToggleStyleResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[42/103] Compiling SnappTheming SnappThemingToken+SnappThemingInteractiveColorInformation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[43/103] Compiling SnappTheming SnappThemingToken.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[44/103] Compiling SnappTheming CapsuleRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[45/103] Compiling SnappTheming RoundedCornerStyleValue.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[46/103] Compiling SnappTheming RoundedRectangleWithRadius.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[47/103] Compiling SnappTheming RoundedRectangleWithSize.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[48/103] Compiling SnappTheming UnevenRoundedRectangle.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[49/103] Compiling SnappTheming SnappThemingShapeConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[50/103] Compiling SnappTheming SnappThemingShapeDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[51/103] Compiling SnappTheming SnappThemingShapeRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[52/103] Compiling SnappTheming SnappThemingShapeType.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[53/103] Compiling SnappTheming SnappThemingSliderStyleConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[54/103] Compiling SnappTheming SnappThemingSliderStyleDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[55/103] Compiling SnappTheming SnappThemingSliderStyleRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[56/103] Compiling SnappTheming SnappThemingAnimationDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[57/103] Compiling SnappTheming SnappThemingAnimationRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[58/103] Compiling SnappTheming SnappThemingInteractiveColor.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[59/103] Compiling SnappTheming SnappThemingInteractiveColorConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[60/103] Compiling SnappTheming SnappThemingInteractiveColorDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[61/103] Compiling SnappTheming SnappThemingInteractiveColorInformation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[62/103] Compiling SnappTheming SnappThemingInteractiveColorResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[63/103] Compiling SnappTheming SnappThemingButtonStyle.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[64/103] Compiling SnappTheming SnappThemingButtonStyleConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[65/103] Compiling SnappTheming SnappThemingButtonStyleDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[66/103] Compiling SnappTheming SnappThemingButtonStyleRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[67/103] Compiling SnappTheming SnappThemingButtonStyleResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[68/103] Compiling SnappTheming SnappThemingTokenPath.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[69/103] Compiling SnappTheming SnappThemingTokenResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[70/103] Compiling SnappTheming SnappThemingTypographyConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[71/103] Compiling SnappTheming SnappThemingTypographyDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[72/103] Compiling SnappTheming SnappThemingTypographyRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[73/103] Compiling SnappTheming SnappThemingTypographyResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[74/103] Compiling SnappTheming Error+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[75/103] Compiling SnappTheming RuntimeWarning.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[76/103] Compiling SnappTheming SnappThemingDataURI.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[77/103] Compiling SnappTheming SnappThemingDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[78/103] Compiling SnappTheming SnappThemingUnitPointMapper.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[79/103] Compiling SnappTheming SnappThemingUnitPointWrapper.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[80/103] Compiling SnappTheming SnappThemingLinearGradientRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[81/103] Compiling SnappTheming SnappThemingRadialGradientConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[82/103] Compiling SnappTheming SnappThemingRadialGradientRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[83/103] Compiling SnappTheming SnappThemingGradientConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[84/103] Compiling SnappTheming SnappThemingGradientDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[85/103] Compiling SnappTheming SnappThemingGradientProviding.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[86/103] Compiling SnappTheming SnappThemingGradientRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[87/103] Compiling SnappTheming SnappThemingExternalImageProcessorProtocol.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[88/103] Compiling SnappTheming SnappThemingImage.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[89/103] Compiling SnappTheming SnappThemingImageConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[90/103] Compiling SnappTheming SnappThemingImageDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[91/103] Compiling SnappTheming SnappThemingImageManager.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[92/103] Compiling SnappTheming SnappThemingImageManagerDefault.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[93/103] Compiling SnappTheming SnappThemingImageObject.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[94/103] Compiling SnappTheming SnappThemingMetricConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[95/103] Compiling SnappTheming SnappThemingMetricDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[96/103] Compiling SnappTheming SnappThemingSegmentControlStyleConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[97/103] Compiling SnappTheming SnappThemingSegmentControlStyleDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[98/103] Compiling SnappTheming SnappThemingSegmentControlStyleRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[99/103] Compiling SnappTheming SnappThemingSegmentControlStyleResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[100/103] Compiling SnappTheming SnappThemingShadowConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[101/103] Compiling SnappTheming SnappThemingShadowDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[102/103] Compiling SnappTheming SnappThemingShadowRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[103/103] Compiling SnappTheming SnappThemingShadowResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin FormatPlugin
[2/2] Compiling plugin LintPlugin
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/89] Compiling SnappTheming EitherInsettableShape.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[5/89] Compiling SnappTheming EitherShape.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[6/89] Compiling SnappTheming EmptyShape.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[7/89] Compiling SnappTheming InsettableShapeBuilder.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[8/89] Compiling SnappTheming Color+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[9/89] Compiling SnappTheming FileManager+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[10/89] Compiling SnappTheming NSColor+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[11/89] Compiling SnappTheming NSImage+Decoding.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[12/89] Compiling SnappTheming SnappThemingImage+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[13/89] Compiling SnappTheming String+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[14/89] Compiling SnappTheming UIColor+Hex.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[15/89] Compiling SnappTheming UIImage+Decoding.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[16/89] Compiling SnappTheming SnappThemingAnimationConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[17/101] Compiling SnappTheming SnappThemingAnimationDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[18/101] Compiling SnappTheming SnappThemingAnimationRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[19/101] Compiling SnappTheming SnappThemingInteractiveColor.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[20/101] Compiling SnappTheming SnappThemingInteractiveColorConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[21/101] Compiling SnappTheming SnappThemingInteractiveColorDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[22/101] Compiling SnappTheming SnappThemingInteractiveColorInformation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[23/101] Compiling SnappTheming SnappThemingInteractiveColorResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[24/101] Compiling SnappTheming SnappThemingButtonStyle.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[25/101] Compiling SnappTheming SnappThemingButtonStyleConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[26/101] Compiling SnappTheming SnappThemingButtonStyleDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[27/101] Compiling SnappTheming SnappThemingButtonStyleRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[28/101] Compiling SnappTheming SnappThemingButtonStyleResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[29/101] Compiling SnappTheming CapsuleRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[30/101] Compiling SnappTheming RoundedCornerStyleValue.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[31/101] Compiling SnappTheming RoundedRectangleWithRadius.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[32/101] Compiling SnappTheming RoundedRectangleWithSize.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[33/101] Compiling SnappTheming UnevenRoundedRectangle.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[34/101] Compiling SnappTheming SnappThemingShapeConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[35/101] Compiling SnappTheming SnappThemingShapeDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[36/101] Compiling SnappTheming SnappThemingShapeRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[37/101] Compiling SnappTheming SnappThemingShapeType.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[38/101] Compiling SnappTheming SnappThemingSliderStyleConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[39/101] Compiling SnappTheming SnappThemingSliderStyleDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[40/101] Compiling SnappTheming SnappThemingSliderStyleRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[41/101] Compiling SnappTheming SnappThemingColorConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[42/101] Compiling SnappTheming SnappThemingColorDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[43/101] Compiling SnappTheming SnappThemingColorRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[44/101] Compiling SnappTheming SnappThemingDynamicColor.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[45/101] Compiling SnappTheming SnappThemingFontDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[46/101] Compiling SnappTheming SnappThemingFontInformation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[47/101] Compiling SnappTheming SnappThemingFontManager.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[48/101] Compiling SnappTheming SnappThemingFontManagerDefault.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[49/101] Compiling SnappTheming SnappThemingFontResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[50/101] Compiling SnappTheming SnappThemingAngularGradientConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[51/101] Compiling SnappTheming SnappThemingAngularGradientRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[52/101] Compiling SnappTheming SnappThemingLinearGradientConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/101] Emitting module SnappTheming
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[54/101] Compiling SnappTheming SnappThemingLinearGradientRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[55/101] Compiling SnappTheming SnappThemingRadialGradientConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[56/101] Compiling SnappTheming SnappThemingRadialGradientRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[57/101] Compiling SnappTheming SnappThemingGradientConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[58/101] Compiling SnappTheming SnappThemingGradientDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[59/101] Compiling SnappTheming SnappThemingGradientProviding.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[60/101] Compiling SnappTheming SnappThemingGradientRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[61/101] Compiling SnappTheming SnappThemingExternalImageProcessorProtocol.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[62/101] Compiling SnappTheming SnappThemingImage.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[63/101] Compiling SnappTheming SnappThemingImageConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[64/101] Compiling SnappTheming SnappThemingImageDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[65/101] Compiling SnappTheming SnappThemingImageManager.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[66/101] Compiling SnappTheming SnappThemingImageManagerDefault.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[67/101] Compiling SnappTheming SnappThemingImageObject.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[68/101] Compiling SnappTheming SnappThemingMetricConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[69/101] Compiling SnappTheming SnappThemingMetricDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[70/101] Compiling SnappTheming SnappThemingSegmentControlStyleConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[71/101] Compiling SnappTheming SnappThemingSegmentControlStyleDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[72/101] Compiling SnappTheming SnappThemingSegmentControlStyleRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[73/101] Compiling SnappTheming SnappThemingSegmentControlStyleResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[74/101] Compiling SnappTheming SnappThemingShadowConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[75/101] Compiling SnappTheming SnappThemingShadowDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[76/101] Compiling SnappTheming SnappThemingShadowRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[77/101] Compiling SnappTheming SnappThemingShadowResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[78/101] Compiling SnappTheming SnappThemingSliderStyleResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[79/101] Compiling SnappTheming SnappThemingDeclaration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[80/101] Compiling SnappTheming SnappThemingImageProcessorsRegistry.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[81/101] Compiling SnappTheming SnappThemingOutput.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[82/101] Compiling SnappTheming SnappThemingParser.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[83/101] Compiling SnappTheming SnappThemingParserConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[84/101] Compiling SnappTheming SnappThemingToggleStyleConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[85/101] Compiling SnappTheming SnappThemingToggleStyleDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[86/101] Compiling SnappTheming SnappThemingToggleStyleRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[87/101] Compiling SnappTheming SnappThemingToggleStyleResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[88/101] Compiling SnappTheming SnappThemingToken+SnappThemingInteractiveColorInformation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[89/101] Compiling SnappTheming SnappThemingToken.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[90/101] Compiling SnappTheming SnappThemingTokenPath.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[91/101] Compiling SnappTheming SnappThemingTokenResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[92/101] Compiling SnappTheming SnappThemingTypographyConfiguration.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[93/101] Compiling SnappTheming SnappThemingTypographyDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[94/101] Compiling SnappTheming SnappThemingTypographyRepresentation.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[95/101] Compiling SnappTheming SnappThemingTypographyResolver.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[96/101] Compiling SnappTheming Error+Extensions.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[97/101] Compiling SnappTheming RuntimeWarning.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[98/101] Compiling SnappTheming SnappThemingDataURI.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[99/101] Compiling SnappTheming SnappThemingDeclarations.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[100/101] Compiling SnappTheming SnappThemingUnitPointMapper.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
[101/101] Compiling SnappTheming SnappThemingUnitPointWrapper.swift
/host/spi-builder-workspace/Sources/SnappTheming/Builders/Foundation/EitherInsettableShape.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 |
10 | /// A type that conditionally represents one of two insettable shapes.
BUILD FAILURE 6.1 android