Cron Checks #579
Annotations
3 errors, 11 warnings, and 5 notices
StreamVideoTests/CallCRUDTests.swift#L694
Unexpectedly found nil while unwrapping an Optional value
|
|
|
The following actions uses Node.js version which is deprecated 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/IntegrationTests/CallCRUDTests.swift#L192
passing argument of non-sendable type 'XCTestCase' into main actor-isolated context may introduce data races
|
StreamVideoTests/IntegrationTests/CallCRUDTests.swift#L192
passing argument of non-sendable type '() -> String' into main actor-isolated context may introduce data races
|
|
|
|
|
|
This job failed
Loading