Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: process conversation access update event - WPB-10164 #2028

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

remove unnecessary throws - WPB-10164 (#2028)

8f5048f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

refactor: process conversation access update event - WPB-10164 #2028

remove unnecessary throws - WPB-10164 (#2028)
8f5048f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Oct 14, 2024 in 0s

Test Results

Summary

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

Tests

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

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'featureConfigs' 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 'featureConfigs' 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 56 in wire-ios-system/Source/Logging/WireLogger+Instances.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'eventProcessing' 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 'eventProcessing' 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 40 in wire-ios-system/Source/Logging/WireLogger+Instances.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'mls' 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 'mls' 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 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 139 in WireDomain/Sources/WireDomain/Repositories/Conversations/ConversationRepository.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-sendable type 'ConversationRepository' in a `@Sendable` closure

Capture of 'self' with non-sendable type 'ConversationRepository' in a `@Sendable` closure

Check warning on line 148 in WireDomain/Sources/WireDomain/Repositories/Conversations/ConversationRepository.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-sendable type 'ConversationRepository' in a `@Sendable` closure

Capture of 'self' with non-sendable type 'ConversationRepository' in a `@Sendable` closure

Check warning on line 157 in WireDomain/Sources/WireDomain/Repositories/Conversations/ConversationRepository.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-sendable type 'ConversationRepository' in a `@Sendable` closure

Capture of 'self' with non-sendable type 'ConversationRepository' in a `@Sendable` closure

Check warning on line 72 in WireDomain/Sources/WireDomain/Repositories/Connections/ConnectionsRepository.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-sendable type 'ConnectionsRepository' in a `@Sendable` closure

Capture of 'self' with non-sendable type 'ConnectionsRepository' in a `@Sendable` closure

Check warning on line 308 in WireDomain/Sources/WireDomain/Repositories/User/UserRepository.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Immutable value 'selfClient' was never used; consider replacing with '_' or removing it

Immutable value 'selfClient' was never used; consider replacing with '_' or removing it

Check warning on line 81 in WireDomain/Sources/WireDomain/Repositories/ConversationsLabels/ConversationLabelsRepository.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-sendable type 'ConversationLabelsRepository' in a `@Sendable` closure

Capture of 'self' with non-sendable type 'ConversationLabelsRepository' in a `@Sendable` closure

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 56 in WireDomain/Sources/WireDomain/Event%20Processing/ConversationEventProcessor/ConversationEventProcessor.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

No calls to throwing functions occur within 'try' expression

No calls to throwing functions occur within 'try' expression

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'sync' 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 'sync' 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 272 in WireDomain/Sources/WireDomain/Repositories/UpdateEvents/UpdateEventsRepository.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-sendable type 'UpdateEventsRepository' in a `@Sendable` closure

Capture of 'self' with non-sendable type 'UpdateEventsRepository' in a `@Sendable` closure

Check warning on line 81 in WireDomain/Sources/WireDomain/Event%20Processing/UserEventProcessor/UserEventProcessor.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

No calls to throwing functions occur within 'try' expression

No calls to throwing functions occur within 'try' expression

Check warning on line 61 in WireDomain/Sources/WireDomain/Synchronization/SyncManager.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-sendable type 'SyncManager' in a `@Sendable` closure

Capture of 'self' with non-sendable type 'SyncManager' in a `@Sendable` closure

Check warning on line 75 in WireDomain/Sources/WireDomain/Synchronization/SyncManager.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'liveEventsStream' with non-sendable type 'AsyncThrowingStream<UpdateEventEnvelope, any Error>' in a `@Sendable` closure

Capture of 'liveEventsStream' with non-sendable type 'AsyncThrowingStream<UpdateEventEnvelope, any Error>' in a `@Sendable` closure

Check warning on line 19 in WireDomain/Sources/WireDomain/Synchronization/SyncManager.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WireAPI'

Add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WireAPI'

Check warning on line 81 in WireDomain/Sources/WireDomain/Synchronization/SyncManager.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-sendable type 'SyncManager' in a `@Sendable` closure

Capture of 'self' with non-sendable type 'SyncManager' in a `@Sendable` closure

Check warning on line 294 in WireDomain/Tests/WireDomainTests/Synchronization/SyncManagerTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'event1' 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 'event1' 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 301 in WireDomain/Tests/WireDomainTests/Synchronization/SyncManagerTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'event2' 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 'event2' 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 307 in WireDomain/Tests/WireDomainTests/Synchronization/SyncManagerTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'event3' 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 'event3' 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 313 in WireDomain/Tests/WireDomainTests/Synchronization/SyncManagerTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'event4' 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 'event4' 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 320 in WireDomain/Tests/WireDomainTests/Synchronization/SyncManagerTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'event5' 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 'event5' 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 359 in WireDomain/Tests/WireDomainTests/Event%20Decryption/ProteusMessageDecryptorTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'proteusSessionID' 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 'proteusSessionID' 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