Support Strict Concurrency and Swift 6.0 beta 1 #706
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)
|