Build Information
Failed to build ViewInspector, reference 0.10.4 (4785ee), with Swift 6.1 for macOS (SPM) on 27 Mar 2026 20:18:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/GlassEffectContainer.swift:140:11: error: cannot find type 'GlassEffectTransition' in scope
138 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *)
139 | @available(visionOS, unavailable)
140 | extension GlassEffectTransition: BinaryEquatable { }
| `- error: cannot find type 'GlassEffectTransition' in scope
141 |
[14/117] Compiling ViewInspector LazyHGrid.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/GlassEffectContainer.swift:103:44: error: cannot find type 'GlassEffectTransition' in scope
101 |
102 | /// Returns the glass effect transition.
103 | func glassEffectTransition() throws -> GlassEffectTransition {
| `- error: cannot find type 'GlassEffectTransition' in scope
104 | let kind = try modifierAttribute(
105 | modifierName: "GlassEffectTransitionModifier", path: "modifier|transition|kind",
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/GlassEffectContainer.swift:140:11: error: cannot find type 'GlassEffectTransition' in scope
138 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *)
139 | @available(visionOS, unavailable)
140 | extension GlassEffectTransition: BinaryEquatable { }
| `- error: cannot find type 'GlassEffectTransition' in scope
141 |
[15/129] Compiling ViewInspector LazyHStack.swift
[16/129] Compiling ViewInspector LazyVGrid.swift
[17/129] Compiling ViewInspector LazyVStack.swift
[18/129] Compiling ViewInspector LinearGradient.swift
[19/129] Compiling ViewInspector Link.swift
[20/129] Compiling ViewInspector List.swift
[21/129] Compiling ViewInspector LocationButton.swift
[22/129] Compiling ViewInspector Map.swift
[23/129] Compiling ViewInspector MapAnnotation.swift
[24/129] Compiling ViewInspector Menu.swift
[25/129] Compiling ViewInspector MenuButton.swift
[26/129] Compiling ViewInspector MultiDatePicker.swift
[27/129] Compiling ViewInspector NavigationDestination.swift
[28/129] Compiling ViewInspector CustomView.swift
[29/129] Compiling ViewInspector CustomViewModifier.swift
[30/129] Compiling ViewInspector DatePicker.swift
[31/129] Compiling ViewInspector DelayedPreferenceView.swift
[32/129] Compiling ViewInspector DisclosureGroup.swift
[33/129] Compiling ViewInspector Divider.swift
[34/129] Compiling ViewInspector EditButton.swift
[35/129] Compiling ViewInspector EllipticalGradient.swift
[36/129] Compiling ViewInspector EmptyView.swift
[37/129] Compiling ViewInspector EquatableView.swift
[38/129] Compiling ViewInspector ForEach.swift
[39/129] Compiling ViewInspector Form.swift
[40/129] Compiling ViewInspector GeometryReader.swift
[41/129] Compiling ViewInspector SafeAreaBar.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 {
[42/129] 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 {
[43/129] 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 {
[44/129] 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 {
[45/129] 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 {
[46/129] 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 {
[47/129] 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 {
[48/129] 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 {
[49/129] 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 {
[50/129] 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 {
[51/129] 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 {
[52/129] Compiling ViewInspector Spacer.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/129] 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 | }
[54/129] 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 | }
[55/129] 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 | }
[56/129] 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 | }
[57/129] 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 | }
[58/129] 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 | }
[59/129] 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 | }
[60/129] 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 | }
[61/129] 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 | }
[62/129] 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 | }
[63/129] 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 | }
[64/129] 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 | }
[65/129] 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 | }
[66/129] 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 | }
[67/129] 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 | }
[68/129] 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 | }
[69/129] 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 | }
[70/129] 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 | }
[71/129] 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 | }
[72/129] 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 | }
[73/129] 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 | }
[74/129] 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 | }
[75/129] 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 | }
[76/129] 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 | }
[77/129] Compiling ViewInspector ProgressView.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 | }
[78/129] Compiling ViewInspector RadialGradient.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 | }
[79/129] Emitting module ViewInspector
/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
/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/GlassEffectContainer.swift:103:44: error: cannot find type 'GlassEffectTransition' in scope
101 |
102 | /// Returns the glass effect transition.
103 | func glassEffectTransition() throws -> GlassEffectTransition {
| `- error: cannot find type 'GlassEffectTransition' in scope
104 | let kind = try modifierAttribute(
105 | modifierName: "GlassEffectTransitionModifier", path: "modifier|transition|kind",
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/GlassEffectContainer.swift:140:11: error: cannot find type 'GlassEffectTransition' in scope
138 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *)
139 | @available(visionOS, unavailable)
140 | extension GlassEffectTransition: BinaryEquatable { }
| `- error: cannot find type 'GlassEffectTransition' in scope
141 |
/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/SignInWithAppleButton.swift:98:1: warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
96 |
97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
98 | extension SignInWithAppleButton.Label: BinaryEquatable {
| |- warning: extension declares a conformance of imported type 'Label' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_AuthenticationServices_SwiftUI' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
99 | init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 | switch type {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[80/129] Compiling ViewInspector Stepper.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[81/129] Compiling ViewInspector StyleConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[82/129] Compiling ViewInspector SubscriptionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[83/129] Compiling ViewInspector Tab.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[84/129] Compiling ViewInspector TabView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[85/129] Compiling ViewInspector Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[86/129] Compiling ViewInspector TextAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[87/129] Compiling ViewInspector TextEditor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[88/129] Compiling ViewInspector TextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[89/129] Compiling ViewInspector TimelineView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[90/129] Compiling ViewInspector Toggle.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[91/129] Compiling ViewInspector Toolbar.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168: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
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | 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
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:168:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
166 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
167 | @available(macOS, unavailable)
168 | extension PageTabViewStyle: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
169 |
170 | public var indexDisplayMode: PageTabViewStyle.IndexDisplayMode {
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186: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
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | 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
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:186:1: warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
184 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *)
185 | @available(macOS, unavailable)
186 | extension PageTabViewStyle.IndexDisplayMode: @preconcurrency Equatable {
| `- warning: @preconcurrency attribute on conformance to 'Equatable' has no effect
187 | public static func == (lhs: PageTabViewStyle.IndexDisplayMode, rhs: PageTabViewStyle.IndexDisplayMode) -> Bool {
188 | let lhsBacking = try? Inspector.attribute(label: "backing", value: lhs)
/Users/admin/builder/spi-builder-workspace/Sources/ViewInspector/SwiftUI/TabView.swift:200:1: warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
198 |
199 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
200 | extension TabView: @preconcurrency SelectionValueProvider {
| `- warning: @preconcurrency attribute on conformance to 'SelectionValueProvider' has no effect
201 | func selectionValue() -> AnyHashable? {
202 | 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 |
[92/129] 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 {
[93/129] 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 {
[94/129] 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 {
[95/129] 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 {
[96/129] 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 {
[97/129] 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 {
[98/129] 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 {
[99/129] 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 {
[100/129] 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 {
[101/129] 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 {
[102/129] 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 {
[103/129] 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 {
[104/129] 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 {
[105/129] 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
[106/129] 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
[107/129] 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
[108/129] 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
[109/129] 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
[110/129] 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
[111/129] 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
[112/129] 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
[113/129] 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
[114/129] 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
[115/129] 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
[116/129] 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
[117/129] 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
[118/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
[119/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
[120/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
[121/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
[122/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
[123/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
[124/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
[125/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
[126/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
[127/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
[128/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
[129/129] 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
36 | whileHosted: @MainActor () async throws -> Void
37 | ) async throws where V: View {
38 | try await host(view, size: size, function: function, whileHosted: { _ in
| `- warning: 'host(_:size:function:whileHosted:)' is deprecated: Use `host` version that doesn't supply the view in the `whileHosted` closure. See: https://github.com/nalexn/ViewInspector/discussions/354
39 | try await whileHosted()
40 | })
BUILD FAILURE 6.1 macosSpm