chore: move CodeRabbit high-level summary to walkthrough #1298
main.yml
on: pull_request
Lint code with SwiftLint
13s
Matrix: pod-lint
Matrix: test-package
Matrix: test
Annotations
46 warnings and 3 notices
|
Lint code with SwiftLint:
Auth0/BioAuthentication.swift#L52
Lines should not have trailing whitespace (trailing_whitespace)
|
|
Lint code with SwiftLint:
Auth0/BioAuthentication.swift#L26
Lines should not have trailing whitespace (trailing_whitespace)
|
|
Lint code with SwiftLint:
Auth0/BioAuthentication.swift#L12
Lines should not have trailing whitespace (trailing_whitespace)
|
|
Lint code with SwiftLint:
Auth0/Auth0WebAuth.swift#L10
Struct body should span 300 lines or less excluding comments and whitespace: currently spans 351 lines (type_body_length)
|
|
Lint code with SwiftLint:
Auth0/Auth0WebAuth.swift#L302
Variable name 'cm' should be between 3 and 40 characters long (identifier_name)
|
|
Lint code with SwiftLint:
Auth0/Auth0WebAuth.swift#L214
Function body should span 50 lines or less excluding comments and whitespace: currently spans 54 lines (function_body_length)
|
|
Lint code with SwiftLint:
Auth0/Auth0WebAuth.swift#L482
File should contain 400 lines or less: currently contains 482 (file_length)
|
|
Lint code with SwiftLint:
Auth0/Requestable.swift#L29
Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
|
Lint code with SwiftLint:
Auth0/Requestable.swift#L23
Lines should not have trailing whitespace (trailing_whitespace)
|
|
Lint code with SwiftLint:
Auth0/Requestable.swift#L19
Lines should not have trailing whitespace (trailing_whitespace)
|
|
Lint code with SwiftLint
The following taps are not trusted:
aws/tap
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
brew untap aws/tap
Trust specific formulae, casks and commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
brew trust aws/tap
To disable trust checks:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
https://docs.brew.sh/Tap-Trust
|
|
Lint podspec using Xcode 16.1
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: mxcl/xcodebuild@d3ee9b419c1be9a988086c58fe0988f32d99cfc5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test Swift package using Xcode 16.1
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: mxcl/xcodebuild@d3ee9b419c1be9a988086c58fe0988f32d99cfc5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test on tvOS using Xcode 16.1
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: mxcl/xcodebuild@d3ee9b419c1be9a988086c58fe0988f32d99cfc5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test on tvOS using Xcode 16.1:
Auth0Tests/LoggerSpec.swift#L8
stored property 'loggedMessages' of 'Sendable'-conforming class 'MockLoggingService' is mutable; this is an error in the Swift 6 language mode
|
|
Test on tvOS using Xcode 16.1:
Auth0Tests/CredentialsManagerSpec.swift#L591
reference to captured var 'credentialsManager' in concurrently-executing code; this is an error in the Swift 6 language mode
|
|
Test on tvOS using Xcode 16.1:
Auth0Tests/CredentialsManagerSpec.swift#L577
reference to captured var 'credentialsManager' in concurrently-executing code; this is an error in the Swift 6 language mode
|
|
Test on tvOS using Xcode 16.1:
Auth0Tests/CredentialsManagerSpec.swift#L550
reference to captured var 'credentialsManager' in concurrently-executing code; this is an error in the Swift 6 language mode
|
|
Test on tvOS using Xcode 16.1:
App/Media.xcassets#L0
None of the input catalogs contained a matching App Icon & Top Shelf Image brand assets collection named "App Icon & Top Shelf Image"
|
|
Test on tvOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift#L31
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on tvOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift#L27
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on tvOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift#L21
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on tvOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift#L31
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on tvOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift#L21
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on macOS using Xcode 16.1
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: mxcl/xcodebuild@d3ee9b419c1be9a988086c58fe0988f32d99cfc5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test on macOS using Xcode 16.1:
Auth0Tests/LoggerSpec.swift#L8
stored property 'loggedMessages' of 'Sendable'-conforming class 'MockLoggingService' is mutable; this is an error in the Swift 6 language mode
|
|
Test on macOS using Xcode 16.1:
Auth0Tests/BioAuthenticationSpec.swift#L88
mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
|
|
Test on macOS using Xcode 16.1:
Auth0Tests/BioAuthenticationSpec.swift#L81
mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
|
|
Test on macOS using Xcode 16.1:
Auth0Tests/BioAuthenticationSpec.swift#L74
mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
|
|
Test on macOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift#L31
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on macOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift#L27
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on macOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift#L21
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on macOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift#L31
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on macOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift#L21
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on macOS using Xcode 16.1:
Auth0/Auth0WebAuth.swift#L398
variable 'components' was never mutated; consider changing to 'let' constant
|
|
Test on iOS using Xcode 16.1
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: mxcl/xcodebuild@d3ee9b419c1be9a988086c58fe0988f32d99cfc5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test on iOS using Xcode 16.1:
Auth0Tests/IDTokenValidatorMocks.swift#L26
non-final class 'SpyThreadingIDTokenSignatureValidator' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
|
|
Test on iOS using Xcode 16.1:
Auth0Tests/Mocks.swift#L35
'nonisolated' can not be applied to variable with non-'Sendable' type 'any DPoPPrivateKey'; this is an error in the Swift 6 language mode
|
|
Test on iOS using Xcode 16.1:
Auth0/UIWindow+TopViewController.swift#L15
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
|
|
Test on iOS using Xcode 16.1:
Auth0/Auth0WebAuth.swift#L398
variable 'components' was never mutated; consider changing to 'let' constant
|
|
Test on iOS using Xcode 16.1:
Auth0/MobileWebAuth.swift#L29
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
|
|
Test on iOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/TOTPEnrollmentChallenge.swift#L31
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on iOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/RecoveryCodeEnrollmentChallenge.swift#L27
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on iOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/EmailEnrollmentChallenge.swift#L21
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on iOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/PushEnrollmentChallenge.swift#L31
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on iOS using Xcode 16.1:
Auth0/MyAccount/AuthenticationMethods/PhoneEnrollmentChallenge.swift#L21
immutable value 'authenticationMethodId' was never used; consider replacing with '_' or removing it
|
|
Test on tvOS using Xcode 16.1
Test run with 23 tests passed after 0.035 seconds
|
|
Test on macOS using Xcode 16.1
Test run with 23 tests passed after 0.328 seconds
|
|
Test on iOS using Xcode 16.1
Test run with 23 tests passed after 0.167 seconds
|