add Sendable to AuthDataResult #4962
Annotations
6 warnings
Run nick-fields/retry@v3:
FirebaseAuth/Sources/Swift/Auth/AuthDataResult.swift#L25
non-final class 'AuthDataResult' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
|
Run nick-fields/retry@v3:
FirebaseAuth/Sources/Swift/Auth/AuthDataResult.swift#L27
stored property 'user' of 'Sendable'-conforming class 'AuthDataResult' has non-sendable type 'User'; this is an error in the Swift 6 language mode
|
Run nick-fields/retry@v3:
FirebaseAuth/Sources/Swift/Auth/AuthDataResult.swift#L30
stored property 'additionalUserInfo' of 'Sendable'-conforming class 'AuthDataResult' has non-sendable type 'AdditionalUserInfo?'; this is an error in the Swift 6 language mode
|
Run nick-fields/retry@v3:
FirebaseAuth/Sources/Swift/Auth/AuthDataResult.swift#L25
non-final class 'AuthDataResult' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
|
Run nick-fields/retry@v3:
FirebaseAuth/Sources/Swift/Auth/AuthDataResult.swift#L27
stored property 'user' of 'Sendable'-conforming class 'AuthDataResult' has non-sendable type 'User'; this is an error in the Swift 6 language mode
|
Run nick-fields/retry@v3:
FirebaseAuth/Sources/Swift/Auth/AuthDataResult.swift#L30
stored property 'additionalUserInfo' of 'Sendable'-conforming class 'AuthDataResult' has non-sendable type 'AdditionalUserInfo?'; this is an error in the Swift 6 language mode
|
Loading