You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static property 'imageOfOngoingcall' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Static property 'ongoingcallTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Static property 'imageOfShieldverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Static property 'shieldverifiedTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Static property 'imageOfShieldnotverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Static property 'shieldnotverifiedTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Static property 'imageOfDegradation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Static property 'degradationTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Static property 'weightMapping' is not concurrency-safe because non-'Sendable' type '[FontWeight : UIFont.Weight]' may have shared mutable state; this is an error in the Swift 6 language mode
Static property 'accessibilityWeightMapping' is not concurrency-safe because non-'Sendable' type '[FontWeight : UIFont.Weight]' may have shared mutable state; this is an error in the Swift 6 language mode
Static property 'shared' is not concurrency-safe because non-'Sendable' type 'FontScheme' may have shared mutable state; this is an error in the Swift 6 language mode
Main actor-isolated static property 'isBoldTextEnabled' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
Extension declares a conformance of imported type 'UIContentSizeCategory' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
Extension declares a conformance of imported type 'Column' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
Extension declares a conformance of imported type 'DisplayMode' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
Extension declares a conformance of imported type 'SplitBehavior' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
Extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
Main actor-isolated instance method 'redrawFont()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Main actor-isolated instance method 'animationDidStop(_:finished:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Call to main actor-isolated instance method 'applicationDidBecomeActive()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Call to main actor-isolated instance method 'applicationDidEnterBackground()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Main actor-isolated instance method 'redrawFont()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Main actor-isolated instance method 'animationDidStop(_:finished:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode