aboutyou / dart_packages

Dart and Flutter plugins maintained and used by @ABOUTYOU
220 stars 149 forks source link

Error with Apple Sign in adding to Pubspec.yaml using Flutter #142

Closed elvisrams closed 4 years ago

elvisrams commented 4 years ago

I get the following error when I add apple_sign_in: 2.5.2 to my Flutter project. It failed on multiple versions of Flutter. See the screenshot of the flutter doctor results.

error: the following command failed with exit code 0 but produced no further output
    CompileC
    /Users/evanramsey/Library/Developer/Xcode/DerivedData/Runner-enaosidwsnsjpegagutqbxjsttup/Build/Intermediates.noindex/Pods.build/Release-iphoneos/FMDB.build/Obj
    ects-normal/arm64/FMDatabase.o /Users/evanramsey/yedi/ios/Pods/FMDB/src/fmdb/FMDatabase.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    /Users/evanramsey/desktop/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.16.0/ios/Classes/FLTFirebaseAuthPlugin.m:171:40: warning: incompatible
    pointer to integer conversion assigning to 'BOOL' (aka 'signed char') from 'id _Nullable' [-Wint-conversion]
        actionCodeSettings.handleCodeInApp = call.arguments[@"handleCodeInApp"];
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/evanramsey/desktop/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.16.0/ios/Classes/FLTFirebaseAuthPlugin.m:174:47: warning: incompatible
    pointer to integer conversion sending 'id _Nullable' to parameter of type 'BOOL' (aka 'signed char') [-Wint-conversion]
                            installIfNotAvailable:call.arguments[@"androidInstallIfNotAvailable"]
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In file included from /Users/evanramsey/desktop/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.16.0/ios/Classes/FLTFirebaseAuthPlugin.m:8:
    In file included from /Users/evanramsey/yedi/ios/Pods/Headers/Private/Firebase/Firebase.h:26:
    In file included from /Users/evanramsey/yedi/ios/Pods/Headers/Private/FirebaseAuth/FirebaseAuth.h:19:
    /Users/evanramsey/yedi/ios/Pods/Headers/Private/FirebaseAuth/FIRActionCodeSettings.h:84:37: note: passing argument to parameter 'installIfNotAvailable' here
            installIfNotAvailable:(BOOL)installIfNotAvailable
                                        ^
    /Users/evanramsey/desktop/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.16.0/ios/Classes/FLTFirebaseAuthPlugin.m:77:1: warning: conflicting return
    type in implementation of 'application:didReceiveRemoteNotification:fetchCompletionHandler:': 'BOOL' (aka 'signed char') vs 'bool' [-Wmismatched-return-types]
    - (bool)application:(UIApplication *)application
    ^  ~~~~
    In module 'Flutter' imported from
    /Users/evanramsey/desktop/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.16.0/ios/Classes/FLTFirebaseAuthPlugin.h:5:
    /Users/evanramsey/yedi/ios/Flutter/Flutter.framework/Headers/FlutterPlugin.h:91:1: note: previous definition is here
    - (BOOL)application:(UIApplication*)application
    ^  ~~~~
    3 warnings generated.
    ld: warning: Could not find or use auto-linked library 'swiftObjectiveC'
    ld: warning: Could not find or use auto-linked library 'swiftCoreGraphics'
    ld: warning: Could not find or use auto-linked library 'swiftCore'
    ld: warning: Could not find or use auto-linked library 'swiftQuartzCore'
    ld: warning: Could not find or use auto-linked library 'swiftCoreFoundation'
    ld: warning: Could not find or use auto-linked library 'swiftCompatibility50'
    ld: warning: Could not find or use auto-linked library 'swiftDarwin'
    ld: warning: Could not find or use auto-linked library 'swiftUIKit'
    ld: warning: Could not find or use auto-linked library 'swiftFoundation'
    ld: warning: Could not find or use auto-linked library 'swiftCoreImage'
    ld: warning: Could not find or use auto-linked library 'swiftCompatibilityDynamicReplacements'
    ld: warning: Could not find or use auto-linked library 'swiftMetal'
    ld: warning: Could not find or use auto-linked library 'swiftDispatch'
    ld: warning: Could not find or use auto-linked library 'swiftCoreMedia'
    ld: warning: Could not find or use auto-linked library 'swiftCoreAudio'
    Undefined symbols for architecture armv7:
      "Swift._stdlib_isOSVersionAtLeast(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1", referenced from:
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SwiftSignInWithApplePlugin.register(with: __C.FlutterPluginRegistrar) -> ()
          in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      "__swiftEmptyDictionarySingleton", referenced from:
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String?> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "__swiftEmptyArrayStorage", referenced from:
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationScope>> of (extension in
          Swift):Swift._ArrayBufferProtocol._forceCreateUniqueMutableBuffer(countForNewBuffer: Swift.Int, minNewCapacity: Swift.Int) ->
          Swift._ContiguousArrayBuffer<A.Element> in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[2] = Dead> of generic specialization <__C.ASAuthorizationRequest> of
          Swift._ContiguousArrayBuffer.init(_uninitializedCount: Swift.Int, minimumCapacity: Swift.Int) -> Swift._ContiguousArrayBuffer<A> in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[2] = Dead> of generic specialization <Swift.UInt8> of Swift._ContiguousArrayBuffer.init(_uninitializedCount:
          Swift.Int, minimumCapacity: Swift.Int) -> Swift._ContiguousArrayBuffer<A> in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in
          _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol conformance descriptor for Swift.Int : Swift.FixedWidthInteger in Swift", referenced from:
          lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "type metadata for Any", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "type metadata for Swift.Int", referenced from:
          lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "type metadata for Swift.Bool", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleUnavailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          function signature specialization <Arg[1] = Dead, Arg[2] = Owned To Guaranteed> of function signature specialization <Arg[1] = [Closure Propagated :
          reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.Optional<Swift.AnyObject>) -> () to @escaping
          @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?)
          -> ()]> of sign_in_with_apple.SignInWithAppleUnavailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      "_swift_deletedMethodError", referenced from:
          type metadata for sign_in_with_apple.SignInWithAppleAvailablePlugin in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          type metadata for sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "associated type descriptor for Swift._ObjectiveCBridgeable._ObjectiveCType", referenced from:
          _got.$s15_ObjectiveCTypes01_A11CBridgeablePTl in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift._HasCustomAnyHashableRepresentation", referenced from:
          _got.$ss20_SwiftNewtypeWrapperPs35_HasCustomAnyHashableRepresentationTb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift.RawRepresentable", referenced from:
          _got.$ss20_SwiftNewtypeWrapperPSYTb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift._SwiftNewtypeWrapper", referenced from:
          _got.$ss20_SwiftNewtypeWrapperMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift._HasCustomAnyHashableRepresentation", referenced from:
          _got.$ss35_HasCustomAnyHashableRepresentationMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Foundation._BridgedStoredNSError.init(_nsError: __C.NSError) -> A", referenced from:
          _got.$s10Foundation21_BridgedStoredNSErrorP8_nsErrorxSo0D0C_tcfCTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "associated type descriptor for Foundation._BridgedStoredNSError.Code", referenced from:
          _got.$s4Code10Foundation21_BridgedStoredNSErrorPTl in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Foundation._BridgedStoredNSError: Swift.Hashable", referenced from:
          _got.$s10Foundation21_BridgedStoredNSErrorPSHTb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Foundation._BridgedStoredNSError: Foundation.CustomNSError", referenced from:
          _got.$s10Foundation21_BridgedStoredNSErrorPAA06CustomD0Tb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Foundation._ObjectiveCBridgeableError.init(_bridgedNSError: __shared __C.NSError) -> A?", referenced from:
          _got.$s10Foundation26_ObjectiveCBridgeableErrorP15_bridgedNSErrorxSgSo0F0Ch_tcfCTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Foundation._ObjectiveCBridgeableError: Swift.Error", referenced from:
          _got.$s10Foundation26_ObjectiveCBridgeableErrorPs0D0Tb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
          _got.$sSH13_rawHashValue4seedS2i_tFTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.Hashable.hash(into: inout Swift.Hasher) -> ()", referenced from:
          _got.$sSH4hash4intoys6HasherVz_tFTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.Hashable.hashValue.getter : Swift.Int", referenced from:
          _got.$sSH9hashValueSivgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Swift.Hashable: Swift.Equatable", referenced from:
          _got.$sSHSQTb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "static Foundation.PersonNameComponents._unconditionallyBridgeFromObjectiveC(__C.NSPersonNameComponents?) -> Foundation.PersonNameComponents", referenced
      from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
          _got.$ss5ErrorP19_getEmbeddedNSErroryXlSgyFTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
          _got.$ss5ErrorP9_userInfoyXlSgvgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.RawRepresentable.rawValue.getter : A.RawValue", referenced from:
          _got.$sSY8rawValue03RawB0QzvgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for static Swift._ObjectiveCBridgeable._conditionallyBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> Swift.Bool",
      referenced from:
          _got.$ss21_ObjectiveCBridgeableP024_conditionallyBridgeFromA1C_6resultSb01_A5CTypeQz_xSgztFZTq in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_errorRetain", referenced from:
          closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.RawRepresentable.init(rawValue: A.RawValue) -> A?", referenced from:
          _got.$sSY8rawValuexSg03RawB0Qz_tcfCTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "associated type descriptor for Swift.RawRepresentable.RawValue", referenced from:
          _got.$s8RawValueSYTl in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "__swift_FORCE_LOAD_$_swiftCompatibility50", referenced from:
          __swift_FORCE_LOAD_$_swiftCompatibility50_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          __swift_FORCE_LOAD_$_swiftCompatibility50_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          __swift_FORCE_LOAD_$_swiftCompatibility50_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
          __swift_FORCE_LOAD_$_swiftCompatibility50_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
         (maybe you meant: __swift_FORCE_LOAD_$_swiftCompatibility50_$_sign_in_with_apple)
      "method descriptor for Swift.Error._domain.getter : Swift.String", referenced from:
          _got.$ss5ErrorP7_domainSSvgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift.RawRepresentable", referenced from:
          _got.$sSYMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "associated type descriptor for Foundation._ErrorCodeProtocol._ErrorType", referenced from:
          _got.$s10_ErrorType10Foundation01_A12CodeProtocolPTl in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol witness table for Swift.DefaultStringInterpolation : Swift.TextOutputStream in Swift", referenced from:
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
      "associated conformance descriptor for Foundation._ErrorCodeProtocol.Foundation._ErrorCodeProtocol._ErrorType: Foundation._BridgedStoredNSError", referenced
      from:
          _got.$s10Foundation18_ErrorCodeProtocolP01_B4TypeAC_AA21_BridgedStoredNSErrorTn in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift.Equatable", referenced from:
          _got.$sSQMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Foundation._ErrorCodeProtocol", referenced from:
          _got.$s10Foundation18_ErrorCodeProtocolMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift._ObjectiveCBridgeable", referenced from:
          _got.$ss21_ObjectiveCBridgeableMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "nominal type descriptor for Swift.UInt8", referenced from:
          _got.$ss5UInt8VMn in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift.Hashable", referenced from:
          _got.$sSHMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "nominal type descriptor for Swift._DictionaryStorage", referenced from:
          _got.$ss18_DictionaryStorageCMn in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType", referenced from:
          _got.$ss21_ObjectiveCBridgeableP09_bridgeToA1C01_A5CTypeQzyFTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift.Error", referenced from:
          _got.$ss5ErrorMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "value witness table for Builtin.Int32", referenced from:
          full type metadata for __C.ASAuthorizationError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          full type metadata for __C.ASAuthorizationAppleIDProviderCredentialState in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift._HasContiguousBytes", referenced from:
          _got.$ss19_HasContiguousBytesMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "static (extension in Foundation):Swift.String._conditionallyBridgeFromObjectiveC(_: __C.NSString, result: inout Swift.String?) -> Swift.Bool", referenced
      from:
          function signature specialization <Arg[2] = Dead> of generic specialization <__C.ASAuthorizationScope> of static (extension in
          Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._conditionallyBridgeFromObjectiveC(_: A.RawValue._ObjectiveCType,
          result: inout A?) -> Swift.Bool in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "static (extension in Foundation):Swift.String._forceBridgeFromObjectiveC(_: __C.NSString, result: inout Swift.String?) -> ()", referenced from:
          function signature specialization <Arg[2] = Dead> of generic specialization <__C.ASAuthorizationScope> of static (extension in
          Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._forceBridgeFromObjectiveC(_: A.RawValue._ObjectiveCType, result: inout
          A?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Foundation):Foundation._BridgedStoredNSError.code.getter : A.Code", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Swift._print_unlocked<A, B where B: Swift.TextOutputStream>(A, inout B) -> ()", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
      "type metadata accessor for Foundation.PersonNameComponents", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          outlined init with take of Foundation.PersonNameComponents? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          outlined destroy of Foundation.PersonNameComponents? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "type metadata accessor for Swift.Optional", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          outlined init with take of Foundation.PersonNameComponents? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "associated conformance descriptor for Foundation._BridgedStoredNSError.Foundation._BridgedStoredNSError.Code.Swift.RawRepresentable.RawValue:
      Swift.FixedWidthInteger", referenced from:
          _got.$s10Foundation21_BridgedStoredNSErrorP4CodeAC_8RawValueSYs17FixedWidthIntegerTn in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "nominal type descriptor for Swift._ContiguousArrayStorage", referenced from:
          _got.$ss23_ContiguousArrayStorageCMn in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_getForeignTypeMetadata", referenced from:
          merged type metadata accessor for __C_Synthesized.related decl 'e' for ASAuthorizationError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "type metadata accessor for Foundation.Data.Iterator", referenced from:
          function signature specialization <Arg[1] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in
          _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_dynamicCastObjCClass", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Foundation.PersonNameComponents.givenName.getter : Swift.String?", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_setDeallocating", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_unknownObjectRelease_n", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.Error._code.getter : Swift.Int", referenced from:
          _got.$ss5ErrorP5_codeSivgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_initStackObject", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_getWitnessTable", referenced from:
          merged lazy protocol witness table accessor for type __C.ASAuthorizationError and conformance __C.ASAuthorizationError : Swift.Equatable in
          __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_getObjCClassMetadata", referenced from:
          merged type metadata accessor for __C.NSObject in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          type metadata accessor for __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      "static (extension in Foundation):Swift.Array._unconditionallyBridgeFromObjectiveC(__C.NSArray?) -> [A]", referenced from:
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Swift._StringGuts.grow(Swift.Int) -> ()", referenced from:
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
      "Swift.String.write<A where A: Swift.TextOutputStream>(to: inout A) -> ()", referenced from:
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
      "_swift_allocObject", referenced from:
          static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          @objc static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationScope>> of (extension in
          Swift):Swift._ArrayBufferProtocol._forceCreateUniqueMutableBuffer(countForNewBuffer: Swift.Int, minNewCapacity: Swift.Int) ->
          Swift._ContiguousArrayBuffer<A.Element> in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[2] = Dead> of generic specialization <__C.ASAuthorizationRequest> of
          Swift._ContiguousArrayBuffer.init(_uninitializedCount: Swift.Int, minimumCapacity: Swift.Int) -> Swift._ContiguousArrayBuffer<A> in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          ...
      "type metadata for Foundation.Data", referenced from:
          function signature specialization <Arg[1] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in
          _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for static Foundation.CustomNSError.errorDomain.getter : Swift.String", referenced from:
          _got.$s10Foundation13CustomNSErrorP11errorDomainSSvgZTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Swift.print(_: Any..., separator: Swift.String, terminator: Swift.String) -> ()", referenced from:
          static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          @objc static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          static sign_in_with_apple.SignInWithAppleUnavailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          @objc static sign_in_with_apple.SignInWithAppleUnavailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
          ...
      "Swift._CocoaArrayWrapper._copyContents(subRange: Swift.Range<Swift.Int>, initializing: Swift.UnsafeMutablePointer<Swift.AnyObject>) ->
      Swift.UnsafeMutablePointer<Swift.AnyObject>", referenced from:
          function signature specialization <Arg[2] = Owned To Guaranteed> of generic specialization <__C.ASAuthorizationRequest> of
          Swift._ArrayBuffer._copyContents(subRange: Swift.Range<Swift.Int>, initializing: Swift.UnsafeMutablePointer<A>) -> Swift.UnsafeMutablePointer<A> in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_arrayInitWithCopy", referenced from:
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationScope>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[2] = Owned To Guaranteed> of generic specialization <__C.ASAuthorizationRequest> of
          Swift._ArrayBuffer._copyContents(subRange: Swift.Range<Swift.Int>, initializing: Swift.UnsafeMutablePointer<A>) -> Swift.UnsafeMutablePointer<A> in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_arrayDestroy", referenced from:
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationRequest>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationScope>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_getTypeByMangledNameInContext", referenced from:
          ___swift_instantiateConcreteTypeFromMangledName in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Foundation.PersonNameComponents.familyName.getter : Swift.String?", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Foundation.CustomNSError.errorUserInfo.getter : [Swift.String : Any]", referenced from:
          _got.$s10Foundation13CustomNSErrorP13errorUserInfoSDySSypGvgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Swift._CocoaArrayWrapper.endIndex.getter : Swift.Int", referenced from:
          generic specialization <__C.ASAuthorizationRequest> of Swift.Array._reserveCapacityAssumingUniqueBuffer(oldCount: Swift.Int) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationRequest>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationRequest>> of (extension in
          Swift):Swift._ArrayBufferProtocol._forceCreateUniqueMutableBufferImpl(countForBuffer: Swift.Int, minNewCapacity: Swift.Int, requiredCapacity: Swift.Int)
          -> Swift._ContiguousArrayBuffer<A.Element> in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_deallocObject", referenced from:
          l_objectdestroy in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          l_objectdestroy.4 in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._toCustomAnyHashable() ->
      Swift.AnyHashable?", referenced from:
          protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance __C.ASAuthorizationScope :
          Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Foundation):Foundation._BridgedStoredNSError.hash(into: inout Swift.Hasher) -> ()", referenced from:
          protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError :
          Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError :
          Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Foundation):Foundation._BridgedStoredNSError.errorCode.getter : Swift.Int", referenced from:
          protocol witness for Foundation.CustomNSError.errorCode.getter : Swift.Int in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError :
          Foundation.CustomNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Foundation._BridgedStoredNSError: Foundation._ObjectiveCBridgeableError", referenced from:
          _got.$s10Foundation21_BridgedStoredNSErrorPAA26_ObjectiveCBridgeableErrorTb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Foundation._ObjectiveCBridgeableError", referenced from:
          _got.$s10Foundation26_ObjectiveCBridgeableErrorMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_bridgeObjectRelease_n", referenced from:
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Swift.String.hashValue.getter : Swift.Int", referenced from:
          protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Foundation):Swift.String._bridgeToObjectiveC() -> __C.NSString", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A in conformance
          __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for Swift.RawRepresentable.init(rawValue: A.RawValue) -> A? in conformance __C.ASAuthorizationScope : Swift.RawRepresentable in
          __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[2] = Dead> of generic specialization <__C.ASAuthorizationScope> of static (extension in
          Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._forceBridgeFromObjectiveC(_: A.RawValue._ObjectiveCType, result: inout
          A?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          ...
      "(extension in Swift):Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
          protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError :
          Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "dispatch thunk of Swift._HasContiguousBytes._providesContiguousBytesNoCopy.getter : Swift.Bool", referenced from:
          function signature specialization <Arg[1] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in
          _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_errorRelease", referenced from:
          closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_isUniquelyReferencedNonObjC_nonNull_bridgeObject", referenced from:
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationRequest>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "__swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements", referenced from:
          __swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          __swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          __swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
          __swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
         (maybe you meant: __swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements_$_sign_in_with_apple)
      "static Swift.String._fromUTF8Repairing(Swift.UnsafeBufferPointer<Swift.UInt8>) -> (result: Swift.String, repairsMade: Swift.Bool)", referenced from:
          closure #1 (Swift.UnsafeRawBufferPointer) -> Swift.String in Swift.String.init<A, B where A: Swift.Collection, B: Swift._UnicodeEncoding, A.Element ==
          B.CodeUnit>(decoding: A, as: B.Type) -> Swift.String in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in
          _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "static (extension in Foundation):Foundation._BridgedStoredNSError.== infix(A, A) -> Swift.Bool", referenced from:
          protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError :
          Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Foundation):Foundation._BridgedStoredNSError.init(_bridgedNSError: __C.NSError) -> A?", referenced from:
          protocol witness for Foundation._ObjectiveCBridgeableError.init(_bridgedNSError: __shared __C.NSError) -> A? in conformance __C_Synthesized.related decl
          'e' for ASAuthorizationError : Foundation._ObjectiveCBridgeableError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Foundation):Swift.Error< where A: Foundation.CustomNSError>._domain.getter : Swift.String", referenced from:
          protocol witness for Swift.Error._domain.getter : Swift.String in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in
          __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "value witness table for Builtin.UnknownObject", referenced from:
          full type metadata for __C_Synthesized.related decl 'e' for ASAuthorizationError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          full type metadata for __C.ASAuthorizationScope in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          full type metadata for sign_in_with_apple.SignInWithAppleAvailablePlugin in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          full type metadata for sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          full type metadata for sign_in_with_apple.SignInWithAppleUnavailablePlugin in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          full type metadata for sign_in_with_apple.SwiftSignInWithApplePlugin in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      "__swift_stdlib_reportUnimplementedInitializer", referenced from:
          @objc sign_in_with_apple.SignInWithAppleAuthorizationController.init() -> sign_in_with_apple.SignInWithAppleAuthorizationController in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in ObjectiveC):__C.NSObject.hashValue.getter : Swift.Int", referenced from:
          protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Hashable
          in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_getInitializedObjCClass", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          merged type metadata accessor for __C.NSObject in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          merged type metadata accessor for sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          type metadata accessor for __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          ...
      "method descriptor for Foundation._BridgedStoredNSError._nsError.getter : __C.NSError", referenced from:
          _got.$s10Foundation21_BridgedStoredNSErrorP8_nsErrorSo0D0CvgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Foundation):Foundation._BridgedStoredNSError.errorUserInfo.getter : [Swift.String : Any]", referenced from:
          protocol witness for Foundation.CustomNSError.errorUserInfo.getter : [Swift.String : Any] in conformance __C_Synthesized.related decl 'e' for
          ASAuthorizationError : Foundation.CustomNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Foundation):Foundation._BridgedStoredNSError._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
          protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError :
          Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_isUniquelyReferenced_nonNull_native", referenced from:
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationScope>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Swift._stringCompareWithSmolCheck(_: Swift._StringGuts, _: Swift._StringGuts, expecting: Swift._StringComparisonResult) -> Swift.Bool", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift.String, Any> of Swift.Dictionary.subscript.getter : (A) -> B? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <__C.ASAuthorizationScope> of Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String?> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          ...
      "(extension in Foundation):Swift.Error.localizedDescription.getter : Swift.String", referenced from:
          closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for static Swift._ObjectiveCBridgeable._forceBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> ()", referenced from:
          _got.$ss21_ObjectiveCBridgeableP016_forceBridgeFromA1C_6resulty01_A5CTypeQz_xSgztFZTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "static Foundation.Data._unconditionallyBridgeFromObjectiveC(__C.NSData?) -> Foundation.Data", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Swift.Hasher.init(_seed: Swift.Int) -> Swift.Hasher", referenced from:
          generic specialization <Swift.String, Any> of Swift.Dictionary.subscript.getter : (A) -> B? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError :
          Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C.ASAuthorizationScope : Swift.Hashable in
          __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String?> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A", referenced from:
          _got.$ss21_ObjectiveCBridgeableP026_unconditionallyBridgeFromA1Cyx01_A5CTypeQzSgFZTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Swift._StringObject.rawBits.getter : (Swift.UInt64, Swift.UInt64)", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift.String, Any> of Swift.Dictionary.subscript.getter : (A) -> B? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <__C.ASAuthorizationScope> of Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String?> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          ...
      "method descriptor for Foundation.CustomNSError.errorCode.getter : Swift.Int", referenced from:
          _got.$s10Foundation13CustomNSErrorP9errorCodeSivgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_bridgeObjectRetain", referenced from:
          generic specialization <Swift.String, Any> of Swift.Dictionary.subscript.getter : (A) -> B? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <__C.ASAuthorizationRequest> of Swift.Array._reserveCapacityAssumingUniqueBuffer(oldCount: Swift.Int) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          merged generic specialization <__C.ASAuthorizationRequest> of Swift.Array._copyToNewBuffer(oldCount: Swift.Int) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationRequest>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationScope>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationRequest>> of (extension in
          Swift):Swift._ArrayBufferProtocol._forceCreateUniqueMutableBufferImpl(countForBuffer: Swift.Int, minNewCapacity: Swift.Int, requiredCapacity: Swift.Int)
          -> Swift._ContiguousArrayBuffer<A.Element> in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[2] = Owned To Guaranteed> of generic specialization <__C.ASAuthorizationRequest> of
          Swift._ArrayBuffer._copyContents(subRange: Swift.Range<Swift.Int>, initializing: Swift.UnsafeMutablePointer<A>) -> Swift.UnsafeMutablePointer<A> in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          ...
      "_swift_once", referenced from:
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SwiftSignInWithApplePlugin.register(with: __C.FlutterPluginRegistrar) -> ()
          in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      "type metadata for Swift.String", referenced from:
          static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          @objc static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in
          _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          ...
      "Swift.Hasher._finalize() -> Swift.Int", referenced from:
          generic specialization <Swift.String, Any> of Swift.Dictionary.subscript.getter : (A) -> B? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError :
          Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C.ASAuthorizationScope : Swift.Hashable in
          __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String?> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Foundation):Swift.Error< where A: Foundation.CustomNSError>._code.getter : Swift.Int", referenced from:
          protocol witness for Swift.Error._code.getter : Swift.Int in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in
          __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Foundation._BridgedStoredNSError", referenced from:
          _got.$s10Foundation21_BridgedStoredNSErrorMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "static (extension in Foundation):Swift.String._unconditionallyBridgeFromObjectiveC(__C.NSString?) -> Swift.String", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A in conformance
          __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for static Foundation.CustomNSError.errorDomain.getter : Swift.String in conformance __C_Synthesized.related decl 'e' for
          ASAuthorizationError : Foundation.CustomNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for Swift.RawRepresentable.rawValue.getter : A.RawValue in conformance __C.ASAuthorizationScope : Swift.RawRepresentable in
          __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <__C.ASAuthorizationScope> of Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          merged protocol witness for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType in conformance __C.ASAuthorizationScope :
          Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          ...
      "method descriptor for static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from:
          _got.$sSQ2eeoiySbx_xtFZTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Foundation):Swift.Array._bridgeToObjectiveC() -> __C.NSArray", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "associated conformance descriptor for Foundation._BridgedStoredNSError.Foundation._BridgedStoredNSError.Code: Foundation._ErrorCodeProtocol", referenced
      from:
          _got.$s10Foundation21_BridgedStoredNSErrorP4CodeAC_AA06_ErrorE8ProtocolTn in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Foundation._ErrorCodeProtocol: Swift.Equatable", referenced from:
          _got.$s10Foundation18_ErrorCodeProtocolPSQTb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Foundation.Data._copyContents(initializing: Swift.UnsafeMutableBufferPointer<Swift.UInt8>) -> (Foundation.Data.Iterator, Swift.Int)", referenced from:
          function signature specialization <Arg[1] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in
          _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "type metadata for Swift.DefaultStringInterpolation", referenced from:
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
      "associated conformance descriptor for Foundation._BridgedStoredNSError.Foundation._BridgedStoredNSError.Code: Swift.RawRepresentable", referenced from:
          _got.$s10Foundation21_BridgedStoredNSErrorP4CodeAC_SYTn in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_dynamicCast", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) ->
          [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in
          _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Swift.String.hash(into: inout Swift.Hasher) -> ()", referenced from:
          generic specialization <Swift.String, Any> of Swift.Dictionary.subscript.getter : (A) -> B? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C.ASAuthorizationScope : Swift.Hashable in
          __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String?> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_getErrorValue", referenced from:
          closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "dispatch thunk of Swift._HasContiguousBytes.withUnsafeBytes<A>((Swift.UnsafeRawBufferPointer) throws -> A1) throws -> A1", referenced from:
          function signature specialization <Arg[1] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in
          _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Swift._bridgeAnyObjectToAny(Swift.AnyObject?) -> Any", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
      "Swift._bridgeAnythingToObjectiveC<A>(A) -> Swift.AnyObject", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> () to @escaping @callee_guaranteed
          (@in_guaranteed Any?) -> () in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          function signature specialization <Arg[1] = Dead, Arg[2] = Owned To Guaranteed> of function signature specialization <Arg[1] = [Closure Propagated :
          reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.Optional<Swift.AnyObject>) -> () to @escaping
          @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?)
          -> ()]> of sign_in_with_apple.SignInWithAppleUnavailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
      "_swift_bridgeObjectRelease", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift.String, Any> of Swift.Dictionary.subscript.getter : (A) -> B? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <__C.ASAuthorizationRequest> of Swift.Array._reserveCapacityAssumingUniqueBuffer(oldCount: Swift.Int) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          merged generic specialization <__C.ASAuthorizationRequest> of Swift.Array._copyToNewBuffer(oldCount: Swift.Int) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationRequest>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationScope>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          ...
      "_swift_release", referenced from:
          static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          @objc static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          ___swift_destroy_boxed_opaque_existential_0 in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          reabstraction thunk helper from @escaping @callee_guaranteed (@unowned __C.ASAuthorizationAppleIDProviderCredentialState, @guaranteed Swift.Error?) -> ()
          to @escaping @callee_unowned @convention(block) (@unowned __C.ASAuthorizationAppleIDProviderCredentialState, @unowned __C.NSError?) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          l_objectdestroy in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          ...
      "Swift._ArrayBuffer._typeCheckSlowPath(Swift.Int) -> ()", referenced from:
          function signature specialization <Arg[2] = Owned To Guaranteed> of generic specialization <__C.ASAuthorizationRequest> of
          Swift._ArrayBuffer._copyContents(subRange: Swift.Range<Swift.Int>, initializing: Swift.UnsafeMutablePointer<A>) -> Swift.UnsafeMutablePointer<A> in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_unknownObjectRelease", referenced from:
          @objc static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          outlined consume of Swift._StringObject.Variant in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> () to @escaping @callee_guaranteed
          (@in_guaranteed Any?) -> () in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          @objc static sign_in_with_apple.SignInWithAppleUnavailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          ...
      "protocol descriptor for Foundation.CustomNSError", referenced from:
          _got.$s10Foundation13CustomNSErrorMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "static Swift._DictionaryStorage.allocate(capacity: Swift.Int) -> Swift._DictionaryStorage<A, B>", referenced from:
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String?> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Owned To Guaranteed, Arg[1] = Dead> of generic specialization <Swift.String, Swift.String> of
          Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable?", referenced from:
          _got.$ss35_HasCustomAnyHashableRepresentationP03_tobcD0s0cD0VSgyFTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_beginAccess", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol witness table for Swift.String : Swift.Hashable in Swift", referenced from:
          protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance __C.ASAuthorizationScope :
          Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_retain", referenced from:
          function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned
          Swift.Optional<Swift.AnyObject>) -> () to @escaping @callee_guaranteed (@in_guaranteed Swift.Optional<Any>) -> (), Argument Types : [@escaping
          @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> ()]> of sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_:
          __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          reabstraction thunk helper from @escaping @callee_guaranteed (@unowned __C.ASAuthorizationAppleIDProviderCredentialState, @guaranteed Swift.Error?) -> ()
          to @escaping @callee_unowned @convention(block) (@unowned __C.ASAuthorizationAppleIDProviderCredentialState, @unowned __C.NSError?) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          _block_copy_helper in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationScope>> of (extension in
          Swift):Swift._ArrayBufferProtocol._forceCreateUniqueMutableBuffer(countForNewBuffer: Swift.Int, minNewCapacity: Swift.Int) ->
          Swift._ContiguousArrayBuffer<A.Element> in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationRequest>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          generic specialization <Swift._ArrayBuffer<__C.ASAuthorizationScope>> of (extension in Swift):Swift._ArrayBufferProtocol._arrayOutOfPlaceUpdate(inout
          Swift._ContiguousArrayBuffer<A.Element>, Swift.Int, Swift.Int, (Swift.UnsafeMutablePointer<A.Element>, Swift.Int) -> ()) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          ...
      "base conformance descriptor for Foundation.CustomNSError: Swift.Error", referenced from:
          _got.$s10Foundation13CustomNSErrorPs5ErrorTb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_unknownObjectRetain", referenced from:
          @objc static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          outlined copy of Swift._StringObject.Variant in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          @objc static sign_in_with_apple.SignInWithAppleUnavailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          @objc static sign_in_with_apple.SwiftSignInWithApplePlugin.register(with: __C.FlutterPluginRegistrar) -> () in
          libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
          outlined copy of sign_in_with_apple.SignInWithAppleError in libsign_in_with_apple.a(SignInWithAppleError.o)
          sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
          ...
    ld: symbol(s) not found for architecture armv7
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    ld: warning: Could not find or use auto-linked library 'swiftObjectiveC'
    ld: warning: Could not find or use auto-linked library 'swiftCoreGraphics'
    ld: warning: Could not find or use auto-linked library 'swiftCore'
    ld: warning: Could not find or use auto-linked library 'swiftQuartzCore'
    ld: warning: Could not find or use auto-linked library 'swiftCoreFoundation'
    ld: warning: Could not find or use auto-linked library 'swiftCompatibility50'
    ld: warning: Could not find or use auto-linked library 'swiftDarwin'
    ld: warning: Could not find or use auto-linked library 'swiftUIKit'
    ld: warning: Could not find or use auto-linked library 'swiftFoundation'
    ld: warning: Could not find or use auto-linked library 'swiftCoreImage'
    ld: warning: Could not find or use auto-linked library 'swiftCompatibilityDynamicReplacements'
    ld: warning: Could not find or use auto-linked library 'swiftMetal'
    ld: warning: Could not find or use auto-linked library 'swiftDispatch'
    ld: warning: Could not find or use auto-linked library 'swiftCoreMedia'
    ld: warning: Could not find or use auto-linked library 'swiftCoreAudio'
    Undefined symbols for architecture arm64:
      "Swift._stdlib_isOSVersionAtLeast(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1", referenced from:
          function signature specialization <Arg[1] = Dead> of static sign_in_with_apple.SwiftSignInWithApplePlugin.register(with: __C.FlutterPluginRegistrar) -> ()
          in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      "_swift_deletedMethodError", referenced from:
          type metadata for sign_in_with_apple.SignInWithAppleAvailablePlugin in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          type metadata for sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A", referenced from:
          l_got.$ss21_ObjectiveCBridgeableP026_unconditionallyBridgeFromA1Cyx01_A5CTypeQzSgFZTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "associated type descriptor for Swift._ObjectiveCBridgeable._ObjectiveCType", referenced from:
          l_got.$s15_ObjectiveCTypes01_A11CBridgeablePTl in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift._HasCustomAnyHashableRepresentation", referenced from:
          l_got.$ss20_SwiftNewtypeWrapperPs35_HasCustomAnyHashableRepresentationTb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift.RawRepresentable", referenced from:
          l_got.$ss20_SwiftNewtypeWrapperPSYTb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift._SwiftNewtypeWrapper", referenced from:
          l_got.$ss20_SwiftNewtypeWrapperMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift._HasCustomAnyHashableRepresentation", referenced from:
          l_got.$ss35_HasCustomAnyHashableRepresentationMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Foundation._BridgedStoredNSError.init(_nsError: __C.NSError) -> A", referenced from:
          l_got.$s10Foundation21_BridgedStoredNSErrorP8_nsErrorxSo0D0C_tcfCTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "associated type descriptor for Foundation._BridgedStoredNSError.Code", referenced from:
          l_got.$s4Code10Foundation21_BridgedStoredNSErrorPTl in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Foundation._BridgedStoredNSError: Swift.Hashable", referenced from:
          l_got.$s10Foundation21_BridgedStoredNSErrorPSHTb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Foundation._BridgedStoredNSError: Foundation.CustomNSError", referenced from:
          l_got.$s10Foundation21_BridgedStoredNSErrorPAA06CustomD0Tb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Foundation._ObjectiveCBridgeableError.init(_bridgedNSError: __shared __C.NSError) -> A?", referenced from:
          l_got.$s10Foundation26_ObjectiveCBridgeableErrorP15_bridgedNSErrorxSgSo0F0Ch_tcfCTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Foundation._ObjectiveCBridgeableError: Swift.Error", referenced from:
          l_got.$s10Foundation26_ObjectiveCBridgeableErrorPs0D0Tb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
          l_got.$sSH13_rawHashValue4seedS2i_tFTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.Hashable.hash(into: inout Swift.Hasher) -> ()", referenced from:
          l_got.$sSH4hash4intoys6HasherVz_tFTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.Hashable.hashValue.getter : Swift.Int", referenced from:
          l_got.$sSH9hashValueSivgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "base conformance descriptor for Swift.Hashable: Swift.Equatable", referenced from:
          l_got.$sSHSQTb in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
          l_got.$ss5ErrorP9_userInfoyXlSgvgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.Error._code.getter : Swift.Int", referenced from:
          l_got.$ss5ErrorP5_codeSivgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "method descriptor for Swift.RawRepresentable.rawValue.getter : A.RawValue", referenced from:
          l_got.$sSY8rawValue03RawB0QzvgTq in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "associated type descriptor for Swift.RawRepresentable.RawValue", referenced from:
          l_got.$s8RawValueSYTl in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "associated type descriptor for Foundation._ErrorCodeProtocol._ErrorType", referenced from:
          l_got.$s10_ErrorType10Foundation01_A12CodeProtocolPTl in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift.Equatable", referenced from:
          l_got.$sSQMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_deallocObject", referenced from:
          l_objectdestroy in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          l_objectdestroy.4 in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._toCustomAnyHashable() ->
      Swift.AnyHashable?", referenced from:
          protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance __C.ASAuthorizationScope :
          Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "value witness table for Builtin.Int64", referenced from:
          full type metadata for __C.ASAuthorizationError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          full type metadata for __C.ASAuthorizationAppleIDProviderCredentialState in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Foundation._ErrorCodeProtocol", referenced from:
          l_got.$s10Foundation18_ErrorCodeProtocolMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift._ObjectiveCBridgeable", referenced from:
          l_got.$ss21_ObjectiveCBridgeableMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "nominal type descriptor for Swift.UInt8", referenced from:
          _symbolic _____y_____G s23_ContiguousArrayStorageC s5UInt8V in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift.Hashable", referenced from:
          l_got.$sSHMp in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "nominal type descriptor for Swift._DictionaryStorage", referenced from:
          _symbolic _____yS2SSgG s18_DictionaryStorageC in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          _symbolic _____yS2SG s18_DictionaryStorageC in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "protocol descriptor for Swift._HasContiguousBytes", referenced from:
          _symbolic ______p s19_HasContiguousBytesP in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "static (extension in Foundation):Swift.String._conditionallyBridgeFromObjectiveC(_: __C.NSString, result: inout Swift.String?) -> Swift.Bool", referenced
      from:
          function signature specialization <Arg[2] = Dead> of generic specialization <__C.ASAuthorizationScope> of static (extension in
          Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._conditionallyBridgeFromObjectiveC(_: A.RawValue._ObjectiveCType,
          result: inout A?) -> Swift.Bool in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "static (extension in Foundation):Swift.String._forceBridgeFromObjectiveC(_: __C.NSString, result: inout Swift.String?) -> ()", referenced from:
          function signature specialization <Arg[2] = Dead> of generic specialization <__C.ASAuthorizationScope> of static (extension in
          Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._forceBridgeFromObjectiveC(_: A.RawValue._ObjectiveCType, result: inout
          A?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Swift._print_unlocked<A, B where B: Swift.TextOutputStream>(A, inout B) -> ()", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
      "type metadata accessor for Foundation.PersonNameComponents", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          outlined init with take of Foundation.PersonNameComponents? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          outlined destroy of Foundation.PersonNameComponents? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "type metadata accessor for Swift.Optional", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          outlined init with take of Foundation.PersonNameComponents? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "associated conformance descriptor for Foundation._BridgedStoredNSError.Foundation._BridgedStoredNSError.Code.Swift.RawRepresentable.RawValue:
      Swift.FixedWidthInteger", referenced from:
          l_got.$s10Foundation21_BridgedStoredNSErrorP4CodeAC_8RawValueSYs17FixedWidthIntegerTn in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "nominal type descriptor for Swift._ContiguousArrayStorage", referenced from:
          _symbolic _____yypG s23_ContiguousArrayStorageC in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          _symbolic _____ySS_SStG s23_ContiguousArrayStorageC in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          _symbolic _____ySS_SSSgtG s23_ContiguousArrayStorageC in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          _symbolic _____y_____G s23_ContiguousArrayStorageC s5UInt8V in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          _symbolic _____y_____G s23_ContiguousArrayStorageC So20ASAuthorizationScopea in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          _symbolic _____ySo22ASAuthorizationRequestCG s23_ContiguousArrayStorageC in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
          _symbolic _____yypG s23_ContiguousArrayStorageC in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
          ...
      "_swift_getForeignTypeMetadata", referenced from:
          merged type metadata accessor for __C_Synthesized.related decl 'e' for ASAuthorizationError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "type metadata accessor for Foundation.Data.Iterator", referenced from:
          function signature specialization <Arg[1] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in
          _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_dynamicCastObjCClass", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "Foundation.PersonNameComponents.givenName.getter : Swift.String?", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_setDeallocating", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_unknownObjectRelease_n", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      "_swift_initStackObject", referenced from:
          function signature specialization <Arg[0] = Dead> of sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller:
          __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 8.0 to 13.7.99. (in
    target 'nanopb' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.7.99. (in
    target 'AppAuth' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.7.99. (in
    target 'GTMSessionFetcher' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 8.0 to 13.7.99. (in
    target 'FMDB' from project 'Pods')
    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.7.99. (in
    target 'GTMAppAuth' from project 'Pods') 
Screen Shot 2020-09-11 at 01 16 36
anovis commented 4 years ago

i have the same issue as well.

HenriBeck commented 4 years ago

Hey @elvisrams and @anovis, I have never seen this particular error before.

It could be related to the XCode version used; I will install XCode 11.7 next week and see if I see the same error on our App. Could you be so kind as to create a repository with a reproduction example where you can't run the App?

elvisrams commented 4 years ago

Hey @HenriBeck ,

I ended up solving the issue. It ended up being an issue with the Xcode setup. When I removed the iOS folder, and recreated the folder (from scratch), the issue resolved itself.

Something must have gotten messed up when we were adding in the Apple sign in feature in Xcode and this library.

Thanks for looking out - we can close the issue for now!

alonelucky commented 3 years ago
target 'Runner' do
  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

change to

target 'Runner' do
  use_frameworks!
  use_modular_headers!

  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

Thanks.