Build Information
Failed to build ScrollUI, reference master (6c6c8e
), with Swift 6.2 (beta) for Android on 23 Jun 2025 14:07:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyJoeyy/ScrollUI.git
Reference: master
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/SwiftyJoeyy/ScrollUI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6c6c8e7 Update README.md
Cloned https://github.com/SwiftyJoeyy/ScrollUI.git
Revision (git rev-parse @):
6c6c8e7a37e00a1bd59378b49f43c5a96a894246
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyJoeyy/ScrollUI.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/SwiftyJoeyy/ScrollUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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
Fetching https://github.com/siteline/SwiftUI-Introspect
[1/10001] Fetching swiftui-introspect
Fetched https://github.com/siteline/SwiftUI-Introspect from cache (0.96s)
Computing version for https://github.com/siteline/SwiftUI-Introspect
warning: 'swiftui-introspect': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swiftui-introspect",
7 | platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/siteline/SwiftUI-Introspect at 1.3.0 (1.96s)
Creating working copy for https://github.com/siteline/SwiftUI-Introspect
Working copy of https://github.com/siteline/SwiftUI-Introspect resolved at 1.3.0
warning: 'swiftui-introspect': /host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swiftui-introspect",
7 | platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/57] Compiling SwiftUIIntrospect Form.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[5/57] Compiling SwiftUIIntrospect FormWithGroupedStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[6/57] Compiling SwiftUIIntrospect FullScreenCover.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[7/57] Compiling SwiftUIIntrospect List.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[8/57] Compiling SwiftUIIntrospect ListCell.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[9/57] Compiling SwiftUIIntrospect ListWithBorderedStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[10/57] Compiling SwiftUIIntrospect ListWithGroupedStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[11/57] Compiling SwiftUIIntrospect ListWithInsetGroupedStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[12/57] Compiling SwiftUIIntrospect PickerWithMenuStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[13/57] Compiling SwiftUIIntrospect PickerWithSegmentedStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[14/57] Compiling SwiftUIIntrospect PickerWithWheelStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[15/57] Compiling SwiftUIIntrospect Popover.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[16/57] Compiling SwiftUIIntrospect ProgressViewWithCircularStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[17/57] Compiling SwiftUIIntrospect ProgressViewWithLinearStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[18/57] Compiling SwiftUIIntrospect ScrollView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[19/57] Compiling SwiftUIIntrospect TabViewWithPageStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[20/57] Compiling SwiftUIIntrospect Table.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[21/57] Compiling SwiftUIIntrospect TextEditor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[22/57] Compiling SwiftUIIntrospect TextField.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[23/57] Compiling SwiftUIIntrospect TextFieldWithVerticalAxis.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[24/57] Compiling SwiftUIIntrospect Toggle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[25/57] Compiling SwiftUIIntrospect ToggleWithButtonStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[26/57] Compiling SwiftUIIntrospect Button.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[27/57] Compiling SwiftUIIntrospect ColorPicker.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[28/57] Compiling SwiftUIIntrospect DatePicker.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[29/57] Compiling SwiftUIIntrospect DatePickerWithCompactStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[30/57] Compiling SwiftUIIntrospect DatePickerWithFieldStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[31/57] Compiling SwiftUIIntrospect DatePickerWithGraphicalStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[32/57] Compiling SwiftUIIntrospect DatePickerWithStepperFieldStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[33/57] Compiling SwiftUIIntrospect DatePickerWithWheelStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[34/57] Compiling SwiftUIIntrospect SearchField.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[35/57] Compiling SwiftUIIntrospect SecureField.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[36/57] Compiling SwiftUIIntrospect Sheet.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[37/57] Compiling SwiftUIIntrospect SignInWithAppleButton.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[38/57] Compiling SwiftUIIntrospect Slider.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[39/57] Compiling SwiftUIIntrospect Stepper.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[40/57] Compiling SwiftUIIntrospect TabView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[41/57] Compiling SwiftUIIntrospect ListWithInsetStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[42/57] Compiling SwiftUIIntrospect ListWithSidebarStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[43/57] Compiling SwiftUIIntrospect Map.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[44/57] Compiling SwiftUIIntrospect NavigationSplitView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[45/57] Compiling SwiftUIIntrospect NavigationStack.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[46/57] Compiling SwiftUIIntrospect NavigationViewWithColumnsStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[47/57] Compiling SwiftUIIntrospect NavigationViewWithStackStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[48/57] Compiling SwiftUIIntrospect PageControl.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[49/64] Compiling SwiftUIIntrospect ToggleWithCheckboxStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[50/64] Compiling SwiftUIIntrospect ToggleWithSwitchStyle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[51/64] Compiling SwiftUIIntrospect VideoPlayer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[52/64] Compiling SwiftUIIntrospect View.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[53/64] Compiling SwiftUIIntrospect ViewController.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[54/64] Compiling SwiftUIIntrospect Window.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[55/64] Compiling SwiftUIIntrospect Weak.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | 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/64] Emitting module SwiftUIIntrospect
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[57/64] Compiling SwiftUIIntrospect Introspect.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[58/64] Compiling SwiftUIIntrospect IntrospectableViewType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[59/64] Compiling SwiftUIIntrospect IntrospectionSelector.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[60/64] Compiling SwiftUIIntrospect IntrospectionView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[61/64] Compiling SwiftUIIntrospect PlatformVersion.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[62/64] Compiling SwiftUIIntrospect PlatformView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[63/64] Compiling SwiftUIIntrospect PlatformViewVersion.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
[64/64] Compiling SwiftUIIntrospect Utils.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUI-Introspect/Sources/Introspect.swift:2:8: error: no such module 'SwiftUI'
1 | #if !os(watchOS)
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// The scope of introspection i.e. where introspect should look to find
BUILD FAILURE 6.2 android