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 RichText, reference 0.1.0 (32a834), with Swift 6.1 for Android on 26 Oct 2025 19:32:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/LiYanan2004/RichText.git
Reference: 0.1.0
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/LiYanan2004/RichText
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 32a8348 Update README
Cloned https://github.com/LiYanan2004/RichText.git
Revision (git rev-parse @):
32a8348d7862e19b6d624625a35541b49d2a0f31
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LiYanan2004/RichText.git at 0.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/LiYanan2004/RichText.git
https://github.com/LiYanan2004/RichText.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RichText",
  "name" : "RichText",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "RichText",
      "targets" : [
        "RichText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RichText",
      "module_type" : "SwiftTarget",
      "name" : "RichText",
      "path" : "Sources/RichText",
      "product_memberships" : [
        "RichText"
      ],
      "sources" : [
        "Attributes & Attachments/Attributes/InlineHostingAttachmentAttribute.swift",
        "Attributes & Attachments/InlineHostingAttachment.swift",
        "Attributes & Attachments/RichTextAttributes.swift",
        "Platform Specific/InlineAttachmentTextView.swift",
        "Platform Specific/PlatformFontViewModifier.swift",
        "Platform Specific/PlatformTypes.swift",
        "Platform Specific/Text View/TextAttributeConverter.swift",
        "Platform Specific/Text View/_TextView_AppKit.swift",
        "Platform Specific/Text View/_TextView_UIKit.swift",
        "Text Content & Fragments/Fragment Containers/Text/LineBreak.swift",
        "Text Content & Fragments/Fragment Containers/Text/Paragraph.swift",
        "Text Content & Fragments/Fragment Containers/Text/Space.swift",
        "Text Content & Fragments/Fragment Containers/Text/Tab.swift",
        "Text Content & Fragments/Fragment Containers/View/InlineView.swift",
        "Text Content & Fragments/Protocols/TextContentProviding.swift",
        "Text Content & Fragments/TextContent.swift",
        "Text Content & Fragments/TextContentBuilder.swift",
        "TextView.swift"
      ],
      "target_dependencies" : [
        "Introspection"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Introspection",
      "module_type" : "SwiftTarget",
      "name" : "Introspection",
      "path" : "Sources/Introspection",
      "product_memberships" : [
        "RichText"
      ],
      "sources" : [
        "SwiftUI/Text/Helpers/FormatStyle++.swift",
        "SwiftUI/Text/Helpers/_FormatParser.swift",
        "SwiftUI/Text/Helpers/_InterpolationValue.swift",
        "SwiftUI/Text/ResolvedLocalizedStringKey.swift",
        "SwiftUI/Text/TextStorage.swift",
        "SwiftUI/ViewIdentity.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling Introspection TextStorage.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
[5/10] Compiling Introspection ViewIdentity.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
[6/10] Compiling Introspection _InterpolationValue.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
[7/10] Compiling Introspection ResolvedLocalizedStringKey.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/10] Emitting module Introspection
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
[9/10] Compiling Introspection FormatStyle++.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
[10/10] Compiling Introspection _FormatParser.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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/8] Compiling Introspection ResolvedLocalizedStringKey.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
[3/8] Compiling Introspection _InterpolationValue.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
[4/8] Compiling Introspection ViewIdentity.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
[5/8] Compiling Introspection TextStorage.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Emitting module Introspection
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
[7/8] Compiling Introspection _FormatParser.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
[8/8] Compiling Introspection FormatStyle++.swift
/host/spi-builder-workspace/Sources/Introspection/SwiftUI/Text/ResolvedLocalizedStringKey.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 |
 10 | package struct ResolvedLocalizedStringKey {
BUILD FAILURE 6.1 android