Cron Checks #644
Annotations
5 errors, 11 warnings, and 5 notices
StreamVideoTests/CallCRUDTests.swift#L694
Unexpectedly found nil while unwrapping an Optional value
|
|
StreamVideoTests/Utilities/Extensions/XCTestCase+PredicateFulfillment.swift#L43
-[StreamVideoTests.CallsController_Tests test_callsController_rewatchCalls] : Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "Expect predicate `BLOCKPREDICATE(0x600000df3ea0)`".
|
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: mikehardy/buildcache-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Sources/StreamVideo/WebRTC/WebRTCEventDecoder.swift#L10
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
|
Sources/StreamVideo/protobuf/sfu/signal_rpc/signal.twirp.swift#L70
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
|
Sources/StreamVideo/WebRTC/WebRTCEventDecoder.swift#L10
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
|
Sources/StreamVideo/protobuf/sfu/signal_rpc/signal.twirp.swift#L70
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
|
StreamVideoTests/Call/Call_Tests.swift#L9
main actor-isolated class 'Call_Tests' has different actor isolation from nonisolated superclass 'StreamVideoTestCase'; this is an error in Swift 6
|
StreamVideoTests/Controllers/CallsController_Tests.swift#L9
main actor-isolated class 'CallsController_Tests' has different actor isolation from nonisolated superclass 'ControllerTestCase'; this is an error in Swift 6
|
StreamVideoTests/Controllers/CallController_Tests.swift#L10
main actor-isolated class 'CallController_Tests' has different actor isolation from nonisolated superclass 'ControllerTestCase'; this is an error in Swift 6
|
StreamVideoTests/CallState/CallState_Tests.swift#L10
main actor-isolated class 'CallState_Tests' has different actor isolation from nonisolated superclass 'XCTestCase'; this is an error in Swift 6
|
StreamVideoTests/Controllers/CallsController_Tests.swift#L9
main actor-isolated class 'CallsController_Tests' has different actor isolation from nonisolated superclass 'ControllerTestCase'; this is an error in Swift 6
|
StreamVideoTests/Controllers/CallsController_Tests.swift#L76
passing argument of non-sendable type 'StreamVideoTestCase' outside of main actor-isolated context may introduce data races
|
|
|
|
|
|
This job failed
Loading