Make some audio config extensions public #763
Annotations
3 errors and 8 warnings
Run Tests
Process completed with exit code 65.
|
Build:
Sources/LiveKit/Types/AudioSessionConfiguration.swift#L107
method must be declared internal because its result uses an internal type
|
Build:
Sources/LiveKit/Types/AudioSessionConfiguration.swift#L116
cannot use class 'LKRTCAudioSession' in an extension with public or '@usableFromInline' members; 'LiveKitWebRTC' was not imported publicly
|
Build:
Sources/LiveKit/E2EE/KeyProvider.swift#L89
stored property 'rtcKeyProvider' of 'Sendable'-conforming class 'BaseKeyProvider' has non-sendable type 'LKRTCFrameCryptorKeyProvider'; this is an error in the Swift 6 language mode
|
Build:
Sources/LiveKit/E2EE/KeyProvider.swift#L20
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'LiveKitWebRTC'
|
Build:
Sources/LiveKit/Extensions/Sendable.swift#L26
extension declares a conformance of imported type 'LKRTCMediaConstraints' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'LiveKitWebRTC' introduce this conformance in the future
|
Build:
Sources/LiveKit/Extensions/Sendable.swift#L27
extension declares a conformance of imported type 'LKRTCSessionDescription' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'LiveKitWebRTC' introduce this conformance in the future
|
Build:
Sources/LiveKit/Track/Capturers/CameraCapturer.swift#L314
extension declares a conformance of imported type 'Position' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
|
Build:
Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L30
stored property 'device' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice?'; this is an error in the Swift 6 language mode
|
Build:
Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L17
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
|
Build:
Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L37
stored property 'preferredFormat' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice.Format?'; this is an error in the Swift 6 language mode
|
Loading