Build Information
Failed to build swiftui-navigation-transitions, reference 0.17.0 (60fb49), with Swift 6.1 for Android on 10 Mar 2026 20:15:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davdroman/swiftui-navigation-transitions.git
Reference: 0.17.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/davdroman/swiftui-navigation-transitions
* tag 0.17.0 -> FETCH_HEAD
HEAD is now at 60fb498 Bump to Swift 6.1 (#170)
Cloned https://github.com/davdroman/swiftui-navigation-transitions.git
Revision (git rev-parse @):
60fb4988faf0f7d393773fd1bce1510426055089
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/davdroman/swiftui-navigation-transitions.git at 0.17.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/davdroman/swiftui-navigation-transitions.git
https://github.com/davdroman/swiftui-navigation-transitions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "objc-runtime-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/davdroman/objc-runtime-tools"
},
{
"identity" : "swift-once-macro",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/davdroman/swift-once-macro"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swiftui-introspect",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "27.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/siteline/swiftui-introspect"
}
],
"manifest_display_name" : "swiftui-navigation-transitions",
"name" : "swiftui-navigation-transitions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftUINavigationTransitions",
"targets" : [
"SwiftUINavigationTransitions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UIKitNavigationTransitions",
"targets" : [
"UIKitNavigationTransitions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "UIKitNavigationTransitions",
"module_type" : "SwiftTarget",
"name" : "UIKitNavigationTransitions",
"path" : "Sources/UIKitNavigationTransitions",
"product_dependencies" : [
"IssueReporting",
"ObjCRuntimeTools",
"Once"
],
"product_memberships" : [
"SwiftUINavigationTransitions",
"UIKitNavigationTransitions"
],
"sources" : [
"Delegate.swift",
"Interaction.swift",
"Interactivity.swift",
"UIKitSupport.swift",
"_Exports.swift"
],
"target_dependencies" : [
"NavigationTransition"
],
"type" : "library"
},
{
"c99name" : "TestUtils",
"module_type" : "SwiftTarget",
"name" : "TestUtils",
"path" : "Sources/TestUtils",
"product_dependencies" : [
"CustomDump",
"IssueReporting"
],
"sources" : [
"Animator+Mocks.swift",
"AnimatorTransientView+Mocks.swift",
"AtomicTransition+Mocks.swift",
"NavigationTransition+Mocks.swift",
"UIKitContext+Mocks.swift",
"UIView+Mocks.swift",
"_Exports.swift"
],
"target_dependencies" : [
"SwiftUINavigationTransitions"
],
"type" : "library"
},
{
"c99name" : "SwiftUINavigationTransitions",
"module_type" : "SwiftTarget",
"name" : "SwiftUINavigationTransitions",
"path" : "Sources/SwiftUINavigationTransitions",
"product_dependencies" : [
"SwiftUIIntrospect"
],
"product_memberships" : [
"SwiftUINavigationTransitions"
],
"sources" : [
"SwiftUISupport.swift",
"_Exports.swift"
],
"target_dependencies" : [
"UIKitNavigationTransitions"
],
"type" : "library"
},
{
"c99name" : "NavigationTransition",
"module_type" : "SwiftTarget",
"name" : "NavigationTransition",
"path" : "Sources/NavigationTransition",
"product_dependencies" : [
"IssueReporting"
],
"product_memberships" : [
"SwiftUINavigationTransitions",
"UIKitNavigationTransitions"
],
"sources" : [
"AnyNavigationTransition.swift",
"Combined.swift",
"Default.swift",
"Fade.swift",
"Identity.swift",
"Mirror.swift",
"NavigationTransitionBuilder.swift",
"NavigationTransitionProtocol.swift",
"On.swift",
"Pick.swift",
"PrimitiveNavigationTransition.swift",
"Slide.swift",
"_Exports.swift"
],
"target_dependencies" : [
"Animation",
"AtomicTransition"
],
"type" : "library"
},
{
"c99name" : "AtomicTransitionTests",
"module_type" : "SwiftTarget",
"name" : "AtomicTransitionTests",
"path" : "Tests/AtomicTransitionTests",
"sources" : [
"CombinedTests.swift",
"GroupTests.swift",
"IdentityTests.swift",
"MoveTests.swift",
"OffsetTests.swift",
"OnTests.swift",
"OpacityTests.swift",
"RotateTests.swift",
"ScaleTests.swift",
"ZPositionTests.swift"
],
"target_dependencies" : [
"AtomicTransition",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "AtomicTransition",
"module_type" : "SwiftTarget",
"name" : "AtomicTransition",
"path" : "Sources/AtomicTransition",
"product_memberships" : [
"SwiftUINavigationTransitions",
"UIKitNavigationTransitions"
],
"sources" : [
"AtomicTransition.swift",
"AtomicTransitionBuilder.swift",
"Combined.swift",
"Group.swift",
"Identity.swift",
"Mirror.swift",
"Move.swift",
"Offset.swift",
"On.swift",
"Opacity.swift",
"Rotate.swift",
"Rotate3D.swift",
"Scale.swift",
"ZPosition.swift",
"_Exports.swift"
],
"target_dependencies" : [
"Animator"
],
"type" : "library"
},
{
"c99name" : "AnimatorTests",
"module_type" : "SwiftTarget",
"name" : "AnimatorTests",
"path" : "Tests/AnimatorTests",
"sources" : [
"AnimatorTransientViewPropertiesTests.swift",
"AnimatorTransientViewTests.swift"
],
"target_dependencies" : [
"Animator",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "Animator",
"module_type" : "SwiftTarget",
"name" : "Animator",
"path" : "Sources/Animator",
"product_memberships" : [
"SwiftUINavigationTransitions",
"UIKitNavigationTransitions"
],
"sources" : [
"Animator.swift",
"AnimatorTransientView.swift",
"AnimatorTransientViewProperties.swift",
"OptionalWithDefault.swift",
"Transform.swift"
],
"type" : "library"
},
{
"c99name" : "Animation",
"module_type" : "SwiftTarget",
"name" : "Animation",
"path" : "Sources/Animation",
"product_memberships" : [
"SwiftUINavigationTransitions",
"UIKitNavigationTransitions"
],
"sources" : [
"Animation.swift",
"Default.swift",
"EaseIn.swift",
"EaseInOut.swift",
"EaseOut.swift",
"InterpolatingSpring.swift",
"Linear.swift",
"TimingCurve.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/davdroman/swift-once-macro
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/siteline/swiftui-introspect
[1/340] Fetching swift-once-macro
[341/5710] Fetching swift-once-macro, swift-custom-dump
Fetching https://github.com/davdroman/objc-runtime-tools
[771/17645] Fetching swift-once-macro, swift-custom-dump, swiftui-introspect
Fetched https://github.com/davdroman/swift-once-macro from cache (0.48s)
[485/17305] Fetching swift-custom-dump, swiftui-introspect
[9257/23023] Fetching swift-custom-dump, swiftui-introspect, xctest-dynamic-overlay
[15662/23472] Fetching swift-custom-dump, swiftui-introspect, xctest-dynamic-overlay, objc-runtime-tools
Fetched https://github.com/davdroman/objc-runtime-tools from cache (0.54s)
[15776/23023] Fetching swift-custom-dump, swiftui-introspect, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.77s)
Fetched https://github.com/siteline/swiftui-introspect from cache (1.78s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.79s)
Computing version for https://github.com/siteline/swiftui-introspect
Computed https://github.com/siteline/swiftui-introspect at 26.0.0 (3.08s)
Computing version for https://github.com/davdroman/swift-once-macro
Computed https://github.com/davdroman/swift-once-macro at 1.1.0 (1.12s)
Fetching https://github.com/swiftlang/swift-syntax
[1/74652] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (9.86s)
Computing version for https://github.com/davdroman/objc-runtime-tools
Computed https://github.com/davdroman/objc-runtime-tools at 0.5.0 (11.03s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (4.73s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.09s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.94s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/davdroman/objc-runtime-tools
Working copy of https://github.com/davdroman/objc-runtime-tools resolved at 0.5.0
Creating working copy for https://github.com/davdroman/swift-once-macro
Working copy of https://github.com/davdroman/swift-once-macro resolved at 1.1.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/siteline/swiftui-introspect
Working copy of https://github.com/siteline/swiftui-introspect resolved at 26.0.0
Building for debugging...
[0/62] Write sources
[35/62] Compiling _SwiftSyntaxCShims PlatformMutex.c
[36/62] Write swift-version-24593BA9C3E375BF.txt
[38/135] Compiling SwiftSyntax602 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/135] Emitting module SwiftSyntax602
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/136] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/136] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/136] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/137] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/138] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/138] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/139] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/139] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/148] Wrapping AST for SwiftSyntax602 for debugging
[53/148] Wrapping AST for SwiftSyntax600 for debugging
[54/148] Wrapping AST for SwiftSyntax510 for debugging
[55/152] Wrapping AST for SwiftSyntax601 for debugging
[56/211] Wrapping AST for SwiftSyntax509 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[58/211] Emitting module Animator
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
[59/211] Emitting module IssueReportingPackageSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/211] Compiling IssueReportingPackageSupport _Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/212] Emitting module SwiftUIIntrospect
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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)
[63/219] Emitting module Animation
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
1 | package import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct Animation {
[64/219] Compiling Animation Animation.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
1 | package import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct Animation {
[65/219] Compiling Animation Default.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
1 | package import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct Animation {
[66/219] Compiling Animation EaseOut.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
1 | package import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct Animation {
[67/219] Compiling Animation InterpolatingSpring.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
1 | package import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct Animation {
[68/220] Compiling Animation EaseIn.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
1 | package import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct Animation {
[69/220] Compiling Animation EaseInOut.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
1 | package import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct Animation {
[70/220] Compiling Animation Linear.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
1 | package import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct Animation {
[71/220] Compiling Animator OptionalWithDefault.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
[72/220] Compiling Animator Transform.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
[73/220] Compiling Animator AnimatorTransientViewProperties.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
[74/220] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[75/220] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[76/220] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[77/220] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[78/220] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[79/220] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[80/220] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[81/220] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[82/220] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[83/220] Compiling SwiftSyntax RawSyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[84/220] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[85/220] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[86/220] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[87/220] Compiling SwiftSyntax SyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[88/220] Compiling SwiftSyntax SyntaxRewriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[89/220] Compiling SwiftSyntax SyntaxAnyVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[90/220] Compiling SwiftSyntax SyntaxBaseNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[91/220] Compiling SwiftSyntax SyntaxCollections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[92/220] Compiling SwiftSyntax SyntaxEnum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[93/220] Compiling SwiftSyntax SyntaxKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[94/220] Compiling SwiftSyntax RawSyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[95/220] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[96/220] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[97/220] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[98/220] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[99/220] Compiling SwiftSyntax EditorPlaceholder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[100/220] Compiling SwiftSyntax ChildNameForKeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[101/220] Compiling SwiftSyntax Keyword.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[102/220] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[103/220] Compiling SwiftSyntax RenamedNodesCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[104/220] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[105/220] Compiling SwiftSyntax Trivia.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[106/220] Compiling SwiftSyntax Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[107/220] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[108/220] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[109/220] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[110/220] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[111/220] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[112/220] Compiling SwiftSyntax SourceEdit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[113/220] Compiling SwiftSyntax SourceLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[114/220] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[115/220] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[116/220] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[117/220] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[118/220] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[119/220] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swiftui-introspect/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
[120/220] Compiling Animator Animator.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
[121/220] Compiling Animator AnimatorTransientView.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
[122/220] Compiling Animation TimingCurve.swift
/host/spi-builder-workspace/Sources/Animation/Animation.swift:1:16: error: no such module 'UIKit'
1 | package import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct Animation {
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
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/26] Write swift-version-24593BA9C3E375BF.txt
[2/99] Emitting module SwiftSyntax601
[3/99] Compiling SwiftSyntax601 Empty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/100] Emitting module Animator
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
[5/100] Emitting module SwiftSyntax602
[6/100] Compiling SwiftSyntax602 Empty.swift
[7/100] Compiling SwiftSyntax509 Empty.swift
[8/101] Compiling Animator AnimatorTransientView.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
[9/101] Compiling Animator AnimatorTransientViewProperties.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
[10/101] Emitting module SwiftSyntax509
[11/102] Compiling Animator OptionalWithDefault.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
[12/102] Compiling Animator Transform.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
[13/102] Compiling SwiftSyntax510 Empty.swift
[14/102] Emitting module SwiftSyntax510
[15/103] Emitting module SwiftSyntax600
[16/103] Compiling SwiftSyntax600 Empty.swift
[17/103] Emitting module IssueReportingPackageSupport
[18/103] Compiling IssueReportingPackageSupport _Test.swift
[21/104] Compiling Animator Animator.swift
/host/spi-builder-workspace/Sources/Animator/Animator.swift:1:15: error: no such module 'SwiftUI'
1 | public import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Typealias for `Animator`. Useful for disambiguation.
BUILD FAILURE 6.1 android