Test with Xcode16.2 #726
Triggered via pull request
January 21, 2025 03:52
Status
Cancelled
Total duration
5m 42s
Artifacts
–
Annotations
14 errors and 28 warnings
test (macos-13, 14.2, macOS,variant=Mac Catalyst)
Key Validation Error: macOS-macos-13-14.2-macOS,variant=Mac Catalyst-spm-99c5f2a544a732fce76ced77b63fd4c89da639c1add262eeb92ba9eb0347b9a7 cannot contain commas.
|
test (macos-13, 14.2, iOS Simulator,OS=17.2,name=iPhone 14 Pro)
Key Validation Error: macOS-macos-13-14.2-iOS Simulator,OS=17.2,name=iPhone 14 Pro-spm-99c5f2a544a732fce76ced77b63fd4c89da639c1add262eeb92ba9eb0347b9a7 cannot contain commas.
|
test (macos-14, 15.4, iOS Simulator,OS=17.5,name=iPhone 15 Pro)
Key Validation Error: macOS-macos-14-15.4-iOS Simulator,OS=17.5,name=iPhone 15 Pro-spm-99c5f2a544a732fce76ced77b63fd4c89da639c1add262eeb92ba9eb0347b9a7 cannot contain commas.
|
test (macos-15, 16.2, iOS Simulator,OS=18.1,name=iPhone 16 Pro)
Key Validation Error: macOS-macos-15-16.2-iOS Simulator,OS=18.1,name=iPhone 16 Pro-spm-99c5f2a544a732fce76ced77b63fd4c89da639c1add262eeb92ba9eb0347b9a7 cannot contain commas.
|
test (macos-15, 16.2, macOS,variant=Mac Catalyst)
Key Validation Error: macOS-macos-15-16.2-macOS,variant=Mac Catalyst-spm-99c5f2a544a732fce76ced77b63fd4c89da639c1add262eeb92ba9eb0347b9a7 cannot contain commas.
|
test (macos-14, 15.4, macOS,variant=Mac Catalyst)
Key Validation Error: macOS-macos-14-15.4-macOS,variant=Mac Catalyst-spm-99c5f2a544a732fce76ced77b63fd4c89da639c1add262eeb92ba9eb0347b9a7 cannot contain commas.
|
test (macos-14, 15.4, tvOS Simulator,name=Apple TV)
Key Validation Error: macOS-macos-14-15.4-tvOS Simulator,name=Apple TV-spm-99c5f2a544a732fce76ced77b63fd4c89da639c1add262eeb92ba9eb0347b9a7 cannot contain commas.
|
test (macos-14, 15.4, visionOS Simulator,name=Apple Vision Pro)
Key Validation Error: macOS-macos-14-15.4-visionOS Simulator,name=Apple Vision Pro-spm-99c5f2a544a732fce76ced77b63fd4c89da639c1add262eeb92ba9eb0347b9a7 cannot contain commas.
|
test (macos-14, 15.4, macOS)
Canceling since a higher priority waiting request for 'Testing Matrix-554' exists
|
test (macos-14, 15.4, macOS)
The operation was canceled.
|
test (macos-15, 16.2, macOS)
Canceling since a higher priority waiting request for 'Testing Matrix-554' exists
|
test (macos-15, 16.2, macOS)
The operation was canceled.
|
test (macos-13, 14.2, macOS)
Canceling since a higher priority waiting request for 'Testing Matrix-554' exists
|
test (macos-13, 14.2, macOS)
The operation was canceled.
|
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/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-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-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/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-13, 14.2, macOS):
Users/runner/Library/Developer/Xcode/DerivedData/client-sdk-swift-fjryqckfvzbtrthdsqfeqgkspmlc/SourcePackages/checkouts/jwt-kit/Sources/CJWTKitBoringSSL/crypto/x509/x_name.c#L262
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to '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/x509/x_name.c#L478
implicit conversion loses integer precision: 'long' to '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/x509/x_crl.c#L132
implicit conversion loses integer precision: 'long' to '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/x509/x509_obj.c#L116
implicit conversion loses integer precision: 'unsigned long' to '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#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]
|