ci/test-size-of-webrtc-125.6422.06 #2664
Annotations
3 errors and 10 warnings
Run UI Tests (Debug):
StreamVideoTests/Mock/VideoConfig+Dummy.swift#L20
cannot find type 'RTCAudioProcessingConfig' in scope
|
Run UI Tests (Debug):
StreamVideoTests/Mock/VideoConfig+Dummy.swift#L17
type 'MockAudioProcessingModule' cannot conform to protocol 'RTCAudioProcessingModule' because it has requirements that cannot be satisfied
|
Run UI Tests (Debug)
Process completed with exit code 1.
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/WebRTCEventDecoder.swift#L10
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalAudioMediaAdapter.swift#L154
implicit capture of 'self' requires that 'LocalAudioMediaAdapter' conforms to `Sendable`
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/v2/PeerConnection/StreamRTCPeerConnection.swift#L145
reference to property 'source' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/v2/PeerConnection/StreamRTCPeerConnection.swift#L145
consider using asynchronous alternative function
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/v2/PeerConnection/StreamRTCPeerConnection.swift#L141
value 'self' was defined but never used; consider replacing with boolean test
|
Run UI Tests (Debug):
Sources/StreamVideo/WebSockets/Client/URLSessionWebSocketEngine.swift#L97
string interpolation produces a debug description for an optional value; did you mean to make this explicit?
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/v2/PeerConnection/MediaAdapters/LocalMediaAdapters/LocalVideoMediaAdapter.swift#L453
type 'any CameraVideoCapturing' does not conform to the 'Sendable' protocol
|
Run UI Tests (Debug):
Sources/StreamVideo/Utils/DeviceOrientation/StreamDeviceOrientationAdapter.swift#L92
non-sendable type 'StreamDeviceOrientationAdapter.Provider' (aka '() -> StreamDeviceOrientation') in asynchronous access to main actor-isolated static property 'defaultProvider' cannot cross actor boundary
|
Run UI Tests (Debug):
Sources/StreamVideo/protobuf/sfu/signal_rpc/signal.twirp.swift#L70
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
|
Run UI Tests (Debug):
Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEAdapter.swift#L190
passing argument of non-sendable type '() async throws -> ()' outside of main actor-isolated context may introduce data races
|
Loading