This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ShuffleIt with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:38:21: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 36 |                 }
 37 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 38 |                     xPosition = -xPosition
    |                     `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:40:29: warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 38 |                     xPosition = -xPosition
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
    |                             `- warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |                     direction = .right
 42 |                     isLockedLeft = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:50:25: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 48 |                     notifyListener(context: context)
 49 |                     withAnimation(animation.timing(duration: 0.2)) {
 50 |                         xPosition = 0
    |                         `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 51 |                         isLockedLeft = false
 52 |                         autoShuffling = false
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:66:21: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 64 |                 }
 65 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 66 |                     xPosition = -xPosition
    |                     `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:68:29: warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 66 |                     xPosition = -xPosition
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
    |                             `- warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 69 |                     direction = .left
 70 |                     isLockedRight = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:78:25: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 76 |                     notifyListener(context: context)
 77 |                     withAnimation(animation.timing(duration: 0.2)) {
 78 |                         xPosition = 0
    |                         `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 79 |                         isLockedRight = false
 80 |                         autoShuffling = false
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:11:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
  9 |         performSpreadingOut()
 10 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
 11 |             self.performRestoring()
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 12 |         }
 13 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:38:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 36 |                 }
 37 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 38 |                     xPosition = -xPosition
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:40:29: warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
 38 |                     xPosition = -xPosition
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
    |                             |- warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
    |                             `- note: task-isolated 'nextIndex' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 41 |                     direction = .right
 42 |                     isLockedLeft = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:66:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 64 |                 }
 65 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 66 |                     xPosition = -xPosition
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:68:29: warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
 66 |                     xPosition = -xPosition
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
    |                             |- warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
    |                             `- note: task-isolated 'nextIndex' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |                     direction = .left
 70 |                     isLockedRight = true
[89/216] Compiling ShuffleIt ShuffleStack+Gesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:11:13: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  9 |         performSpreadingOut()
 10 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
 11 |             self.performRestoring()
    |             `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 12 |         }
 13 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:38:21: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 36 |                 }
 37 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 38 |                     xPosition = -xPosition
    |                     `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:40:29: warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 38 |                     xPosition = -xPosition
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
    |                             `- warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |                     direction = .right
 42 |                     isLockedLeft = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:50:25: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 48 |                     notifyListener(context: context)
 49 |                     withAnimation(animation.timing(duration: 0.2)) {
 50 |                         xPosition = 0
    |                         `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 51 |                         isLockedLeft = false
 52 |                         autoShuffling = false
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:66:21: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 64 |                 }
 65 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 66 |                     xPosition = -xPosition
    |                     `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:68:29: warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 66 |                     xPosition = -xPosition
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
    |                             `- warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 69 |                     direction = .left
 70 |                     isLockedRight = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:78:25: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 76 |                     notifyListener(context: context)
 77 |                     withAnimation(animation.timing(duration: 0.2)) {
 78 |                         xPosition = 0
    |                         `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 79 |                         isLockedRight = false
 80 |                         autoShuffling = false
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:11:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
  9 |         performSpreadingOut()
 10 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
 11 |             self.performRestoring()
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 12 |         }
 13 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:38:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 36 |                 }
 37 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 38 |                     xPosition = -xPosition
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:40:29: warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
 38 |                     xPosition = -xPosition
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
    |                             |- warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
    |                             `- note: task-isolated 'nextIndex' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 41 |                     direction = .right
 42 |                     isLockedLeft = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:66:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 64 |                 }
 65 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 66 |                     xPosition = -xPosition
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:68:29: warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
 66 |                     xPosition = -xPosition
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
    |                             |- warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
    |                             `- note: task-isolated 'nextIndex' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |                     direction = .left
 70 |                     isLockedRight = true
[90/216] Compiling ShuffleIt ShuffleStack+Shuffling.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:11:13: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  9 |         performSpreadingOut()
 10 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
 11 |             self.performRestoring()
    |             `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 12 |         }
 13 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:38:21: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 36 |                 }
 37 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 38 |                     xPosition = -xPosition
    |                     `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:40:29: warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 38 |                     xPosition = -xPosition
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
    |                             `- warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |                     direction = .right
 42 |                     isLockedLeft = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:50:25: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 48 |                     notifyListener(context: context)
 49 |                     withAnimation(animation.timing(duration: 0.2)) {
 50 |                         xPosition = 0
    |                         `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 51 |                         isLockedLeft = false
 52 |                         autoShuffling = false
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:66:21: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 64 |                 }
 65 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 66 |                     xPosition = -xPosition
    |                     `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:68:29: warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 66 |                     xPosition = -xPosition
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
    |                             `- warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 69 |                     direction = .left
 70 |                     isLockedRight = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:78:25: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 76 |                     notifyListener(context: context)
 77 |                     withAnimation(animation.timing(duration: 0.2)) {
 78 |                         xPosition = 0
    |                         `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 79 |                         isLockedRight = false
 80 |                         autoShuffling = false
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:11:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
  9 |         performSpreadingOut()
 10 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
 11 |             self.performRestoring()
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 12 |         }
 13 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:38:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 36 |                 }
 37 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 38 |                     xPosition = -xPosition
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:40:29: warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
 38 |                     xPosition = -xPosition
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
    |                             |- warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
    |                             `- note: task-isolated 'nextIndex' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 41 |                     direction = .right
 42 |                     isLockedLeft = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:66:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 64 |                 }
 65 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 66 |                     xPosition = -xPosition
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:68:29: warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
 66 |                     xPosition = -xPosition
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
    |                             |- warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
    |                             `- note: task-isolated 'nextIndex' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |                     direction = .left
 70 |                     isLockedRight = true
[91/216] Compiling ShuffleIt ShuffleStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:11:13: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  9 |         performSpreadingOut()
 10 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
 11 |             self.performRestoring()
    |             `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 12 |         }
 13 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:38:21: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 36 |                 }
 37 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 38 |                     xPosition = -xPosition
    |                     `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:40:29: warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 38 |                     xPosition = -xPosition
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
    |                             `- warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 41 |                     direction = .right
 42 |                     isLockedLeft = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:50:25: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 48 |                     notifyListener(context: context)
 49 |                     withAnimation(animation.timing(duration: 0.2)) {
 50 |                         xPosition = 0
    |                         `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 51 |                         isLockedLeft = false
 52 |                         autoShuffling = false
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:66:21: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 64 |                 }
 65 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 66 |                     xPosition = -xPosition
    |                     `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:68:29: warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 66 |                     xPosition = -xPosition
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
    |                             `- warning: capture of 'nextIndex' with non-sendable type 'Data.Index' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 69 |                     direction = .left
 70 |                     isLockedRight = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:78:25: warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 76 |                     notifyListener(context: context)
 77 |                     withAnimation(animation.timing(duration: 0.2)) {
 78 |                         xPosition = 0
    |                         `- warning: capture of 'self' with non-sendable type 'ShuffleStack<Data, StackContent>' in an isolated closure; this is an error in the Swift 6 language mode
 79 |                         isLockedRight = false
 80 |                         autoShuffling = false
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack.swift:62:15: note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct ShuffleStack<Data: RandomAccessCollection, StackContent: View>: View {
    |               `- note: consider making generic struct 'ShuffleStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.shuffleStyle) internal var style
 64 |     @Environment(\.shuffleAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:11:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
  9 |         performSpreadingOut()
 10 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
 11 |             self.performRestoring()
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 12 |         }
 13 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:38:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 36 |                 }
 37 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 38 |                     xPosition = -xPosition
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:40:29: warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
 38 |                     xPosition = -xPosition
 39 |                     let previousIndex = index
 40 |                     index = nextIndex
    |                             |- warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
    |                             `- note: task-isolated 'nextIndex' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 41 |                     direction = .right
 42 |                     isLockedLeft = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:66:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 64 |                 }
 65 |                 DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) {
 66 |                     xPosition = -xPosition
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/View/ShuffleStack+Shuffling.swift:68:29: warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
 66 |                     xPosition = -xPosition
 67 |                     let previousIndex = index
 68 |                     index = nextIndex
    |                             |- warning: sending 'nextIndex' risks causing data races; this is an error in the Swift 6 language mode
    |                             `- note: task-isolated 'nextIndex' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 69 |                     direction = .left
 70 |                     isLockedRight = true
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/EnvironmentValues/ShuffleTranslation.swift:5:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | /// An environment key for suffle translation.
 4 | struct ShuffleTranslationKey: EnvironmentKey {
 5 |     static var defaultValue: ((CGFloat) -> Void)? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 | }
 7 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/EnvironmentValues/ShuffleTrigger.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
12 | /// An environment key for shuffle trigger.
13 | struct ShuffleTriggerKey: EnvironmentKey {
14 |     static var defaultValue: AnyPublisher<ShuffleDirection, Never> = Empty<ShuffleDirection, Never>().eraseToAnyPublisher()
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | }
16 |
[93/216] Compiling ShuffleIt ShuffleTrigger.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/EnvironmentValues/ShuffleTranslation.swift:5:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | /// An environment key for suffle translation.
 4 | struct ShuffleTranslationKey: EnvironmentKey {
 5 |     static var defaultValue: ((CGFloat) -> Void)? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 | }
 7 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/EnvironmentValues/ShuffleTrigger.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
12 | /// An environment key for shuffle trigger.
13 | struct ShuffleTriggerKey: EnvironmentKey {
14 |     static var defaultValue: AnyPublisher<ShuffleDirection, Never> = Empty<ShuffleDirection, Never>().eraseToAnyPublisher()
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | }
16 |
[94/216] Compiling ShuffleIt ShuffleStack+View.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/EnvironmentValues/ShuffleTranslation.swift:5:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | /// An environment key for suffle translation.
 4 | struct ShuffleTranslationKey: EnvironmentKey {
 5 |     static var defaultValue: ((CGFloat) -> Void)? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 | }
 7 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/EnvironmentValues/ShuffleTrigger.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
12 | /// An environment key for shuffle trigger.
13 | struct ShuffleTriggerKey: EnvironmentKey {
14 |     static var defaultValue: AnyPublisher<ShuffleDirection, Never> = Empty<ShuffleDirection, Never>().eraseToAnyPublisher()
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | }
16 |
[95/216] Compiling ShuffleIt ShuffleStack+Content.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/EnvironmentValues/ShuffleTranslation.swift:5:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | /// An environment key for suffle translation.
 4 | struct ShuffleTranslationKey: EnvironmentKey {
 5 |     static var defaultValue: ((CGFloat) -> Void)? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 | }
 7 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleStack/EnvironmentValues/ShuffleTrigger.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
12 | /// An environment key for shuffle trigger.
13 | struct ShuffleTriggerKey: EnvironmentKey {
14 |     static var defaultValue: AnyPublisher<ShuffleDirection, Never> = Empty<ShuffleDirection, Never>().eraseToAnyPublisher()
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | }
16 |
[96/216] Compiling ShuffleIt ShuffleDeckStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckStyle.swift:13:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
11 | /// An environment key for shuffle deck style.
12 | struct ShuffleDeckStyleKey: EnvironmentKey {
13 |     static var defaultValue: ShuffleDeckStyle = .finiteShuffle
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckTranslation.swift:5:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | /// An environment key for shuffle deck translation.
 4 | struct ShuffleDeckTranslationKey: EnvironmentKey {
 5 |     static var defaultValue: ((CGFloat) -> Void)? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 | }
 7 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckTrigger.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
12 | /// An environment key for shuffle deck trigger.
13 | struct ShuffleDeckTriggerKey: EnvironmentKey {
14 |     static var defaultValue: AnyPublisher<ShuffleDeckDirection, Never> = Empty<ShuffleDeckDirection, Never>().eraseToAnyPublisher()
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | }
16 |
[97/216] Compiling ShuffleIt ShuffleDeckTranslation.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckStyle.swift:13:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
11 | /// An environment key for shuffle deck style.
12 | struct ShuffleDeckStyleKey: EnvironmentKey {
13 |     static var defaultValue: ShuffleDeckStyle = .finiteShuffle
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckTranslation.swift:5:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | /// An environment key for shuffle deck translation.
 4 | struct ShuffleDeckTranslationKey: EnvironmentKey {
 5 |     static var defaultValue: ((CGFloat) -> Void)? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 | }
 7 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckTrigger.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
12 | /// An environment key for shuffle deck trigger.
13 | struct ShuffleDeckTriggerKey: EnvironmentKey {
14 |     static var defaultValue: AnyPublisher<ShuffleDeckDirection, Never> = Empty<ShuffleDeckDirection, Never>().eraseToAnyPublisher()
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | }
16 |
[98/216] Compiling ShuffleIt ShuffleDeckTrigger.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckStyle.swift:13:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
11 | /// An environment key for shuffle deck style.
12 | struct ShuffleDeckStyleKey: EnvironmentKey {
13 |     static var defaultValue: ShuffleDeckStyle = .finiteShuffle
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckTranslation.swift:5:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | /// An environment key for shuffle deck translation.
 4 | struct ShuffleDeckTranslationKey: EnvironmentKey {
 5 |     static var defaultValue: ((CGFloat) -> Void)? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 | }
 7 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckTrigger.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
12 | /// An environment key for shuffle deck trigger.
13 | struct ShuffleDeckTriggerKey: EnvironmentKey {
14 |     static var defaultValue: AnyPublisher<ShuffleDeckDirection, Never> = Empty<ShuffleDeckDirection, Never>().eraseToAnyPublisher()
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | }
16 |
[99/216] Compiling ShuffleIt ShuffleDeck+View.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckStyle.swift:13:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
11 | /// An environment key for shuffle deck style.
12 | struct ShuffleDeckStyleKey: EnvironmentKey {
13 |     static var defaultValue: ShuffleDeckStyle = .finiteShuffle
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckTranslation.swift:5:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 3 | /// An environment key for shuffle deck translation.
 4 | struct ShuffleDeckTranslationKey: EnvironmentKey {
 5 |     static var defaultValue: ((CGFloat) -> Void)? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 6 | }
 7 |
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/ShuffleDeck/EnvironmentValues/ShuffleDeckTrigger.swift:14:16: warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
12 | /// An environment key for shuffle deck trigger.
13 | struct ShuffleDeckTriggerKey: EnvironmentKey {
14 |     static var defaultValue: AnyPublisher<ShuffleDeckDirection, Never> = Empty<ShuffleDeckDirection, Never>().eraseToAnyPublisher()
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | }
16 |
[100/216] Compiling ShuffleIt CarouselStack+Content.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack+Sliding.swift:10:13: warning: capture of 'self' with non-sendable type 'CarouselStack<Data, Content>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  8 |         performMovingToMiddle()
  9 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.21) {
 10 |             self.performRestoring()
    |             `- warning: capture of 'self' with non-sendable type 'CarouselStack<Data, Content>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 11 |         }
 12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack.swift:62:15: note: consider making generic struct 'CarouselStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct CarouselStack<Data: RandomAccessCollection, Content: View>: View {
    |               `- note: consider making generic struct 'CarouselStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.carouselStyle) internal var style
 64 |     @Environment(\.carouselAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack+Sliding.swift:10:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
  8 |         performMovingToMiddle()
  9 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.21) {
 10 |             self.performRestoring()
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 11 |         }
 12 |     }
[101/216] Compiling ShuffleIt CarouselStack+Data.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack+Sliding.swift:10:13: warning: capture of 'self' with non-sendable type 'CarouselStack<Data, Content>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  8 |         performMovingToMiddle()
  9 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.21) {
 10 |             self.performRestoring()
    |             `- warning: capture of 'self' with non-sendable type 'CarouselStack<Data, Content>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 11 |         }
 12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack.swift:62:15: note: consider making generic struct 'CarouselStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct CarouselStack<Data: RandomAccessCollection, Content: View>: View {
    |               `- note: consider making generic struct 'CarouselStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.carouselStyle) internal var style
 64 |     @Environment(\.carouselAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack+Sliding.swift:10:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
  8 |         performMovingToMiddle()
  9 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.21) {
 10 |             self.performRestoring()
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 11 |         }
 12 |     }
[102/216] Compiling ShuffleIt CarouselStack+Gesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack+Sliding.swift:10:13: warning: capture of 'self' with non-sendable type 'CarouselStack<Data, Content>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  8 |         performMovingToMiddle()
  9 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.21) {
 10 |             self.performRestoring()
    |             `- warning: capture of 'self' with non-sendable type 'CarouselStack<Data, Content>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 11 |         }
 12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack.swift:62:15: note: consider making generic struct 'CarouselStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct CarouselStack<Data: RandomAccessCollection, Content: View>: View {
    |               `- note: consider making generic struct 'CarouselStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.carouselStyle) internal var style
 64 |     @Environment(\.carouselAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack+Sliding.swift:10:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
  8 |         performMovingToMiddle()
  9 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.21) {
 10 |             self.performRestoring()
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 11 |         }
 12 |     }
[103/216] Compiling ShuffleIt CarouselStack+Sliding.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack+Sliding.swift:10:13: warning: capture of 'self' with non-sendable type 'CarouselStack<Data, Content>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  8 |         performMovingToMiddle()
  9 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.21) {
 10 |             self.performRestoring()
    |             `- warning: capture of 'self' with non-sendable type 'CarouselStack<Data, Content>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 11 |         }
 12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack.swift:62:15: note: consider making generic struct 'CarouselStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct CarouselStack<Data: RandomAccessCollection, Content: View>: View {
    |               `- note: consider making generic struct 'CarouselStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.carouselStyle) internal var style
 64 |     @Environment(\.carouselAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack+Sliding.swift:10:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
  8 |         performMovingToMiddle()
  9 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.21) {
 10 |             self.performRestoring()
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 11 |         }
 12 |     }
[104/216] Compiling ShuffleIt CarouselStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack+Sliding.swift:10:13: warning: capture of 'self' with non-sendable type 'CarouselStack<Data, Content>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  8 |         performMovingToMiddle()
  9 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.21) {
 10 |             self.performRestoring()
    |             `- warning: capture of 'self' with non-sendable type 'CarouselStack<Data, Content>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 11 |         }
 12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack.swift:62:15: note: consider making generic struct 'CarouselStack' conform to the 'Sendable' protocol
 60 | ///
 61 | /// ## Topics
 62 | public struct CarouselStack<Data: RandomAccessCollection, Content: View>: View {
    |               `- note: consider making generic struct 'CarouselStack' conform to the 'Sendable' protocol
 63 |     @Environment(\.carouselStyle) internal var style
 64 |     @Environment(\.carouselAnimation) internal var animation
/Users/admin/builder/spi-builder-workspace/Sources/ShuffleIt/CarouselStack/View/CarouselStack+Sliding.swift:10:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
  8 |         performMovingToMiddle()
  9 |         DispatchQueue.main.asyncAfter(deadline: .now() + 0.21) {
 10 |             self.performRestoring()
    |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
 11 |         }
 12 |     }
[105/216] Compiling ViewInspector CustomViewModifier.swift
[106/216] Compiling ViewInspector DatePicker.swift
[107/216] Compiling ViewInspector DelayedPreferenceView.swift
[108/216] Compiling ViewInspector DisclosureGroup.swift
[109/216] Compiling ViewInspector Divider.swift
[110/216] Compiling ViewInspector EditButton.swift
[111/216] Compiling ViewInspector EllipticalGradient.swift
[112/216] Compiling ViewInspector EmptyView.swift
[113/216] Compiling ViewInspector EquatableView.swift
[114/216] Compiling ViewInspector ForEach.swift
[115/216] Compiling ViewInspector Form.swift
[116/216] Compiling ViewInspector GeometryReader.swift
[117/228] Compiling ViewInspector NavigationDestination.swift
[118/228] Compiling ViewInspector NavigationLink.swift
[119/228] Compiling ViewInspector NavigationSplitView.swift
[120/228] Compiling ViewInspector NavigationStack.swift
[121/228] Compiling ViewInspector NavigationView.swift
[122/228] Compiling ViewInspector OptionalContent.swift
[123/228] Compiling ViewInspector OutlineGroup.swift
[124/228] Compiling ViewInspector Overlay.swift
[125/228] Compiling ViewInspector PasteButton.swift
[126/228] Compiling ViewInspector Picker.swift
[127/228] Compiling ViewInspector Popover.swift
[128/228] Compiling ViewInspector PopoverContent.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[129/228] Emitting module ViewInspector
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
[130/228] Compiling ViewInspector LazyHStack.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[131/228] Compiling ViewInspector LazyVGrid.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[132/228] Compiling ViewInspector LazyVStack.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[133/228] Compiling ViewInspector LinearGradient.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[134/228] Compiling ViewInspector Link.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[135/228] Compiling ViewInspector List.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[136/228] Compiling ViewInspector LocationButton.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[137/228] Compiling ViewInspector Map.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[138/228] Compiling ViewInspector MapAnnotation.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[139/228] Compiling ViewInspector Menu.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[140/228] Compiling ViewInspector MenuButton.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[141/228] Compiling ViewInspector MultiDatePicker.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:57:39: error: cannot find type 'MapUserTrackingMode' in scope
 55 |     }
 56 |
 57 |     func userTrackingMode() throws -> MapUserTrackingMode {
    |                                       `- error: cannot find type 'MapUserTrackingMode' in scope
 58 |         return try userTrackingModeBinding()?.wrappedValue ?? .none
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:61:38: error: cannot find type 'MapUserTrackingMode' in scope
 59 |     }
 60 |
 61 |     func setUserTrackingMode(_ mode: MapUserTrackingMode) throws {
    |                                      `- error: cannot find type 'MapUserTrackingMode' in scope
 62 |         try guardIsResponsive()
 63 |         try userTrackingModeBinding()?.wrappedValue = mode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:66:39: error: cannot find type 'MapInteractionModes' in scope
 64 |     }
 65 |
 66 |     func interactionModes() throws -> MapInteractionModes {
    |                                       `- error: cannot find type 'MapInteractionModes' in scope
 67 |         return try Inspector.attribute(path: "provider|interactionModes",
 68 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:120:54: error: cannot find type 'MapUserTrackingMode' in scope
118 |     }
119 |
120 |     func userTrackingModeBinding() throws -> Binding<MapUserTrackingMode>? {
    |                                                      `- error: cannot find type 'MapUserTrackingMode' in scope
121 |         return try Inspector.attribute(path: "provider|userTrackingMode",
122 |                                        value: content.view,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:133:11: error: cannot find type '_DefaultAnnotatedMapContent' in scope
131 |
132 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
133 | extension _DefaultAnnotatedMapContent: IdentifiableItemsContainer {
    |           `- error: cannot find type '_DefaultAnnotatedMapContent' in scope
134 |     func contains<T: Identifiable>(_ item: T) -> Bool {
135 |         guard let item = item as? Items.Element,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/Map.swift:86:36: error: cannot find type '_MapAnnotationData' in scope
 84 |             throw InspectionError.viewNotFound(parent: call)
 85 |         }
 86 |         typealias Builder = (I) -> _MapAnnotationData
    |                                    `- error: cannot find type '_MapAnnotationData' in scope
 87 |         let builder = try Inspector.attribute(
 88 |             path: "provider|content|some", value: content.view, type: Builder.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:45:18: error: cannot find type 'MapAnnotation' in scope
43 |
44 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
45 | public extension MapAnnotation {
   |                  `- error: cannot find type 'MapAnnotation' in scope
46 |
47 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:67:18: error: cannot find type 'MapMarker' in scope
65 |
66 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
67 | public extension MapMarker {
   |                  `- error: cannot find type 'MapMarker' in scope
68 |
69 |     func coordinate() throws -> CLLocationCoordinate2D {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/MapAnnotation.swift:83:18: error: cannot find type 'MapPin' in scope
81 |
82 | @available(iOS 14.0, tvOS 14.0, macOS 11.0, watchOS 7.0, *)
83 | public extension MapPin {
   |                  `- error: cannot find type 'MapPin' in scope
84 |
85 |     func coordinate() throws -> CLLocationCoordinate2D {
[142/228] Compiling ViewInspector Gesture.swift
[143/228] Compiling ViewInspector Grid.swift
[144/228] Compiling ViewInspector Group.swift
[145/228] Compiling ViewInspector GroupBox.swift
[146/228] Compiling ViewInspector HSplitView.swift
[147/228] Compiling ViewInspector HStack.swift
[148/228] Compiling ViewInspector HelpView.swift
[149/228] Compiling ViewInspector IDView.swift
[150/228] Compiling ViewInspector Image.swift
[151/228] Compiling ViewInspector Label.swift
[152/228] Compiling ViewInspector LabeledContent.swift
[153/228] Compiling ViewInspector LazyHGrid.swift
[154/228] Compiling ViewInspector Alert.swift
[155/228] Compiling ViewInspector AngularGradient.swift
[156/228] Compiling ViewInspector AnyView.swift
[157/228] Compiling ViewInspector AsyncImage.swift
[158/228] Compiling ViewInspector Button.swift
[159/228] Compiling ViewInspector Canvas.swift
[160/228] Compiling ViewInspector ClassifiedView.swift
[161/228] Compiling ViewInspector Color.swift
[162/228] Compiling ViewInspector ColorPicker.swift
[163/228] Compiling ViewInspector ConditionalContent.swift
[164/228] Compiling ViewInspector ConfirmationDialog.swift
[165/228] Compiling ViewInspector ControlGroup.swift
[166/228] Compiling ViewInspector CustomView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
[197/228] Compiling ViewInspector Section.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
[198/228] Compiling ViewInspector SecureField.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
[199/228] Compiling ViewInspector Shape.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
[200/228] Compiling ViewInspector ShareLink.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
[201/228] Compiling ViewInspector Sheet.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
[202/228] Compiling ViewInspector SignInWithAppleButton.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
[203/228] Compiling ViewInspector Slider.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:56:32: error: cannot find type 'SignInWithAppleButton' in scope
 54 | public extension InspectableView where View == ViewType.SignInWithAppleButton {
 55 |
 56 |     func labelType() throws -> SignInWithAppleButton.Label {
    |                                `- error: cannot find type 'SignInWithAppleButton' in scope
 57 |         let type = try buttonSurrogate().type
 58 |         return SignInWithAppleButton.Label(type: type)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:90:41: error: cannot find type 'SignInWithAppleButton' in scope
 88 |     }
 89 |
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
    |                                         `- error: cannot find type 'SignInWithAppleButton' in scope
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:98:11: error: cannot find type 'SignInWithAppleButton' in scope
 96 |
 97 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
 98 | extension SignInWithAppleButton.Label: BinaryEquatable {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
 99 |     init(type: ASAuthorizationAppleIDButton.ButtonType) {
100 |         switch type {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:114:11: error: cannot find type 'SignInWithAppleButton' in scope
112 |
113 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
114 | extension SignInWithAppleButton {
    |           `- error: cannot find type 'SignInWithAppleButton' in scope
115 |     struct Surrogate {
116 |         let type: ASAuthorizationAppleIDButton.ButtonType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:68: error: cannot find 'SignInWithAppleButton' in scope
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                                                    `- error: cannot find 'SignInWithAppleButton' in scope
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/SignInWithAppleButton.swift:92:36: error: generic parameter 'T' could not be inferred
 90 |     private typealias ButtonSurrogate = SignInWithAppleButton.Surrogate
 91 |     private func buttonSurrogate() throws -> ButtonSurrogate {
 92 |         let button = try Inspector.cast(value: content.view, type: SignInWithAppleButton.self)
    |                                    `- error: generic parameter 'T' could not be inferred
 93 |         return try Inspector.unsafeMemoryRebind(value: button, type: ButtonSurrogate.self)
 94 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/Inspector.swift:144:17: note: in call to function 'cast(value:type:)'
142 |     }
143 |
144 |     static func cast<T>(value: Any, type: T.Type) throws -> T {
    |                 `- note: in call to function 'cast(value:type:)'
145 |         guard let casted = value as? T else {
146 |             throw InspectionError.typeMismatch(value, T.self)
[217/228] Compiling ViewInspector TouchBar.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
[218/228] Compiling ViewInspector TreeView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
[219/228] Compiling ViewInspector TupleView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
[220/228] Compiling ViewInspector UnaryViewAdaptor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
[221/228] Compiling ViewInspector VSplitView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
[222/228] Compiling ViewInspector VStack.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
[223/228] Compiling ViewInspector VideoPlayer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
[224/228] Compiling ViewInspector ViewThatFits.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
[225/228] Compiling ViewInspector ZStack.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
[226/228] Compiling ViewInspector ViewHosting.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
[227/228] Compiling ViewInspector ViewSearch.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
[228/228] Compiling ViewInspector ViewSearchIndex.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/SwiftUI/VideoPlayer.swift:82:11: error: cannot find type 'VideoPlayer' in scope
80 |
81 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *)
82 | extension VideoPlayer: SingleViewProvider {
   |           `- error: cannot find type 'VideoPlayer' in scope
83 |     func view() throws -> Any {
84 |         return try Inspector.attribute(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ViewInspector/Sources/ViewInspector/ViewSearchIndex.swift:444:13: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
442 |         #endif
443 |         return
444 |             .init(count: sheetModifiers.count, { index -> UnwrappedView in
    |             `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
445 |                 try sheetModifiers[index].builder(parent, index)
446 |             }) + .init(count: actionSheetModifiers.count, { index -> UnwrappedView in
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/nalexn/ViewInspector.git
[1/11472] Fetching viewinspector
[2/12930] Fetching viewinspector, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.32s)
Fetched https://github.com/nalexn/ViewInspector.git from cache (1.32s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.67s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2857] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.26s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.72s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.9.11 (0.53s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.9.11
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.