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

Successful build of ViewInspector, reference 0.10.3 (55373f), with Swift 6.1 for macOS (SPM) on 28 Aug 2025 17:48:39 UTC.

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

184 |
185 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
186 | extension ToolbarItemPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
187 |
[96/127] Compiling ViewInspector TabView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:162:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
160 |
161 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
162 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
163 |     func selectionValue() -> AnyHashable? {
164 |         let binding = try? Inspector.attribute(label: "selection", value: self, type: Binding<SelectionValue>?.self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Toolbar.swift:186:1: warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
184 |
185 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
186 | extension ToolbarItemPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
187 |
[97/127] Compiling ViewInspector Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:162:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
160 |
161 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
162 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
163 |     func selectionValue() -> AnyHashable? {
164 |         let binding = try? Inspector.attribute(label: "selection", value: self, type: Binding<SelectionValue>?.self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Toolbar.swift:186:1: warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
184 |
185 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
186 | extension ToolbarItemPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
187 |
[98/127] Compiling ViewInspector TextAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:162:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
160 |
161 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
162 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
163 |     func selectionValue() -> AnyHashable? {
164 |         let binding = try? Inspector.attribute(label: "selection", value: self, type: Binding<SelectionValue>?.self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Toolbar.swift:186:1: warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
184 |
185 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
186 | extension ToolbarItemPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
187 |
[99/127] Compiling ViewInspector TextEditor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:162:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
160 |
161 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
162 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
163 |     func selectionValue() -> AnyHashable? {
164 |         let binding = try? Inspector.attribute(label: "selection", value: self, type: Binding<SelectionValue>?.self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Toolbar.swift:186:1: warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
184 |
185 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
186 | extension ToolbarItemPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
187 |
[100/127] Compiling ViewInspector TextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:162:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
160 |
161 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
162 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
163 |     func selectionValue() -> AnyHashable? {
164 |         let binding = try? Inspector.attribute(label: "selection", value: self, type: Binding<SelectionValue>?.self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Toolbar.swift:186:1: warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
184 |
185 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
186 | extension ToolbarItemPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
187 |
[101/127] Compiling ViewInspector TimelineView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:162:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
160 |
161 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
162 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
163 |     func selectionValue() -> AnyHashable? {
164 |         let binding = try? Inspector.attribute(label: "selection", value: self, type: Binding<SelectionValue>?.self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Toolbar.swift:186:1: warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
184 |
185 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
186 | extension ToolbarItemPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
187 |
[102/127] Compiling ViewInspector Toggle.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:162:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
160 |
161 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
162 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
163 |     func selectionValue() -> AnyHashable? {
164 |         let binding = try? Inspector.attribute(label: "selection", value: self, type: Binding<SelectionValue>?.self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Toolbar.swift:186:1: warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
184 |
185 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
186 | extension ToolbarItemPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
187 |
[103/127] Compiling ViewInspector Toolbar.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'PageTabViewStyle' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:130:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
128 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
129 | @available(macOS, unavailable)
130 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
131 |
132 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | |- warning: extension declares a conformance of imported type 'IndexDisplayMode' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:148:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
146 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
147 | @available(macOS, unavailable)
148 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
149 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
150 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:162:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
160 |
161 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
162 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
163 |     func selectionValue() -> AnyHashable? {
164 |         let binding = try? Inspector.attribute(label: "selection", value: self, type: Binding<SelectionValue>?.self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Toolbar.swift:186:1: warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
184 |
185 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
186 | extension ToolbarItemPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarItemPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
187 |
[104/127] Compiling ViewInspector ProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[105/127] Compiling ViewInspector RadialGradient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[106/127] Compiling ViewInspector SafeAreaInset.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[107/127] Compiling ViewInspector ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[108/127] Compiling ViewInspector ScrollViewReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[109/127] Compiling ViewInspector Section.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[110/127] Compiling ViewInspector SecureField.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[111/127] Compiling ViewInspector Shape.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[112/127] Compiling ViewInspector ShareLink.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[113/127] Compiling ViewInspector Sheet.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[114/127] Compiling ViewInspector SignInWithAppleButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[115/127] Compiling ViewInspector Slider.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Sheet.swift:65:45: warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 63 |     func sheet(parent: UnwrappedView, index: Int?, name: String = "Sheet") throws -> InspectableView<ViewType.Sheet> {
 64 |         return try popup(parent: parent, index: index, name: name,
 65 |                          modifierPredicate: isSheetBuilder(modifier:),
    |                                             `- warning: converting function value of type '@MainActor (Any) -> Bool' to '(any ModifierNameProvider) -> Bool' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
 66 |                          standardPredicate: standardSheetModifier)
 67 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    | |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:66:13: warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
 64 |         DispatchQueue.main.async {
 65 |             let request = ASAuthorizationAppleIDProvider().createRequest()
 66 |             button.onRequest(request)
    |             |- warning: sending 'button' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'button' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:68:20: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
 66 |             button.onRequest(request)
 67 |             let result: Result<ASAuthorization, Error>
 68 |             switch outcome {
    |                    |- warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
    |                    `- note: task-isolated 'outcome' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |             case .appleIDCredential(let credential):
 70 |                 let surrogate = VIASAuthorization(
[116/127] Compiling ViewInspector TouchBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
[117/127] Compiling ViewInspector TreeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
[118/127] Compiling ViewInspector TupleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
[119/127] Compiling ViewInspector UnaryViewAdaptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
[120/127] Compiling ViewInspector VSplitView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
[121/127] Compiling ViewInspector VStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
[122/127] Compiling ViewInspector VideoPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
[123/127] Compiling ViewInspector ViewThatFits.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
[124/127] Compiling ViewInspector ZStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
[125/127] Compiling ViewInspector ViewHosting.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
[126/127] Compiling ViewInspector ViewSearch.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
[127/127] Compiling ViewInspector ViewSearchIndex.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:86:10: warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
83 |
84 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
85 | extension VideoPlayer: SingleViewProvider {
   |                        `- note: add '@preconcurrency' to the 'SingleViewProvider' conformance to defer isolation checking to run time
86 |     func view() throws -> Any {
   |          |- warning: main actor-isolated instance method 'view()' cannot be used to satisfy nonisolated requirement from protocol 'SingleViewProvider'; this is an error in the Swift 6 language mode
   |          `- note: add 'nonisolated' to 'view()' to make this instance method not isolated to the actor
87 |         return try Inspector.attribute(
88 |             path: "configuration|videoOverlay", value: self)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:314:10: note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
313 | internal protocol SingleViewProvider {
314 |     func view() throws -> Any
    |          `- note: mark the protocol requirement 'view()' 'async' to allow actor-isolated conformances
315 | }
316 |
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:38:19: warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 36 |                         whileHosted: @MainActor () async throws -> Void
 37 |     ) async throws where V: View {
 38 |         try await host(view, function: function, whileHosted: { _ in
    |                   `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
 39 |             try await whileHosted()
 40 |         })
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:139:26: warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |         return hosted[viewId]?.medium ?? .empty
138 |         #else
139 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'Content.Medium' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
140 |             hosted[viewId]?.medium ?? .empty
141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/BaseTypes.swift:168:12: note: consider making struct 'Medium' conform to the 'Sendable' protocol
166 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
167 | internal extension Content {
168 |     struct Medium {
    |            `- note: consider making struct 'Medium' conform to the 'Sendable' protocol
169 |         let viewModifiers: [Any]
170 |         let transitiveViewModifiers: [Any]
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:272:30: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
270 |     ) throws -> InspectableView<ViewType.ClassifiedView> {
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
    |                              `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
274 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:338:26: warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
336 |      */
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
    |                          `- warning: type 'InspectableView<ViewType.ClassifiedView>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
339 |             isolatedFindAll(where: condition)
340 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView.swift:12:15: note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 10 | @MainActor
 11 | #endif
 12 | public struct InspectableView<View> where View: BaseViewType {
    |               `- note: consider making generic struct 'InspectableView' conform to the 'Sendable' protocol
 13 |
 14 |     internal let content: Content
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewHosting.swift:46:24: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
 44 |         let viewId = ViewId(function: function)
 45 |         MainActor.assumeIsolated {
 46 |             host(view: view, size: size, viewId: viewId)
    |                        |- warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'view' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 47 |         }
 48 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:273:101: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
271 |         precondition(skipFound >= 0)
272 |         return try MainActor.assumeIsolated {
273 |             try isolatedFind(relation: relation, traversal: traversal, skipFound: skipFound, where: condition)
    |                                                                                                     |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                                     `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
274 |         }
275 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/ViewSearch.swift:339:36: warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
337 |     func findAll(where condition: ViewSearch.Condition) -> [InspectableView<ViewType.ClassifiedView>] {
338 |         return MainActor.assumeIsolated {
339 |             isolatedFindAll(where: condition)
    |                                    |- warning: sending 'condition' risks causing data races; this is an error in the Swift 6 language mode
    |                                    `- note: task-isolated 'condition' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
340 |         }
341 |     }
Build complete! (18.30s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "ViewInspector",
  "name" : "ViewInspector",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ViewInspector",
      "targets" : [
        "ViewInspector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ViewInspectorTests",
      "module_type" : "SwiftTarget",
      "name" : "ViewInspectorTests",
      "path" : "Tests/ViewInspectorTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ViewInspectorTests/TestResources/en-AU.lproj/Test.strings",
          "rule" : {
            "process" : {
              "localization" : "en-au"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ViewInspectorTests/TestResources/en.lproj/Test.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ViewInspectorTests/TestResources/ru.lproj/Test.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        }
      ],
      "sources" : [
        "BaseTypesTests.swift",
        "CustomInspectableTests.swift",
        "Gestures/CommonComposedGestureChangedTests.swift",
        "Gestures/CommonComposedGestureEndedTests.swift",
        "Gestures/CommonComposedGestureTests.swift",
        "Gestures/CommonComposedGestureUpdatingTests.swift",
        "Gestures/CommonGestureTests.swift",
        "Gestures/ComposedGestureExampleTests.swift",
        "Gestures/DragGestureTests.swift",
        "Gestures/ExclusiveGestureChildrenTests.swift",
        "Gestures/ExclusiveGestureTests.swift",
        "Gestures/GestureExampleTests.swift",
        "Gestures/GestureModifiers/GestureActionTests.swift",
        "Gestures/GestureModifiers/GestureModifierTests.swift",
        "Gestures/GestureModifiers/HighPriorityGestureModifierTests.swift",
        "Gestures/GestureModifiers/HitTestingTests.swift",
        "Gestures/GestureModifiers/SimultaneousGestureModifierTests.swift",
        "Gestures/LongPressGestureTests.swift",
        "Gestures/MagnificationGestureTests.swift",
        "Gestures/MagnifyGestureTests.swift",
        "Gestures/RotationGestureTests.swift",
        "Gestures/SequenceGestureChildrenTests.swift",
        "Gestures/SequenceGestureTests.swift",
        "Gestures/SimultaneousGestureChildrenTests.swift",
        "Gestures/SimultaneousGestureTests.swift",
        "Gestures/SpatialTapGestureTests.swift",
        "Gestures/TapGestureTests.swift",
        "InspectableViewTests.swift",
        "InspectionEmissaryTests.swift",
        "InspectorTests.swift",
        "LazyGroupTests.swift",
        "SwiftUI/ActionSheetTests.swift",
        "SwiftUI/AlertTests.swift",
        "SwiftUI/AngularGradientTests.swift",
        "SwiftUI/AnyViewTests.swift",
        "SwiftUI/AsyncImageTests.swift",
        "SwiftUI/ButtonTests.swift",
        "SwiftUI/CanvasTests.swift",
        "SwiftUI/ColorPickerTests.swift",
        "SwiftUI/ColorTests.swift",
        "SwiftUI/ConditionalContentTests.swift",
        "SwiftUI/ConfirmationDialogTests.swift",
        "SwiftUI/ContentUnavailableViewTests.swift",
        "SwiftUI/ControlGroupTests.swift",
        "SwiftUI/CustomViewBuilderTests.swift",
        "SwiftUI/CustomViewModifierTests.swift",
        "SwiftUI/CustomViewTests.swift",
        "SwiftUI/DatePickerTests.swift",
        "SwiftUI/DisclosureGroupTests.swift",
        "SwiftUI/DividerTests.swift",
        "SwiftUI/EditButtonTests.swift",
        "SwiftUI/EllipticalGradientTests.swift",
        "SwiftUI/EmptyViewTests.swift",
        "SwiftUI/EnvironmentObjectInjectionTests.swift",
        "SwiftUI/EquatableViewTests.swift",
        "SwiftUI/ForEachTests.swift",
        "SwiftUI/FormTests.swift",
        "SwiftUI/FullScreenCoverTests.swift",
        "SwiftUI/GeometryReaderTests.swift",
        "SwiftUI/GridTests.swift",
        "SwiftUI/GroupBoxTests.swift",
        "SwiftUI/GroupTests.swift",
        "SwiftUI/HSplitViewTests.swift",
        "SwiftUI/HStackTests.swift",
        "SwiftUI/HelpTests.swift",
        "SwiftUI/IDViewTests.swift",
        "SwiftUI/ImageTests.swift",
        "SwiftUI/LabelTests.swift",
        "SwiftUI/LabeledContentTests.swift",
        "SwiftUI/LazyHGridTests.swift",
        "SwiftUI/LazyHStackTests.swift",
        "SwiftUI/LazyVGridTests.swift",
        "SwiftUI/LazyVStackTests.swift",
        "SwiftUI/LinearGradientTests.swift",
        "SwiftUI/LinkTests.swift",
        "SwiftUI/ListTests.swift",
        "SwiftUI/LocationButtonTests.swift",
        "SwiftUI/MapAnnotationTests.swift",
        "SwiftUI/MapTests.swift",
        "SwiftUI/MenuButtonTests.swift",
        "SwiftUI/MenuTests.swift",
        "SwiftUI/MultiDatePickerTests.swift",
        "SwiftUI/NavigationDestinationTests.swift",
        "SwiftUI/NavigationLinkTests.swift",
        "SwiftUI/NavigationSplitViewTests.swift",
        "SwiftUI/NavigationStackTests.swift",
        "SwiftUI/NavigationViewTests.swift",
        "SwiftUI/OpaqueViewTests.swift",
        "SwiftUI/OptionalViewTests.swift",
        "SwiftUI/OutlineGroupTests.swift",
        "SwiftUI/PasteButtonTests.swift",
        "SwiftUI/PickerTests.swift",
        "SwiftUI/PopoverContentTests.swift",
        "SwiftUI/PopoverTests.swift",
        "SwiftUI/PreferenceTests.swift",
        "SwiftUI/ProgressViewTests.swift",
        "SwiftUI/RadialGradientTests.swift",
        "SwiftUI/SafeAreaInsetTests.swift",
        "SwiftUI/ScrollViewReaderTests.swift",
        "SwiftUI/ScrollViewTests.swift",
        "SwiftUI/SectionTests.swift",
        "SwiftUI/SecureFieldTests.swift",
        "SwiftUI/ShapeTests.swift",
        "SwiftUI/ShareLinkTests.swift",
        "SwiftUI/SheetTests.swift",
        "SwiftUI/SignInWithAppleButtonTests.swift",
        "SwiftUI/SliderTests.swift",
        "SwiftUI/SpacerTests.swift",
        "SwiftUI/StepperTests.swift",
        "SwiftUI/SubscriptionViewTests.swift",
        "SwiftUI/TabViewTests.swift",
        "SwiftUI/TextAttributesTests.swift",
        "SwiftUI/TextEditorTests.swift",
        "SwiftUI/TextFieldTests.swift",
        "SwiftUI/TextTests.swift",
        "SwiftUI/TimelineViewTests.swift",
        "SwiftUI/ToggleTests.swift",
        "SwiftUI/ToolbarTests.swift",
        "SwiftUI/TouchBarTests.swift",
        "SwiftUI/TreeViewTests.swift",
        "SwiftUI/TupleViewTests.swift",
        "SwiftUI/VSplitViewTests.swift",
        "SwiftUI/VStackTests.swift",
        "SwiftUI/VideoPlayerTests.swift",
        "SwiftUI/ViewThatFitsTests.swift",
        "SwiftUI/ZStackTests.swift",
        "ViewHostingTests.swift",
        "ViewModifiers/AccessibilityModifiersTests.swift",
        "ViewModifiers/AnimationModifiersTests.swift",
        "ViewModifiers/ConfigurationModifiersTests.swift",
        "ViewModifiers/CustomStyleModifiersTests.swift",
        "ViewModifiers/EnvironmentModifiersTests.swift",
        "ViewModifiers/EventsModifiersTests.swift",
        "ViewModifiers/InteractionModifiersTests.swift",
        "ViewModifiers/NavigationBarModifiersTests.swift",
        "ViewModifiers/NestedModifiersTests.swift",
        "ViewModifiers/PositioningModifiersTests.swift",
        "ViewModifiers/PresentationModifiersTests.swift",
        "ViewModifiers/SizingModifiersTests.swift",
        "ViewModifiers/TextInputModifiersTests.swift",
        "ViewModifiers/TransformingModifiersTests.swift",
        "ViewModifiers/TransitiveModifiersTests.swift",
        "ViewModifiers/ViewPaddingTests.swift",
        "ViewModifiers/VisualEffectModifiersTests.swift",
        "ViewSearchTests.swift"
      ],
      "target_dependencies" : [
        "ViewInspector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ViewInspector",
      "module_type" : "SwiftTarget",
      "name" : "ViewInspector",
      "path" : "Sources/ViewInspector",
      "product_memberships" : [
        "ViewInspector"
      ],
      "sources" : [
        "BaseTypes.swift",
        "ContentExtraction.swift",
        "EnvironmentInjection.swift",
        "InspectableView+RandomAccessCollection.swift",
        "InspectableView.swift",
        "InspectionEmissary.swift",
        "Inspector.swift",
        "LazyGroup.swift",
        "Modifiers/AccessibilityModifiers.swift",
        "Modifiers/AnimationModifiers.swift",
        "Modifiers/ConfigurationModifiers.swift",
        "Modifiers/CustomStyleModifiers.swift",
        "Modifiers/EnvironmentModifiers.swift",
        "Modifiers/EventsModifiers.swift",
        "Modifiers/GestureModifiers.swift",
        "Modifiers/InteractionModifiers.swift",
        "Modifiers/NavigationBarModifiers.swift",
        "Modifiers/PositioningModifiers.swift",
        "Modifiers/PreviewModifiers.swift",
        "Modifiers/SizingModifiers.swift",
        "Modifiers/TextInputModifiers.swift",
        "Modifiers/TransformingModifiers.swift",
        "Modifiers/TransitiveModifiers.swift",
        "Modifiers/VisualEffectModifiers.swift",
        "PopupPresenter.swift",
        "SwiftUI/ActionSheet.swift",
        "SwiftUI/Alert.swift",
        "SwiftUI/AngularGradient.swift",
        "SwiftUI/AnyView.swift",
        "SwiftUI/AsyncImage.swift",
        "SwiftUI/Button.swift",
        "SwiftUI/Canvas.swift",
        "SwiftUI/ClassifiedView.swift",
        "SwiftUI/Color.swift",
        "SwiftUI/ColorPicker.swift",
        "SwiftUI/ConditionalContent.swift",
        "SwiftUI/ConfirmationDialog.swift",
        "SwiftUI/ContentUnavailableView.swift",
        "SwiftUI/ControlGroup.swift",
        "SwiftUI/CustomView.swift",
        "SwiftUI/CustomViewModifier.swift",
        "SwiftUI/DatePicker.swift",
        "SwiftUI/DelayedPreferenceView.swift",
        "SwiftUI/DisclosureGroup.swift",
        "SwiftUI/Divider.swift",
        "SwiftUI/EditButton.swift",
        "SwiftUI/EllipticalGradient.swift",
        "SwiftUI/EmptyView.swift",
        "SwiftUI/EquatableView.swift",
        "SwiftUI/ForEach.swift",
        "SwiftUI/Form.swift",
        "SwiftUI/GeometryReader.swift",
        "SwiftUI/Gesture.swift",
        "SwiftUI/Grid.swift",
        "SwiftUI/Group.swift",
        "SwiftUI/GroupBox.swift",
        "SwiftUI/HSplitView.swift",
        "SwiftUI/HStack.swift",
        "SwiftUI/HelpView.swift",
        "SwiftUI/IDView.swift",
        "SwiftUI/Image.swift",
        "SwiftUI/Label.swift",
        "SwiftUI/LabeledContent.swift",
        "SwiftUI/LazyHGrid.swift",
        "SwiftUI/LazyHStack.swift",
        "SwiftUI/LazyVGrid.swift",
        "SwiftUI/LazyVStack.swift",
        "SwiftUI/LinearGradient.swift",
        "SwiftUI/Link.swift",
        "SwiftUI/List.swift",
        "SwiftUI/LocationButton.swift",
        "SwiftUI/Map.swift",
        "SwiftUI/MapAnnotation.swift",
        "SwiftUI/Menu.swift",
        "SwiftUI/MenuButton.swift",
        "SwiftUI/MultiDatePicker.swift",
        "SwiftUI/NavigationDestination.swift",
        "SwiftUI/NavigationLink.swift",
        "SwiftUI/NavigationSplitView.swift",
        "SwiftUI/NavigationStack.swift",
        "SwiftUI/NavigationView.swift",
        "SwiftUI/OptionalContent.swift",
        "SwiftUI/OutlineGroup.swift",
        "SwiftUI/Overlay.swift",
        "SwiftUI/PasteButton.swift",
        "SwiftUI/Picker.swift",
        "SwiftUI/Popover.swift",
        "SwiftUI/PopoverContent.swift",
        "SwiftUI/ProgressView.swift",
        "SwiftUI/RadialGradient.swift",
        "SwiftUI/SafeAreaInset.swift",
        "SwiftUI/ScrollView.swift",
        "SwiftUI/ScrollViewReader.swift",
        "SwiftUI/Section.swift",
        "SwiftUI/SecureField.swift",
        "SwiftUI/Shape.swift",
        "SwiftUI/ShareLink.swift",
        "SwiftUI/Sheet.swift",
        "SwiftUI/SignInWithAppleButton.swift",
        "SwiftUI/Slider.swift",
        "SwiftUI/Spacer.swift",
        "SwiftUI/Stepper.swift",
        "SwiftUI/StyleConfiguration.swift",
        "SwiftUI/SubscriptionView.swift",
        "SwiftUI/TabView.swift",
        "SwiftUI/Text.swift",
        "SwiftUI/TextAttributes.swift",
        "SwiftUI/TextEditor.swift",
        "SwiftUI/TextField.swift",
        "SwiftUI/TimelineView.swift",
        "SwiftUI/Toggle.swift",
        "SwiftUI/Toolbar.swift",
        "SwiftUI/TouchBar.swift",
        "SwiftUI/TreeView.swift",
        "SwiftUI/TupleView.swift",
        "SwiftUI/UnaryViewAdaptor.swift",
        "SwiftUI/VSplitView.swift",
        "SwiftUI/VStack.swift",
        "SwiftUI/VideoPlayer.swift",
        "SwiftUI/ViewThatFits.swift",
        "SwiftUI/ZStack.swift",
        "ViewHosting.swift",
        "ViewSearch.swift",
        "ViewSearchIndex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.