Skip to content

fix: Proteus messages not being sent anymore - WPB-16067 #14406

fix: Proteus messages not being sent anymore - WPB-16067

fix: Proteus messages not being sent anymore - WPB-16067 #14406

Triggered via pull request February 13, 2025 13:06
Status Success
Total duration 18s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
8s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

36 warnings
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
'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'
'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`.
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
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
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'
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'