Test with Xcode16.2 #711
Annotations
1 error and 11 warnings
Run Tests
Process completed with exit code 65.
|
Install xcbeautify
xcbeautify 2.17.0 is already installed and up-to-date.
To reinstall 2.17.0, run:
brew reinstall xcbeautify
|
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
|
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'
|
Loading