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
Stored property 'networkService' of 'Sendable'-conforming class 'AuthenticationAPIV0' has non-Sendable type 'any NetworkServiceProtocol'; this is an error in the Swift 6 language mode
Static property 'internetDateTime' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
Static property 'fractionalInternetDateTime' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
Associated value 'contactJoin' of 'Sendable'-conforming enum 'UserEvent' has non-Sendable type 'UserContactJoinEvent'; this is an error in the Swift 6 language mode
Associated value 'propertiesSet' of 'Sendable'-conforming enum 'UserEvent' has non-Sendable type 'UserPropertiesSetEvent'; this is an error in the Swift 6 language mode
Static property 'background' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode
Static property 'border' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode
Static property 'onFocus' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode
Static property 'onSelected' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode
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
Conformance of 'AccessoryTextField' to protocol 'DynamicTypeCapable' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
Conformance of 'ProgressSpinner' to protocol 'CAAnimationDelegate' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible.
Conformance of 'FakeDetermineAuthMethodFactory' to protocol 'FetchBackendConfigUseCaseFactory' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
Conformance of 'FakeVerificationCodeFactory' to protocol 'OpenAppStoreUseCaseFactory' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
Conformance of 'MockDependencies' to protocol 'FetchBackendConfigUseCaseFactory' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
Extension declares a conformance of imported type 'UIModalPresentationStyle' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
Static property 'updatingHandle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Static property 'logHooks' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between 'self'-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
Extension declares a conformance of imported type 'NSManagedObjectContext' to imported protocol 'GroupQueue'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
Extension declares a conformance of imported type 'State' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
Sendability of function types in instance method 'beginBackgroundTask(withName:expirationHandler:)' does not match requirement in protocol 'BackgroundActivityManager'; this is an error in the Swift 6 language mode
Extension declares a conformance of imported type 'Data' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
Actor-isolated property 'onNewCRLsDistributionPointsSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Extension declares a conformance of imported type 'NSManagedObject' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
Extension declares a conformance of imported type 'GenericMessage' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'GenericMessageProtocol' introduce this conformance in the future
Extension declares a conformance of imported type 'GenericMessage' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'GenericMessageProtocol' introduce this conformance in the future
Extension declares a conformance of imported type 'OneOf_Content' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'GenericMessageProtocol' introduce this conformance in the future
Converting a value of type '(__shared sending Result<Self.Result, Self.Failure>) -> ()' to type '(Result<Self.Result, Self.Failure>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
Extension declares a conformance of imported type 'NSManagedObjectContext' to imported protocol 'TearDownCapable'; this will not behave correctly if the owners of 'CoreData' introduce this conformance in the future
Property 'connectionRequestMessage' requires method 'connectionRequestMessage' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'isPendingMetadataRefresh' requires method 'isPendingMetadataRefresh' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'isPendingMetadataRefresh' requires method 'setIsPendingMetadataRefresh:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'participantsRemovedReason' requires method 'participantsRemovedReason' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'addedUserTypes' requires method 'setAddedUserTypes:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'removedUserTypes' requires method 'setRemovedUserTypes:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'isDecryptionErrorRecoverable' requires method 'setIsDecryptionErrorRecoverable:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'domains' requires method 'setDomains:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'sortedActiveParticipants' requires method 'sortedActiveParticipants' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'isPendingMetadataRefresh' requires method 'isPendingMetadataRefresh' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'isPendingMetadataRefresh' requires method 'setIsPendingMetadataRefresh:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'isPendingInitialFetch' requires method 'isPendingInitialFetch' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'isPendingInitialFetch' requires method 'setIsPendingInitialFetch:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Stored property 'conversationsAPI' of 'Sendable'-conforming class 'ConversationRepository' has non-Sendable type 'any ConversationsAPI'; this is an error in the Swift 6 language mode
Stored property 'conversationsLocalStore' of 'Sendable'-conforming class 'ConversationRepository' has non-Sendable type 'any ConversationLocalStoreProtocol'; this is an error in the Swift 6 language mode
Stored property 'userLocalStore' of 'Sendable'-conforming class 'ConversationRepository' has non-Sendable type 'any UserLocalStoreProtocol'; this is an error in the Swift 6 language mode
Stored property 'teamRepository' of 'Sendable'-conforming class 'ConversationRepository' has non-Sendable type 'any TeamRepositoryProtocol'; this is an error in the Swift 6 language mode
Stored property 'messageRepository' of 'Sendable'-conforming class 'ConversationRepository' has non-Sendable type 'any MessageRepositoryProtocol'; this is an error in the Swift 6 language mode
Stored property 'mlsProvider' of 'Sendable'-conforming class 'ConversationRepository' has non-Sendable type 'MLSProvider'; this is an error in the Swift 6 language mode
Stored property 'supportedProtocols' of 'Sendable'-conforming struct 'NewUserInfo' contains non-Sendable type 'MessageProtocol'; this is an error in the Swift 6 language mode
Stored property 'supportedProtocols' of 'Sendable'-conforming struct 'UserUpdateInfo' contains non-Sendable type 'MessageProtocol'; this is an error in the Swift 6 language mode
Stored property 'mlsAPI' of 'Sendable'-conforming class 'MLSTransportImpl' has non-Sendable type 'any MLSAPI'; this is an error in the Swift 6 language mode
Stored property 'conversationEventProcessor' of 'Sendable'-conforming class 'MLSTransportImpl' has non-Sendable type 'any ConversationEventProcessorProtocol'; this is an error in the Swift 6 language mode
Stored property 'accountsAPI' of 'Sendable'-conforming struct 'IndividualToTeamMigrationUseCase' has non-Sendable type 'any AccountsAPI'; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Capture of 'liveEventStream' with non-Sendable type 'PushChannelV2.Stream' (aka 'AsyncThrowingStream<PushChannelV2.Element, any Error>') in a '@sendable' closure; this is an error in the Swift 6 language mode
Capture of 'pushChannelState' with non-Sendable type 'any PushChannelStateProtocol' in a '@sendable' closure; this is an error in the Swift 6 language mode
Capture of 'liveEventStream' with non-Sendable type 'PushChannelV2.Stream' (aka 'AsyncThrowingStream<PushChannelV2.Element, any Error>') in an isolated closure; this is an error in the Swift 6 language mode
Capture of 'pushChannelState' with non-Sendable type 'any PushChannelStateProtocol' in an isolated closure; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
Conformance of 'ZMUserSession' to protocol 'UserSession' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
Extension declares a conformance of imported type 'PKPushCredentials' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'PushKit' introduce this conformance in the future
Converting a value of type '(__shared sending Result<Self.Result, Self.Failure>) -> ()' to type '(Result<Self.Result, Self.Failure>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
Extension declares a conformance of imported type 'UNNotificationResponse' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'UserNotifications' introduce this conformance in the future
Stored property 'sessionManager' of 'Sendable'-conforming struct 'ImportBackupAppStateUpdater' has non-Sendable type 'SessionManager'; this is an error in the Swift 6 language mode
Extension declares a conformance of imported type 'PKPushPayload' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'PushKit' introduce this conformance in the future
Extension declares a conformance of imported type 'UNNotification' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'UserNotifications' introduce this conformance in the future
Extension declares a conformance of imported type 'WireDatadog' to imported protocol 'LoggerProtocol'; this will not behave correctly if the owners of 'WireDatadog' introduce this conformance in the future
Extension declares a conformance of imported type 'State' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
Extension declares a conformance of imported type 'PushToken' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'WireDataModel' introduce this conformance in the future
Extension declares a conformance of imported type 'ProxyRequest' to imported protocol 'ZiphyRequestIdentifier'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future