Skip to content

chore: navigation overhaul cherry picks - WPB-6647 #301

chore: navigation overhaul cherry picks - WPB-6647

chore: navigation overhaul cherry picks - WPB-6647 #301

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

Test Results

Summary

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

Tests

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

Annotations

Check warning on line 44 in WireAPI/Sources/WireAPI/Models/API/APIVersion.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'productionVersions' 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 'productionVersions' 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 49 in WireAPI/Sources/WireAPI/Models/API/APIVersion.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'developmentVersions' 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 'developmentVersions' 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 26 in WireAPI/Sources/WireAPI/Models/Conversation/ConversationMembers.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Stored property 'others' of 'Sendable'-conforming struct 'Members' has non-sendable type '[Conversation.Member]'

Stored property 'others' of 'Sendable'-conforming struct 'Members' has non-sendable type '[Conversation.Member]'

Check warning on line 30 in WireAPI/Sources/WireAPI/Models/Conversation/ConversationMembers.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Stored property 'selfMember' of 'Sendable'-conforming struct 'Members' has non-sendable type 'Conversation.Member'

Stored property 'selfMember' of 'Sendable'-conforming struct 'Members' has non-sendable type 'Conversation.Member'

Check warning on line 57 in WireAPI/Sources/WireAPI/Network/PushChannel/PushChannel.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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

Check warning on line 45 in WireAPI/Sources/WireAPI/Network/PushChannel/WebSocket.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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

Check warning on line 197 in WireAPI/Tests/WireAPITests/APIs/SelfUserAPI/SelfUserAPITests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'selfUserV0' 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 'selfUserV0' 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 222 in WireAPI/Tests/WireAPITests/APIs/SelfUserAPI/SelfUserAPITests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'selfUserV5' 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 'selfUserV5' 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 252 in WireAPI/Tests/WireAPITests/APIs/UpdateEventsAPI/UpdateEventsAPITests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'updateEventEnvelope' 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 'updateEventEnvelope' 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 258 in WireAPI/Tests/WireAPITests/APIs/UpdateEventsAPI/UpdateEventsAPITests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'updateEventPage1' 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 'updateEventPage1' 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 271 in WireAPI/Tests/WireAPITests/APIs/UpdateEventsAPI/UpdateEventsAPITests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'updateEventPage2' 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 'updateEventPage2' 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 24 in WireAPI/Tests/WireAPITests/Mocks/URLProtocolMock.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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

Check warning on line 174 in WireAPI/Tests/WireAPITests/Network/APIService/APIServiceTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'accessToken' 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 'accessToken' 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 141 in WireAPI/Tests/WireAPITests/Network/PushChannel/PushChannelTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'envelope1' 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 'envelope1' 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 188 in WireAPI/Tests/WireAPITests/Network/PushChannel/PushChannelTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'proteusMessageAddEvent' 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 'proteusMessageAddEvent' 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 198 in WireAPI/Tests/WireAPITests/Network/PushChannel/PushChannelTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'protocolUpdateEvent' 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 'protocolUpdateEvent' 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 150 in WireAPI/Tests/WireAPITests/Network/PushChannel/PushChannelTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'envelope2' 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 'envelope2' 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 204 in WireAPI/Tests/WireAPITests/Network/PushChannel/PushChannelTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'receiptModeUpdateEvent' 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 'receiptModeUpdateEvent' 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 210 in WireAPI/Tests/WireAPITests/Network/PushChannel/PushChannelTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'renameEvent' 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 'renameEvent' 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 159 in WireAPI/Tests/WireAPITests/Network/PushChannel/PushChannelTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'envelope3' 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 'envelope3' 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 217 in WireAPI/Tests/WireAPITests/Network/PushChannel/PushChannelTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'typingEvent' 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 'typingEvent' 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 223 in WireAPI/Tests/WireAPITests/Network/PushChannel/PushChannelTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'deleteEvent' 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 'deleteEvent' 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 312 in WireAPI/Tests/WireAPITests/UpdateEvent/ConversationEventDecodingTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'accessUpdateEvent' 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 'accessUpdateEvent' 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 WireAPI/Tests/WireAPITests/UpdateEvent/ConversationEventDecodingTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'codeUpdateEvent' 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 'codeUpdateEvent' 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 329 in WireAPI/Tests/WireAPITests/UpdateEvent/ConversationEventDecodingTests.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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