add Sendable to AuthDataResult #4962
Annotations
10 warnings
Run nick-fields/retry@v3:
FirebaseAuth/Sources/Swift/Auth/AuthDataResult.swift#L25
non-final class 'AuthDataResult' cannot conform to 'Sendable'; use '@unchecked Sendable'
|
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'
|
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?'
|
Run nick-fields/retry@v3:
FirebaseAuth/Sources/Swift/Auth/AuthDataResult.swift#L25
non-final class 'AuthDataResult' cannot conform to 'Sendable'; use '@unchecked Sendable'
|
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'
|
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?'
|
Run nick-fields/retry@v3:
FirebaseAuth/Sources/Swift/Auth/AuthDataResult.swift#L25
non-final class 'AuthDataResult' cannot conform to 'Sendable'; use '@unchecked Sendable'
|
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'
|
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?'
|
Run nick-fields/retry@v3:
FirebaseAuth/Sources/Swift/Auth/AuthDataResult.swift#L25
non-final class 'AuthDataResult' cannot conform to 'Sendable'; use '@unchecked Sendable'
|
Loading