Skip to content

KM-4542: Update dependencies #109

KM-4542: Update dependencies

KM-4542: Update dependencies #109

Triggered via pull request July 4, 2024 09:59
Status Failure
Total duration 5m 2s
Artifacts

tvos_pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Users/runner/Library/Developer/Xcode/DerivedData/PIA_VPN-crfhkcszuudvdzaxdqptiuraopia/SourcePackages/checkouts/mobile-ios-library/Sources/PIALibraryUtilObjC/NSString+URL.m#L30
'CFURLCreateStringByAddingPercentEscapes' is deprecated: first deprecated in tvOS 9.0 - Use [NSString stringByAddingPercentEncodingWithAllowedCharacters:] instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent (since each URL component or subcomponent has different rules for what characters are valid). [-Wdeprecated-declarations]
build: Users/runner/Library/Developer/Xcode/DerivedData/PIA_VPN-crfhkcszuudvdzaxdqptiuraopia/SourcePackages/checkouts/Quick/Sources/Quick/QuickSpec.swift#L152
'recordFailure(withDescription:inFile:atLine:expected:)' is deprecated: Replaced by 'record(_:)'