Skip to content

Support Strict Concurrency and Swift 6.0 beta 1 #706

Support Strict Concurrency and Swift 6.0 beta 1

Support Strict Concurrency and Swift 6.0 beta 1 #706

Triggered via pull request August 7, 2024 13:52
Status Failure
Total duration 7m 26s
Artifacts

review.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 10 warnings, and 1 notice
build: Examples/iOS/IngestViewController.swift#L254
expression is 'async' but is not marked with 'await'
build
Process completed with exit code 1.
build: Sources/Util/Constants.swift#L7
let 'logger' 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
build: Sources/Util/Constants.swift#L7
let 'logger' 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
build: Sources/Util/Constants.swift#L7
let 'logger' 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
build: Sources/IO/IOMixer.swift#L299
main actor-isolated class property 'didEnterBackgroundNotification' can not be referenced on a non-isolated actor instance; this is an error in Swift 6
build: Sources/IO/IOMixer.swift#L307
main actor-isolated class property 'willEnterForegroundNotification' can not be referenced on a non-isolated actor instance; this is an error in Swift 6
build: Sources/Util/Constants.swift#L7
let 'logger' 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
build: Sources/RTMP/RTMPStream.swift#L754
passing argument of non-sendable type 'AVAudioEngine?' into actor-isolated context may introduce data races
build: Sources/Util/Constants.swift#L7
let 'logger' 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
build: Sources/Codec/VideoCodec.swift#L149
main actor-isolated class property 'willEnterForegroundNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
build: Sources/Codec/VideoCodec.swift#L172
main actor-isolated class property 'willEnterForegroundNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
build
Tests Passed: 0 failed, 0 skipped, 75 total (1.329 seconds)