Thread safety audioMixerSettings. #658
Annotations
1 error and 10 warnings
|
Sources/IO/IOVideoUnit.swift#L15
associated value 'failedToSetOption(status:option:)' of 'Sendable'-conforming enum 'IOVideoUnitError' has non-sendable type 'VTSessionOption'
|
Sources/IO/IOVideoUnit.swift#L110
capture of 'self' with non-sendable type 'IOVideoUnit' in a `@Sendable` closure
|
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
|
Sources/IO/MTHKView.swift#L21
main actor-isolated property 'videoOrientation' cannot be used to satisfy nonisolated protocol requirement
|
Sources/IO/MTHKView.swift#L30
main actor-isolated property 'isCaptureVideoPreviewEnabled' cannot be used to satisfy nonisolated protocol requirement
|
Sources/IO/MTHKView.swift#L156
main actor-isolated instance method 'attachStream' cannot be used to satisfy nonisolated protocol requirement
|
Sources/IO/MTHKView.swift#L166
main actor-isolated instance method 'enqueue' cannot be used to satisfy nonisolated protocol requirement
|
Sources/IO/IOStream.swift#L38
static property 'audioEngineHolder' 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
|
Sources/RTMP/RTMPStream.swift#L182
capture of 'self' with non-sendable type 'RTMPStream' in a `@Sendable` closure
|
Sources/RTMP/RTMPStream.swift#L200
capture of 'self' with non-sendable type 'RTMPStream' in a `@Sendable` closure
|
This job failed
Loading