Skip to content

fix: duplicate 1-1 conversations - WPB-10260 #13502

fix: duplicate 1-1 conversations - WPB-10260

fix: duplicate 1-1 conversations - WPB-10260 #13502

GitHub Actions / Test Results succeeded Oct 10, 2024 in 0s

Test Results

Summary

🧪 0/0 tests passed
⚠️ Build finished with 145 Warnings

Tests

Tests Passed ✅ Tests Failed ⛔️ Tests Total
0 0 0

Annotations

Check warning on line 50 in wire-ios-system/Source/Logging/WireLogger+Instances.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'system' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Static property 'system' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Check warning on line 45 in wire-ios-system/Source/Logging/LogAttributes.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'safePublic' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

Static property 'safePublic' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

Check warning on line 25 in wire-ios-system/Source/Logging/WireLoggerObjc.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 53 in wire-ios-system/Source/Logging/WireLogger+Instances.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'updateEvent' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Static property 'updateEvent' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Check warning on line 30 in wire-ios-system/Source/Logging/WireLoggerObjc.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 37 in wire-ios-system/Source/Logging/WireLogger+Instances.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'localStorage' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Static property 'localStorage' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Check warning on line 35 in wire-ios-system/Source/Logging/WireLoggerObjc.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 63 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'updatingHandle' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

Static property 'updatingHandle' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

Check warning on line 66 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'logHooks' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

Static property 'logHooks' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

Check warning on line 177 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 196 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 203 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 210 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 251 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'entry' with non-sendable type 'ZMSLogEntry' in a `@Sendable` closure

Capture of 'entry' with non-sendable type 'ZMSLogEntry' in a `@Sendable` closure

Check warning on line 364 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 365 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 375 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 378 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 379 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 380 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 385 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 387 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Check warning on line 30 in wire-ios-system/Source/Logging/WireLogger+Instances.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'conversation' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Static property 'conversation' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Check warning on line 20 in wire-ios-system/Source/Logging/WireLogger.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'provider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

Static property 'provider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

Check warning on line 36 in wire-ios-system/Source/Logging/WireLogger.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'provider' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'provider' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6