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

Successful build of Android with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 2107

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

10605 |             static var setNextFocusLeftId: jmethodID?
10606 |             static var setNextFocusRightId: jmethodID?
10607 |             static var setNextFocusUpId: jmethodID?
      |                        |- warning: static property 'setNextFocusUpId' 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 'setNextFocusUpId' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setNextFocusUpId' 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
10608 |             static var setOutlineAmbientShadowColor: jmethodID?
10609 |             static var setOutlineSpotShadowColor: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10608:24: warning: static property 'setOutlineAmbientShadowColor' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10606 |             static var setNextFocusRightId: jmethodID?
10607 |             static var setNextFocusUpId: jmethodID?
10608 |             static var setOutlineAmbientShadowColor: jmethodID?
      |                        |- warning: static property 'setOutlineAmbientShadowColor' 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 'setOutlineAmbientShadowColor' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setOutlineAmbientShadowColor' 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
10609 |             static var setOutlineSpotShadowColor: jmethodID?
10610 |             static var setOverScrollMode: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10609:24: warning: static property 'setOutlineSpotShadowColor' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10607 |             static var setNextFocusUpId: jmethodID?
10608 |             static var setOutlineAmbientShadowColor: jmethodID?
10609 |             static var setOutlineSpotShadowColor: jmethodID?
      |                        |- warning: static property 'setOutlineSpotShadowColor' 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 'setOutlineSpotShadowColor' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setOutlineSpotShadowColor' 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
10610 |             static var setOverScrollMode: jmethodID?
10611 |             static var setPadding: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10610:24: warning: static property 'setOverScrollMode' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10608 |             static var setOutlineAmbientShadowColor: jmethodID?
10609 |             static var setOutlineSpotShadowColor: jmethodID?
10610 |             static var setOverScrollMode: jmethodID?
      |                        |- warning: static property 'setOverScrollMode' 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 'setOverScrollMode' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setOverScrollMode' 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
10611 |             static var setPadding: jmethodID?
10612 |             static var setPaddingRelative: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10611:24: warning: static property 'setPadding' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10609 |             static var setOutlineSpotShadowColor: jmethodID?
10610 |             static var setOverScrollMode: jmethodID?
10611 |             static var setPadding: jmethodID?
      |                        |- warning: static property 'setPadding' 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 'setPadding' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setPadding' 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
10612 |             static var setPaddingRelative: jmethodID?
10613 |             static var setPivotX: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10612:24: warning: static property 'setPaddingRelative' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10610 |             static var setOverScrollMode: jmethodID?
10611 |             static var setPadding: jmethodID?
10612 |             static var setPaddingRelative: jmethodID?
      |                        |- warning: static property 'setPaddingRelative' 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 'setPaddingRelative' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setPaddingRelative' 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
10613 |             static var setPivotX: jmethodID?
10614 |             static var setPivotY: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10613:24: warning: static property 'setPivotX' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10611 |             static var setPadding: jmethodID?
10612 |             static var setPaddingRelative: jmethodID?
10613 |             static var setPivotX: jmethodID?
      |                        |- warning: static property 'setPivotX' 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 'setPivotX' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setPivotX' 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
10614 |             static var setPivotY: jmethodID?
10615 |             static var setPressed: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10614:24: warning: static property 'setPivotY' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10612 |             static var setPaddingRelative: jmethodID?
10613 |             static var setPivotX: jmethodID?
10614 |             static var setPivotY: jmethodID?
      |                        |- warning: static property 'setPivotY' 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 'setPivotY' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setPivotY' 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
10615 |             static var setPressed: jmethodID?
10616 |             static var setRevealOnFocusHint: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10615:24: warning: static property 'setPressed' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10613 |             static var setPivotX: jmethodID?
10614 |             static var setPivotY: jmethodID?
10615 |             static var setPressed: jmethodID?
      |                        |- warning: static property 'setPressed' 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 'setPressed' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setPressed' 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
10616 |             static var setRevealOnFocusHint: jmethodID?
10617 |             static var setRight: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10616:24: warning: static property 'setRevealOnFocusHint' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10614 |             static var setPivotY: jmethodID?
10615 |             static var setPressed: jmethodID?
10616 |             static var setRevealOnFocusHint: jmethodID?
      |                        |- warning: static property 'setRevealOnFocusHint' 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 'setRevealOnFocusHint' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setRevealOnFocusHint' 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
10617 |             static var setRight: jmethodID?
10618 |             static var setRotation: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10617:24: warning: static property 'setRight' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10615 |             static var setPressed: jmethodID?
10616 |             static var setRevealOnFocusHint: jmethodID?
10617 |             static var setRight: jmethodID?
      |                        |- warning: static property 'setRight' 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 'setRight' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setRight' 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
10618 |             static var setRotation: jmethodID?
10619 |             static var setRotationX: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10618:24: warning: static property 'setRotation' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10616 |             static var setRevealOnFocusHint: jmethodID?
10617 |             static var setRight: jmethodID?
10618 |             static var setRotation: jmethodID?
      |                        |- warning: static property 'setRotation' 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 'setRotation' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setRotation' 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
10619 |             static var setRotationX: jmethodID?
10620 |             static var setRotationY: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10619:24: warning: static property 'setRotationX' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10617 |             static var setRight: jmethodID?
10618 |             static var setRotation: jmethodID?
10619 |             static var setRotationX: jmethodID?
      |                        |- warning: static property 'setRotationX' 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 'setRotationX' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setRotationX' 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
10620 |             static var setRotationY: jmethodID?
10621 |             static var setSaveEnabled: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10620:24: warning: static property 'setRotationY' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10618 |             static var setRotation: jmethodID?
10619 |             static var setRotationX: jmethodID?
10620 |             static var setRotationY: jmethodID?
      |                        |- warning: static property 'setRotationY' 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 'setRotationY' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setRotationY' 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
10621 |             static var setSaveEnabled: jmethodID?
10622 |             static var setSaveFromParentEnabled: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10621:24: warning: static property 'setSaveEnabled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10619 |             static var setRotationX: jmethodID?
10620 |             static var setRotationY: jmethodID?
10621 |             static var setSaveEnabled: jmethodID?
      |                        |- warning: static property 'setSaveEnabled' 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 'setSaveEnabled' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setSaveEnabled' 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
10622 |             static var setSaveFromParentEnabled: jmethodID?
10623 |             static var setScaleX: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10622:24: warning: static property 'setSaveFromParentEnabled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10620 |             static var setRotationY: jmethodID?
10621 |             static var setSaveEnabled: jmethodID?
10622 |             static var setSaveFromParentEnabled: jmethodID?
      |                        |- warning: static property 'setSaveFromParentEnabled' 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 'setSaveFromParentEnabled' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setSaveFromParentEnabled' 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
10623 |             static var setScaleX: jmethodID?
10624 |             static var setScaleY: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10623:24: warning: static property 'setScaleX' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10621 |             static var setSaveEnabled: jmethodID?
10622 |             static var setSaveFromParentEnabled: jmethodID?
10623 |             static var setScaleX: jmethodID?
      |                        |- warning: static property 'setScaleX' 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 'setScaleX' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScaleX' 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
10624 |             static var setScaleY: jmethodID?
10625 |             static var setScreenReaderFocusable: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10624:24: warning: static property 'setScaleY' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10622 |             static var setSaveFromParentEnabled: jmethodID?
10623 |             static var setScaleX: jmethodID?
10624 |             static var setScaleY: jmethodID?
      |                        |- warning: static property 'setScaleY' 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 'setScaleY' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScaleY' 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
10625 |             static var setScreenReaderFocusable: jmethodID?
10626 |             static var setScrollBarDefaultDelayBeforeFade: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10625:24: warning: static property 'setScreenReaderFocusable' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10623 |             static var setScaleX: jmethodID?
10624 |             static var setScaleY: jmethodID?
10625 |             static var setScreenReaderFocusable: jmethodID?
      |                        |- warning: static property 'setScreenReaderFocusable' 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 'setScreenReaderFocusable' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScreenReaderFocusable' 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
10626 |             static var setScrollBarDefaultDelayBeforeFade: jmethodID?
10627 |             static var setScrollBarFadeDuration: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10626:24: warning: static property 'setScrollBarDefaultDelayBeforeFade' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10624 |             static var setScaleY: jmethodID?
10625 |             static var setScreenReaderFocusable: jmethodID?
10626 |             static var setScrollBarDefaultDelayBeforeFade: jmethodID?
      |                        |- warning: static property 'setScrollBarDefaultDelayBeforeFade' 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 'setScrollBarDefaultDelayBeforeFade' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScrollBarDefaultDelayBeforeFade' 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
10627 |             static var setScrollBarFadeDuration: jmethodID?
10628 |             static var setScrollBarSize: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10627:24: warning: static property 'setScrollBarFadeDuration' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10625 |             static var setScreenReaderFocusable: jmethodID?
10626 |             static var setScrollBarDefaultDelayBeforeFade: jmethodID?
10627 |             static var setScrollBarFadeDuration: jmethodID?
      |                        |- warning: static property 'setScrollBarFadeDuration' 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 'setScrollBarFadeDuration' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScrollBarFadeDuration' 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
10628 |             static var setScrollBarSize: jmethodID?
10629 |             static var setScrollBarStyle: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10628:24: warning: static property 'setScrollBarSize' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10626 |             static var setScrollBarDefaultDelayBeforeFade: jmethodID?
10627 |             static var setScrollBarFadeDuration: jmethodID?
10628 |             static var setScrollBarSize: jmethodID?
      |                        |- warning: static property 'setScrollBarSize' 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 'setScrollBarSize' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScrollBarSize' 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
10629 |             static var setScrollBarStyle: jmethodID?
10630 |             static var setScrollContainer: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10629:24: warning: static property 'setScrollBarStyle' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10627 |             static var setScrollBarFadeDuration: jmethodID?
10628 |             static var setScrollBarSize: jmethodID?
10629 |             static var setScrollBarStyle: jmethodID?
      |                        |- warning: static property 'setScrollBarStyle' 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 'setScrollBarStyle' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScrollBarStyle' 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
10630 |             static var setScrollContainer: jmethodID?
10631 |             static var setScrollIndicators: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10630:24: warning: static property 'setScrollContainer' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10628 |             static var setScrollBarSize: jmethodID?
10629 |             static var setScrollBarStyle: jmethodID?
10630 |             static var setScrollContainer: jmethodID?
      |                        |- warning: static property 'setScrollContainer' 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 'setScrollContainer' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScrollContainer' 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
10631 |             static var setScrollIndicators: jmethodID?
10632 |             static var setScrollIndicators2: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10631:24: warning: static property 'setScrollIndicators' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10629 |             static var setScrollBarStyle: jmethodID?
10630 |             static var setScrollContainer: jmethodID?
10631 |             static var setScrollIndicators: jmethodID?
      |                        |- warning: static property 'setScrollIndicators' 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 'setScrollIndicators' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScrollIndicators' 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
10632 |             static var setScrollIndicators2: jmethodID?
10633 |             static var setScrollX: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10632:24: warning: static property 'setScrollIndicators2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10630 |             static var setScrollContainer: jmethodID?
10631 |             static var setScrollIndicators: jmethodID?
10632 |             static var setScrollIndicators2: jmethodID?
      |                        |- warning: static property 'setScrollIndicators2' 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 'setScrollIndicators2' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScrollIndicators2' 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
10633 |             static var setScrollX: jmethodID?
10634 |             static var setScrollY: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10633:24: warning: static property 'setScrollX' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10631 |             static var setScrollIndicators: jmethodID?
10632 |             static var setScrollIndicators2: jmethodID?
10633 |             static var setScrollX: jmethodID?
      |                        |- warning: static property 'setScrollX' 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 'setScrollX' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScrollX' 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
10634 |             static var setScrollY: jmethodID?
10635 |             static var setScrollbarFadingEnabled: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10634:24: warning: static property 'setScrollY' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10632 |             static var setScrollIndicators2: jmethodID?
10633 |             static var setScrollX: jmethodID?
10634 |             static var setScrollY: jmethodID?
      |                        |- warning: static property 'setScrollY' 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 'setScrollY' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScrollY' 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
10635 |             static var setScrollbarFadingEnabled: jmethodID?
10636 |             static var setSelected: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10635:24: warning: static property 'setScrollbarFadingEnabled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10633 |             static var setScrollX: jmethodID?
10634 |             static var setScrollY: jmethodID?
10635 |             static var setScrollbarFadingEnabled: jmethodID?
      |                        |- warning: static property 'setScrollbarFadingEnabled' 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 'setScrollbarFadingEnabled' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setScrollbarFadingEnabled' 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
10636 |             static var setSelected: jmethodID?
10637 |             static var setSoundEffectsEnabled: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10636:24: warning: static property 'setSelected' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10634 |             static var setScrollY: jmethodID?
10635 |             static var setScrollbarFadingEnabled: jmethodID?
10636 |             static var setSelected: jmethodID?
      |                        |- warning: static property 'setSelected' 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 'setSelected' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setSelected' 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
10637 |             static var setSoundEffectsEnabled: jmethodID?
10638 |             static var setSystemUiVisibility: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10637:24: warning: static property 'setSoundEffectsEnabled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10635 |             static var setScrollbarFadingEnabled: jmethodID?
10636 |             static var setSelected: jmethodID?
10637 |             static var setSoundEffectsEnabled: jmethodID?
      |                        |- warning: static property 'setSoundEffectsEnabled' 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 'setSoundEffectsEnabled' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setSoundEffectsEnabled' 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
10638 |             static var setSystemUiVisibility: jmethodID?
10639 |             static var setTextAlignment: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10638:24: warning: static property 'setSystemUiVisibility' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10636 |             static var setSelected: jmethodID?
10637 |             static var setSoundEffectsEnabled: jmethodID?
10638 |             static var setSystemUiVisibility: jmethodID?
      |                        |- warning: static property 'setSystemUiVisibility' 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 'setSystemUiVisibility' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setSystemUiVisibility' 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
10639 |             static var setTextAlignment: jmethodID?
10640 |             static var setTextDirection: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10639:24: warning: static property 'setTextAlignment' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10637 |             static var setSoundEffectsEnabled: jmethodID?
10638 |             static var setSystemUiVisibility: jmethodID?
10639 |             static var setTextAlignment: jmethodID?
      |                        |- warning: static property 'setTextAlignment' 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 'setTextAlignment' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setTextAlignment' 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
10640 |             static var setTextDirection: jmethodID?
10641 |             static var setTop: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10640:24: warning: static property 'setTextDirection' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10638 |             static var setSystemUiVisibility: jmethodID?
10639 |             static var setTextAlignment: jmethodID?
10640 |             static var setTextDirection: jmethodID?
      |                        |- warning: static property 'setTextDirection' 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 'setTextDirection' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setTextDirection' 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
10641 |             static var setTop: jmethodID?
10642 |             static var setTransitionName: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10641:24: warning: static property 'setTop' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10639 |             static var setTextAlignment: jmethodID?
10640 |             static var setTextDirection: jmethodID?
10641 |             static var setTop: jmethodID?
      |                        |- warning: static property 'setTop' 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 'setTop' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setTop' 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
10642 |             static var setTransitionName: jmethodID?
10643 |             static var setTranslationX: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10642:24: warning: static property 'setTransitionName' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10640 |             static var setTextDirection: jmethodID?
10641 |             static var setTop: jmethodID?
10642 |             static var setTransitionName: jmethodID?
      |                        |- warning: static property 'setTransitionName' 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 'setTransitionName' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setTransitionName' 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
10643 |             static var setTranslationX: jmethodID?
10644 |             static var setTranslationY: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10643:24: warning: static property 'setTranslationX' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10641 |             static var setTop: jmethodID?
10642 |             static var setTransitionName: jmethodID?
10643 |             static var setTranslationX: jmethodID?
      |                        |- warning: static property 'setTranslationX' 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 'setTranslationX' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setTranslationX' 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
10644 |             static var setTranslationY: jmethodID?
10645 |             static var setTranslationZ: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10644:24: warning: static property 'setTranslationY' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10642 |             static var setTransitionName: jmethodID?
10643 |             static var setTranslationX: jmethodID?
10644 |             static var setTranslationY: jmethodID?
      |                        |- warning: static property 'setTranslationY' 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 'setTranslationY' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setTranslationY' 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
10645 |             static var setTranslationZ: jmethodID?
10646 |             static var setVerticalFadingEdgeEnabled: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10645:24: warning: static property 'setTranslationZ' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10643 |             static var setTranslationX: jmethodID?
10644 |             static var setTranslationY: jmethodID?
10645 |             static var setTranslationZ: jmethodID?
      |                        |- warning: static property 'setTranslationZ' 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 'setTranslationZ' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setTranslationZ' 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
10646 |             static var setVerticalFadingEdgeEnabled: jmethodID?
10647 |             static var setVerticalScrollBarEnabled: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10646:24: warning: static property 'setVerticalFadingEdgeEnabled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10644 |             static var setTranslationY: jmethodID?
10645 |             static var setTranslationZ: jmethodID?
10646 |             static var setVerticalFadingEdgeEnabled: jmethodID?
      |                        |- warning: static property 'setVerticalFadingEdgeEnabled' 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 'setVerticalFadingEdgeEnabled' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setVerticalFadingEdgeEnabled' 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
10647 |             static var setVerticalScrollBarEnabled: jmethodID?
10648 |             static var setVerticalScrollbarPosition: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10647:24: warning: static property 'setVerticalScrollBarEnabled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10645 |             static var setTranslationZ: jmethodID?
10646 |             static var setVerticalFadingEdgeEnabled: jmethodID?
10647 |             static var setVerticalScrollBarEnabled: jmethodID?
      |                        |- warning: static property 'setVerticalScrollBarEnabled' 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 'setVerticalScrollBarEnabled' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setVerticalScrollBarEnabled' 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
10648 |             static var setVerticalScrollbarPosition: jmethodID?
10649 |             static var setVisibility: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10648:24: warning: static property 'setVerticalScrollbarPosition' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10646 |             static var setVerticalFadingEdgeEnabled: jmethodID?
10647 |             static var setVerticalScrollBarEnabled: jmethodID?
10648 |             static var setVerticalScrollbarPosition: jmethodID?
      |                        |- warning: static property 'setVerticalScrollbarPosition' 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 'setVerticalScrollbarPosition' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setVerticalScrollbarPosition' 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
10649 |             static var setVisibility: jmethodID?
10650 |             static var setWillNotCacheDrawing: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10649:24: warning: static property 'setVisibility' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10647 |             static var setVerticalScrollBarEnabled: jmethodID?
10648 |             static var setVerticalScrollbarPosition: jmethodID?
10649 |             static var setVisibility: jmethodID?
      |                        |- warning: static property 'setVisibility' 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 'setVisibility' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setVisibility' 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
10650 |             static var setWillNotCacheDrawing: jmethodID?
10651 |             static var setWillNotDraw: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10650:24: warning: static property 'setWillNotCacheDrawing' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10648 |             static var setVerticalScrollbarPosition: jmethodID?
10649 |             static var setVisibility: jmethodID?
10650 |             static var setWillNotCacheDrawing: jmethodID?
      |                        |- warning: static property 'setWillNotCacheDrawing' 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 'setWillNotCacheDrawing' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setWillNotCacheDrawing' 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
10651 |             static var setWillNotDraw: jmethodID?
10652 |             static var setX: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10651:24: warning: static property 'setWillNotDraw' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10649 |             static var setVisibility: jmethodID?
10650 |             static var setWillNotCacheDrawing: jmethodID?
10651 |             static var setWillNotDraw: jmethodID?
      |                        |- warning: static property 'setWillNotDraw' 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 'setWillNotDraw' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setWillNotDraw' 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
10652 |             static var setX: jmethodID?
10653 |             static var setY: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10652:24: warning: static property 'setX' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10650 |             static var setWillNotCacheDrawing: jmethodID?
10651 |             static var setWillNotDraw: jmethodID?
10652 |             static var setX: jmethodID?
      |                        |- warning: static property 'setX' 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 'setX' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setX' 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
10653 |             static var setY: jmethodID?
10654 |             static var setZ: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10653:24: warning: static property 'setY' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10651 |             static var setWillNotDraw: jmethodID?
10652 |             static var setX: jmethodID?
10653 |             static var setY: jmethodID?
      |                        |- warning: static property 'setY' 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 'setY' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setY' 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
10654 |             static var setZ: jmethodID?
10655 |             static var showContextMenu: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10654:24: warning: static property 'setZ' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10652 |             static var setX: jmethodID?
10653 |             static var setY: jmethodID?
10654 |             static var setZ: jmethodID?
      |                        |- warning: static property 'setZ' 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 'setZ' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setZ' 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
10655 |             static var showContextMenu: jmethodID?
10656 |             static var showContextMenu2: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10655:24: warning: static property 'showContextMenu' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10653 |             static var setY: jmethodID?
10654 |             static var setZ: jmethodID?
10655 |             static var showContextMenu: jmethodID?
      |                        |- warning: static property 'showContextMenu' 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 'showContextMenu' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'showContextMenu' 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
10656 |             static var showContextMenu2: jmethodID?
10657 |             static var startNestedScroll: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10656:24: warning: static property 'showContextMenu2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10654 |             static var setZ: jmethodID?
10655 |             static var showContextMenu: jmethodID?
10656 |             static var showContextMenu2: jmethodID?
      |                        |- warning: static property 'showContextMenu2' 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 'showContextMenu2' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'showContextMenu2' 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
10657 |             static var startNestedScroll: jmethodID?
10658 |             static var stopNestedScroll: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10657:24: warning: static property 'startNestedScroll' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10655 |             static var showContextMenu: jmethodID?
10656 |             static var showContextMenu2: jmethodID?
10657 |             static var startNestedScroll: jmethodID?
      |                        |- warning: static property 'startNestedScroll' 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 'startNestedScroll' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'startNestedScroll' 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
10658 |             static var stopNestedScroll: jmethodID?
10659 |             static var toString: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10658:24: warning: static property 'stopNestedScroll' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10656 |             static var showContextMenu2: jmethodID?
10657 |             static var startNestedScroll: jmethodID?
10658 |             static var stopNestedScroll: jmethodID?
      |                        |- warning: static property 'stopNestedScroll' 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 'stopNestedScroll' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'stopNestedScroll' 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
10659 |             static var toString: jmethodID?
10660 |             static var willNotCacheDrawing: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10659:24: warning: static property 'toString' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10657 |             static var startNestedScroll: jmethodID?
10658 |             static var stopNestedScroll: jmethodID?
10659 |             static var toString: jmethodID?
      |                        |- warning: static property 'toString' 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 'toString' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'toString' 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
10660 |             static var willNotCacheDrawing: jmethodID?
10661 |             static var willNotDraw: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10660:24: warning: static property 'willNotCacheDrawing' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10658 |             static var stopNestedScroll: jmethodID?
10659 |             static var toString: jmethodID?
10660 |             static var willNotCacheDrawing: jmethodID?
      |                        |- warning: static property 'willNotCacheDrawing' 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 'willNotCacheDrawing' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'willNotCacheDrawing' 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
10661 |             static var willNotDraw: jmethodID?
10662 |             static var getAlpha: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10661:24: warning: static property 'willNotDraw' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10659 |             static var toString: jmethodID?
10660 |             static var willNotCacheDrawing: jmethodID?
10661 |             static var willNotDraw: jmethodID?
      |                        |- warning: static property 'willNotDraw' 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 'willNotDraw' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'willNotDraw' 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
10662 |             static var getAlpha: jmethodID?
10663 |             static var getCameraDistance: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10662:24: warning: static property 'getAlpha' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10660 |             static var willNotCacheDrawing: jmethodID?
10661 |             static var willNotDraw: jmethodID?
10662 |             static var getAlpha: jmethodID?
      |                        |- warning: static property 'getAlpha' 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 'getAlpha' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getAlpha' 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
10663 |             static var getCameraDistance: jmethodID?
10664 |             static var getElevation: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10663:24: warning: static property 'getCameraDistance' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10661 |             static var willNotDraw: jmethodID?
10662 |             static var getAlpha: jmethodID?
10663 |             static var getCameraDistance: jmethodID?
      |                        |- warning: static property 'getCameraDistance' 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 'getCameraDistance' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getCameraDistance' 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
10664 |             static var getElevation: jmethodID?
10665 |             static var getPivotX: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10664:24: warning: static property 'getElevation' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10662 |             static var getAlpha: jmethodID?
10663 |             static var getCameraDistance: jmethodID?
10664 |             static var getElevation: jmethodID?
      |                        |- warning: static property 'getElevation' 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 'getElevation' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getElevation' 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
10665 |             static var getPivotX: jmethodID?
10666 |             static var getPivotY: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10665:24: warning: static property 'getPivotX' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10663 |             static var getCameraDistance: jmethodID?
10664 |             static var getElevation: jmethodID?
10665 |             static var getPivotX: jmethodID?
      |                        |- warning: static property 'getPivotX' 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 'getPivotX' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getPivotX' 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
10666 |             static var getPivotY: jmethodID?
10667 |             static var getRotation: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10666:24: warning: static property 'getPivotY' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10664 |             static var getElevation: jmethodID?
10665 |             static var getPivotX: jmethodID?
10666 |             static var getPivotY: jmethodID?
      |                        |- warning: static property 'getPivotY' 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 'getPivotY' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getPivotY' 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
10667 |             static var getRotation: jmethodID?
10668 |             static var getRotationX: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10667:24: warning: static property 'getRotation' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10665 |             static var getPivotX: jmethodID?
10666 |             static var getPivotY: jmethodID?
10667 |             static var getRotation: jmethodID?
      |                        |- warning: static property 'getRotation' 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 'getRotation' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getRotation' 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
10668 |             static var getRotationX: jmethodID?
10669 |             static var getRotationY: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10668:24: warning: static property 'getRotationX' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10666 |             static var getPivotY: jmethodID?
10667 |             static var getRotation: jmethodID?
10668 |             static var getRotationX: jmethodID?
      |                        |- warning: static property 'getRotationX' 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 'getRotationX' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getRotationX' 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
10669 |             static var getRotationY: jmethodID?
10670 |             static var getScaleX: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10669:24: warning: static property 'getRotationY' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10667 |             static var getRotation: jmethodID?
10668 |             static var getRotationX: jmethodID?
10669 |             static var getRotationY: jmethodID?
      |                        |- warning: static property 'getRotationY' 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 'getRotationY' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getRotationY' 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
10670 |             static var getScaleX: jmethodID?
10671 |             static var getScaleY: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10670:24: warning: static property 'getScaleX' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10668 |             static var getRotationX: jmethodID?
10669 |             static var getRotationY: jmethodID?
10670 |             static var getScaleX: jmethodID?
      |                        |- warning: static property 'getScaleX' 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 'getScaleX' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getScaleX' 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
10671 |             static var getScaleY: jmethodID?
10672 |             static var getTranslationX: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10671:24: warning: static property 'getScaleY' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10669 |             static var getRotationY: jmethodID?
10670 |             static var getScaleX: jmethodID?
10671 |             static var getScaleY: jmethodID?
      |                        |- warning: static property 'getScaleY' 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 'getScaleY' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getScaleY' 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
10672 |             static var getTranslationX: jmethodID?
10673 |             static var getTranslationY: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10672:24: warning: static property 'getTranslationX' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10670 |             static var getScaleX: jmethodID?
10671 |             static var getScaleY: jmethodID?
10672 |             static var getTranslationX: jmethodID?
      |                        |- warning: static property 'getTranslationX' 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 'getTranslationX' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getTranslationX' 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
10673 |             static var getTranslationY: jmethodID?
10674 |             static var getTranslationZ: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10673:24: warning: static property 'getTranslationY' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10671 |             static var getScaleY: jmethodID?
10672 |             static var getTranslationX: jmethodID?
10673 |             static var getTranslationY: jmethodID?
      |                        |- warning: static property 'getTranslationY' 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 'getTranslationY' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getTranslationY' 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
10674 |             static var getTranslationZ: jmethodID?
10675 |             static var getX: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10674:24: warning: static property 'getTranslationZ' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10672 |             static var getTranslationX: jmethodID?
10673 |             static var getTranslationY: jmethodID?
10674 |             static var getTranslationZ: jmethodID?
      |                        |- warning: static property 'getTranslationZ' 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 'getTranslationZ' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getTranslationZ' 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
10675 |             static var getX: jmethodID?
10676 |             static var getY: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10675:24: warning: static property 'getX' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10673 |             static var getTranslationY: jmethodID?
10674 |             static var getTranslationZ: jmethodID?
10675 |             static var getX: jmethodID?
      |                        |- warning: static property 'getX' 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 'getX' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getX' 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
10676 |             static var getY: jmethodID?
10677 |             static var getZ: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10676:24: warning: static property 'getY' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10674 |             static var getTranslationZ: jmethodID?
10675 |             static var getX: jmethodID?
10676 |             static var getY: jmethodID?
      |                        |- warning: static property 'getY' 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 'getY' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getY' 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
10677 |             static var getZ: jmethodID?
10678 |             static var setOnClickListener: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10677:24: warning: static property 'getZ' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10675 |             static var getX: jmethodID?
10676 |             static var getY: jmethodID?
10677 |             static var getZ: jmethodID?
      |                        |- warning: static property 'getZ' 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 'getZ' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getZ' 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
10678 |             static var setOnClickListener: jmethodID?
10679 |             static var checkInputConnectionProxy: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10678:24: warning: static property 'setOnClickListener' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10676 |             static var getY: jmethodID?
10677 |             static var getZ: jmethodID?
10678 |             static var setOnClickListener: jmethodID?
      |                        |- warning: static property 'setOnClickListener' 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 'setOnClickListener' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setOnClickListener' 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
10679 |             static var checkInputConnectionProxy: jmethodID?
10680 |             static var dispatchCapturedPointerEvent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10679:24: warning: static property 'checkInputConnectionProxy' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10677 |             static var getZ: jmethodID?
10678 |             static var setOnClickListener: jmethodID?
10679 |             static var checkInputConnectionProxy: jmethodID?
      |                        |- warning: static property 'checkInputConnectionProxy' 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 'checkInputConnectionProxy' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'checkInputConnectionProxy' 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
10680 |             static var dispatchCapturedPointerEvent: jmethodID?
10681 |             static var dispatchGenericMotionEvent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10680:24: warning: static property 'dispatchCapturedPointerEvent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10678 |             static var setOnClickListener: jmethodID?
10679 |             static var checkInputConnectionProxy: jmethodID?
10680 |             static var dispatchCapturedPointerEvent: jmethodID?
      |                        |- warning: static property 'dispatchCapturedPointerEvent' 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 'dispatchCapturedPointerEvent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchCapturedPointerEvent' 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
10681 |             static var dispatchGenericMotionEvent: jmethodID?
10682 |             static var dispatchKeyEvent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10681:24: warning: static property 'dispatchGenericMotionEvent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10679 |             static var checkInputConnectionProxy: jmethodID?
10680 |             static var dispatchCapturedPointerEvent: jmethodID?
10681 |             static var dispatchGenericMotionEvent: jmethodID?
      |                        |- warning: static property 'dispatchGenericMotionEvent' 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 'dispatchGenericMotionEvent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchGenericMotionEvent' 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
10682 |             static var dispatchKeyEvent: jmethodID?
10683 |             static var dispatchKeyEventPreIme: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10682:24: warning: static property 'dispatchKeyEvent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10680 |             static var dispatchCapturedPointerEvent: jmethodID?
10681 |             static var dispatchGenericMotionEvent: jmethodID?
10682 |             static var dispatchKeyEvent: jmethodID?
      |                        |- warning: static property 'dispatchKeyEvent' 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 'dispatchKeyEvent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchKeyEvent' 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
10683 |             static var dispatchKeyEventPreIme: jmethodID?
10684 |             static var dispatchKeyShortcutEvent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10683:24: warning: static property 'dispatchKeyEventPreIme' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10681 |             static var dispatchGenericMotionEvent: jmethodID?
10682 |             static var dispatchKeyEvent: jmethodID?
10683 |             static var dispatchKeyEventPreIme: jmethodID?
      |                        |- warning: static property 'dispatchKeyEventPreIme' 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 'dispatchKeyEventPreIme' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchKeyEventPreIme' 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
10684 |             static var dispatchKeyShortcutEvent: jmethodID?
10685 |             static var dispatchProvideAutofillStructure: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10684:24: warning: static property 'dispatchKeyShortcutEvent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10682 |             static var dispatchKeyEvent: jmethodID?
10683 |             static var dispatchKeyEventPreIme: jmethodID?
10684 |             static var dispatchKeyShortcutEvent: jmethodID?
      |                        |- warning: static property 'dispatchKeyShortcutEvent' 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 'dispatchKeyShortcutEvent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchKeyShortcutEvent' 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
10685 |             static var dispatchProvideAutofillStructure: jmethodID?
10686 |             static var dispatchProvideAutofillStructure2: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10685:24: warning: static property 'dispatchProvideAutofillStructure' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10683 |             static var dispatchKeyEventPreIme: jmethodID?
10684 |             static var dispatchKeyShortcutEvent: jmethodID?
10685 |             static var dispatchProvideAutofillStructure: jmethodID?
      |                        |- warning: static property 'dispatchProvideAutofillStructure' 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 'dispatchProvideAutofillStructure' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchProvideAutofillStructure' 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
10686 |             static var dispatchProvideAutofillStructure2: jmethodID?
10687 |             static var dispatchProvideStructure: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10686:24: warning: static property 'dispatchProvideAutofillStructure2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10684 |             static var dispatchKeyShortcutEvent: jmethodID?
10685 |             static var dispatchProvideAutofillStructure: jmethodID?
10686 |             static var dispatchProvideAutofillStructure2: jmethodID?
      |                        |- warning: static property 'dispatchProvideAutofillStructure2' 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 'dispatchProvideAutofillStructure2' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchProvideAutofillStructure2' 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
10687 |             static var dispatchProvideStructure: jmethodID?
10688 |             static var dispatchProvideStructure2: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10687:24: warning: static property 'dispatchProvideStructure' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10685 |             static var dispatchProvideAutofillStructure: jmethodID?
10686 |             static var dispatchProvideAutofillStructure2: jmethodID?
10687 |             static var dispatchProvideStructure: jmethodID?
      |                        |- warning: static property 'dispatchProvideStructure' 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 'dispatchProvideStructure' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchProvideStructure' 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
10688 |             static var dispatchProvideStructure2: jmethodID?
10689 |             static var dispatchTouchEvent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10688:24: warning: static property 'dispatchProvideStructure2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10686 |             static var dispatchProvideAutofillStructure2: jmethodID?
10687 |             static var dispatchProvideStructure: jmethodID?
10688 |             static var dispatchProvideStructure2: jmethodID?
      |                        |- warning: static property 'dispatchProvideStructure2' 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 'dispatchProvideStructure2' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchProvideStructure2' 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
10689 |             static var dispatchTouchEvent: jmethodID?
10690 |             static var dispatchTrackballEvent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10689:24: warning: static property 'dispatchTouchEvent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10687 |             static var dispatchProvideStructure: jmethodID?
10688 |             static var dispatchProvideStructure2: jmethodID?
10689 |             static var dispatchTouchEvent: jmethodID?
      |                        |- warning: static property 'dispatchTouchEvent' 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 'dispatchTouchEvent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchTouchEvent' 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
10690 |             static var dispatchTrackballEvent: jmethodID?
10691 |             static var dispatchUnhandledMove: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10690:24: warning: static property 'dispatchTrackballEvent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10688 |             static var dispatchProvideStructure2: jmethodID?
10689 |             static var dispatchTouchEvent: jmethodID?
10690 |             static var dispatchTrackballEvent: jmethodID?
      |                        |- warning: static property 'dispatchTrackballEvent' 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 'dispatchTrackballEvent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchTrackballEvent' 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
10691 |             static var dispatchUnhandledMove: jmethodID?
10692 |             static var getClipBounds: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10691:24: warning: static property 'dispatchUnhandledMove' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10689 |             static var dispatchTouchEvent: jmethodID?
10690 |             static var dispatchTrackballEvent: jmethodID?
10691 |             static var dispatchUnhandledMove: jmethodID?
      |                        |- warning: static property 'dispatchUnhandledMove' 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 'dispatchUnhandledMove' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'dispatchUnhandledMove' 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
10692 |             static var getClipBounds: jmethodID?
10693 |             static var getDrawingRect: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10692:24: warning: static property 'getClipBounds' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10690 |             static var dispatchTrackballEvent: jmethodID?
10691 |             static var dispatchUnhandledMove: jmethodID?
10692 |             static var getClipBounds: jmethodID?
      |                        |- warning: static property 'getClipBounds' 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 'getClipBounds' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getClipBounds' 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
10693 |             static var getDrawingRect: jmethodID?
10694 |             static var getFocusedRect: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10693:24: warning: static property 'getDrawingRect' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10691 |             static var dispatchUnhandledMove: jmethodID?
10692 |             static var getClipBounds: jmethodID?
10693 |             static var getDrawingRect: jmethodID?
      |                        |- warning: static property 'getDrawingRect' 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 'getDrawingRect' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getDrawingRect' 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
10694 |             static var getFocusedRect: jmethodID?
10695 |             static var getGlobalVisibleRect: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10694:24: warning: static property 'getFocusedRect' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10692 |             static var getClipBounds: jmethodID?
10693 |             static var getDrawingRect: jmethodID?
10694 |             static var getFocusedRect: jmethodID?
      |                        |- warning: static property 'getFocusedRect' 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 'getFocusedRect' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getFocusedRect' 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
10695 |             static var getGlobalVisibleRect: jmethodID?
10696 |             static var getHitRect: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10695:24: warning: static property 'getGlobalVisibleRect' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10693 |             static var getDrawingRect: jmethodID?
10694 |             static var getFocusedRect: jmethodID?
10695 |             static var getGlobalVisibleRect: jmethodID?
      |                        |- warning: static property 'getGlobalVisibleRect' 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 'getGlobalVisibleRect' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getGlobalVisibleRect' 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
10696 |             static var getHitRect: jmethodID?
10697 |             static var getLocalVisibleRect: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10696:24: warning: static property 'getHitRect' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10694 |             static var getFocusedRect: jmethodID?
10695 |             static var getGlobalVisibleRect: jmethodID?
10696 |             static var getHitRect: jmethodID?
      |                        |- warning: static property 'getHitRect' 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 'getHitRect' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getHitRect' 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
10697 |             static var getLocalVisibleRect: jmethodID?
10698 |             static var getWindowVisibleDisplayFrame: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10697:24: warning: static property 'getLocalVisibleRect' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10695 |             static var getGlobalVisibleRect: jmethodID?
10696 |             static var getHitRect: jmethodID?
10697 |             static var getLocalVisibleRect: jmethodID?
      |                        |- warning: static property 'getLocalVisibleRect' 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 'getLocalVisibleRect' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getLocalVisibleRect' 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
10698 |             static var getWindowVisibleDisplayFrame: jmethodID?
10699 |             static var invalidateDrawable: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10698:24: warning: static property 'getWindowVisibleDisplayFrame' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10696 |             static var getHitRect: jmethodID?
10697 |             static var getLocalVisibleRect: jmethodID?
10698 |             static var getWindowVisibleDisplayFrame: jmethodID?
      |                        |- warning: static property 'getWindowVisibleDisplayFrame' 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 'getWindowVisibleDisplayFrame' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getWindowVisibleDisplayFrame' 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
10699 |             static var invalidateDrawable: jmethodID?
10700 |             static var onCapturedPointerEvent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10699:24: warning: static property 'invalidateDrawable' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10697 |             static var getLocalVisibleRect: jmethodID?
10698 |             static var getWindowVisibleDisplayFrame: jmethodID?
10699 |             static var invalidateDrawable: jmethodID?
      |                        |- warning: static property 'invalidateDrawable' 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 'invalidateDrawable' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'invalidateDrawable' 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
10700 |             static var onCapturedPointerEvent: jmethodID?
10701 |             static var onFilterTouchEventForSecurity: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10700:24: warning: static property 'onCapturedPointerEvent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10698 |             static var getWindowVisibleDisplayFrame: jmethodID?
10699 |             static var invalidateDrawable: jmethodID?
10700 |             static var onCapturedPointerEvent: jmethodID?
      |                        |- warning: static property 'onCapturedPointerEvent' 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 'onCapturedPointerEvent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onCapturedPointerEvent' 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
10701 |             static var onFilterTouchEventForSecurity: jmethodID?
10702 |             static var onGenericMotionEvent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10701:24: warning: static property 'onFilterTouchEventForSecurity' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10699 |             static var invalidateDrawable: jmethodID?
10700 |             static var onCapturedPointerEvent: jmethodID?
10701 |             static var onFilterTouchEventForSecurity: jmethodID?
      |                        |- warning: static property 'onFilterTouchEventForSecurity' 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 'onFilterTouchEventForSecurity' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onFilterTouchEventForSecurity' 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
10702 |             static var onGenericMotionEvent: jmethodID?
10703 |             static var onHoverEvent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10702:24: warning: static property 'onGenericMotionEvent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10700 |             static var onCapturedPointerEvent: jmethodID?
10701 |             static var onFilterTouchEventForSecurity: jmethodID?
10702 |             static var onGenericMotionEvent: jmethodID?
      |                        |- warning: static property 'onGenericMotionEvent' 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 'onGenericMotionEvent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onGenericMotionEvent' 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
10703 |             static var onHoverEvent: jmethodID?
10704 |             static var onKeyDown: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10703:24: warning: static property 'onHoverEvent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10701 |             static var onFilterTouchEventForSecurity: jmethodID?
10702 |             static var onGenericMotionEvent: jmethodID?
10703 |             static var onHoverEvent: jmethodID?
      |                        |- warning: static property 'onHoverEvent' 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 'onHoverEvent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onHoverEvent' 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
10704 |             static var onKeyDown: jmethodID?
10705 |             static var onKeyLongPress: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10704:24: warning: static property 'onKeyDown' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10702 |             static var onGenericMotionEvent: jmethodID?
10703 |             static var onHoverEvent: jmethodID?
10704 |             static var onKeyDown: jmethodID?
      |                        |- warning: static property 'onKeyDown' 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 'onKeyDown' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onKeyDown' 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
10705 |             static var onKeyLongPress: jmethodID?
10706 |             static var onKeyMultiple: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10705:24: warning: static property 'onKeyLongPress' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10703 |             static var onHoverEvent: jmethodID?
10704 |             static var onKeyDown: jmethodID?
10705 |             static var onKeyLongPress: jmethodID?
      |                        |- warning: static property 'onKeyLongPress' 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 'onKeyLongPress' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onKeyLongPress' 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
10706 |             static var onKeyMultiple: jmethodID?
10707 |             static var onKeyPreIme: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10706:24: warning: static property 'onKeyMultiple' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10704 |             static var onKeyDown: jmethodID?
10705 |             static var onKeyLongPress: jmethodID?
10706 |             static var onKeyMultiple: jmethodID?
      |                        |- warning: static property 'onKeyMultiple' 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 'onKeyMultiple' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onKeyMultiple' 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
10707 |             static var onKeyPreIme: jmethodID?
10708 |             static var onKeyShortcut: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10707:24: warning: static property 'onKeyPreIme' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10705 |             static var onKeyLongPress: jmethodID?
10706 |             static var onKeyMultiple: jmethodID?
10707 |             static var onKeyPreIme: jmethodID?
      |                        |- warning: static property 'onKeyPreIme' 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 'onKeyPreIme' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onKeyPreIme' 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
10708 |             static var onKeyShortcut: jmethodID?
10709 |             static var onKeyUp: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10708:24: warning: static property 'onKeyShortcut' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10706 |             static var onKeyMultiple: jmethodID?
10707 |             static var onKeyPreIme: jmethodID?
10708 |             static var onKeyShortcut: jmethodID?
      |                        |- warning: static property 'onKeyShortcut' 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 'onKeyShortcut' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onKeyShortcut' 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
10709 |             static var onKeyUp: jmethodID?
10710 |             static var onProvideAutofillStructure: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10709:24: warning: static property 'onKeyUp' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10707 |             static var onKeyPreIme: jmethodID?
10708 |             static var onKeyShortcut: jmethodID?
10709 |             static var onKeyUp: jmethodID?
      |                        |- warning: static property 'onKeyUp' 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 'onKeyUp' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onKeyUp' 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
10710 |             static var onProvideAutofillStructure: jmethodID?
10711 |             static var onProvideAutofillStructure2: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10710:24: warning: static property 'onProvideAutofillStructure' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10708 |             static var onKeyShortcut: jmethodID?
10709 |             static var onKeyUp: jmethodID?
10710 |             static var onProvideAutofillStructure: jmethodID?
      |                        |- warning: static property 'onProvideAutofillStructure' 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 'onProvideAutofillStructure' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onProvideAutofillStructure' 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
10711 |             static var onProvideAutofillStructure2: jmethodID?
10712 |             static var onProvideAutofillVirtualStructure: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10711:24: warning: static property 'onProvideAutofillStructure2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10709 |             static var onKeyUp: jmethodID?
10710 |             static var onProvideAutofillStructure: jmethodID?
10711 |             static var onProvideAutofillStructure2: jmethodID?
      |                        |- warning: static property 'onProvideAutofillStructure2' 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 'onProvideAutofillStructure2' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onProvideAutofillStructure2' 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
10712 |             static var onProvideAutofillVirtualStructure: jmethodID?
10713 |             static var onProvideAutofillVirtualStructure2: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10712:24: warning: static property 'onProvideAutofillVirtualStructure' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10710 |             static var onProvideAutofillStructure: jmethodID?
10711 |             static var onProvideAutofillStructure2: jmethodID?
10712 |             static var onProvideAutofillVirtualStructure: jmethodID?
      |                        |- warning: static property 'onProvideAutofillVirtualStructure' 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 'onProvideAutofillVirtualStructure' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onProvideAutofillVirtualStructure' 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
10713 |             static var onProvideAutofillVirtualStructure2: jmethodID?
10714 |             static var onProvideStructure: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10713:24: warning: static property 'onProvideAutofillVirtualStructure2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10711 |             static var onProvideAutofillStructure2: jmethodID?
10712 |             static var onProvideAutofillVirtualStructure: jmethodID?
10713 |             static var onProvideAutofillVirtualStructure2: jmethodID?
      |                        |- warning: static property 'onProvideAutofillVirtualStructure2' 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 'onProvideAutofillVirtualStructure2' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onProvideAutofillVirtualStructure2' 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
10714 |             static var onProvideStructure: jmethodID?
10715 |             static var onProvideStructure2: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10714:24: warning: static property 'onProvideStructure' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10712 |             static var onProvideAutofillVirtualStructure: jmethodID?
10713 |             static var onProvideAutofillVirtualStructure2: jmethodID?
10714 |             static var onProvideStructure: jmethodID?
      |                        |- warning: static property 'onProvideStructure' 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 'onProvideStructure' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onProvideStructure' 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
10715 |             static var onProvideStructure2: jmethodID?
10716 |             static var onProvideVirtualStructure: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10715:24: warning: static property 'onProvideStructure2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10713 |             static var onProvideAutofillVirtualStructure2: jmethodID?
10714 |             static var onProvideStructure: jmethodID?
10715 |             static var onProvideStructure2: jmethodID?
      |                        |- warning: static property 'onProvideStructure2' 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 'onProvideStructure2' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onProvideStructure2' 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
10716 |             static var onProvideVirtualStructure: jmethodID?
10717 |             static var onProvideVirtualStructure2: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10716:24: warning: static property 'onProvideVirtualStructure' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10714 |             static var onProvideStructure: jmethodID?
10715 |             static var onProvideStructure2: jmethodID?
10716 |             static var onProvideVirtualStructure: jmethodID?
      |                        |- warning: static property 'onProvideVirtualStructure' 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 'onProvideVirtualStructure' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onProvideVirtualStructure' 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
10717 |             static var onProvideVirtualStructure2: jmethodID?
10718 |             static var onTouchEvent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10717:24: warning: static property 'onProvideVirtualStructure2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10715 |             static var onProvideStructure2: jmethodID?
10716 |             static var onProvideVirtualStructure: jmethodID?
10717 |             static var onProvideVirtualStructure2: jmethodID?
      |                        |- warning: static property 'onProvideVirtualStructure2' 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 'onProvideVirtualStructure2' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onProvideVirtualStructure2' 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
10718 |             static var onTouchEvent: jmethodID?
10719 |             static var onTrackballEvent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10718:24: warning: static property 'onTouchEvent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10716 |             static var onProvideVirtualStructure: jmethodID?
10717 |             static var onProvideVirtualStructure2: jmethodID?
10718 |             static var onTouchEvent: jmethodID?
      |                        |- warning: static property 'onTouchEvent' 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 'onTouchEvent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onTouchEvent' 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
10719 |             static var onTrackballEvent: jmethodID?
10720 |             static var post: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10719:24: warning: static property 'onTrackballEvent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10717 |             static var onProvideVirtualStructure2: jmethodID?
10718 |             static var onTouchEvent: jmethodID?
10719 |             static var onTrackballEvent: jmethodID?
      |                        |- warning: static property 'onTrackballEvent' 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 'onTrackballEvent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onTrackballEvent' 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
10720 |             static var post: jmethodID?
10721 |             static var postDelayed: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10720:24: warning: static property 'post' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10718 |             static var onTouchEvent: jmethodID?
10719 |             static var onTrackballEvent: jmethodID?
10720 |             static var post: jmethodID?
      |                        |- warning: static property 'post' 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 'post' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'post' 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
10721 |             static var postDelayed: jmethodID?
10722 |             static var postOnAnimation: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10721:24: warning: static property 'postDelayed' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10719 |             static var onTrackballEvent: jmethodID?
10720 |             static var post: jmethodID?
10721 |             static var postDelayed: jmethodID?
      |                        |- warning: static property 'postDelayed' 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 'postDelayed' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'postDelayed' 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
10722 |             static var postOnAnimation: jmethodID?
10723 |             static var postOnAnimationDelayed: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10722:24: warning: static property 'postOnAnimation' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10720 |             static var post: jmethodID?
10721 |             static var postDelayed: jmethodID?
10722 |             static var postOnAnimation: jmethodID?
      |                        |- warning: static property 'postOnAnimation' 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 'postOnAnimation' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'postOnAnimation' 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
10723 |             static var postOnAnimationDelayed: jmethodID?
10724 |             static var removeCallbacks: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10723:24: warning: static property 'postOnAnimationDelayed' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10721 |             static var postDelayed: jmethodID?
10722 |             static var postOnAnimation: jmethodID?
10723 |             static var postOnAnimationDelayed: jmethodID?
      |                        |- warning: static property 'postOnAnimationDelayed' 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 'postOnAnimationDelayed' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'postOnAnimationDelayed' 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
10724 |             static var removeCallbacks: jmethodID?
10725 |             static var requestRectangleOnScreen: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10724:24: warning: static property 'removeCallbacks' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10722 |             static var postOnAnimation: jmethodID?
10723 |             static var postOnAnimationDelayed: jmethodID?
10724 |             static var removeCallbacks: jmethodID?
      |                        |- warning: static property 'removeCallbacks' 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 'removeCallbacks' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'removeCallbacks' 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
10725 |             static var requestRectangleOnScreen: jmethodID?
10726 |             static var requestRectangleOnScreen2: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10725:24: warning: static property 'requestRectangleOnScreen' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10723 |             static var postOnAnimationDelayed: jmethodID?
10724 |             static var removeCallbacks: jmethodID?
10725 |             static var requestRectangleOnScreen: jmethodID?
      |                        |- warning: static property 'requestRectangleOnScreen' 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 'requestRectangleOnScreen' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'requestRectangleOnScreen' 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
10726 |             static var requestRectangleOnScreen2: jmethodID?
10727 |             static var requestUnbufferedDispatch: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10726:24: warning: static property 'requestRectangleOnScreen2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10724 |             static var removeCallbacks: jmethodID?
10725 |             static var requestRectangleOnScreen: jmethodID?
10726 |             static var requestRectangleOnScreen2: jmethodID?
      |                        |- warning: static property 'requestRectangleOnScreen2' 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 'requestRectangleOnScreen2' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'requestRectangleOnScreen2' 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
10727 |             static var requestUnbufferedDispatch: jmethodID?
10728 |             static var scheduleDrawable: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10727:24: warning: static property 'requestUnbufferedDispatch' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10725 |             static var requestRectangleOnScreen: jmethodID?
10726 |             static var requestRectangleOnScreen2: jmethodID?
10727 |             static var requestUnbufferedDispatch: jmethodID?
      |                        |- warning: static property 'requestUnbufferedDispatch' 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 'requestUnbufferedDispatch' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'requestUnbufferedDispatch' 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
10728 |             static var scheduleDrawable: jmethodID?
10729 |             static var scheduleDrawable2: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10728:24: warning: static property 'scheduleDrawable' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10726 |             static var requestRectangleOnScreen2: jmethodID?
10727 |             static var requestUnbufferedDispatch: jmethodID?
10728 |             static var scheduleDrawable: jmethodID?
      |                        |- warning: static property 'scheduleDrawable' 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 'scheduleDrawable' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'scheduleDrawable' 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
10729 |             static var scheduleDrawable2: jmethodID?
10730 |             static var setBackground: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10729:24: warning: static property 'scheduleDrawable2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10727 |             static var requestUnbufferedDispatch: jmethodID?
10728 |             static var scheduleDrawable: jmethodID?
10729 |             static var scheduleDrawable2: jmethodID?
      |                        |- warning: static property 'scheduleDrawable2' 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 'scheduleDrawable2' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'scheduleDrawable2' 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
10730 |             static var setBackground: jmethodID?
10731 |             static var setBackgroundDrawable: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10730:24: warning: static property 'setBackground' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10728 |             static var scheduleDrawable: jmethodID?
10729 |             static var scheduleDrawable2: jmethodID?
10730 |             static var setBackground: jmethodID?
      |                        |- warning: static property 'setBackground' 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 'setBackground' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setBackground' 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
10731 |             static var setBackgroundDrawable: jmethodID?
10732 |             static var setClipBounds: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10731:24: warning: static property 'setBackgroundDrawable' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10729 |             static var scheduleDrawable2: jmethodID?
10730 |             static var setBackground: jmethodID?
10731 |             static var setBackgroundDrawable: jmethodID?
      |                        |- warning: static property 'setBackgroundDrawable' 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 'setBackgroundDrawable' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setBackgroundDrawable' 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
10732 |             static var setClipBounds: jmethodID?
10733 |             static var setForeground: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10732:24: warning: static property 'setClipBounds' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10730 |             static var setBackground: jmethodID?
10731 |             static var setBackgroundDrawable: jmethodID?
10732 |             static var setClipBounds: jmethodID?
      |                        |- warning: static property 'setClipBounds' 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 'setClipBounds' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setClipBounds' 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
10733 |             static var setForeground: jmethodID?
10734 |             static var unscheduleDrawable: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10733:24: warning: static property 'setForeground' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10731 |             static var setBackgroundDrawable: jmethodID?
10732 |             static var setClipBounds: jmethodID?
10733 |             static var setForeground: jmethodID?
      |                        |- warning: static property 'setForeground' 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 'setForeground' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setForeground' 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
10734 |             static var unscheduleDrawable: jmethodID?
10735 |             static var unscheduleDrawable2: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10734:24: warning: static property 'unscheduleDrawable' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10732 |             static var setClipBounds: jmethodID?
10733 |             static var setForeground: jmethodID?
10734 |             static var unscheduleDrawable: jmethodID?
      |                        |- warning: static property 'unscheduleDrawable' 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 'unscheduleDrawable' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'unscheduleDrawable' 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
10735 |             static var unscheduleDrawable2: jmethodID?
10736 |             static var unscheduleDrawable3: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10735:24: warning: static property 'unscheduleDrawable2' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10733 |             static var setForeground: jmethodID?
10734 |             static var unscheduleDrawable: jmethodID?
10735 |             static var unscheduleDrawable2: jmethodID?
      |                        |- warning: static property 'unscheduleDrawable2' 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 'unscheduleDrawable2' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'unscheduleDrawable2' 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
10736 |             static var unscheduleDrawable3: jmethodID?
10737 |             static var setLayoutParams: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10736:24: warning: static property 'unscheduleDrawable3' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10734 |             static var unscheduleDrawable: jmethodID?
10735 |             static var unscheduleDrawable2: jmethodID?
10736 |             static var unscheduleDrawable3: jmethodID?
      |                        |- warning: static property 'unscheduleDrawable3' 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 'unscheduleDrawable3' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'unscheduleDrawable3' 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
10737 |             static var setLayoutParams: jmethodID?
10738 |             static var getLayoutParams: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10737:24: warning: static property 'setLayoutParams' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10735 |             static var unscheduleDrawable2: jmethodID?
10736 |             static var unscheduleDrawable3: jmethodID?
10737 |             static var setLayoutParams: jmethodID?
      |                        |- warning: static property 'setLayoutParams' 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 'setLayoutParams' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setLayoutParams' 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
10738 |             static var getLayoutParams: jmethodID?
10739 |             static var onMeasure: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10738:24: warning: static property 'getLayoutParams' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10736 |             static var unscheduleDrawable3: jmethodID?
10737 |             static var setLayoutParams: jmethodID?
10738 |             static var getLayoutParams: jmethodID?
      |                        |- warning: static property 'getLayoutParams' 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 'getLayoutParams' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getLayoutParams' 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
10739 |             static var onMeasure: jmethodID?
10740 |             static var setMeasuredDimension: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10739:24: warning: static property 'onMeasure' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10737 |             static var setLayoutParams: jmethodID?
10738 |             static var getLayoutParams: jmethodID?
10739 |             static var onMeasure: jmethodID?
      |                        |- warning: static property 'onMeasure' 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 'onMeasure' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'onMeasure' 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
10740 |             static var setMeasuredDimension: jmethodID?
10741 |             static var getParent: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10740:24: warning: static property 'setMeasuredDimension' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10738 |             static var getLayoutParams: jmethodID?
10739 |             static var onMeasure: jmethodID?
10740 |             static var setMeasuredDimension: jmethodID?
      |                        |- warning: static property 'setMeasuredDimension' 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 'setMeasuredDimension' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setMeasuredDimension' 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
10741 |             static var getParent: jmethodID?
10742 |             static var setOnFocusChangeListener: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10741:24: warning: static property 'getParent' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10739 |             static var onMeasure: jmethodID?
10740 |             static var setMeasuredDimension: jmethodID?
10741 |             static var getParent: jmethodID?
      |                        |- warning: static property 'getParent' 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 'getParent' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getParent' 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
10742 |             static var setOnFocusChangeListener: jmethodID?
10743 |             static var getViewTreeObserver: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10742:24: warning: static property 'setOnFocusChangeListener' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10740 |             static var setMeasuredDimension: jmethodID?
10741 |             static var getParent: jmethodID?
10742 |             static var setOnFocusChangeListener: jmethodID?
      |                        |- warning: static property 'setOnFocusChangeListener' 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 'setOnFocusChangeListener' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'setOnFocusChangeListener' 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
10743 |             static var getViewTreeObserver: jmethodID?
10744 |             static var getRootView: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10743:24: warning: static property 'getViewTreeObserver' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10741 |             static var getParent: jmethodID?
10742 |             static var setOnFocusChangeListener: jmethodID?
10743 |             static var getViewTreeObserver: jmethodID?
      |                        |- warning: static property 'getViewTreeObserver' 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 'getViewTreeObserver' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getViewTreeObserver' 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
10744 |             static var getRootView: jmethodID?
10745 |             static var getWindowToken: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10744:24: warning: static property 'getRootView' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10742 |             static var setOnFocusChangeListener: jmethodID?
10743 |             static var getViewTreeObserver: jmethodID?
10744 |             static var getRootView: jmethodID?
      |                        |- warning: static property 'getRootView' 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 'getRootView' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getRootView' 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
10745 |             static var getWindowToken: jmethodID?
10746 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10745:24: warning: static property 'getWindowToken' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
10743 |             static var getViewTreeObserver: jmethodID?
10744 |             static var getRootView: jmethodID?
10745 |             static var getWindowToken: jmethodID?
      |                        |- warning: static property 'getWindowToken' 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 'getWindowToken' to a 'let' constant to make 'Sendable' shared state immutable
      |                        |- note: annotate 'getWindowToken' 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
10746 |         }
10747 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10766:16: warning: static property 'visible' is not concurrency-safe because non-'Sendable' type 'Android.View.View.Visibility' (aka 'AndroidView.Visibility') may have shared mutable state; this is an error in the Swift 6 language mode
10751 |
10752 |     /// Android View Visibility
10753 |     struct Visibility: RawRepresentable, Equatable, Hashable {
      |            `- note: consider making struct 'Visibility' conform to the 'Sendable' protocol
10754 |
10755 |         public let rawValue: Int
      :
10764 | public extension Android.View.View.Visibility {
10765 |
10766 |     static let visible = Android.View.View.Visibility(rawValue: Android.View.View.VISIBLE)
      |                |- warning: static property 'visible' is not concurrency-safe because non-'Sendable' type 'Android.View.View.Visibility' (aka 'AndroidView.Visibility') may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'visible' 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
10767 |
10768 |     static let invisible = Android.View.View.Visibility(rawValue: Android.View.View.INVISIBLE)
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10768:16: warning: static property 'invisible' is not concurrency-safe because non-'Sendable' type 'Android.View.View.Visibility' (aka 'AndroidView.Visibility') may have shared mutable state; this is an error in the Swift 6 language mode
10751 |
10752 |     /// Android View Visibility
10753 |     struct Visibility: RawRepresentable, Equatable, Hashable {
      |            `- note: consider making struct 'Visibility' conform to the 'Sendable' protocol
10754 |
10755 |         public let rawValue: Int
      :
10766 |     static let visible = Android.View.View.Visibility(rawValue: Android.View.View.VISIBLE)
10767 |
10768 |     static let invisible = Android.View.View.Visibility(rawValue: Android.View.View.INVISIBLE)
      |                |- warning: static property 'invisible' is not concurrency-safe because non-'Sendable' type 'Android.View.View.Visibility' (aka 'AndroidView.Visibility') may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'invisible' 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
10769 |
10770 |     static let gone = Android.View.View.Visibility(rawValue: Android.View.View.GONE)
/Users/admin/builder/spi-builder-workspace/Sources/Android/View.swift:10770:16: warning: static property 'gone' is not concurrency-safe because non-'Sendable' type 'Android.View.View.Visibility' (aka 'AndroidView.Visibility') may have shared mutable state; this is an error in the Swift 6 language mode
10751 |
10752 |     /// Android View Visibility
10753 |     struct Visibility: RawRepresentable, Equatable, Hashable {
      |            `- note: consider making struct 'Visibility' conform to the 'Sendable' protocol
10754 |
10755 |         public let rawValue: Int
      :
10768 |     static let invisible = Android.View.View.Visibility(rawValue: Android.View.View.INVISIBLE)
10769 |
10770 |     static let gone = Android.View.View.Visibility(rawValue: Android.View.View.GONE)
      |                |- warning: static property 'gone' is not concurrency-safe because non-'Sendable' type 'Android.View.View.Visibility' (aka 'AndroidView.Visibility') may have shared mutable state; this is an error in the Swift 6 language mode
      |                |- note: annotate 'gone' 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
10771 | }
10772 |
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimation.swift:19:12: warning: class 'AndroidAnimation' must restate inherited '@unchecked Sendable' conformance
 17 |
 18 | /// Abstraction for an Animation that can be applied to Views, Surfaces, or other objects. See the animation package description file.
 19 | open class AndroidAnimation: JavaObject {
    |            `- warning: class 'AndroidAnimation' must restate inherited '@unchecked Sendable' conformance
 20 |
 21 |     // MARK: - Initialization
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimation.swift:185:20: warning: static property 'jniClass' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
183 |
184 |         /// JNI Java class
185 |         static var jniClass: jclass?
    |                    |- warning: static property 'jniClass' 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 'jniClass' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: annotate 'jniClass' 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
186 |
187 |         /// JNI Method ID cache
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimation.swift:190:24: warning: static property 'init_method_1' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
188 |         struct MethodID {
189 |
190 |             static var init_method_1: jmethodID?
    |                        |- warning: static property 'init_method_1' 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 'init_method_1' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'init_method_1' 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
191 |             static var cancel: jmethodID?
192 |             static var getDuration: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimation.swift:191:24: warning: static property 'cancel' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
189 |
190 |             static var init_method_1: jmethodID?
191 |             static var cancel: jmethodID?
    |                        |- warning: static property 'cancel' 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 'cancel' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'cancel' 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
192 |             static var getDuration: jmethodID?
193 |             static var start: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimation.swift:192:24: warning: static property 'getDuration' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
190 |             static var init_method_1: jmethodID?
191 |             static var cancel: jmethodID?
192 |             static var getDuration: jmethodID?
    |                        |- warning: static property 'getDuration' 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 'getDuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'getDuration' 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
193 |             static var start: jmethodID?
194 |             static var startNow: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimation.swift:193:24: warning: static property 'start' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
191 |             static var cancel: jmethodID?
192 |             static var getDuration: jmethodID?
193 |             static var start: jmethodID?
    |                        |- warning: static property 'start' 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 'start' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'start' 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
194 |             static var startNow: jmethodID?
195 |             static var reset: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimation.swift:194:24: warning: static property 'startNow' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
192 |             static var getDuration: jmethodID?
193 |             static var start: jmethodID?
194 |             static var startNow: jmethodID?
    |                        |- warning: static property 'startNow' 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 'startNow' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'startNow' 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
195 |             static var reset: jmethodID?
196 |             static var startOffset: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimation.swift:195:24: warning: static property 'reset' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
193 |             static var start: jmethodID?
194 |             static var startNow: jmethodID?
195 |             static var reset: jmethodID?
    |                        |- warning: static property 'reset' 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 'reset' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'reset' 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
196 |             static var startOffset: jmethodID?
197 |             static var setStartTime: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimation.swift:196:24: warning: static property 'startOffset' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
194 |             static var startNow: jmethodID?
195 |             static var reset: jmethodID?
196 |             static var startOffset: jmethodID?
    |                        |- warning: static property 'startOffset' 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 'startOffset' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'startOffset' 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
197 |             static var setStartTime: jmethodID?
198 |             static var setDuration: jmethodID?
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimation.swift:197:24: warning: static property 'setStartTime' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
195 |             static var reset: jmethodID?
196 |             static var startOffset: jmethodID?
197 |             static var setStartTime: jmethodID?
    |                        |- warning: static property 'setStartTime' 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 'setStartTime' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'setStartTime' 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
198 |             static var setDuration: jmethodID?
199 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimation.swift:198:24: warning: static property 'setDuration' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
196 |             static var startOffset: jmethodID?
197 |             static var setStartTime: jmethodID?
198 |             static var setDuration: jmethodID?
    |                        |- warning: static property 'setDuration' 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 'setDuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'setDuration' 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
199 |         }
200 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimationAnimationListener.swift:20:12: warning: class 'AndroidAnimationListener' must restate inherited '@unchecked Sendable' conformance
 18 | /// An animation listener receives notifications from an animation.
 19 | /// Notifications indicate animation related events, such as the end or the repetition of the animation.
 20 | open class AndroidAnimationListener: JavaObject {
    |            `- warning: class 'AndroidAnimationListener' must restate inherited '@unchecked Sendable' conformance
 21 |
 22 |     /// Create a Swift-owned Java Object.
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimationAnimationListener.swift:95:20: warning: static property 'classSignature' is not concurrency-safe because non-'Sendable' type 'JNIClassName' may have shared mutable state; this is an error in the Swift 6 language mode
 93 |     struct JNICache {
 94 |
 95 |         static let classSignature = SwiftSupport.View.Animation.className(["SwiftAnimationListener"])
    |                    `- warning: static property 'classSignature' is not concurrency-safe because non-'Sendable' type 'JNIClassName' may have shared mutable state; this is an error in the Swift 6 language mode
 96 |
 97 |         /// JNI Java class name
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JNI/Sources/ClassName.swift:9:15: note: struct 'JNIClassName' does not conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct JNIClassName {
   |               `- note: struct 'JNIClassName' does not conform to the 'Sendable' protocol
10 |
11 |     public let package: JNIPackage
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimationAnimationListener.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JNI'
  9 | import java_swift
 10 | import java_lang
 11 | import JNI
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JNI'
 12 |
 13 | public extension AndroidAnimation {
    :
 93 |     struct JNICache {
 94 |
 95 |         static let classSignature = SwiftSupport.View.Animation.className(["SwiftAnimationListener"])
    |                    |- note: annotate 'classSignature' 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
 96 |
 97 |         /// JNI Java class name
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimationAnimationListener.swift:101:20: warning: static property 'jniClass' is not concurrency-safe because non-'Sendable' type 'jclass' (aka 'OpaquePointer') may have shared mutable state; this is an error in the Swift 6 language mode
 99 |
100 |         /// JNI Java class
101 |         static let jniClass: jclass = {
    |                    |- warning: static property 'jniClass' is not concurrency-safe because non-'Sendable' type 'jclass' (aka 'OpaquePointer') may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: annotate 'jniClass' 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
102 |
103 |             var natives = [JNINativeMethod]()
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimationAnimationListener.swift:146:24: warning: static property 'newMethod' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
144 |         struct MethodID {
145 |
146 |             static var newMethod: jmethodID?
    |                        |- warning: static property 'newMethod' 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 'newMethod' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'newMethod' 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
147 |         }
148 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimationInterpolator.swift:14:12: warning: class 'AndroidInterpolator' must restate inherited '@unchecked Sendable' conformance
 12 |
 13 | /// An interpolator defines the rate of change of an animation. This allows the basic animation effects (alpha, scale, translate, rotate) to be accelerated, decelerated, repeated, etc.
 14 | open class AndroidInterpolator: JavaObject {
    |            `- warning: class 'AndroidInterpolator' must restate inherited '@unchecked Sendable' conformance
 15 |
 16 |     /// Create a Swift-owned Java Object.
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimationInterpolator.swift:79:20: warning: static property 'classSignature' is not concurrency-safe because non-'Sendable' type 'JNIClassName' may have shared mutable state; this is an error in the Swift 6 language mode
 77 |     struct JNICache {
 78 |
 79 |         static let classSignature = SwiftSupport.View.Animation.className(["SwiftInterpolator"])
    |                    `- warning: static property 'classSignature' is not concurrency-safe because non-'Sendable' type 'JNIClassName' may have shared mutable state; this is an error in the Swift 6 language mode
 80 |
 81 |         /// JNI Java class name
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JNI/Sources/ClassName.swift:9:15: note: struct 'JNIClassName' does not conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct JNIClassName {
   |               `- note: struct 'JNIClassName' does not conform to the 'Sendable' protocol
10 |
11 |     public let package: JNIPackage
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimationInterpolator.swift:11:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JNI'
  9 | import java_swift
 10 | import java_lang
 11 | import JNI
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JNI'
 12 |
 13 | /// An interpolator defines the rate of change of an animation. This allows the basic animation effects (alpha, scale, translate, rotate) to be accelerated, decelerated, repeated, etc.
    :
 77 |     struct JNICache {
 78 |
 79 |         static let classSignature = SwiftSupport.View.Animation.className(["SwiftInterpolator"])
    |                    |- note: annotate 'classSignature' 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
 80 |
 81 |         /// JNI Java class name
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimationInterpolator.swift:85:20: warning: static property 'jniClass' is not concurrency-safe because non-'Sendable' type 'jclass' (aka 'OpaquePointer') may have shared mutable state; this is an error in the Swift 6 language mode
 83 |
 84 |         /// JNI Java class
 85 |         static let jniClass: jclass = {
    |                    |- warning: static property 'jniClass' is not concurrency-safe because non-'Sendable' type 'jclass' (aka 'OpaquePointer') may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: annotate 'jniClass' 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
 86 |
 87 |             var natives = [JNINativeMethod]()
Swift.OpaquePointer:1:23: note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct OpaquePointer {
  |                       `- note: struct 'OpaquePointer' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewAnimationInterpolator.swift:118:24: warning: static property 'newMethod' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
116 |         struct MethodID {
117 |
118 |             static var newMethod: jmethodID?
    |                        |- warning: static property 'newMethod' 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 'newMethod' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'newMethod' 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
119 |         }
120 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewCompat.swift:17:12: warning: class 'AndroidViewCompat' must restate inherited '@unchecked Sendable' conformance
15 | }
16 |
17 | open class AndroidViewCompat: JavaObject {
   |            `- warning: class 'AndroidViewCompat' must restate inherited '@unchecked Sendable' conformance
18 |
19 |     public required init(javaObject: jobject?) {
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewCompat.swift:72:37: warning: 'SupportV4' is deprecated
70 |     struct JNICache {
71 |
72 |         static let classSignature = SupportV4.View.className(["ViewCompat"])
   |                                     `- warning: 'SupportV4' is deprecated
73 |
74 |         /// JNI Java class name
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewCompat.swift:72:20: warning: static property 'classSignature' is not concurrency-safe because non-'Sendable' type 'JNIClassName' may have shared mutable state; this is an error in the Swift 6 language mode
70 |     struct JNICache {
71 |
72 |         static let classSignature = SupportV4.View.className(["ViewCompat"])
   |                    `- warning: static property 'classSignature' is not concurrency-safe because non-'Sendable' type 'JNIClassName' may have shared mutable state; this is an error in the Swift 6 language mode
73 |
74 |         /// JNI Java class name
/Users/admin/builder/spi-builder-workspace/.build/checkouts/JNI/Sources/ClassName.swift:9:15: note: struct 'JNIClassName' does not conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct JNIClassName {
   |               `- note: struct 'JNIClassName' does not conform to the 'Sendable' protocol
10 |
11 |     public let package: JNIPackage
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewCompat.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JNI'
 8 | import Foundation
 9 | import java_swift
10 | import JNI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'JNI'
11 |
12 | public extension Android.Graphics.Drawable {
   :
70 |     struct JNICache {
71 |
72 |         static let classSignature = SupportV4.View.className(["ViewCompat"])
   |                    |- note: annotate 'classSignature' 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
73 |
74 |         /// JNI Java class name
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewCompat.swift:78:20: warning: static property 'jniClass' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
76 |
77 |         /// JNI Java class
78 |         static var jniClass: jclass?
   |                    |- warning: static property 'jniClass' 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 'jniClass' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: annotate 'jniClass' 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
79 |
80 |         /// JNI Method ID cache
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewCompat.swift:83:24: warning: static property 'generateViewId' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
81 |         struct MethodID {
82 |
83 |             static var generateViewId: jmethodID?
   |                        |- warning: static property 'generateViewId' 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 'generateViewId' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'generateViewId' 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
84 |             static var setNestedScrollingEnabled: jmethodID?
85 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Android/ViewCompat.swift:84:24: warning: static property 'setNestedScrollingEnabled' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
82 |
83 |             static var generateViewId: jmethodID?
84 |             static var setNestedScrollingEnabled: jmethodID?
   |                        |- warning: static property 'setNestedScrollingEnabled' 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 'setNestedScrollingEnabled' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'setNestedScrollingEnabled' 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
85 |         }
86 |     }
Build complete! (84.48s)
Fetching https://github.com/PureSwift/java_util.git
[1/1163] Fetching java_util
Fetched https://github.com/PureSwift/java_util.git from cache (1.08s)
Fetching https://github.com/PureSwift/JNI.git
[1/109] Fetching jni
Fetched https://github.com/PureSwift/JNI.git from cache (0.75s)
Fetching https://github.com/PureSwift/java_lang.git
[1/760] Fetching java_lang
Fetched https://github.com/PureSwift/java_lang.git from cache (1.10s)
Fetching https://github.com/PureSwift/java_swift.git
[1/389] Fetching java_swift
Fetched https://github.com/PureSwift/java_swift.git from cache (0.89s)
Fetching https://github.com/PureSwift/CJavaVM.git
[1/58] Fetching cjavavm
Fetched https://github.com/PureSwift/CJavaVM.git from cache (0.68s)
Creating working copy for https://github.com/PureSwift/java_util.git
Working copy of https://github.com/PureSwift/java_util.git resolved at master (b4240b5)
Creating working copy for https://github.com/PureSwift/java_swift.git
Working copy of https://github.com/PureSwift/java_swift.git resolved at master (e6b10cc)
Creating working copy for https://github.com/PureSwift/CJavaVM.git
Working copy of https://github.com/PureSwift/CJavaVM.git resolved at master (3b19893)
Creating working copy for https://github.com/PureSwift/JNI.git
Working copy of https://github.com/PureSwift/JNI.git resolved at master (a2901c1)
Creating working copy for https://github.com/PureSwift/java_lang.git
Working copy of https://github.com/PureSwift/java_lang.git resolved at master (71188f8)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "java_util",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/java_util.git"
    },
    {
      "identity" : "jni",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/JNI.git"
    }
  ],
  "manifest_display_name" : "Android",
  "name" : "Android",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Android",
      "targets" : [
        "Android"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Android",
      "module_type" : "SwiftTarget",
      "name" : "Android",
      "path" : "Sources/Android",
      "product_dependencies" : [
        "java_util",
        "JNI"
      ],
      "product_memberships" : [
        "Android"
      ],
      "sources" : [
        "AlertDialog.swift",
        "AlertDialogBuilder.swift",
        "AndroidManifestPermission.swift",
        "AndroidManifestPermissionGroup.swift",
        "AndroidNamespace.swift",
        "AndroidPoint.swift",
        "AppCompatActivity.swift",
        "AppCompatDialog.swift",
        "Application.swift",
        "ArrayListExtension.swift",
        "ComponentActivity.swift",
        "ContentBroadcastReceiver.swift",
        "ContentContext.swift",
        "ContentContextWrapper.swift",
        "ContentIntent.swift",
        "ContentIntentFilter.swift",
        "ContentPmPackageManager.swift",
        "ContentResResources.swift",
        "ContextCompat.swift",
        "ContextSystemService.swift",
        "Dialog.swift",
        "DialogInterface.swift",
        "DialogInterfaceOnClickListener.swift",
        "DrawableCompat.swift",
        "FullScreenDialogFragment.swift",
        "GraphicsColor.swift",
        "GraphicsDrawableColorDrawable.swift",
        "GraphicsDrawableDrawable.swift",
        "GraphicsRect.swift",
        "JNI.swift",
        "Menu.swift",
        "MenuItem.swift",
        "OsBuild.swift",
        "OsBuildVersion.swift",
        "OsBuildVersionCodes.swift",
        "OsBundle.swift",
        "OsEnvironment.swift",
        "OsHandler.swift",
        "OsParcelUuid.swift",
        "ProgressDialog.swift",
        "RecyclerView.swift",
        "RecyclerViewAdapter.swift",
        "RecyclerViewDividerItemDecoration.swift",
        "RecyclerViewItemDecoration.swift",
        "RecyclerViewLayoutManager.swift",
        "RecyclerViewLinearLayoutManager.swift",
        "RecyclerViewViewHolder.swift",
        "Resource.swift",
        "Runnable.swift",
        "RuntimeConfiguration.swift",
        "TextView.swift",
        "Toolbar.swift",
        "ToolbarOnMenuItemClickListener.swift",
        "UtilDisplayMetrics.swift",
        "UtilSparseArray.swift",
        "VectorDrawableCompat.swift",
        "View.swift",
        "ViewAnimation.swift",
        "ViewAnimationAnimationListener.swift",
        "ViewAnimationInterpolator.swift",
        "ViewCompat.swift",
        "ViewDisplay.swift",
        "ViewGroup.swift",
        "ViewGroupLayoutParams.swift",
        "ViewGroupMarginLayoutParams.swift",
        "ViewLayoutInflater.swift",
        "ViewOnClickListener.swift",
        "ViewOnFocusChangeListener.swift",
        "ViewTreeObserver.swift",
        "ViewTreeObserverOnGlobalLayoutListener.swift",
        "ViewWindow.swift",
        "ViewWindowManager.swift",
        "ViewWindowManagerLayoutParams.swift",
        "WidgetAbsSeekBar.swift",
        "WidgetArrayAdapter.swift",
        "WidgetBaseAdapter.swift",
        "WidgetBottomNavigationView.swift",
        "WidgetButton.swift",
        "WidgetCheckBox.swift",
        "WidgetCompoundButton.swift",
        "WidgetCompoundButtonOnCheckedChangeListener.swift",
        "WidgetEditText.swift",
        "WidgetFrameLayout.swift",
        "WidgetFrameLayoutLayoutParams.swift",
        "WidgetHorizontalScrollView.swift",
        "WidgetImageView.swift",
        "WidgetLinearLayout.swift",
        "WidgetLinearLayoutCompat.swift",
        "WidgetLinearLayoutLayoutParams.swift",
        "WidgetNestedScrollView.swift",
        "WidgetOnNavigationItemSelectedListener.swift",
        "WidgetProgressBar.swift",
        "WidgetSearchView.swift",
        "WidgetSearchViewOnCloseListener.swift",
        "WidgetSearchViewOnQueryTextListener.swift",
        "WidgetSearchViewOnSuggestionListener.swift",
        "WidgetSeekBar.swift",
        "WidgetSeekBarOnSeekBarChangeListener.swift",
        "WidgetSwipeRefreshLayout.swift",
        "WidgetSwipeRefreshLayoutOnRefreshListener.swift",
        "WidgetSwitchCompat.swift",
        "WidgetTabLayout.swift",
        "WidgetTabLayoutOnPageChangeListener.swift",
        "WidgetTabLayoutOnTabSelectedListener.swift",
        "WidgetTabLayoutTab.swift",
        "WidgetToast.swift",
        "WidgetViewPagerOnTabSelectedListener.swift",
        "contentSharedPreferences.swift",
        "contentSharedPreferencesEditor.swift",
        "inputmethodInputMethodManager.swift",
        "ioBufferedReader.swift",
        "ioFile.swift",
        "ioFileInputStream.swift",
        "ioFileReader.swift",
        "ioInputStream.swift",
        "ioInputStreamReader.swift",
        "ioReader.swift",
        "textEditable.swift",
        "textTextUtilsTruncateAt.swift",
        "textTextWatcher.swift",
        "viewGravity.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.