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 (a6fcac), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 07:56:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

SwiftUI.GridItem.Size:2:11: note: 'GridItem.Size' declares conformance to protocol 'Equatable' here
1 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *)
2 | extension GridItem.Size : Equatable {
  |           `- note: 'GridItem.Size' declares conformance to protocol 'Equatable' here
3 |     public static func == (a: GridItem.Size, b: GridItem.Size) -> Bool
4 | }
[16/127] Compiling ViewInspector CustomView.swift
[17/127] Compiling ViewInspector CustomViewModifier.swift
[18/127] Compiling ViewInspector DatePicker.swift
[19/127] Compiling ViewInspector DelayedPreferenceView.swift
[20/127] Compiling ViewInspector DisclosureGroup.swift
[21/127] Compiling ViewInspector Divider.swift
[22/127] Compiling ViewInspector EditButton.swift
[23/127] Compiling ViewInspector EllipticalGradient.swift
[24/127] Compiling ViewInspector EmptyView.swift
[25/127] Compiling ViewInspector EquatableView.swift
[26/127] Compiling ViewInspector ForEach.swift
[27/127] Compiling ViewInspector Form.swift
[28/127] Compiling ViewInspector GeometryReader.swift
[29/127] Compiling ViewInspector NavigationDestination.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[30/127] Compiling ViewInspector NavigationLink.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[31/127] Compiling ViewInspector NavigationSplitView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[32/127] Compiling ViewInspector NavigationStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[33/127] Compiling ViewInspector NavigationView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[34/127] Compiling ViewInspector OptionalContent.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[35/127] Compiling ViewInspector OutlineGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[36/127] Compiling ViewInspector Overlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[37/127] Compiling ViewInspector PasteButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[38/127] Compiling ViewInspector Picker.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[39/127] Compiling ViewInspector Popover.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[40/127] Compiling ViewInspector PopoverContent.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:158:1: warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
156 |
157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
158 | extension PopoverAttachmentAnchor: Equatable {
    | |- warning: extension declares a conformance of imported type 'PopoverAttachmentAnchor' 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
159 |     public static func == (lhs: PopoverAttachmentAnchor, rhs: PopoverAttachmentAnchor) -> Bool {
160 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:172:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
170 |
171 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
172 | extension Anchor.Source: Equatable where Value == CGRect {
    | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |     public static func == (lhs: Anchor<Value>.Source, rhs: Anchor<Value>.Source) -> Bool {
174 |         return String(describing: lhs) == String(describing: rhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Popover.swift:61: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
 59 |     func popover(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.Popover> {
 60 |         return try popup(parent: parent, index: index,
 61 |                          modifierPredicate: isPopoverBuilder(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
 62 |                          standardPredicate: standardPopoverModifier)
 63 |     }
[41/127] Compiling ViewInspector Alert.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[42/127] Compiling ViewInspector AngularGradient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[43/127] Compiling ViewInspector AnyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[44/127] Compiling ViewInspector AsyncImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[45/127] Compiling ViewInspector Button.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[46/127] Compiling ViewInspector Canvas.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[47/127] Compiling ViewInspector ClassifiedView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[48/127] Compiling ViewInspector Color.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[49/127] Compiling ViewInspector ColorPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[50/127] Compiling ViewInspector ConditionalContent.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[51/127] Compiling ViewInspector ConfirmationDialog.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[52/127] Compiling ViewInspector ContentUnavailableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[53/127] Compiling ViewInspector ControlGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/Alert.swift:36:49: 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
 34 |         do {
 35 |             return try popup(parent: parent, index: index,
 36 |                              modifierPredicate: isDeprecatedAlertPresenter(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
 37 |                              standardPredicate: deprecatedStandardAlertModifier)
 38 |         } catch {
[54/127] Compiling ViewInspector Spacer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[55/127] Compiling ViewInspector Stepper.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[56/127] Compiling ViewInspector StyleConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[57/127] Compiling ViewInspector SubscriptionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[58/127] Compiling ViewInspector TabView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[59/127] Compiling ViewInspector Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[60/127] Compiling ViewInspector TextAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[61/127] Compiling ViewInspector TextEditor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[62/127] Compiling ViewInspector TextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[63/127] Compiling ViewInspector TimelineView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[64/127] Compiling ViewInspector Toggle.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[65/127] Compiling ViewInspector Toolbar.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124: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
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | 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
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:124:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
122 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
123 | @available(macOS, unavailable)
124 | extension PageTabViewStyle: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
125 |
126 |     public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142: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
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | 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
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:142:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
140 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
141 | @available(macOS, unavailable)
142 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
    | `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
143 |     public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
144 |         let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:156:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
154 |
155 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
156 | extension TabView: @preconcurrency SelectionValueProvider {
    | `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
157 |     func selectionValue() -> AnyHashable? {
158 |         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 |
[66/127] Compiling ViewInspector BaseTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[67/127] Compiling ViewInspector ContentExtraction.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[68/127] Compiling ViewInspector EnvironmentInjection.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[69/127] Compiling ViewInspector InspectableView+RandomAccessCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[70/127] Compiling ViewInspector InspectableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[71/127] Compiling ViewInspector InspectionEmissary.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[72/127] Compiling ViewInspector Inspector.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[73/127] Compiling ViewInspector LazyGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[74/127] Compiling ViewInspector AccessibilityModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[75/127] Compiling ViewInspector AnimationModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[76/127] Compiling ViewInspector ConfigurationModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[77/127] Compiling ViewInspector CustomStyleModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[78/127] Compiling ViewInspector EnvironmentModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:11:19: warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
 9 |     @MainActor
10 |     #endif
11 |     public struct Iterator: @preconcurrency IteratorProtocol {
   |                   `- warning: @preconcurrency attribute on conformance to 'IteratorProtocol' has no effect
12 |
13 |         private var index: Int = -1
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:5:1: warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 3 |
 4 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
 5 | extension InspectableView: @preconcurrency Sequence where View: MultipleViewContent {
   | `- warning: @preconcurrency attribute on conformance to 'Sequence' has no effect
 6 |
 7 |     public typealias Element = InspectableView<ViewType.ClassifiedView>
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'Collection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'Collection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'BidirectionalCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/InspectableView+RandomAccessCollection.swift:42:1: warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
40 |
41 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
42 | extension InspectableView: @preconcurrency Collection,
   | `- warning: @preconcurrency attribute on conformance to 'RandomAccessCollection' has no effect
43 |                            @preconcurrency BidirectionalCollection,
44 |                            @preconcurrency RandomAccessCollection
[79/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 {
[80/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 {
[81/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 {
[82/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 {
[83/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 {
[84/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 {
[85/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 {
[86/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 {
[87/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 {
[88/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 {
[89/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 {
[90/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 {
[91/127] Compiling ViewInspector EventsModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[92/127] Compiling ViewInspector GestureModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[93/127] Compiling ViewInspector InteractionModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[94/127] Compiling ViewInspector NavigationBarModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[95/127] Compiling ViewInspector PositioningModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[96/127] Compiling ViewInspector PreviewModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[97/127] Compiling ViewInspector SizingModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[98/127] Compiling ViewInspector TextInputModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[99/127] Compiling ViewInspector TransformingModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[100/127] Compiling ViewInspector TransitiveModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[101/127] Compiling ViewInspector VisualEffectModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[102/127] Compiling ViewInspector PopupPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[103/127] Compiling ViewInspector ActionSheet.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/Modifiers/NavigationBarModifiers.swift:73:1: warning: extension declares a conformance of imported type 'ToolbarPlacement' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
 71 |
 72 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
 73 | extension ToolbarPlacement: BinaryEquatable { }
    | |- warning: extension declares a conformance of imported type 'ToolbarPlacement' 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
 74 |
 75 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/ActionSheet.swift:32: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
 30 |     func actionSheet(parent: UnwrappedView, index: Int?) throws -> InspectableView<ViewType.ActionSheet> {
 31 |         return try popup(parent: parent, index: index,
 32 |                          modifierPredicate: isActionSheetBuilder(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
 33 |                          standardPredicate: standardActionSheetModifier)
 34 |     }
[104/127] Compiling ViewInspector LazyHStack.swift
[105/127] Compiling ViewInspector LazyVGrid.swift
[106/127] Compiling ViewInspector LazyVStack.swift
[107/127] Compiling ViewInspector LinearGradient.swift
[108/127] Compiling ViewInspector Link.swift
[109/127] Compiling ViewInspector List.swift
[110/127] Compiling ViewInspector LocationButton.swift
[111/127] Compiling ViewInspector Map.swift
[112/127] Compiling ViewInspector MapAnnotation.swift
[113/127] Compiling ViewInspector Menu.swift
[114/127] Compiling ViewInspector MenuButton.swift
[115/127] Compiling ViewInspector MultiDatePicker.swift
[116/127] Compiling ViewInspector TouchBar.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[117/127] Compiling ViewInspector TreeView.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[118/127] Compiling ViewInspector TupleView.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[119/127] Compiling ViewInspector UnaryViewAdaptor.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[120/127] Compiling ViewInspector VSplitView.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[121/127] Compiling ViewInspector VStack.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[122/127] Compiling ViewInspector VideoPlayer.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[123/127] Compiling ViewInspector ViewThatFits.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[124/127] Compiling ViewInspector ZStack.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[125/127] Compiling ViewInspector ViewHosting.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[126/127] Compiling ViewInspector ViewSearch.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[127/127] Compiling ViewInspector ViewSearchIndex.swift
/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 39 |             try await whileHosted()
 40 |         })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (16.29s)
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/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.