Skip to content

feat: API clients will now return Requestable type instead of Request making writing tests easy #839

feat: API clients will now return Requestable type instead of Request making writing tests easy

feat: API clients will now return Requestable type instead of Request making writing tests easy #839

Re-run triggered March 5, 2026 04:06
Status Success
Total duration 5m 34s
Artifacts 1

main.yml

on: pull_request
Lint code with SwiftLint
19s
Lint code with SwiftLint
Matrix: pod-lint
Matrix: test-package
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
Test on iOS using Xcode 16.1: Auth0Tests/IDTokenValidatorMocks.swift#L27
stored property 'didExecuteInWorkerThread' of 'Sendable'-conforming class 'SpyThreadingIDTokenSignatureValidator' is mutable; this is an error in the Swift 6 language mode
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: App/ContentViewModel.swift#L34
initialization of immutable value 'credentials' was never used; consider replacing with assignment to '_' or removing it
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/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 iOS using Xcode 16.1
Test run with 22 tests passed after 0.058 seconds