Update README.md #720
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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:
Sources/RTMP/RTMPConnection.swift#L261
passing argument of non-sendable type 'DispatchQoS' into actor-isolated context may introduce data races
|
build:
Sources/Mixer/MediaMixer.swift#L322
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/Mixer/MediaMixer.swift#L330
main actor-isolated class property 'willEnterForegroundNotification' can not be referenced on a non-isolated actor instance; this is an error in Swift 6
|
build:
SRTHaishinKit/SRTConnection.swift#L62
passing argument of non-sendable type '[SRTSocketOption : Any]' into actor-isolated context may introduce data races
|
build:
Examples/iOS/Screencast/SampleHandler.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:
Examples/NetStreamSwitcher.swift#L33
passing argument of non-sendable type 'DispatchQoS' into actor-isolated context may introduce data races
|
build:
Examples/iOS/Screencast/SampleHandler.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:
Examples/iOS/Screencast/SampleHandler.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
|