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 AboutKit, reference main (442896), with Swift 6.1 for Android on 30 May 2025 22:02:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamfootdev/AboutKit.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/adamfootdev/AboutKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4428969 Updated README
Cloned https://github.com/adamfootdev/AboutKit.git
Revision (git rev-parse @):
4428969a5a71158085f3a96767764c90f064ed1f
SUCCESS checkout https://github.com/adamfootdev/AboutKit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/adamfootdev/AboutKit.git
https://github.com/adamfootdev/AboutKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "AboutKit",
  "name" : "AboutKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AboutKit",
      "targets" : [
        "AboutKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AboutKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AboutKitTests",
      "path" : "Tests/AboutKitTests",
      "sources" : [
        "AboutKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AboutKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AboutKit",
      "module_type" : "SwiftTarget",
      "name" : "AboutKit",
      "path" : "Sources/AboutKit",
      "product_memberships" : [
        "AboutKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/AboutKit/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/AboutKit/Resources/Localization/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/AboutKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AboutAppView.swift",
        "Extensions/Bundle+User.swift",
        "Extensions/Bundle+Version.swift",
        "Extensions/UIDevice+DeviceType.swift",
        "MacAboutAppView.swift",
        "Models/AKAcknowledgements.swift",
        "Models/AKConfiguration.swift",
        "Models/AKDeveloper.swift",
        "Models/AKFrameworkAcknowledgement.swift",
        "Models/AKFrameworkAcknowledgementLink.swift",
        "Models/AKMyApp.swift",
        "Models/AKOtherApp.swift",
        "Models/AKPersonAcknowledgement.swift",
        "Models/AKProfile.swift",
        "Models/AKProfileDisplayMode.swift",
        "Models/AKProfilePlatform.swift",
        "Models/AKShowOption.swift",
        "Models/AboutKit.swift",
        "Models/LinkedInProfileType.swift",
        "Models/PlatformImage.swift",
        "Models/RemoteImageLoadState.swift",
        "Models/UserType.swift",
        "Networking/AppIconNetworkManager.swift",
        "Protocols/AKApp.swift",
        "UIKit Views/MailView.swift",
        "UIKit Views/ShareSheetView.swift",
        "Utilities/LocalizedStrings.swift",
        "Utilities/RemoteImageLoader.swift",
        "Views/AcknowledgementsView.swift",
        "Views/FrameworkAcknowledgementView.swift",
        "Views/HeaderView.swift",
        "Views/ItemLabel.swift",
        "Views/MacItemLabel.swift",
        "Views/MacOtherAppRow.swift",
        "Views/OtherAppRowView.swift",
        "Views/PersonAcknowledgmentView.swift",
        "Views/RemoteImageView.swift",
        "Views/SectionHeaderLabel.swift",
        "Views/TVItemLabel.swift",
        "Views/TVOtherAppRowView.swift",
        "Views/WatchItemLabel.swift",
        "Views/WatchOtherAppRowView.swift",
        "WatchTVAboutAppView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Copying Localizable.xcstrings
[0/6] Copying Info.plist
[0/6] Write sources
[4/6] Copying Assets.xcassets
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/46] Compiling AboutKit OtherAppRowView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[8/46] Compiling AboutKit PersonAcknowledgmentView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[9/46] Compiling AboutKit RemoteImageView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[10/46] Compiling AboutKit SectionHeaderLabel.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[11/46] Compiling AboutKit TVItemLabel.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[12/51] Compiling AboutKit FrameworkAcknowledgementView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[13/51] Compiling AboutKit HeaderView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[14/51] Compiling AboutKit ItemLabel.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[15/51] Compiling AboutKit MacItemLabel.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[16/51] Compiling AboutKit MacOtherAppRow.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[17/51] Compiling AboutKit AboutAppView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[18/51] Compiling AboutKit Bundle+User.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[19/51] Compiling AboutKit Bundle+Version.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[20/51] Compiling AboutKit UIDevice+DeviceType.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[21/51] Compiling AboutKit MacAboutAppView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[22/51] Compiling AboutKit AKAcknowledgements.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[23/51] Compiling AboutKit TVOtherAppRowView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[24/51] Compiling AboutKit WatchItemLabel.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[25/51] Compiling AboutKit WatchOtherAppRowView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[26/51] Compiling AboutKit WatchTVAboutAppView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[27/51] Compiling AboutKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[28/51] Compiling AboutKit AKPersonAcknowledgement.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[29/51] Compiling AboutKit AKProfile.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[30/51] Compiling AboutKit AKProfileDisplayMode.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[31/51] Compiling AboutKit AKProfilePlatform.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[32/51] Compiling AboutKit AKShowOption.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[33/51] Compiling AboutKit AboutKit.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[34/51] Compiling AboutKit MailView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[35/51] Compiling AboutKit ShareSheetView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[36/51] Compiling AboutKit LocalizedStrings.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[37/51] Compiling AboutKit RemoteImageLoader.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[38/51] Compiling AboutKit AcknowledgementsView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/51] Emitting module AboutKit
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[40/51] Compiling AboutKit AKConfiguration.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[41/51] Compiling AboutKit AKDeveloper.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[42/51] Compiling AboutKit AKFrameworkAcknowledgement.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[43/51] Compiling AboutKit AKFrameworkAcknowledgementLink.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[44/51] Compiling AboutKit AKMyApp.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[45/51] Compiling AboutKit AKOtherApp.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[46/51] Compiling AboutKit LinkedInProfileType.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[47/51] Compiling AboutKit PlatformImage.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[48/51] Compiling AboutKit RemoteImageLoadState.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[49/51] Compiling AboutKit UserType.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[50/51] Compiling AboutKit AppIconNetworkManager.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[51/51] Compiling AboutKit AKApp.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/41] Compiling AboutKit FrameworkAcknowledgementView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[3/41] Compiling AboutKit HeaderView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[4/41] Compiling AboutKit ItemLabel.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[5/41] Compiling AboutKit MacItemLabel.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[6/41] Compiling AboutKit MacOtherAppRow.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[7/41] Compiling AboutKit OtherAppRowView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[8/41] Compiling AboutKit PersonAcknowledgmentView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[9/41] Compiling AboutKit RemoteImageView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[10/41] Compiling AboutKit SectionHeaderLabel.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[11/41] Compiling AboutKit TVItemLabel.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[12/41] Compiling AboutKit AKPersonAcknowledgement.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[13/41] Compiling AboutKit AKProfile.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[14/41] Compiling AboutKit AKProfileDisplayMode.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[15/41] Compiling AboutKit AKProfilePlatform.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[16/41] Compiling AboutKit AKShowOption.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[17/41] Compiling AboutKit AboutKit.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[18/41] Compiling AboutKit AboutAppView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[19/41] Compiling AboutKit Bundle+User.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[20/41] Compiling AboutKit Bundle+Version.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[21/41] Compiling AboutKit UIDevice+DeviceType.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[22/41] Compiling AboutKit MacAboutAppView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[23/41] Compiling AboutKit AKAcknowledgements.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[24/46] Compiling AboutKit LinkedInProfileType.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[25/46] Compiling AboutKit PlatformImage.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[26/46] Compiling AboutKit RemoteImageLoadState.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[27/46] Compiling AboutKit UserType.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[28/46] Compiling AboutKit AppIconNetworkManager.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[29/46] Compiling AboutKit AKApp.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/46] Emitting module AboutKit
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[31/46] Compiling AboutKit MailView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[32/46] Compiling AboutKit ShareSheetView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[33/46] Compiling AboutKit LocalizedStrings.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[34/46] Compiling AboutKit RemoteImageLoader.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[35/46] Compiling AboutKit AcknowledgementsView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[36/46] Compiling AboutKit AKConfiguration.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[37/46] Compiling AboutKit AKDeveloper.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[38/46] Compiling AboutKit AKFrameworkAcknowledgement.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[39/46] Compiling AboutKit AKFrameworkAcknowledgementLink.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[40/46] Compiling AboutKit AKMyApp.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[41/46] Compiling AboutKit AKOtherApp.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[42/46] Compiling AboutKit TVOtherAppRowView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[43/46] Compiling AboutKit WatchItemLabel.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[44/46] Compiling AboutKit WatchOtherAppRowView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[45/46] Compiling AboutKit WatchTVAboutAppView.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
[46/46] Compiling AboutKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/AboutKit/Models/AKMyApp.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | /// A custom struct of containing details about the developerʼs app.
BUILD FAILURE 6.1 android