kiwicom / orbit-swiftui

Kiwi.com Orbit design system library
MIT License
128 stars 21 forks source link

Add `Sendable` conformance to `AccessibilityID` #777

Closed sjavora closed 6 months ago

sjavora commented 6 months ago

With Swift 5.10 on Xcode 15.3, warnings started appearing about static let definitions in AccessibilityID extensions. The easiest way to get rid of them is to make AccessibilityID conform to Sendable.