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
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
Static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
'self'-isolated value of type '() async throws -> ()' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Static property 'redacted' is not concurrency-safe because it is nonisolated global shared mutable state; 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
Static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
'self'-isolated value of type '() async throws -> ()' passed as a strongly transferred parameter; later accesses could race; 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
Extension declares a conformance of imported type 'UUID' 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 'WireProtos' 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 'WireProtos' 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 'WireProtos' 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
Instance method 'waitForAllGroupsToBeEmpty' is unavailable from asynchronous contexts; Don't use wait in async contexts!; 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
Static property 'productionVersions' is not concurrency-safe because non-'Sendable' type 'Set<APIVersion>' may have shared mutable state; this is an error in the Swift 6 language mode
Static property 'developmentVersions' is not concurrency-safe because non-'Sendable' type 'Set<APIVersion>' may have shared mutable state; this is an error in the Swift 6 language mode
Associated value 'featureConfig' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'FeatureConfigEvent'; this is an error in the Swift 6 language mode
Associated value 'federation' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'FederationEvent'; this is an error in the Swift 6 language mode
Sendability of function types in instance method 'receive(completionHandler:)' does not match requirement in protocol 'URLSessionWebSocketTaskProtocol'; this is an error in the Swift 6 language mode
Task-isolated value of type '() async -> ()' passed as a strongly transferred parameter; later accesses could race; 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
Static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
'self'-isolated value of type '() async throws -> ()' passed as a strongly transferred parameter; later accesses could race; 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
Extension declares a conformance of imported type 'UUID' 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 'WireProtos' 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 'WireProtos' 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 'WireProtos' 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 'supportedProtocols' of 'Sendable'-conforming struct 'UserUpdateInfo' has non-sendable type 'Set<MessageProtocol>?'; this is an error in the Swift 6 language mode
Stored property 'userID' of 'Sendable'-conforming struct 'NewUserInfo' has non-sendable type 'QualifiedID'; this is an error in the Swift 6 language mode
Stored property 'supportedProtocols' of 'Sendable'-conforming struct 'NewUserInfo' has non-sendable type 'Set<MessageProtocol>?'; this is an error in the Swift 6 language mode
Stored property 'receiverQualifiedID' of 'Sendable'-conforming struct 'ConnectionInfo' has non-sendable type 'QualifiedID?'; this is an error in the Swift 6 language mode
Stored property 'qualifiedConversationID' of 'Sendable'-conforming struct 'ConnectionInfo' has non-sendable type 'QualifiedID?'; this is an error in the Swift 6 language mode
Task-isolated value of type '() async -> UserAndRole?' (aka '() async -> Optional<(user: ZMUser, role: Optional<Role>)>') passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Task-isolated value of type '() async throws -> Void' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Task-isolated value of type '() async -> Void' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Task-isolated value of type '() async -> Void' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Task-isolated value of type '() async -> Void' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Task-isolated value of type '() async -> ZMUser' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Task-isolated value of type '() async -> Bool' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Task-isolated value of type '() async -> Void' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Task-isolated value of type '() async throws -> ()' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Task-isolated value of type '() async -> Void' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Task-isolated value of type '() async throws -> ()' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Task-isolated value of type '() async throws -> ()' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
Main actor-isolated instance method 'e2eIdentityUpdateCertificateUpdateStatus()' cannot be used to satisfy nonisolated protocol requirement; 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
Extension declares a conformance of imported type 'TokenType' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'WireDataModel' 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
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
Call to main actor-isolated instance method 'shouldPresentNotification(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
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 'ImageState' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future
Extension declares a conformance of imported type 'ProfileUpdateState' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future