Skip to content

Test with Xcode16.2 #712

Test with Xcode16.2

Test with Xcode16.2 #712

Re-run triggered January 20, 2025 14:22
Status Failure
Total duration 7m 48s
Artifacts

testing-matrix.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 100 warnings
test (macos-14, 15.4, visionOS Simulator,name=Apple Vision Pro): Tests/LiveKitTests/Support/Room.swift#L168
testParticipantCleanUp, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={_kCFStreamErrorCodeKey=-2102, NSUnderlyingError=0x600000c615c0 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "(null)" UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <99A889EB-6AD3-4228-AD03-6D4A7547F5A5>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
test (macos-14, 15.4, visionOS Simulator,name=Apple Vision Pro)
Process completed with exit code 65.
test (macos-13, 14.2, macOS): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L33
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-13, 14.2, macOS): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L65
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-13, 14.2, macOS): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L88
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-13, 14.2, macOS): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L90
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-13, 14.2, macOS): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L130
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-13, 14.2, macOS): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L132
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-14, 15.4, macOS): Sources/LiveKit/E2EE/KeyProvider.swift#L89
stored property 'rtcKeyProvider' of 'Sendable'-conforming class 'BaseKeyProvider' has non-sendable type 'LKRTCFrameCryptorKeyProvider'
test (macos-14, 15.4, macOS): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L30
stored property 'device' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice?'
test (macos-14, 15.4, macOS): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L37
stored property 'preferredFormat' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice.Format?'
test (macos-14, 15.4, macOS): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L30
stored property 'device' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice?'
test (macos-14, 15.4, macOS): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L37
stored property 'preferredFormat' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice.Format?'
test (macos-14, 15.4, macOS): Sources/LiveKit/E2EE/KeyProvider.swift#L89
stored property 'rtcKeyProvider' of 'Sendable'-conforming class 'BaseKeyProvider' has non-sendable type 'LKRTCFrameCryptorKeyProvider'
test (macos-14, 15.4, macOS): Sources/LiveKit/Core/DataChannelPair.swift#L144
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
test (macos-14, 15.4, macOS): Sources/LiveKit/Core/SignalClient.swift#L235
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
test (macos-15, 16.2, macOS): 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
test (macos-15, 16.2, macOS): Sources/LiveKit/E2EE/KeyProvider.swift#L20
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'LiveKitWebRTC'
test (macos-15, 16.2, macOS): 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
test (macos-15, 16.2, macOS): 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
test (macos-15, 16.2, macOS): 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
test (macos-15, 16.2, macOS): 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
test (macos-15, 16.2, macOS): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L17
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
test (macos-15, 16.2, macOS): 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
test (macos-15, 16.2, macOS): Sources/LiveKit/Core/Transport.swift#L221
actor-isolated property '_delegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
test (macos-15, 16.2, macOS): Sources/LiveKit/Core/Transport.swift#L225
actor-isolated property '_delegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
test (macos-14, 15.4, iOS Simulator,OS=17.5,name=iPhone 15 Pro): Sources/LiveKit/E2EE/KeyProvider.swift#L89
stored property 'rtcKeyProvider' of 'Sendable'-conforming class 'BaseKeyProvider' has non-sendable type 'LKRTCFrameCryptorKeyProvider'
test (macos-14, 15.4, iOS Simulator,OS=17.5,name=iPhone 15 Pro): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L30
stored property 'device' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice?'
test (macos-15, 16.2, iOS Simulator,OS=18.1,name=iPhone 16 Pro): 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
test (macos-14, 15.4, iOS Simulator,OS=17.5,name=iPhone 15 Pro): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L37
stored property 'preferredFormat' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice.Format?'
test (macos-14, 15.4, iOS Simulator,OS=17.5,name=iPhone 15 Pro): Sources/LiveKit/Core/DataChannelPair.swift#L144
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
test (macos-15, 16.2, iOS Simulator,OS=18.1,name=iPhone 16 Pro): Sources/LiveKit/E2EE/KeyProvider.swift#L20
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'LiveKitWebRTC'
test (macos-14, 15.4, iOS Simulator,OS=17.5,name=iPhone 15 Pro): Sources/LiveKit/Core/SignalClient.swift#L235
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
test (macos-15, 16.2, iOS Simulator,OS=18.1,name=iPhone 16 Pro): 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
test (macos-14, 15.4, iOS Simulator,OS=17.5,name=iPhone 15 Pro): Sources/LiveKit/E2EE/KeyProvider.swift#L89
stored property 'rtcKeyProvider' of 'Sendable'-conforming class 'BaseKeyProvider' has non-sendable type 'LKRTCFrameCryptorKeyProvider'
test (macos-15, 16.2, iOS Simulator,OS=18.1,name=iPhone 16 Pro): 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
test (macos-14, 15.4, iOS Simulator,OS=17.5,name=iPhone 15 Pro): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L30
stored property 'device' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice?'
test (macos-15, 16.2, iOS Simulator,OS=18.1,name=iPhone 16 Pro): 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
test (macos-14, 15.4, iOS Simulator,OS=17.5,name=iPhone 15 Pro): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L37
stored property 'preferredFormat' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice.Format?'
test (macos-15, 16.2, iOS Simulator,OS=18.1,name=iPhone 16 Pro): 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
test (macos-15, 16.2, iOS Simulator,OS=18.1,name=iPhone 16 Pro): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L17
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
test (macos-15, 16.2, iOS Simulator,OS=18.1,name=iPhone 16 Pro): 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
test (macos-15, 16.2, iOS Simulator,OS=18.1,name=iPhone 16 Pro): 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
test (macos-15, 16.2, iOS Simulator,OS=18.1,name=iPhone 16 Pro): Sources/LiveKit/Core/DataChannelPair.swift#L144
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
test (macos-14, 15.4, macOS,variant=Mac Catalyst): Sources/LiveKit/E2EE/KeyProvider.swift#L89
stored property 'rtcKeyProvider' of 'Sendable'-conforming class 'BaseKeyProvider' has non-sendable type 'LKRTCFrameCryptorKeyProvider'
test (macos-14, 15.4, macOS,variant=Mac Catalyst): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L30
stored property 'device' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice?'
test (macos-14, 15.4, macOS,variant=Mac Catalyst): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L37
stored property 'preferredFormat' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice.Format?'
test (macos-14, 15.4, macOS,variant=Mac Catalyst): Sources/LiveKit/E2EE/KeyProvider.swift#L89
stored property 'rtcKeyProvider' of 'Sendable'-conforming class 'BaseKeyProvider' has non-sendable type 'LKRTCFrameCryptorKeyProvider'
test (macos-14, 15.4, macOS,variant=Mac Catalyst): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L30
stored property 'device' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice?'
test (macos-14, 15.4, macOS,variant=Mac Catalyst): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L37
stored property 'preferredFormat' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice.Format?'
test (macos-14, 15.4, macOS,variant=Mac Catalyst): Sources/LiveKit/Core/DataChannelPair.swift#L144
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
test (macos-14, 15.4, macOS,variant=Mac Catalyst): Sources/LiveKit/Core/SignalClient.swift#L235
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
test (macos-14, 15.4, tvOS Simulator,name=Apple TV): Sources/LiveKit/E2EE/KeyProvider.swift#L89
stored property 'rtcKeyProvider' of 'Sendable'-conforming class 'BaseKeyProvider' has non-sendable type 'LKRTCFrameCryptorKeyProvider'
test (macos-14, 15.4, tvOS Simulator,name=Apple TV): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L30
stored property 'device' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice?'
test (macos-14, 15.4, tvOS Simulator,name=Apple TV): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L37
stored property 'preferredFormat' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice.Format?'
test (macos-14, 15.4, tvOS Simulator,name=Apple TV): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L30
stored property 'device' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice?'
test (macos-14, 15.4, tvOS Simulator,name=Apple TV): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L37
stored property 'preferredFormat' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice.Format?'
test (macos-14, 15.4, tvOS Simulator,name=Apple TV): Sources/LiveKit/E2EE/KeyProvider.swift#L89
stored property 'rtcKeyProvider' of 'Sendable'-conforming class 'BaseKeyProvider' has non-sendable type 'LKRTCFrameCryptorKeyProvider'
test (macos-14, 15.4, tvOS Simulator,name=Apple TV): Sources/LiveKit/Core/DataChannelPair.swift#L144
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
test (macos-14, 15.4, tvOS Simulator,name=Apple TV): Sources/LiveKit/Core/SignalClient.swift#L235
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
test (macos-15, 16.2, macOS,variant=Mac Catalyst): 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
test (macos-15, 16.2, macOS,variant=Mac Catalyst): Sources/LiveKit/E2EE/KeyProvider.swift#L20
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'LiveKitWebRTC'
test (macos-15, 16.2, macOS,variant=Mac Catalyst): 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
test (macos-15, 16.2, macOS,variant=Mac Catalyst): 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
test (macos-15, 16.2, macOS,variant=Mac Catalyst): 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
test (macos-15, 16.2, macOS,variant=Mac Catalyst): 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
test (macos-15, 16.2, macOS,variant=Mac Catalyst): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L17
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
test (macos-15, 16.2, macOS,variant=Mac Catalyst): 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
test (macos-15, 16.2, macOS,variant=Mac Catalyst): 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
test (macos-15, 16.2, macOS,variant=Mac Catalyst): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L17
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AVFoundation'
test (macos-13, 14.2, macOS,variant=Mac Catalyst): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L33
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-13, 14.2, macOS,variant=Mac Catalyst): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L65
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-13, 14.2, macOS,variant=Mac Catalyst): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L88
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-13, 14.2, macOS,variant=Mac Catalyst): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L90
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-13, 14.2, macOS,variant=Mac Catalyst): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L130
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-13, 14.2, macOS,variant=Mac Catalyst): Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/spx/wots.c#L132
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
test (macos-14, 15.4, visionOS Simulator,name=Apple Vision Pro): Sources/LiveKit/E2EE/KeyProvider.swift#L89
stored property 'rtcKeyProvider' of 'Sendable'-conforming class 'BaseKeyProvider' has non-sendable type 'LKRTCFrameCryptorKeyProvider'
test (macos-14, 15.4, visionOS Simulator,name=Apple Vision Pro): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L30
stored property 'device' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice?'
test (macos-14, 15.4, visionOS Simulator,name=Apple Vision Pro): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L37
stored property 'preferredFormat' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice.Format?'
test (macos-14, 15.4, visionOS Simulator,name=Apple Vision Pro): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L30
stored property 'device' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice?'
test (macos-14, 15.4, visionOS Simulator,name=Apple Vision Pro): Sources/LiveKit/Types/Options/CameraCaptureOptions.swift#L37
stored property 'preferredFormat' of 'Sendable'-conforming class 'CameraCaptureOptions' has non-sendable type 'AVCaptureDevice.Format?'
test (macos-14, 15.4, visionOS Simulator,name=Apple Vision Pro): Sources/LiveKit/Core/DataChannelPair.swift#L144
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
test (macos-14, 15.4, visionOS Simulator,name=Apple Vision Pro): Sources/LiveKit/Core/SignalClient.swift#L235
'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
test (macos-14, 15.4, visionOS Simulator,name=Apple Vision Pro): Sources/LiveKit/E2EE/KeyProvider.swift#L89
stored property 'rtcKeyProvider' of 'Sendable'-conforming class 'BaseKeyProvider' has non-sendable type 'LKRTCFrameCryptorKeyProvider'