Codec negotiation #2690
Annotations
3 errors, 10 warnings, and 3 notices
Run UI Tests (Debug):
StreamVideoTests/Utilities/Extensions/XCTestCase+PredicateFulfillment.swift#L83
test_incomingCall_acceptCall, Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "Expect predicate `BLOCKPREDICATE(0x600000cc8180)`".
|
Run UI Tests (Debug):
StreamVideoSwiftUITests/CallViewModel_Tests.swift#L293
test_incomingCall_acceptCall, XCTAssertTrue failed - CallViewModel.callingState expected:.inCall actual: incoming(StreamVideoSwiftUI.IncomingCall(id: "1736C06D-A1F1-4D76-ABD3-6A73E57D3106", caller: StreamVideo.User(id: "test", imageURL: nil, role: "user", type: StreamVideo.UserAuthType.regular, customData: [:], originalName: nil), type: "default", members: [StreamVideo.Member(user: StreamVideo.User(id: "test", imageURL: nil, role: "user", type: StreamVideo.UserAuthType.regular, customData: [:], originalName: nil), role: "user", customData: [:], updatedAt: nil)], timeout: 15.0))
|
Run UI Tests (Debug)
Process completed with exit code 1.
|
Run UI Tests (Debug):
Sources/StreamVideo/CallKit/CallKitPushNotificationAdapter.swift#L91
main actor-isolated instance method 'pushRegistry(_:didReceiveIncomingPushWith:for:completion:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
|
Run UI Tests (Debug):
Sources/StreamVideo/Utils/DisposableBag/DisposableBag.swift#L84
extension declares a conformance of imported type 'AnyCancellable' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/VideoFilters/Filters/ImageBackgroundFilter/ImageBackgroundVideoFilter.swift#L14
class 'ImageBackgroundVideoFilter' must restate inherited '@unchecked Sendable' conformance
|
Run UI Tests (Debug):
Sources/StreamVideo/WebSockets/Events/StreamJsonDecoder.swift#L9
class 'StreamJSONDecoder' must restate inherited '@unchecked Sendable' conformance
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Sendable.swift#L8
extension declares a conformance of imported type 'CIImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CoreImage' introduce this conformance in the future
|
Run UI Tests (Debug):
Sources/StreamVideo/Models/CallParticipant.swift#L505
extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/Screensharing/BroadcastSampleHandler.swift#L143
extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceConnectionState+CustomStringConvertible.swift#L9
extension declares a conformance of imported type 'RTCIceConnectionState' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'StreamWebRTC' introduce this conformance in the future
|
Run UI Tests (Debug):
Sources/StreamVideo/WebSockets/Events/EventNotificationCenter.swift#L8
class 'EventNotificationCenter' must restate inherited '@unchecked Sendable' conformance
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/VideoCapturing/StreamVideoCaptureHandler.swift#L11
cannot form key path to main actor-isolated property 'orientationAdapter'; this is an error in the Swift 6 language mode
|
Run UI Tests (Debug)
Skipped StreamVideoSwiftUITests.CallViewModel_Tests.test_inCall_changeTrackVisibility
|
Run UI Tests (Debug)
Skipped StreamVideoSwiftUITests.CallViewModel_Tests.test_inCall_participantJoinedAndLeft
|
Run UI Tests (Debug)
Skipped StreamVideoSwiftUITests.CallViewModel_Tests.test_pinParticipant_manualLayoutChange
|
Loading