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 swiftui-introspect, reference main (aa1549), with Swift 6.2 (beta) for Android on 12 Sep 2025 21:50:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/siteline/SwiftUI-Introspect.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/siteline/SwiftUI-Introspect
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aa15494 CI: ensure required simulators exist (#482)
Cloned https://github.com/siteline/SwiftUI-Introspect.git
Revision (git rev-parse @):
aa15494beb99fcc4c4248ea71928bd4fef947c87
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/siteline/SwiftUI-Introspect.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/siteline/SwiftUI-Introspect.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/62] Compiling SwiftUIIntrospect Form.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[4/62] Compiling SwiftUIIntrospect FormWithGroupedStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[5/62] Compiling SwiftUIIntrospect FullScreenCover.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[6/62] Compiling SwiftUIIntrospect List.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[7/62] Compiling SwiftUIIntrospect ListCell.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[8/62] Compiling SwiftUIIntrospect ListWithBorderedStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[9/62] Compiling SwiftUIIntrospect ListWithGroupedStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[10/62] Compiling SwiftUIIntrospect ListWithInsetGroupedStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[11/69] Compiling SwiftUIIntrospect Table.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[12/69] Compiling SwiftUIIntrospect TextEditor.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[13/69] Compiling SwiftUIIntrospect TextField.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[14/69] Compiling SwiftUIIntrospect TextFieldWithVerticalAxis.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[15/69] Compiling SwiftUIIntrospect Toggle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[16/69] Compiling SwiftUIIntrospect ToggleWithButtonStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[17/69] Compiling SwiftUIIntrospect ToggleWithCheckboxStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[18/69] Compiling SwiftUIIntrospect ToggleWithSwitchStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[19/69] Compiling SwiftUIIntrospect VideoPlayer.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[20/69] Compiling SwiftUIIntrospect View.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[21/69] Compiling SwiftUIIntrospect ViewController.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[22/69] Compiling SwiftUIIntrospect WebView.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[23/69] Compiling SwiftUIIntrospect Window.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[24/69] Compiling SwiftUIIntrospect Weak.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[25/69] Compiling SwiftUIIntrospect SecureField.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[26/69] Compiling SwiftUIIntrospect Sheet.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[27/69] Compiling SwiftUIIntrospect SignInWithAppleButton.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[28/69] Compiling SwiftUIIntrospect Slider.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[29/69] Compiling SwiftUIIntrospect Stepper.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[30/69] Compiling SwiftUIIntrospect TabView.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[31/69] Compiling SwiftUIIntrospect TabViewWithPageStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[32/69] Compiling SwiftUIIntrospect Button.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[33/69] Compiling SwiftUIIntrospect ColorPicker.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[34/69] Compiling SwiftUIIntrospect DatePicker.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[35/69] Compiling SwiftUIIntrospect DatePickerWithCompactStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[36/69] Compiling SwiftUIIntrospect DatePickerWithFieldStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[37/69] Compiling SwiftUIIntrospect DatePickerWithGraphicalStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[38/69] Compiling SwiftUIIntrospect DatePickerWithStepperFieldStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[39/69] Compiling SwiftUIIntrospect DatePickerWithWheelStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[40/69] Compiling SwiftUIIntrospect ListWithInsetStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[41/69] Compiling SwiftUIIntrospect ListWithSidebarStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[42/69] Compiling SwiftUIIntrospect Map.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[43/69] Compiling SwiftUIIntrospect NavigationSplitView.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[44/69] Compiling SwiftUIIntrospect NavigationStack.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[45/69] Compiling SwiftUIIntrospect NavigationViewWithColumnsStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[46/69] Compiling SwiftUIIntrospect NavigationViewWithStackStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[47/69] Compiling SwiftUIIntrospect PageControl.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[48/69] Compiling SwiftUIIntrospect PickerWithMenuStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[49/69] Compiling SwiftUIIntrospect PickerWithSegmentedStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[50/69] Compiling SwiftUIIntrospect PickerWithWheelStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[51/69] Compiling SwiftUIIntrospect Popover.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[52/69] Compiling SwiftUIIntrospect ProgressViewWithCircularStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[53/69] Compiling SwiftUIIntrospect ProgressViewWithLinearStyle.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[54/69] Compiling SwiftUIIntrospect ScrollView.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[55/69] Compiling SwiftUIIntrospect SearchField.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/69] Emitting module SwiftUIIntrospect
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[57/69] Compiling SwiftUIIntrospect Introspect.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[58/69] Compiling SwiftUIIntrospect IntrospectableViewType.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[59/69] Compiling SwiftUIIntrospect IntrospectionSelector.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[60/69] Compiling SwiftUIIntrospect IntrospectionView.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[61/69] Compiling SwiftUIIntrospect PlatformVersion.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[62/69] Compiling SwiftUIIntrospect PlatformView.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[63/69] Compiling SwiftUIIntrospect PlatformViewVersion.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
[64/69] Compiling SwiftUIIntrospect Utils.swift
/host/spi-builder-workspace/Sources/Introspect.swift:2:15: error: no such module 'SwiftUI'
  1 | #if !os(watchOS)
  2 | public import SwiftUI
    |               `- error: no such module 'SwiftUI'
  3 |
  4 | /// The scope of introspection i.e. where introspect should look to find
swift-build: /home/build-user/llbuild/lib/Core/SQLiteBuildDB.cpp:703: virtual void (anonymous namespace)::SQLiteBuildDB::buildComplete(): Assertion `result == SQLITE_OK' failed.
*** Signal 6: Backtracing from 0x7fcfe024f9fc... done ***
*** Program crashed: Aborted at 0x000000000000000d ***
Platform: x86_64 Linux (Ubuntu 22.04.5 LTS)
Thread 0 "swift-build":
  0  0x00007fcfe01fb80a <unknown> in libc.so.6
...
Thread 1 crashed:
  0  0x00007fcfe024f9fc <unknown> in libc.so.6
...
Thread 2:
  0  0x00007fcfe02dee2e <unknown> in libc.so.6
...
Thread 3:
  0  0x00007fcfe024a117 <unknown> in libc.so.6
...
Registers:
rax 0x0000000000000000  0
rdx 0x00007fcfdadda640  40 a6 dd da cf 7f 00 00 00 de 54 33 96 55 00 00  @¦ÝÚÏ····ÞT3·U··
rcx 0x00007fcfe024f9fc  41 89 c5 41 f7 dd 3d 00 f0 ff ff b8 00 00 00 00  A·ÅA÷Ý=·ðÿÿ¸····
rbx 0x0000000000000006  6
rsi 0x000000000000000d  13
rdi 0x0000000000000010  16
rbp 0x0000000000000010  16
rsp 0x00007fcfdadd9290  cc d6 17 d4 cf 7f 00 00 a0 d5 17 d4 cf 7f 00 00  ÌÖ·ÔÏ··· Õ·ÔÏ···
 r8 0x00007fcfdadd9360  20 00 00 00 00 00 00 00 a0 46 3d e0 cf 7f 00 00   ······· F=àÏ···
 r9 0x0000000000000000  0
r10 0x0000000000000008  8
r11 0x0000000000000246  582
r12 0x0000000000000006  6
r13 0x0000000000000016  22
r14 0x0000559632446c33  72 65 73 75 6c 74 20 3d 3d 20 53 51 4c 49 54 45  result == SQLITE
r15 0x00007fcfd40ef5d0  a0 e2 2d 32 96 55 00 00 e8 b0 01 d4 cf 7f 00 00   â-2·U··è°·ÔÏ···
rip 0x00007fcfe024f9fc  41 89 c5 41 f7 dd 3d 00 f0 ff ff b8 00 00 00 00  A·ÅA÷Ý=·ðÿÿ¸····
rflags 0x0000000000000246  ZF PF
cs 0x0033  fs 0x0000  gs 0x0000
Images (72 omitted):
0x00007fcfe01b9000–0x00007fcfe0375341 d5197096f709801829b118af1b7cf6631efa2dcd libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
Backtrace took 0.01s
BUILD FAILURE 6.2 android