Skip to content

fix: crash on conversation content - WPB-15979 #17851

fix: crash on conversation content - WPB-15979

fix: crash on conversation content - WPB-15979 #17851

Triggered via pull request February 20, 2025 20:45
@netbenetbe
synchronize #2554
fix/WPB-15979
Status Success
Total duration 15m 41s
Artifacts 3

test_pr_changes.yml

on: pull_request
Detect PR Changes
3s
Detect PR Changes
PR Tests  /  Upload to Datadog
24s
PR Tests / Upload to Datadog
Matrix: PR Tests / Analyze xcresults
Fit to window
Zoom out
Zoom in

Annotations

1000 warnings
PR Tests / Run tests
No files were found with the provided path: **/SnapshotResults/ xcodebuild*.log. No artifacts will be uploaded.
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing: wire-ios-request-strategy/WireRequestStrategy.xcodeproj#L0
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing: wire-ios-cryptobox/WireCryptobox.xcodeproj#L0
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing: wire-ios-system/WireSystem.xcodeproj#L0
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing
'appending(subpath:)' is deprecated: Use `URL` type instead of `Path`.: WirePlugins/Plugins/SwiftGenPlugin/SwiftGenPlugin.swift#L26
'appending(subpath:)' is deprecated: Use `URL` type instead of `Path`.
'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.: WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift#L46
'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL': WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift#L46
'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
'appending(subpath:)' is deprecated: Use `URL` type instead of `Path`.: WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift#L55
'appending(subpath:)' is deprecated: Use `URL` type instead of `Path`.
'prebuildCommand(displayName:executable:arguments:environment:outputFilesDirectory:)' is deprecated: Use `URL` type instead of `Path`.: WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift#L88
'prebuildCommand(displayName:executable:arguments:environment:outputFilesDirectory:)' is deprecated: Use `URL` type instead of `Path`.
'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL': WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift#L95
'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL': WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift#L98
'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL': WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift#L102
'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L20
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L21
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L22
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L23
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L24
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L25
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L26
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L27
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: WireUI/Sources/WireDesign/Typography/Legacy/FontScheme.swift#L56
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: WireUI/Sources/WireDesign/Typography/Legacy/FontScheme.swift#L71
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: WireUI/Sources/WireDesign/Typography/Legacy/FontScheme.swift#L159
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: WireUI/Sources/WireDesign/Typography/Legacy/FontScheme.swift#L84
Main actor-isolated static property 'isBoldTextEnabled' can not be referenced from a nonisolated autoclosure; 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: WireUI/Sources/WireReusableUIComponents/AccessoryTextField/AccessoryTextField.swift#L23
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: WireUI/Sources/WireReusableUIComponents/ProgressIndicator/ProgressSpinner.swift#L179
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: WireUI/Sources/WireReusableUIComponents/ProgressIndicator/ProgressSpinner.swift#L105
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: WireUI/Sources/WireReusableUIComponents/ProgressIndicator/ProgressSpinner.swift#L113
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 property 'isLeftToRight' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: WireUI/Sources/WireReusableUIComponents/AccessoryTextField/AccessoryTextField.swift#L244
Main actor-isolated property 'isLeftToRight' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Main actor-isolated property 'isLeftToRight' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: WireUI/Sources/WireReusableUIComponents/AccessoryTextField/AccessoryTextField.swift#L253
Main actor-isolated property 'isLeftToRight' can not be referenced from a nonisolated context; 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: WireAPI/Sources/WireAPI/Extensions/ISO8601DateFormatter+Default.swift#L24
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: WireAPI/Sources/WireAPI/Extensions/ISO8601DateFormatter+Default.swift#L32
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: WireAPI/Sources/WireAPI/Models/API/APIVersion.swift#L46
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: WireAPI/Sources/WireAPI/Models/API/APIVersion.swift#L51
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
Stored property 'supportedVersions' of 'Sendable'-conforming struct 'BackendInfo' has non-sendable type 'Set<APIVersion>'; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Models/Backend/BackendInfo.swift#L38
Stored property 'supportedVersions' of 'Sendable'-conforming struct 'BackendInfo' has non-sendable type 'Set<APIVersion>'; this is an error in the Swift 6 language mode
Stored property 'developmentVersions' of 'Sendable'-conforming struct 'BackendInfo' has non-sendable type 'Set<APIVersion>'; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Models/Backend/BackendInfo.swift#L42
Stored property 'developmentVersions' of 'Sendable'-conforming struct 'BackendInfo' has non-sendable type 'Set<APIVersion>'; 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: WireAPI/Sources/WireAPI/Models/UpdateEvent/UpdateEvent.swift#L32
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: WireAPI/Sources/WireAPI/Models/UpdateEvent/UpdateEvent.swift#L36
Associated value 'federation' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'FederationEvent'; this is an error in the Swift 6 language mode
Associated value 'user' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'UserEvent'; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Models/UpdateEvent/UpdateEvent.swift#L40
Associated value 'user' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'UserEvent'; this is an error in the Swift 6 language mode
Associated value 'team' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'TeamEvent'; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Models/UpdateEvent/UpdateEvent.swift#L44
Associated value 'team' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'TeamEvent'; this is an error in the Swift 6 language mode
Stored property 'urlSession' of 'Sendable'-conforming class 'NetworkService' is mutable; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Network/NetworkService/NetworkService.swift#L24
Stored property 'urlSession' of 'Sendable'-conforming class 'NetworkService' is mutable; 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: WireAPI/Sources/WireAPI/Network/PushChannel/URLSessionWebSocketTaskProtocol.swift#L38
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
Capture of 'self' with non-sendable type 'PushChannel?' in a `@Sendable` closure; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Network/PushChannel/PushChannel.swift#L52
Capture of 'self' with non-sendable type 'PushChannel?' in a `@Sendable` closure; 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: WireAPI/Sources/WireAPI/Network/PushChannel/WebSocket.swift#L42
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
Capture of 'iterator' with non-sendable type 'Self.AsyncIterator' in a `@Sendable` closure; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Extensions/AsyncSequence+ToStream.swift#L29
Capture of 'iterator' with non-sendable type 'Self.AsyncIterator' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Extensions/AsyncSequence+ToStream.swift#L29
Mutation of captured var 'iterator' in concurrently-executing code; 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: wire-ios-system/Source/Extensions/UIKit/UIModalPresentationStyle+CustomDebugStringConvertible.swift#L20
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
Capture of 'execute' with non-sendable type '() -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios-system/Source/DispatchQueue+ZMSDispatchGroup.swift#L24
Capture of 'execute' with non-sendable type '() -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Capture of 'block' with non-sendable type '() async throws -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios-system/Source/ExpiringActivity.swift#L69
Capture of 'block' with non-sendable type '() async throws -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Capture of 'block' with non-sendable type '() async throws -> Void' in an isolated closure; this is an error in the Swift 6 language mode: wire-ios-system/Source/ExpiringActivity.swift#L69
Capture of 'block' with non-sendable type '() async throws -> Void' in an isolated closure; this is an error in the Swift 6 language mode
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: wire-ios-system/Source/ZMSLog.swift#L64
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: wire-ios-system/Source/ZMSLog.swift#L67
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
Capture of 'entry' with non-sendable type 'ZMSLogEntry' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios-system/Source/ZMSLog.swift#L265
Capture of 'entry' with non-sendable type 'ZMSLogEntry' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Var 'logTagToLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode: wire-ios-system/Source/ZMSLog+Levels.swift#L24
Var 'logTagToLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Var 'logTagToLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode: wire-ios-system/Source/ZMSLog+Levels.swift#L25
Var 'logTagToLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Var 'recordingToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode: wire-ios-system/Source/ZMSLog+Recording.swift#L20
Var 'recordingToken' 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: wire-ios-system/Source/ZMSLog+Recording.swift#L56
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
Sending 'block' risks causing data races; this is an error in the Swift 6 language mode: wire-ios-system/Source/ExpiringActivity.swift#L45
Sending 'block' risks causing data races; 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: wire-ios-system/Source/ExpiringActivity.swift#L94
'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: wire-ios-utilities/Source/Public/NSManagedObjectContext+GroupQueue.swift#L21
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
Capture of 'timer' with non-sendable type 'Timer' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios-transport/Source/Background/BackgroundActivityFactory.swift#L284
Capture of 'timer' with non-sendable type 'Timer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
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: wire-ios-transport/Source/Background/BackgroundActivityManager.swift#L49
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: wire-ios-transport/Source/Background/BackgroundActivityManager.swift#L64
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
Switch covers known cases, but 'ZMImageFormat' may have additional unknown values; this is an error in the Swift 6 language mode: wire-ios-images/Sources/Image%20Processing/ZMImageFormat+StringValue.swift#L42
Switch covers known cases, but 'ZMImageFormat' may have additional unknown values; 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: wire-ios-cryptobox/WireCryptobox/Data+SafeForLogging.swift#L20
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: wire-ios-data-model/Source/Utilis/UUID+SafeLogging.swift#L22
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 'commitSender' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-data-model/Source/MLS/MLSActionExecutor.swift#L421
Actor-isolated property 'commitSender' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Actor-isolated property 'onNewCRLsDistributionPointsSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-data-model/Source/MLS/MLSActionExecutor.swift#L428
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: wire-ios-data-model/Source/Model/User/ZMUser.swift#L482
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
Actor-isolated property 'onEpochChangedSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-data-model/Source/MLS/CommitSender.swift#L168
Actor-isolated property 'onEpochChangedSubject' 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 'GenericMessage' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'WireProtos' introduce this conformance in the future: wire-ios-data-model/Source/Utilis/Protos/GenericMessage+Debug.swift#L66
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: wire-ios-data-model/Source/Utilis/Protos/GenericMessage+Debug.swift#L88
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: wire-ios-data-model/Source/Utilis/Protos/GenericMessage+Debug.swift#L103
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
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)': wire-ios-data-model/Source/Utilis/Protos/GenericMessage+Helper.swift#L533
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)': wire-ios-data-model/Source/Model/Message/ZMGenericMessageData.swift#L61
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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: wire-ios-data-model/Source/Model/EntityAction.swift#L166
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
Switch covers known cases, but 'MlsError' may have additional unknown values; this is an error in the Swift 6 language mode: wire-ios-data-model/Source/MLS/MLSDecryptionService.swift#L200
Switch covers known cases, but 'MlsError' may have additional unknown values; 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: wire-ios-data-model/Source/ManagedObjectContext/NSManagedObjectContext+TearDown.swift#L21
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
Stored property 'receiverQualifiedID' of 'Sendable'-conforming struct 'ConnectionInfo' has non-sendable type 'QualifiedID?'; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/Repositories/Connections/Models/ConnectionInfo.swift#L23
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: WireDomain/Sources/WireDomain/Repositories/Connections/Models/ConnectionInfo.swift#L25
Stored property 'qualifiedConversationID' of 'Sendable'-conforming struct 'ConnectionInfo' has non-sendable type 'QualifiedID?'; 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: WireDomain/Sources/WireDomain/Repositories/User/Models/NewUserInfo.swift#L21
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: WireDomain/Sources/WireDomain/Repositories/User/Models/NewUserInfo.swift#L33
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 'supportedProtocols' of 'Sendable'-conforming struct 'UserUpdateInfo' has non-sendable type 'Set<MessageProtocol>?'; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/Repositories/User/Models/UserUpdateInfo.swift#L29
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 'accountsAPI' of 'Sendable'-conforming struct 'IndividualToTeamMigrationUseCase' has non-sendable type 'any AccountsAPI'; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/UseCases/IndividualToTeamMigrationUseCase.swift#L27
Stored property 'accountsAPI' of 'Sendable'-conforming struct 'IndividualToTeamMigrationUseCase' has non-sendable type 'any AccountsAPI'; this is an error in the Swift 6 language mode
Stored property 'context' of 'Sendable'-conforming struct 'IndividualToTeamMigrationUseCase' has non-sendable type 'NSManagedObjectContext'; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/UseCases/IndividualToTeamMigrationUseCase.swift#L28
Stored property 'context' of 'Sendable'-conforming struct 'IndividualToTeamMigrationUseCase' has non-sendable type 'NSManagedObjectContext'; 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: WireDomain/Sources/WireDomain/Repositories/Conversations/LocalStore/ConversationLocalStore.swift#L250
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 -> ()' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/Synchronization/SyncManager.swift#L70
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: WireDomain/Sources/WireDomain/Synchronization/SyncManager.swift#L83
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 -> ZMUser' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/Repositories/Conversations/Repository/ConversationRepository.swift#L440
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: WireDomain/Sources/WireDomain/Repositories/Conversations/Repository/ConversationRepository.swift#L463
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: WireDomain/Sources/WireDomain/Repositories/Conversations/Repository/ConversationRepository.swift#L486
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: WireDomain/Sources/WireDomain/Synchronization/OneOnOneResolver.swift#L60
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
Capture of 'self' with non-sendable type 'UpdateEventsRepository' in a `@Sendable` closure; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/Repositories/UpdateEvents/UpdateEventsRepository.swift#L158
Capture of 'self' with non-sendable type 'UpdateEventsRepository' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Property 'connectionRequestMessage' requires method 'connectionRequestMessage' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation: wire-ios-data-model/Source/Model/User/ZMUser.m#L158
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: wire-ios-data-model/Source/Model/User/ZMUser.m#L158
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: wire-ios-data-model/Source/Model/User/ZMUser.m#L158
Property 'isPendingMetadataRefresh' requires method 'setIsPendingMetadataRefresh:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L168
'conversation' is deprecated: Use `conversationLike` instead
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L171
'conversation' is deprecated: Use `conversationLike` instead
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L265
'conversation' is deprecated: Use `conversationLike` instead
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L348
'conversation' is deprecated: Use `conversationLike` instead
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L392
'conversation' is deprecated: Use `conversationLike` instead
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L405
'conversation' is deprecated: Use `conversationLike` instead
'ZMSystemMessageTypeConnectionRequest' is deprecated: deprecated: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L708
'ZMSystemMessageTypeConnectionRequest' is deprecated: deprecated
Property 'participantsRemovedReason' requires method 'participantsRemovedReason' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L656
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: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L656
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: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L656
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: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L656
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: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L656
Property 'domains' requires method 'setDomains:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L905
'conversation' is deprecated: Use `conversationLike` instead
Property 'sortedActiveParticipants' requires method 'sortedActiveParticipants' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation: wire-ios-data-model/Source/Model/Conversation/ZMConversation.m#L144
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: wire-ios-data-model/Source/Model/Conversation/ZMConversation.m#L144
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: wire-ios-data-model/Source/Model/Conversation/ZMConversation.m#L144
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: wire-ios-data-model/Source/Model/Conversation/ZMConversation.m#L144
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: wire-ios-data-model/Source/Model/Conversation/ZMConversation.m#L144
Property 'isPendingInitialFetch' requires method 'setIsPendingInitialFetch:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Initialization of immutable value 'userClients' was never used; consider replacing with assignment to '_' or removing it: wire-ios-request-strategy/Sources/Message%20Sending/MessageInfoExtractor.swift#L112
Initialization of immutable value 'userClients' was never used; consider replacing with assignment to '_' or removing it
Initialization of immutable value 'userClients' was never used; consider replacing with assignment to '_' or removing it: wire-ios-request-strategy/Sources/Message%20Sending/MessageInfoExtractor.swift#L144
Initialization of immutable value 'userClients' was never used; consider replacing with assignment to '_' or removing it
Initialization of immutable value 'now' was never used; consider replacing with assignment to '_' or removing it: wire-ios-request-strategy/Sources/Helpers/MessageExpirationTimer.swift#L80
Initialization of immutable value 'now' was never used; consider replacing with assignment to '_' or removing it
Parameter of 'parseTemporaryError(for:)' has different optionality than expected by protocol 'ZMSimpleListRequestPaginatorSync': wire-ios-request-strategy/Sources/Notifications/NotificationStreamSync.swift#L139
Parameter of 'parseTemporaryError(for:)' has different optionality than expected by protocol 'ZMSimpleListRequestPaginatorSync'
Main actor-isolated instance method 'e2eIdentityUpdateCertificateUpdateStatus()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/UserSession/ZMUserSession/ZMUserSession+UserSession.swift#L317
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: wire-ios-sync-engine/Source/Notifications/Push%20notifications/Helpers/PKPushCredentials+SafeLogging.swift#L22
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
Stored property 'sessionManager' of 'Sendable'-conforming struct 'ImportBackupAppStateUpdater' has non-sendable type 'SessionManager'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Use%20cases/ImportBackupUseCase/SessionManager+importBackupUseCase.swift#L43
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 'TokenType' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'WireDataModel' introduce this conformance in the future: wire-ios-sync-engine/Source/SessionManager/PushTokenService.swift#L152
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: wire-ios-sync-engine/Source/SessionManager/PushTokenService.swift#L198
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
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L103
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L99
Expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L185
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Actor-isolated property 'eventConsumers' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L214
Actor-isolated property 'eventConsumers' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Actor-isolated property 'eventProcessingTracker' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L227
Actor-isolated property 'eventProcessingTracker' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L228
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L229
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L219
Expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
Expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L233
Expression is 'async' but is not marked with 'await'; 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: wire-ios-sync-engine/Source/Notifications/Push%20notifications/Helpers/UNNotificationResponse+SafeLogging.swift#L21
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: wire-ios-sync-engine/Source/Notifications/Push%20notifications/Helpers/PKPushPayload+SafeLogging.swift#L21
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: wire-ios-sync-engine/Source/UserSession/ZMUserSession/ZMUserSession+Push.swift#L167
Call to main actor-isolated instance method 'shouldPresentNotification(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Passing argument of non-sendable type 'AnalyticsService' into main actor-isolated context may introduce data races; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/SessionManager/SessionManager.swift#L562
Passing argument of non-sendable type 'AnalyticsService' into main actor-isolated context may introduce data races; 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: wire-ios-sync-engine/Source/Notifications/Push%20notifications/Helpers/UNNotification+SafeLogging.swift#L21
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
Capture of 'exportSession' with non-sendable type 'AVAssetExportSession' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios/WireCommonComponents/AVAsset+VideoConvert.swift#L44
Capture of 'exportSession' with non-sendable type 'AVAssetExportSession' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Implicit capture of 'exportSession' requires that 'AVAssetExportSession' conforms to `Sendable`; this is an error in the Swift 6 language mode: wire-ios/WireCommonComponents/AVAsset+VideoConvert.swift#L46
Implicit capture of 'exportSession' requires that 'AVAssetExportSession' conforms to `Sendable`; this is an error in the Swift 6 language mode
'tracks(withMediaType:)' was deprecated in iOS 16.0: Use loadTracks(withMediaType:) instead: wire-ios/WireCommonComponents/AVAsset+VideoConvert.swift#L92
'tracks(withMediaType:)' was deprecated in iOS 16.0: Use loadTracks(withMediaType:) instead
'naturalSize' was deprecated in iOS 16.0: Use load(.naturalSize) instead: wire-ios/WireCommonComponents/AVAsset+VideoConvert.swift#L97
'naturalSize' was deprecated in iOS 16.0: Use load(.naturalSize) instead
Capture of 'session' with non-sendable type 'AVAssetExportSession?' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios/WireCommonComponents/AVAsset+VideoConvert.swift#L174
Capture of 'session' with non-sendable type 'AVAssetExportSession?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
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: wire-ios/WireCommonComponents/Analytics/Datadog/WireDatadog+LoggerProtocol.swift#L23
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
Capture of 'options' with non-sendable type '[String : NSValue]' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS%20Share%20Extension/UnsentSendable.swift#L193
Capture of 'options' with non-sendable type '[String : NSValue]' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Capture of 'item' with non-sendable type 'NSItemProvider' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS%20Share%20Extension/SLComposeServiceViewController+Preview.swift#L131
Capture of 'item' with non-sendable type 'NSItemProvider' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS%20Share%20Extension/SLComposeServiceViewController+Preview.swift#L136
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS%20Share%20Extension/SLComposeServiceViewController+Preview.swift#L144
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS%20Share%20Extension/SLComposeServiceViewController+Preview.swift#L149
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Extension declares a conformance of imported type 'SettingsTopLevelMenuItem' to imported protocol 'MainSettingsTopLevelMenuItemRepresentable'; this will not behave correctly if the owners of 'WireSettingsUI' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/UserInterface/Settings/SettingsContent+MainSettingsContentRepresentable.swift#L21
Extension declares a conformance of imported type 'SettingsTopLevelMenuItem' to imported protocol 'MainSettingsTopLevelMenuItemRepresentable'; this will not behave correctly if the owners of 'WireSettingsUI' introduce this conformance in the future
Extension declares a conformance of imported type 'TokenType' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'WireDataModel' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/Developer/DeveloperTools/DeveloperToolsViewModel.swift#L434
Extension declares a conformance of imported type 'TokenType' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'WireDataModel' 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: wire-ios/Wire-iOS/Sources/Developer/DeveloperTools/DeveloperToolsViewModel.swift#L448
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
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/Managers/ProximityMonitorManager.swift#L51
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/Managers/ProximityMonitorManager.swift#L67
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
'imageEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/UserInterface/Collections/CollectionsView.swift#L103
'imageEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
Extension declares a conformance of imported type 'SidebarViewController' to imported protocol 'MainSidebarProtocol'; this will not behave correctly if the owners of 'WireSidebarUI' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/UserInterface/MainController/SidebarViewController+MainSidebarProtocol.swift#L21
Extension declares a conformance of imported type 'SidebarViewController' to imported protocol 'MainSidebarProtocol'; this will not behave correctly if the owners of 'WireSidebarUI' introduce this conformance in the future
Extension declares a conformance of imported type 'SidebarSelectableMenuItem' to imported protocol 'MainSidebarSelectableMenuItemRepresentable'; this will not behave correctly if the owners of 'WireSidebarUI' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/UserInterface/MainController/SidebarViewController+MainSidebarProtocol.swift#L23
Extension declares a conformance of imported type 'SidebarSelectableMenuItem' to imported protocol 'MainSidebarSelectableMenuItemRepresentable'; this will not behave correctly if the owners of 'WireSidebarUI' introduce this conformance in the future
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead: wire-ios/Wire-iOS/Sources/Helpers/UIWindow+Orientation.swift#L25
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/Components/CameraAccess.swift#L39
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead: wire-ios/Wire-iOS/Sources/Managers/ColorSchemeController.swift#L52
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/UserInterface/Components/TabBar/Tab.swift#L26
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'localized' is deprecated: Use NSLocalizedString(_:comment:) directly instead: wire-ios/Wire-iOS/Sources/Helpers/UILabel+Convenience.swift#L30
'localized' is deprecated: Use NSLocalizedString(_:comment:) directly instead
'init(text:fontSpec:color:)' is deprecated: Use `init(text:style:color)` instead: wire-ios/Wire-iOS/Sources/Helpers/UILabel+Convenience.swift#L43
'init(text:fontSpec:color:)' is deprecated: Use `init(text:style:color)` instead
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/AppDelegate.swift#L298
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/AppDelegate.swift#L313
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
Initialization of immutable value 'alert' was never used; consider replacing with assignment to '_' or removing it: wire-ios/Wire-iOS/Sources/UserInterface/BlockerViewController.swift#L263
Initialization of immutable value 'alert' was never used; consider replacing with assignment to '_' or removing it
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.: wire-ios/Wire-iOS/Sources/UserInterface/Components/CharacterInputField.swift#L98
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.
'shared' is deprecated: Please don't access this property, it will be deleted.: wire-ios/Wire-iOS/Sources/AppRootRouter.swift#L463
'shared' is deprecated: Please don't access this property, it will be deleted.
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/AppRootRouter.swift#L500
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead: wire-ios/Wire-iOS/Sources/AppRootRouter.swift#L509
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead: wire-ios/Wire-iOS/Sources/Helpers/StylableButton.swift#L22
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead: wire-ios/Wire-iOS/Sources/Helpers/StylableButton.swift#L24
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead: wire-ios/Wire-iOS/Sources/Helpers/StylableButton.swift#L34
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead: wire-ios/Wire-iOS/Sources/Helpers/StylableButton.swift#L42
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/Components/Settings+Account.swift#L70
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
Main actor-isolated instance method 'presentFallbackAlert(sender:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS/Sources/UserInterface/Settings/Debug%20Report/SettingsDebugReportRouter.swift#L101
Main actor-isolated instance method 'presentFallbackAlert(sender:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
'adjustsImageWhenDisabled' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler: wire-ios/Wire-iOS/Sources/Authentication/Interface/Views/ValidatedTextField.swift#L284
'adjustsImageWhenDisabled' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler
Extension declares a conformance of imported type 'AVSAudioEffectType' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'avs' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/UserInterface/Conversation/InputBar/AudioEffect.swift#L39
Extension declares a conformance of imported type 'AVSAudioEffectType' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'avs' introduce this conformance in the future
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.: wire-ios/Wire-iOS/Sources/UserInterface/UserProfile/Views/CopyableLabel.swift#L60
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.
'didHideMenuNotification' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.: wire-ios/Wire-iOS/Sources/UserInterface/UserProfile/Views/CopyableLabel.swift#L60
'didHideMenuNotification' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.: wire-ios/Wire-iOS/Sources/UserInterface/UserProfile/Views/CopyableLabel.swift#L63
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.: wire-ios/Wire-iOS/Sources/UserInterface/UserProfile/Views/CopyableLabel.swift#L69
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.
'didHideMenuNotification' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.: wire-ios/Wire-iOS/Sources/UserInterface/UserProfile/Views/CopyableLabel.swift#L69
'didHideMenuNotification' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.
Main actor-isolated instance method 'presentSystemPromptToSave(file:completed:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS/Sources/Helpers/SystemSaveFilePresenter.swift#L34
Main actor-isolated instance method 'presentSystemPromptToSave(file:completed:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Main actor-isolated instance method 'documentInteractionControllerDidEndPreview' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS/Sources/Helpers/SystemSaveFilePresenter.swift#L55
Main actor-isolated instance method 'documentInteractionControllerDidEndPreview' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead: wire-ios/Wire-iOS/Sources/Components/Buttons/ZMButton.swift#L24
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead: wire-ios/Wire-iOS/Sources/Components/Buttons/ZMButton.swift#L27
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead: wire-ios/Wire-iOS/Sources/Components/Buttons/ZMButton.swift#L42
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/ZMButton.swift#L36
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/ZMButton.swift#L123
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/ZMButton.swift#L175
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/ZMButton.swift#L175
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/ZMButton.swift#L176
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/ZMButton.swift#L176
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
Extension declares a conformance of imported type 'RemoveUserClientError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/UserInterface/Settings/DeviceManagement/RemoveClients/RemoveClientsViewController.swift#L216
Extension declares a conformance of imported type 'RemoveUserClientError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/UserInterface/MarkdownBarView.swift#L98
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.: wire-ios/Wire-iOS/Sources/UserInterface/Collections/CollectionCell.swift#L195
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L101
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L104
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'adjustsImageWhenDisabled' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L106
'adjustsImageWhenDisabled' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration, you may customize to replicate this behavior via a configurationUpdateHandler
'imageEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L171
'imageEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'imageEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L172
'imageEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'imageEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L174
'imageEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L177
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L178
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L180
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L185
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L186
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/Components/Buttons/IconButton.swift#L188
'contentEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
Extension declares a conformance of imported type 'AccountError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/Helpers/Error+Localization.swift#L21
Extension declares a conformance of imported type 'AccountError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future
Extension declares a conformance of imported type 'SwitchBackendError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/Helpers/Error+Localization.swift#L41
Extension declares a conformance of imported type 'SwitchBackendError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future
Extension declares a conformance of imported type 'DeepLinkRequestError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/Helpers/Error+Localization.swift#L67
Extension declares a conformance of imported type 'DeepLinkRequestError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future
Extension declares a conformance of imported type 'CompanyLoginError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/Helpers/Error+Localization.swift#L102
Extension declares a conformance of imported type 'CompanyLoginError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future
Extension declares a conformance of imported type 'ConmpanyLoginRequestError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/Helpers/Error+Localization.swift#L114
Extension declares a conformance of imported type 'ConmpanyLoginRequestError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireSyncEngine' introduce this conformance in the future
Extension declares a conformance of imported type 'ConnectToUserError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireDataModel' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/Helpers/Error+Localization.swift#L131
Extension declares a conformance of imported type 'ConnectToUserError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireDataModel' introduce this conformance in the future
Extension declares a conformance of imported type 'UpdateConnectionError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireDataModel' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/Helpers/Error+Localization.swift#L150
Extension declares a conformance of imported type 'UpdateConnectionError' to imported protocol 'LocalizedError'; this will not behave correctly if the owners of 'WireDataModel' introduce this conformance in the future
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/Helpers/syncengine/ZMUser+Self.swift#L39
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
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: wire-ios/Wire-iOS/Sources/Helpers/syncengine/ZiphySession.swift#L72
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
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: wire-ios/Wire-iOS/Sources/Components/ApplicationProtocol.swift#L25
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
'shared' is deprecated: Please don't access this property, it will be deleted.: wire-ios/Wire-iOS/Sources/ForegroundNotificationFilter.swift#L52
'shared' is deprecated: Please don't access this property, it will be deleted.
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing: wire-ios-utilities/WireUtilities.xcodeproj#L0
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing: wire-ios-system/WireSystem.xcodeproj#L0
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing: wire-ios-sync-engine/WireSyncEngine.xcodeproj#L0
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing: wire-ios-request-strategy/WireRequestStrategy.xcodeproj#L0
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing: wire-ios-data-model/WireDataModel.xcodeproj#L0
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing: wire-ios-system/WireSystem.xcodeproj#L0
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing: wire-ios-cryptobox/WireCryptobox.xcodeproj#L0
tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing
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: WireFoundation/Sources/WireTesting/SDKExtensions/UIKit/UIContentSizeCategory+CustomDebugStringConvertible.swift#L20
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: WireFoundation/Sources/WireTesting/SDKExtensions/UIKit/UISplitViewController.Column+CustomDebugStringConvertible.swift#L20
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: WireFoundation/Sources/WireTesting/SDKExtensions/UIKit/UISplitViewControllerDisplayMode+CustomDebugStringConvertible.swift#L20
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: WireFoundation/Sources/WireTesting/SDKExtensions/UIKit/UISplitViewControllerSplitBehavior+CustomDebugStringConvertible.swift#L20
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: WireFoundation/Sources/WireTesting/String+Error.swift#L20
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
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L20
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L21
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L22
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L23
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L24
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L25
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L26
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: WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift#L27
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: WireUI/Sources/WireDesign/Typography/Legacy/FontScheme.swift#L56
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: WireUI/Sources/WireDesign/Typography/Legacy/FontScheme.swift#L71
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: WireUI/Sources/WireDesign/Typography/Legacy/FontScheme.swift#L159
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: WireUI/Sources/WireDesign/Typography/Legacy/FontScheme.swift#L84
Main actor-isolated static property 'isBoldTextEnabled' can not be referenced from a nonisolated autoclosure; 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: WireUI/Sources/WireReusableUIComponents/AccessoryTextField/AccessoryTextField.swift#L23
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: WireUI/Sources/WireReusableUIComponents/ProgressIndicator/ProgressSpinner.swift#L179
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: WireUI/Sources/WireReusableUIComponents/ProgressIndicator/ProgressSpinner.swift#L105
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: WireUI/Sources/WireReusableUIComponents/ProgressIndicator/ProgressSpinner.swift#L113
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 property 'isLeftToRight' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: WireUI/Sources/WireReusableUIComponents/AccessoryTextField/AccessoryTextField.swift#L244
Main actor-isolated property 'isLeftToRight' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Main actor-isolated property 'isLeftToRight' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: WireUI/Sources/WireReusableUIComponents/AccessoryTextField/AccessoryTextField.swift#L253
Main actor-isolated property 'isLeftToRight' can not be referenced from a nonisolated context; 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: WireAPI/Sources/WireAPI/Extensions/ISO8601DateFormatter+Default.swift#L24
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: WireAPI/Sources/WireAPI/Extensions/ISO8601DateFormatter+Default.swift#L32
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: WireAPI/Sources/WireAPI/Models/API/APIVersion.swift#L46
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: WireAPI/Sources/WireAPI/Models/API/APIVersion.swift#L51
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
Stored property 'supportedVersions' of 'Sendable'-conforming struct 'BackendInfo' has non-sendable type 'Set<APIVersion>'; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Models/Backend/BackendInfo.swift#L38
Stored property 'supportedVersions' of 'Sendable'-conforming struct 'BackendInfo' has non-sendable type 'Set<APIVersion>'; this is an error in the Swift 6 language mode
Stored property 'developmentVersions' of 'Sendable'-conforming struct 'BackendInfo' has non-sendable type 'Set<APIVersion>'; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Models/Backend/BackendInfo.swift#L42
Stored property 'developmentVersions' of 'Sendable'-conforming struct 'BackendInfo' has non-sendable type 'Set<APIVersion>'; 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: WireAPI/Sources/WireAPI/Models/UpdateEvent/UpdateEvent.swift#L32
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: WireAPI/Sources/WireAPI/Models/UpdateEvent/UpdateEvent.swift#L36
Associated value 'federation' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'FederationEvent'; this is an error in the Swift 6 language mode
Associated value 'user' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'UserEvent'; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Models/UpdateEvent/UpdateEvent.swift#L40
Associated value 'user' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'UserEvent'; this is an error in the Swift 6 language mode
Associated value 'team' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'TeamEvent'; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Models/UpdateEvent/UpdateEvent.swift#L44
Associated value 'team' of 'Sendable'-conforming enum 'UpdateEvent' has non-sendable type 'TeamEvent'; this is an error in the Swift 6 language mode
Stored property 'urlSession' of 'Sendable'-conforming class 'NetworkService' is mutable; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Network/NetworkService/NetworkService.swift#L24
Stored property 'urlSession' of 'Sendable'-conforming class 'NetworkService' is mutable; 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: WireAPI/Sources/WireAPI/Network/PushChannel/URLSessionWebSocketTaskProtocol.swift#L38
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
Capture of 'iterator' with non-sendable type 'Self.AsyncIterator' in a `@Sendable` closure; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Extensions/AsyncSequence+ToStream.swift#L29
Capture of 'iterator' with non-sendable type 'Self.AsyncIterator' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Extensions/AsyncSequence+ToStream.swift#L29
Mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode
Capture of 'self' with non-sendable type 'PushChannel?' in a `@Sendable` closure; this is an error in the Swift 6 language mode: WireAPI/Sources/WireAPI/Network/PushChannel/PushChannel.swift#L52
Capture of 'self' with non-sendable type 'PushChannel?' in a `@Sendable` closure; 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: WireAPI/Sources/WireAPI/Network/PushChannel/WebSocket.swift#L42
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: wire-ios-system/Source/Extensions/UIKit/UIModalPresentationStyle+CustomDebugStringConvertible.swift#L20
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
Capture of 'execute' with non-sendable type '() -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios-system/Source/DispatchQueue+ZMSDispatchGroup.swift#L24
Capture of 'execute' with non-sendable type '() -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Capture of 'block' with non-sendable type '() async throws -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios-system/Source/ExpiringActivity.swift#L69
Capture of 'block' with non-sendable type '() async throws -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Capture of 'block' with non-sendable type '() async throws -> Void' in an isolated closure; this is an error in the Swift 6 language mode: wire-ios-system/Source/ExpiringActivity.swift#L69
Capture of 'block' with non-sendable type '() async throws -> Void' in an isolated closure; this is an error in the Swift 6 language mode
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: wire-ios-system/Source/ZMSLog.swift#L64
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: wire-ios-system/Source/ZMSLog.swift#L67
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
Capture of 'entry' with non-sendable type 'ZMSLogEntry' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios-system/Source/ZMSLog.swift#L265
Capture of 'entry' with non-sendable type 'ZMSLogEntry' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Var 'logTagToLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode: wire-ios-system/Source/ZMSLog+Levels.swift#L24
Var 'logTagToLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Var 'logTagToLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode: wire-ios-system/Source/ZMSLog+Levels.swift#L25
Var 'logTagToLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
Var 'recordingToken' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode: wire-ios-system/Source/ZMSLog+Recording.swift#L20
Var 'recordingToken' 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: wire-ios-system/Source/ZMSLog+Recording.swift#L56
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
Sending 'block' risks causing data races; this is an error in the Swift 6 language mode: wire-ios-system/Source/ExpiringActivity.swift#L45
Sending 'block' risks causing data races; 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: wire-ios-system/Source/ExpiringActivity.swift#L94
'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
Umbrella header for module 'WireTesting' does not include header 'NSData+WireTesting.h': wire-ios-testing/Source/Public/WireTesting.h#L38
Umbrella header for module 'WireTesting' does not include header 'NSData+WireTesting.h'
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: wire-ios-utilities/Source/Public/NSManagedObjectContext+GroupQueue.swift#L21
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
Capture of 'timer' with non-sendable type 'Timer' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios-transport/Source/Background/BackgroundActivityFactory.swift#L284
Capture of 'timer' with non-sendable type 'Timer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
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: wire-ios-transport/Source/Background/BackgroundActivityManager.swift#L49
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: wire-ios-transport/Source/Background/BackgroundActivityManager.swift#L64
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
Switch covers known cases, but 'ZMImageFormat' may have additional unknown values; this is an error in the Swift 6 language mode: wire-ios-images/Sources/Image%20Processing/ZMImageFormat+StringValue.swift#L42
Switch covers known cases, but 'ZMImageFormat' may have additional unknown values; 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: wire-ios-cryptobox/WireCryptobox/Data+SafeForLogging.swift#L20
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: wire-ios-data-model/Source/Utilis/UUID+SafeLogging.swift#L22
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 'commitSender' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-data-model/Source/MLS/MLSActionExecutor.swift#L421
Actor-isolated property 'commitSender' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Actor-isolated property 'onNewCRLsDistributionPointsSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-data-model/Source/MLS/MLSActionExecutor.swift#L428
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: wire-ios-data-model/Source/Model/User/ZMUser.swift#L482
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
Actor-isolated property 'onEpochChangedSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-data-model/Source/MLS/CommitSender.swift#L168
Actor-isolated property 'onEpochChangedSubject' 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 'GenericMessage' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'WireProtos' introduce this conformance in the future: wire-ios-data-model/Source/Utilis/Protos/GenericMessage+Debug.swift#L66
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: wire-ios-data-model/Source/Utilis/Protos/GenericMessage+Debug.swift#L88
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: wire-ios-data-model/Source/Utilis/Protos/GenericMessage+Debug.swift#L103
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
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)': wire-ios-data-model/Source/Utilis/Protos/GenericMessage+Helper.swift#L533
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)': wire-ios-data-model/Source/Model/Message/ZMGenericMessageData.swift#L61
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
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: wire-ios-data-model/Source/Model/EntityAction.swift#L166
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
Switch covers known cases, but 'MlsError' may have additional unknown values; this is an error in the Swift 6 language mode: wire-ios-data-model/Source/MLS/MLSDecryptionService.swift#L200
Switch covers known cases, but 'MlsError' may have additional unknown values; 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: wire-ios-data-model/Source/ManagedObjectContext/NSManagedObjectContext+TearDown.swift#L21
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
Stored property 'receiverQualifiedID' of 'Sendable'-conforming struct 'ConnectionInfo' has non-sendable type 'QualifiedID?'; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/Repositories/Connections/Models/ConnectionInfo.swift#L23
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: WireDomain/Sources/WireDomain/Repositories/Connections/Models/ConnectionInfo.swift#L25
Stored property 'qualifiedConversationID' of 'Sendable'-conforming struct 'ConnectionInfo' has non-sendable type 'QualifiedID?'; 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: WireDomain/Sources/WireDomain/Repositories/User/Models/NewUserInfo.swift#L21
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: WireDomain/Sources/WireDomain/Repositories/User/Models/NewUserInfo.swift#L33
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 'supportedProtocols' of 'Sendable'-conforming struct 'UserUpdateInfo' has non-sendable type 'Set<MessageProtocol>?'; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/Repositories/User/Models/UserUpdateInfo.swift#L29
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 'accountsAPI' of 'Sendable'-conforming struct 'IndividualToTeamMigrationUseCase' has non-sendable type 'any AccountsAPI'; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/UseCases/IndividualToTeamMigrationUseCase.swift#L27
Stored property 'accountsAPI' of 'Sendable'-conforming struct 'IndividualToTeamMigrationUseCase' has non-sendable type 'any AccountsAPI'; this is an error in the Swift 6 language mode
Stored property 'context' of 'Sendable'-conforming struct 'IndividualToTeamMigrationUseCase' has non-sendable type 'NSManagedObjectContext'; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/UseCases/IndividualToTeamMigrationUseCase.swift#L28
Stored property 'context' of 'Sendable'-conforming struct 'IndividualToTeamMigrationUseCase' has non-sendable type 'NSManagedObjectContext'; 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: WireDomain/Sources/WireDomain/Repositories/Conversations/LocalStore/ConversationLocalStore.swift#L250
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 -> ()' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/Synchronization/SyncManager.swift#L70
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: WireDomain/Sources/WireDomain/Synchronization/SyncManager.swift#L83
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 -> ZMUser' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/Repositories/Conversations/Repository/ConversationRepository.swift#L440
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: WireDomain/Sources/WireDomain/Repositories/Conversations/Repository/ConversationRepository.swift#L463
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: WireDomain/Sources/WireDomain/Repositories/Conversations/Repository/ConversationRepository.swift#L486
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: WireDomain/Sources/WireDomain/Synchronization/OneOnOneResolver.swift#L60
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
Capture of 'self' with non-sendable type 'UpdateEventsRepository' in a `@Sendable` closure; this is an error in the Swift 6 language mode: WireDomain/Sources/WireDomain/Repositories/UpdateEvents/UpdateEventsRepository.swift#L158
Capture of 'self' with non-sendable type 'UpdateEventsRepository' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Property 'connectionRequestMessage' requires method 'connectionRequestMessage' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation: wire-ios-data-model/Source/Model/User/ZMUser.m#L158
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: wire-ios-data-model/Source/Model/User/ZMUser.m#L158
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: wire-ios-data-model/Source/Model/User/ZMUser.m#L158
Property 'isPendingMetadataRefresh' requires method 'setIsPendingMetadataRefresh:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L168
'conversation' is deprecated: Use `conversationLike` instead
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L171
'conversation' is deprecated: Use `conversationLike` instead
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L265
'conversation' is deprecated: Use `conversationLike` instead
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L348
'conversation' is deprecated: Use `conversationLike` instead
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L392
'conversation' is deprecated: Use `conversationLike` instead
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L405
'conversation' is deprecated: Use `conversationLike` instead
'ZMSystemMessageTypeConnectionRequest' is deprecated: deprecated: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L708
'ZMSystemMessageTypeConnectionRequest' is deprecated: deprecated
Property 'participantsRemovedReason' requires method 'participantsRemovedReason' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L656
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: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L656
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: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L656
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: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L656
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: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L656
Property 'domains' requires method 'setDomains:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
'conversation' is deprecated: Use `conversationLike` instead: wire-ios-data-model/Source/Model/Message/ZMMessage.m#L905
'conversation' is deprecated: Use `conversationLike` instead
Property 'sortedActiveParticipants' requires method 'sortedActiveParticipants' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation: wire-ios-data-model/Source/Model/Conversation/ZMConversation.m#L144
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: wire-ios-data-model/Source/Model/Conversation/ZMConversation.m#L144
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: wire-ios-data-model/Source/Model/Conversation/ZMConversation.m#L144
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: wire-ios-data-model/Source/Model/Conversation/ZMConversation.m#L144
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: wire-ios-data-model/Source/Model/Conversation/ZMConversation.m#L144
Property 'isPendingInitialFetch' requires method 'setIsPendingInitialFetch:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Initialization of immutable value 'userClients' was never used; consider replacing with assignment to '_' or removing it: wire-ios-request-strategy/Sources/Message%20Sending/MessageInfoExtractor.swift#L112
Initialization of immutable value 'userClients' was never used; consider replacing with assignment to '_' or removing it
Initialization of immutable value 'userClients' was never used; consider replacing with assignment to '_' or removing it: wire-ios-request-strategy/Sources/Message%20Sending/MessageInfoExtractor.swift#L144
Initialization of immutable value 'userClients' was never used; consider replacing with assignment to '_' or removing it
Initialization of immutable value 'now' was never used; consider replacing with assignment to '_' or removing it: wire-ios-request-strategy/Sources/Helpers/MessageExpirationTimer.swift#L80
Initialization of immutable value 'now' was never used; consider replacing with assignment to '_' or removing it
Parameter of 'parseTemporaryError(for:)' has different optionality than expected by protocol 'ZMSimpleListRequestPaginatorSync': wire-ios-request-strategy/Sources/Notifications/NotificationStreamSync.swift#L139
Parameter of 'parseTemporaryError(for:)' has different optionality than expected by protocol 'ZMSimpleListRequestPaginatorSync'
Initialization of immutable value 'member' was never used; consider replacing with assignment to '_' or removing it: wire-ios-data-model/Support/Sources/ModelHelper.swift#L189
Initialization of immutable value 'member' was never used; consider replacing with assignment to '_' or removing it
Main actor-isolated instance method 'e2eIdentityUpdateCertificateUpdateStatus()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/UserSession/ZMUserSession/ZMUserSession+UserSession.swift#L317
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: wire-ios-sync-engine/Source/Notifications/Push%20notifications/Helpers/PKPushCredentials+SafeLogging.swift#L22
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
Stored property 'sessionManager' of 'Sendable'-conforming struct 'ImportBackupAppStateUpdater' has non-sendable type 'SessionManager'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Use%20cases/ImportBackupUseCase/SessionManager+importBackupUseCase.swift#L43
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 'TokenType' to imported protocol 'SafeForLoggingStringConvertible'; this will not behave correctly if the owners of 'WireDataModel' introduce this conformance in the future: wire-ios-sync-engine/Source/SessionManager/PushTokenService.swift#L152
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: wire-ios-sync-engine/Source/SessionManager/PushTokenService.swift#L198
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
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L103
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L99
Expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L185
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Actor-isolated property 'eventConsumers' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L214
Actor-isolated property 'eventConsumers' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Actor-isolated property 'eventProcessingTracker' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L227
Actor-isolated property 'eventProcessingTracker' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L228
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L229
Actor-isolated property 'syncContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
Expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L219
Expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
Expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/Synchronization/EventProcessor.swift#L233
Expression is 'async' but is not marked with 'await'; 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: wire-ios-sync-engine/Source/Notifications/Push%20notifications/Helpers/UNNotificationResponse+SafeLogging.swift#L21
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: wire-ios-sync-engine/Source/Notifications/Push%20notifications/Helpers/PKPushPayload+SafeLogging.swift#L21
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: wire-ios-sync-engine/Source/UserSession/ZMUserSession/ZMUserSession+Push.swift#L167
Call to main actor-isolated instance method 'shouldPresentNotification(with:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Passing argument of non-sendable type 'AnalyticsService' into main actor-isolated context may introduce data races; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Source/SessionManager/SessionManager.swift#L562
Passing argument of non-sendable type 'AnalyticsService' into main actor-isolated context may introduce data races; 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: wire-ios-sync-engine/Source/Notifications/Push%20notifications/Helpers/UNNotification+SafeLogging.swift#L21
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
Capture of 'exportSession' with non-sendable type 'AVAssetExportSession' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios/WireCommonComponents/AVAsset+VideoConvert.swift#L44
Capture of 'exportSession' with non-sendable type 'AVAssetExportSession' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Implicit capture of 'exportSession' requires that 'AVAssetExportSession' conforms to `Sendable`; this is an error in the Swift 6 language mode: wire-ios/WireCommonComponents/AVAsset+VideoConvert.swift#L46
Implicit capture of 'exportSession' requires that 'AVAssetExportSession' conforms to `Sendable`; this is an error in the Swift 6 language mode
'tracks(withMediaType:)' was deprecated in iOS 16.0: Use loadTracks(withMediaType:) instead: wire-ios/WireCommonComponents/AVAsset+VideoConvert.swift#L92
'tracks(withMediaType:)' was deprecated in iOS 16.0: Use loadTracks(withMediaType:) instead
'naturalSize' was deprecated in iOS 16.0: Use load(.naturalSize) instead: wire-ios/WireCommonComponents/AVAsset+VideoConvert.swift#L97
'naturalSize' was deprecated in iOS 16.0: Use load(.naturalSize) instead
Capture of 'session' with non-sendable type 'AVAssetExportSession?' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios/WireCommonComponents/AVAsset+VideoConvert.swift#L174
Capture of 'session' with non-sendable type 'AVAssetExportSession?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
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: wire-ios/WireCommonComponents/Analytics/Datadog/WireDatadog+LoggerProtocol.swift#L23
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
Non-final class 'MockImportBackupAppStateUpdaterProtocol' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Support/Sourcery/generated/AutoMockable.generated.swift#L381
Non-final class 'MockImportBackupAppStateUpdaterProtocol' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
Stored property 'reportMigrationNeeded_Invocations' of 'Sendable'-conforming class 'MockImportBackupAppStateUpdaterProtocol' is mutable; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Support/Sourcery/generated/AutoMockable.generated.swift#L390
Stored property 'reportMigrationNeeded_Invocations' of 'Sendable'-conforming class 'MockImportBackupAppStateUpdaterProtocol' is mutable; this is an error in the Swift 6 language mode
Non-final class 'MockImportBackupEntityStorageProtocol' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Support/Sourcery/generated/AutoMockable.generated.swift#L420
Non-final class 'MockImportBackupEntityStorageProtocol' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
Stored property 'underlyingImportsDirectory' of 'Sendable'-conforming class 'MockImportBackupEntityStorageProtocol' is mutable; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Support/Sourcery/generated/AutoMockable.generated.swift#L433
Stored property 'underlyingImportsDirectory' of 'Sendable'-conforming class 'MockImportBackupEntityStorageProtocol' is mutable; this is an error in the Swift 6 language mode
Non-final class 'MockImportBackupFileArchiverProtocol' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Support/Sourcery/generated/AutoMockable.generated.swift#L485
Non-final class 'MockImportBackupFileArchiverProtocol' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
Stored property 'unzipFileAtTo_Invocations' of 'Sendable'-conforming class 'MockImportBackupFileArchiverProtocol' is mutable; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Support/Sourcery/generated/AutoMockable.generated.swift#L493
Stored property 'unzipFileAtTo_Invocations' of 'Sendable'-conforming class 'MockImportBackupFileArchiverProtocol' is mutable; this is an error in the Swift 6 language mode
Non-final class 'MockImportBackupStreamDecryptorProtocol' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Support/Sourcery/generated/AutoMockable.generated.swift#L513
Non-final class 'MockImportBackupStreamDecryptorProtocol' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
Stored property 'decryptInputOutputAccountIDPassword_Invocations' of 'Sendable'-conforming class 'MockImportBackupStreamDecryptorProtocol' is mutable; this is an error in the Swift 6 language mode: wire-ios-sync-engine/Support/Sourcery/generated/AutoMockable.generated.swift#L522
Stored property 'decryptInputOutputAccountIDPassword_Invocations' of 'Sendable'-conforming class 'MockImportBackupStreamDecryptorProtocol' is mutable; this is an error in the Swift 6 language mode
Capture of 'options' with non-sendable type '[String : NSValue]' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS%20Share%20Extension/UnsentSendable.swift#L193
Capture of 'options' with non-sendable type '[String : NSValue]' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Capture of 'item' with non-sendable type 'NSItemProvider' in a `@Sendable` closure; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS%20Share%20Extension/SLComposeServiceViewController+Preview.swift#L131
Capture of 'item' with non-sendable type 'NSItemProvider' in a `@Sendable` closure; this is an error in the Swift 6 language mode
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS%20Share%20Extension/SLComposeServiceViewController+Preview.swift#L136
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS%20Share%20Extension/SLComposeServiceViewController+Preview.swift#L144
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode: wire-ios/Wire-iOS%20Share%20Extension/SLComposeServiceViewController+Preview.swift#L149
Call to main actor-isolated local function 'useFallbackIcon()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Extension declares a conformance of imported type 'SettingsTopLevelMenuItem' to imported protocol 'MainSettingsTopLevelMenuItemRepresentable'; this will not behave correctly if the owners of 'WireSettingsUI' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/UserInterface/Settings/SettingsContent+MainSettingsContentRepresentable.swift#L21
Extension declares a conformance of imported type 'SettingsTopLevelMenuItem' to imported protocol 'MainSettingsTopLevelMenuItemRepresentable'; this will not behave correctly if the owners of 'WireSettingsUI' introduce this conformance in the future
Extension declares a conformance of imported type 'TokenType' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'WireDataModel' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/Developer/DeveloperTools/DeveloperToolsViewModel.swift#L434
Extension declares a conformance of imported type 'TokenType' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'WireDataModel' 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: wire-ios/Wire-iOS/Sources/Developer/DeveloperTools/DeveloperToolsViewModel.swift#L448
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
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/Managers/ProximityMonitorManager.swift#L51
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/Managers/ProximityMonitorManager.swift#L67
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
'imageEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/UserInterface/Collections/CollectionsView.swift#L103
'imageEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
Extension declares a conformance of imported type 'SidebarViewController' to imported protocol 'MainSidebarProtocol'; this will not behave correctly if the owners of 'WireSidebarUI' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/UserInterface/MainController/SidebarViewController+MainSidebarProtocol.swift#L21
Extension declares a conformance of imported type 'SidebarViewController' to imported protocol 'MainSidebarProtocol'; this will not behave correctly if the owners of 'WireSidebarUI' introduce this conformance in the future
Extension declares a conformance of imported type 'SidebarSelectableMenuItem' to imported protocol 'MainSidebarSelectableMenuItemRepresentable'; this will not behave correctly if the owners of 'WireSidebarUI' introduce this conformance in the future: wire-ios/Wire-iOS/Sources/UserInterface/MainController/SidebarViewController+MainSidebarProtocol.swift#L23
Extension declares a conformance of imported type 'SidebarSelectableMenuItem' to imported protocol 'MainSidebarSelectableMenuItemRepresentable'; this will not behave correctly if the owners of 'WireSidebarUI' introduce this conformance in the future
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead: wire-ios/Wire-iOS/Sources/Helpers/UIWindow+Orientation.swift#L25
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/Components/CameraAccess.swift#L39
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead: wire-ios/Wire-iOS/Sources/Managers/ColorSchemeController.swift#L52
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration: wire-ios/Wire-iOS/Sources/UserInterface/Components/TabBar/Tab.swift#L26
'titleEdgeInsets' was deprecated in iOS 15.0: This property is ignored when using UIButtonConfiguration
'localized' is deprecated: Use NSLocalizedString(_:comment:) directly instead: wire-ios/Wire-iOS/Sources/Helpers/UILabel+Convenience.swift#L30
'localized' is deprecated: Use NSLocalizedString(_:comment:) directly instead
'init(text:fontSpec:color:)' is deprecated: Use `init(text:style:color)` instead: wire-ios/Wire-iOS/Sources/Helpers/UILabel+Convenience.swift#L43
'init(text:fontSpec:color:)' is deprecated: Use `init(text:style:color)` instead
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/AppDelegate.swift#L298
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/AppDelegate.swift#L313
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
Initialization of immutable value 'alert' was never used; consider replacing with assignment to '_' or removing it: wire-ios/Wire-iOS/Sources/UserInterface/BlockerViewController.swift#L263
Initialization of immutable value 'alert' was never used; consider replacing with assignment to '_' or removing it
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.: wire-ios/Wire-iOS/Sources/UserInterface/Components/CharacterInputField.swift#L98
'UIMenuController' was deprecated in iOS 16.0: UIMenuController is deprecated. Use UIEditMenuInteraction instead.
'shared' is deprecated: Please don't access this property, it will be deleted.: wire-ios/Wire-iOS/Sources/AppRootRouter.swift#L463
'shared' is deprecated: Please don't access this property, it will be deleted.
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/AppRootRouter.swift#L500
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead: wire-ios/Wire-iOS/Sources/AppRootRouter.swift#L509
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead: wire-ios/Wire-iOS/Sources/Helpers/StylableButton.swift#L22
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead: wire-ios/Wire-iOS/Sources/Helpers/StylableButton.swift#L24
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead: wire-ios/Wire-iOS/Sources/Helpers/StylableButton.swift#L34
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead: wire-ios/Wire-iOS/Sources/Helpers/StylableButton.swift#L42
'ButtonStyle' is deprecated: should use WireDesign's WireButtonStyle instead
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.: wire-ios/Wire-iOS/Sources/Components/Settings+Account.swift#L70
'shared()' is deprecated: This shared instance has been deprecated. Don't use it.

Artifacts

Produced during runtime
Name Size
Derived Data Xcode for fix_WPB-15979 (13444351737 - 1)
5.47 KB
Test reports for fix_WPB-15979 (13444351737 - 1)
42.5 KB
XCResults for fix_WPB-15979 (13444351737 - 1)
7.73 MB