Skip to content

[cloud_firestore]: Lots of warnings generated when running on macos #12926

@OutdatedGuy

Description

@OutdatedGuy

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Database

Which platforms are affected?

macOS

Description

Lots of warning generated when running on macOS platform in debug mode using cloud_firestore dependency.

Reproducing the issue

Just create a new flutter project, add cloud_firestore dependency and run on macOS in debug mode.

Firebase Core version

3.0.0

Flutter Version

3.22.2

Relevant Log Output

Launching lib/main.dart on macOS in debug mode...
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00006000-000D20B21451801F, name:My Mac }
{ platform:macOS, arch:x86_64, id:00006000-000D20B21451801F, name:My Mac }
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: ignoring duplicate libraries: '-lc++'
/Users/user/firebase_pagination/example/macos/Pods/FirebaseFirestoreInternal/Firestore/core/src/local/local_store.cc:589:24: warning: implicit conversion loses integer precision: 'typename std::enable_if<!std::is_same<void, decltype(block())>::value, decltype(block())>::type' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  return persistence_->Run("Backfill Indexes", [&] {
  ~~~~~~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
ld: warning: ignoring duplicate libraries: '-lc++'
In file included from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FirestorePigeonParser.m:5:
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:13:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
             _Nullable
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
             _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
                           _Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
                                                                           _Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
                                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
                        _Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
                        _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
                                                                  _Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
                                                                  _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:27:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
                                    _Nullable
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
                                    _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:28:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
                                                           _Nullable
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
                         _Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
                         _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
                                                                     _Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
                                                                     _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
                           _Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
                                                                           _Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
                                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
                            _Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
                            _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
                                                                             _Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
                                                                             _Nonnull
13 warnings generated.
In file included from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTTransactionStreamHandler.m:10:
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:13:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
             _Nullable
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
             _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
                           _Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
                                                                           _Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
                                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
                        _Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
                        _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
                                                                  _Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
                                                                  _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:27:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
                                    _Nullable
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
                                    _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:28:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
                                                           _Nullable
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
                         _Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
                         _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
                                                                     _Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
                                                                     _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
                           _Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
                                                                           _Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
                                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
                            _Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
                            _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
                                                                             _Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
                                                                             _Nonnull
13 warnings generated.
In file included from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTQuerySnapshotStreamHandler.m:10:
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:13:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
             _Nullable
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
             _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
                           _Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
                                                                           _Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
                                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
                        _Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
                        _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
                                                                  _Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
                                                                  _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:27:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
                                    _Nullable
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
                                    _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:28:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
                                                           _Nullable
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
                         _Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
                         _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
                                                                     _Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
                                                                     _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
                           _Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
                                                                           _Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
                                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
                            _Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
                            _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
                                                                             _Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
                                                                             _Nonnull
13 warnings generated.
In file included from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTFirebaseFirestorePlugin.m:16:
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:13:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
             _Nullable
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
             _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
                           _Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
                                                                           _Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
                                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
                        _Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
                        _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
                                                                  _Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
                                                                  _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:27:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
                                    _Nullable
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
                                    _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:28:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
                                                           _Nullable
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
                         _Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
                         _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
                                                                     _Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
                                                                     _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
                           _Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
                                                                           _Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
                                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
                            _Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
                            _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
                                                                             _Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
                                                                             _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTFirebaseFirestorePlugin.m:559:14: warning: 'setIndexConfigurationFromJSON:completion:' is deprecated: Instead of creating cache indexes manually, consider using `PersistentCacheIndexManager.enableIndexAutoCreation()` to let the SDK decide whether to create cache indexes for queries running locally. [-Wdeprecated-declarations]
  [firestore setIndexConfigurationFromJSON:indexConfiguration
             ^
In module 'FirebaseFirestore' imported from /Users/user/firebase_pagination/example/macos/Pods/Headers/Public/Firebase/Firebase.h:50:
In module 'FirebaseFirestoreInternal' imported from /Users/user/firebase_pagination/example/macos/Pods/FirebaseFirestore/FirebaseFirestoreInternal/FirebaseFirestore/FIRAggregateField.h:15:
    NS_SWIFT_NAME(setIndexConfiguration(_:completion:)) DEPRECATED_MSG_ATTRIBUTE(
                                                        ^
In module 'Darwin' imported from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTFirebaseFirestorePlugin.m:8:
            #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
                                                               ^
14 warnings generated.
In file included from /Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/FLTDocumentSnapshotStreamHandler.m:10:
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:13:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
             _Nullable
+ (FIRQuery *)parseQueryWithParameters:(nonnull PigeonQueryParameters *)parameters
            ^
             _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
                           _Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                          ^
                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:22:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
                                                                           _Nullable
+ (PigeonDocumentSnapshot *)toPigeonDocumentSnapshot:(FIRDocumentSnapshot *)documentSnapshot
                                                                          ^
                                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
                        _Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                       ^
                        _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:25:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
                                                                  _Nullable
+ (PigeonQuerySnapshot *)toPigeonQuerySnapshot:(FIRQuerySnapshot *)querySnaphot
                                                                 ^
                                                                  _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:27:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
                                    _Nullable
+ (NSArray<PigeonDocumentChange *> *)
                                   ^
                                    _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:28:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
                                                           _Nullable
    toPigeonDocumentChanges:(NSArray<FIRDocumentChange *> *)documentChanges
                                                          ^
                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
                         _Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                        ^
                         _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:30:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
                                                                     _Nullable
+ (PigeonDocumentChange *)toPigeonDocumentChange:(FIRDocumentChange *)documentChange
                                                                    ^
                                                                     _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
                           _Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                          ^
                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:33:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
                                                                           _Nullable
+ (PigeonSnapshotMetadata *)toPigeonSnapshotMetadata:(FIRSnapshotMetadata *)snapshotMetadata;
                                                                          ^
                                                                           _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
                            _Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                           ^
                            _Nonnull
/Users/user/.pub-cache/hosted/pub.dev/cloud_firestore-5.0.0/macos/Classes/Private/FirestorePigeonParser.h:35:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
                                                                             _Nullable
+ (NSArray<FIRFieldPath *> *)parseFieldPath:(NSArray<NSArray<NSString *> *> *)fieldPaths;
                                                                            ^
                                                                             _Nonnull
13 warnings generated.
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'nanopb-nanopb_Privacy' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'nanopb' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'gRPC-Core-grpc' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'gRPC-Core' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'gRPC-Core' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'gRPC-C++-grpcpp' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'gRPC-C++-gRPCCertificates-Cpp' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'gRPC-C++' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'gRPC-C++' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'abseil-xcprivacy' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'abseil' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'abseil' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'PromisesObjC-FBLPromises_Privacy' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'PromisesObjC' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'GoogleUtilities-GoogleUtilities_Privacy' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'GoogleUtilities' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'BoringSSL-GRPC-openssl_grpc' from project 'Pods')
/Users/user/firebase_pagination/example/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 14.5.99. (in target 'BoringSSL-GRPC' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'BoringSSL-GRPC' from project 'Pods')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Flutter Assemble' from project 'Runner')

✓ Built build/macos/Build/Products/Debug/firebase_pagination_example.app
[IMPORTANT:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.mm(66)] Using the Skia rendering backend (Metal).
2024-06-07 20:02:40.397 firebase_pagination_example[54693:10051938] WARNING: Secure coding is automatically enabled for restorable state! However, not on all supported macOS versions of this application. Opt-in to secure coding explicitly by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState:.
Connecting to VM Service at ws://127.0.0.1:59392/45f3Ic0_hO8=/ws
Application finished.

Exited.

Flutter dependencies

Expand Flutter dependencies snippet
Dart SDK 3.4.3
Flutter SDK 3.22.2
firebase_pagination_example 0.0.0

dependencies:
- cloud_firestore 5.0.0 [cloud_firestore_platform_interface cloud_firestore_web collection firebase_core firebase_core_platform_interface flutter meta]
- firebase_core 3.0.0 [firebase_core_platform_interface firebase_core_web flutter meta]
- firebase_database 11.0.0 [firebase_core firebase_core_platform_interface firebase_database_platform_interface firebase_database_web flutter]
- firebase_pagination 3.1.0 [cloud_firestore firebase_database flutter]
- flutter 0.0.0 [characters collection material_color_utilities meta vector_math sky_engine]

dev dependencies:
- flutter_lints 4.0.0 [lints]

transitive dependencies:
- _flutterfire_internals 1.3.36 [collection firebase_core firebase_core_platform_interface flutter meta]
- async 2.11.0 [collection meta]
- boolean_selector 2.1.1 [source_span string_scanner]
- characters 1.3.0
- clock 1.1.1
- cloud_firestore_platform_interface 6.2.6 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface]
- cloud_firestore_web 4.0.0 [_flutterfire_internals cloud_firestore_platform_interface collection firebase_core firebase_core_web flutter flutter_web_plugins]
- collection 1.18.0
- fake_async 1.3.1 [clock collection]
- firebase_core_platform_interface 5.0.0 [collection flutter flutter_test meta plugin_platform_interface]
- firebase_core_web 2.17.1 [firebase_core_platform_interface flutter flutter_web_plugins meta web]
- firebase_database_platform_interface 0.2.5+36 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface]
- firebase_database_web 0.2.5+8 [firebase_core firebase_core_web firebase_database_platform_interface flutter flutter_web_plugins]
- flutter_test 0.0.0 [flutter test_api matcher path fake_async clock stack_trace vector_math leak_tracker_flutter_testing async boolean_selector characters collection leak_tracker leak_tracker_testing material_color_utilities meta source_span stream_channel string_scanner term_glyph vm_service]
- flutter_web_plugins 0.0.0 [flutter characters collection material_color_utilities meta vector_math]
- leak_tracker 10.0.4 [clock collection meta path vm_service]
- leak_tracker_flutter_testing 3.0.3 [flutter leak_tracker leak_tracker_testing matcher meta]
- leak_tracker_testing 3.0.1 [leak_tracker matcher meta]
- lints 4.0.0
- matcher 0.12.16+1 [async meta stack_trace term_glyph test_api]
- material_color_utilities 0.8.0 [collection]
- meta 1.12.0
- path 1.9.0
- plugin_platform_interface 2.1.8 [meta]
- sky_engine 0.0.99
- source_span 1.10.0 [collection path term_glyph]
- stack_trace 1.11.1 [path]
- stream_channel 2.1.2 [async]
- string_scanner 1.2.0 [source_span]
- term_glyph 1.2.1
- test_api 0.7.0 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph]
- vector_math 2.1.4
- vm_service 14.2.1
- web 0.5.1

Additional context and comments

No response

Metadata

Metadata

Assignees

Labels

Needs AttentionThis issue needs maintainer attention.platform: iosIssues / PRs which are specifically for iOS.platform: macosIssues / PRs which are specifically for MacOS.plugin: cloud_firestoreresolution: fixedA fix has been merged or is pending merge from a PR.type: enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions