Skip to content

[Auth] Remove AuthBackend singleton #4625

[Auth] Remove AuthBackend singleton

[Auth] Remove AuthBackend singleton #4625

Triggered via pull request November 1, 2024 15:37
Status Failure
Total duration 24m 19s
Artifacts

auth.yml

on: pull_request
spm-package-resolved
1m 17s
spm-package-resolved
Matrix: pod-lib-lint
Matrix: pod-lib-lint-xc16
Matrix: integration-tests
Matrix: spm
Matrix: auth-cron-only
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 99 warnings
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L484
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L513
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L484
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L513
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L484
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L513
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (SwiftApiTests)
Final attempt failed. Child_process exited with error code 1
integration-tests (ObjCApiTests)
The job was canceled because "SwiftApiTests" failed.
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L484
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L513
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L484
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L513
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L484
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L513
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (ObjCApiTests)
The operation was canceled.
integration-tests (AuthenticationExampleUITests)
The job was canceled because "SwiftApiTests" failed.
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L484
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L513
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L484
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L513
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L484
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L513
instance member 'call' cannot be used on type 'AuthBackend'; did you mean to use a value of this type instead?
integration-tests (AuthenticationExampleUITests)
The operation was canceled.
pod-lib-lint-xc16 (FirebaseAuth.podspec, ios, macos-15, Xcode_16)
Final attempt failed. Child_process exited with error code 1
pod-lib-lint (FirebaseAuth.podspec, ios, macos-14, Xcode_15.2)
Final attempt failed. Child_process exited with error code 1
spm-package-resolved
Cache save failed.
catalyst
The following actions use a deprecated Node.js version and will be forced to run on node20: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
spm (macos-15, Xcode_16, macOS spmbuildonly): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L474
'provider(providerID:)' is deprecated: Use `provider(providerID: AuthProviderID) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, macOS spmbuildonly): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L475
'provider(providerID:auth:)' is deprecated: Use `provider(providerID: AuthProviderID, auth: Auth) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, macOS spmbuildonly): FirebaseAuth/Tests/Unit/UserTests.swift#L416
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, macOS spmbuildonly): FirebaseAuth/Tests/Unit/UserTests.swift#L442
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, macOS spmbuildonly): FirebaseAuth/Tests/Unit/UserTests.swift#L1635
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, macOS spmbuildonly): FirebaseAuth/Tests/Unit/AuthTests.swift#L90
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, macOS spmbuildonly): FirebaseAuth/Tests/Unit/AuthTests.swift#L111
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, tvOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L474
'provider(providerID:)' is deprecated: Use `provider(providerID: AuthProviderID) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, tvOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L475
'provider(providerID:auth:)' is deprecated: Use `provider(providerID: AuthProviderID, auth: Auth) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, tvOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L416
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, tvOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L442
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, tvOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L1635
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, tvOS spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L90
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, tvOS spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L111
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, watchOS spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L90
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, watchOS spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L111
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, watchOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L474
'provider(providerID:)' is deprecated: Use `provider(providerID: AuthProviderID) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, watchOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L475
'provider(providerID:auth:)' is deprecated: Use `provider(providerID: AuthProviderID, auth: Auth) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, watchOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L416
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, watchOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L442
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, watchOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L1635
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, visionOS spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L90
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, visionOS spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L111
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, visionOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L474
'provider(providerID:)' is deprecated: Use `provider(providerID: AuthProviderID) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, visionOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L475
'provider(providerID:auth:)' is deprecated: Use `provider(providerID: AuthProviderID, auth: Auth) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, visionOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L416
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, visionOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L442
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, visionOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L1635
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, iOS spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L90
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, iOS spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L111
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L474
'provider(providerID:)' is deprecated: Use `provider(providerID: AuthProviderID) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L475
'provider(providerID:auth:)' is deprecated: Use `provider(providerID: AuthProviderID, auth: Auth) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L483
'credential(withProviderID:idToken:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-15, Xcode_16, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L490
'credential(withProviderID:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, accessToken: String) -> OAuthCredential` instead.
spm (macos-15, Xcode_16, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L494
'credential(withProviderID:idToken:rawNonce:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, rawNonce: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-15, Xcode_16, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L501
'credential(withProviderID:idToken:rawNonce:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, rawNonce: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-15, Xcode_16, iOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L416
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, iOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L442
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, catalyst spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L90
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, catalyst spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L111
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-15, Xcode_16, catalyst spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L474
'provider(providerID:)' is deprecated: Use `provider(providerID: AuthProviderID) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, catalyst spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L475
'provider(providerID:auth:)' is deprecated: Use `provider(providerID: AuthProviderID, auth: Auth) -> OAuthProvider` instead.
spm (macos-15, Xcode_16, catalyst spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L483
'credential(withProviderID:idToken:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-15, Xcode_16, catalyst spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L490
'credential(withProviderID:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, accessToken: String) -> OAuthCredential` instead.
spm (macos-15, Xcode_16, catalyst spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L494
'credential(withProviderID:idToken:rawNonce:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, rawNonce: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-15, Xcode_16, catalyst spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L501
'credential(withProviderID:idToken:rawNonce:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, rawNonce: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-15, Xcode_16, catalyst spm): FirebaseAuth/Tests/Unit/UserTests.swift#L416
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-15, Xcode_16, catalyst spm): FirebaseAuth/Tests/Unit/UserTests.swift#L442
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-13, Xcode_15.2, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L474
'provider(providerID:)' is deprecated: Use `provider(providerID: AuthProviderID) -> OAuthProvider` instead.
spm (macos-13, Xcode_15.2, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L475
'provider(providerID:auth:)' is deprecated: Use `provider(providerID: AuthProviderID, auth: Auth) -> OAuthProvider` instead.
spm (macos-13, Xcode_15.2, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L483
'credential(withProviderID:idToken:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-13, Xcode_15.2, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L490
'credential(withProviderID:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, accessToken: String) -> OAuthCredential` instead.
spm (macos-13, Xcode_15.2, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L494
'credential(withProviderID:idToken:rawNonce:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, rawNonce: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-13, Xcode_15.2, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L501
'credential(withProviderID:idToken:rawNonce:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, rawNonce: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-13, Xcode_15.2, iOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L416
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-13, Xcode_15.2, iOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L442
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-13, Xcode_15.2, iOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L1635
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-13, Xcode_15.2, iOS spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L90
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/UserViewController.swift#L179
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
integration-tests (SwiftApiTests)
Attempt 1 failed. Reason: Child_process exited with error code 1
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/UserViewController.swift#L179
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
integration-tests (SwiftApiTests)
Attempt 2 failed. Reason: Child_process exited with error code 1
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/UserViewController.swift#L179
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/UserViewController.swift#L179
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
integration-tests (ObjCApiTests)
Attempt 1 failed. Reason: Child_process exited with error code 1
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/ObjCApiTests/CustomAuthTests.m#L182
'updateEmail:completion:' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead. [-Wdeprecated-declarations]
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/UserViewController.swift#L179
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
integration-tests (ObjCApiTests)
Attempt 2 failed. Reason: Child_process exited with error code 1
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/UserViewController.swift#L179
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
integration-tests (AuthenticationExampleUITests)
Attempt 1 failed. Reason: Child_process exited with error code 1
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (AuthenticationExampleUITests)
Attempt 2 failed. Reason: Child_process exited with error code 1
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
spm (macos-14, Xcode_15.4, iOS spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L90
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-14, Xcode_15.4, iOS spm): FirebaseAuth/Tests/Unit/AuthTests.swift#L111
'fetchSignInMethods(forEmail:completion:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
spm (macos-14, Xcode_15.4, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L474
'provider(providerID:)' is deprecated: Use `provider(providerID: AuthProviderID) -> OAuthProvider` instead.
spm (macos-14, Xcode_15.4, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L475
'provider(providerID:auth:)' is deprecated: Use `provider(providerID: AuthProviderID, auth: Auth) -> OAuthProvider` instead.
spm (macos-14, Xcode_15.4, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L483
'credential(withProviderID:idToken:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-14, Xcode_15.4, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L490
'credential(withProviderID:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, accessToken: String) -> OAuthCredential` instead.
spm (macos-14, Xcode_15.4, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L494
'credential(withProviderID:idToken:rawNonce:accessToken:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, rawNonce: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-14, Xcode_15.4, iOS spm): FirebaseAuth/Tests/Unit/SwiftAPI.swift#L501
'credential(withProviderID:idToken:rawNonce:)' is deprecated: Use `credential(providerID: AuthProviderID, idToken: String, rawNonce: String, accessToken: String? = nil) -> OAuthCredential` instead.
spm (macos-14, Xcode_15.4, iOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L416
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
spm (macos-14, Xcode_15.4, iOS spm): FirebaseAuth/Tests/Unit/UserTests.swift#L442
'updateEmail(to:completion:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
pod-lib-lint-xc16 (FirebaseAuth.podspec, ios, macos-15, Xcode_16)
Attempt 1 failed. Reason: Child_process exited with error code 1
pod-lib-lint-xc16 (FirebaseAuth.podspec, ios, macos-15, Xcode_16)
Attempt 2 failed. Reason: Child_process exited with error code 1
pod-lib-lint (FirebaseAuth.podspec, ios, macos-14, Xcode_15.2)
Attempt 1 failed. Reason: Child_process exited with error code 1
pod-lib-lint (FirebaseAuth.podspec, ios, macos-14, Xcode_15.2)
Attempt 2 failed. Reason: Child_process exited with error code 1