@microblink/blinkid-react-native 7.5.0 → 7.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/README.md +24 -1
  2. package/android/.project +28 -0
  3. package/android/build.gradle +1 -1
  4. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdDeserializationUtilities.kt +20 -4
  5. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdSerializationUtilities.kt +63 -1
  6. package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkidReactNativeModule.kt +114 -62
  7. package/ios/BlinkIdDeserializationUtilities.swift +29 -3
  8. package/ios/BlinkIdSerializationUtilities.swift +75 -9
  9. package/ios/BlinkidReactNative.mm +20 -5
  10. package/ios/BlinkidReactNativeModule.swift +53 -22
  11. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID +0 -0
  12. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID-Swift.h +584 -72
  13. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist +0 -0
  14. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json +36259 -33823
  15. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface +1103 -949
  16. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  17. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftinterface +1103 -949
  18. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources +15 -15
  19. package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/conan.xcconfig +7 -3
  20. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID +0 -0
  21. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID-Swift.h +1174 -150
  22. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist +0 -0
  23. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json +36259 -33823
  24. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1103 -949
  25. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  26. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1103 -949
  27. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json +36259 -33823
  28. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1103 -949
  29. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  30. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1103 -949
  31. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources +25 -25
  32. package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/conan.xcconfig +7 -3
  33. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeDirectory +0 -0
  34. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeRequirements +0 -0
  35. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
  36. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeResources +3027 -0
  37. package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeSignature +0 -0
  38. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX +0 -0
  39. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
  40. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Info.plist +0 -0
  41. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ak.lproj/Localizable.strings +0 -0
  42. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/am.lproj/Localizable.strings +0 -0
  43. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ar.lproj/Localizable.strings +0 -0
  44. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/bn.lproj/Localizable.strings +0 -0
  45. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/cs.lproj/Localizable.strings +0 -0
  46. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/da.lproj/Localizable.strings +0 -0
  47. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/de.lproj/Localizable.strings +0 -0
  48. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/el.lproj/Localizable.strings +0 -0
  49. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en-GB.lproj/Localizable.strings +0 -0
  50. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en.lproj/Localizable.strings +0 -0
  51. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es-MX.lproj/Localizable.strings +0 -0
  52. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es.lproj/Localizable.strings +0 -0
  53. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fa.lproj/Localizable.strings +0 -0
  54. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fi.lproj/Localizable.strings +0 -0
  55. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fil.lproj/Localizable.strings +0 -0
  56. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr-CA.lproj/Localizable.strings +0 -0
  57. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr.lproj/Localizable.strings +0 -0
  58. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ha.lproj/Localizable.strings +0 -0
  59. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/he.lproj/Localizable.strings +0 -0
  60. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hi.lproj/Localizable.strings +0 -0
  61. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
  62. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hu.lproj/Localizable.strings +0 -0
  63. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/id.lproj/Localizable.strings +0 -0
  64. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/is.lproj/Localizable.strings +0 -0
  65. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/it.lproj/Localizable.strings +0 -0
  66. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ja.lproj/Localizable.strings +0 -0
  67. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ka-GE.lproj/Localizable.strings +0 -0
  68. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/kk.lproj/Localizable.strings +0 -0
  69. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/km-KH.lproj/Localizable.strings +0 -0
  70. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ko.lproj/Localizable.strings +0 -0
  71. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/lv.lproj/Localizable.strings +0 -0
  72. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ms.lproj/Localizable.strings +0 -0
  73. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nb.lproj/Localizable.strings +0 -0
  74. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ne.lproj/Localizable.strings +0 -0
  75. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nl.lproj/Localizable.strings +0 -0
  76. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pl.lproj/Localizable.strings +0 -0
  77. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ps-AF.lproj/Localizable.strings +0 -0
  78. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt-BR.lproj/Localizable.strings +0 -0
  79. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt.lproj/Localizable.strings +0 -0
  80. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ro.lproj/Localizable.strings +0 -0
  81. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ru.lproj/Localizable.strings +0 -0
  82. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/si.lproj/Localizable.strings +0 -0
  83. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sk.lproj/Localizable.strings +0 -0
  84. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sl.lproj/Localizable.strings +0 -0
  85. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sr.lproj/Localizable.strings +0 -0
  86. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sv.lproj/Localizable.strings +0 -0
  87. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sw.lproj/Localizable.strings +0 -0
  88. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/th.lproj/Localizable.strings +0 -0
  89. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/tr.lproj/Localizable.strings +0 -0
  90. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uk.lproj/Localizable.strings +0 -0
  91. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ur.lproj/Localizable.strings +0 -0
  92. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uz.lproj/Localizable.strings +0 -0
  93. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/vi.lproj/Localizable.strings +0 -0
  94. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/yo.lproj/Localizable.strings +0 -0
  95. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hans.lproj/Localizable.strings +0 -0
  96. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hant.lproj/Localizable.strings +0 -0
  97. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Info.plist +0 -0
  98. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.abi.json +730 -159
  99. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.package.swiftinterface +49 -8
  100. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.private.swiftinterface +49 -8
  101. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  102. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftinterface +49 -8
  103. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX +0 -0
  104. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
  105. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Info.plist +0 -0
  106. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeDirectory +0 -0
  107. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeRequirements-1 +0 -0
  108. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeResources +816 -90
  109. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ak.lproj/Localizable.strings +0 -0
  110. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/am.lproj/Localizable.strings +0 -0
  111. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ar.lproj/Localizable.strings +0 -0
  112. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/bn.lproj/Localizable.strings +0 -0
  113. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/cs.lproj/Localizable.strings +0 -0
  114. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/da.lproj/Localizable.strings +0 -0
  115. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/de.lproj/Localizable.strings +0 -0
  116. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/el.lproj/Localizable.strings +0 -0
  117. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en-GB.lproj/Localizable.strings +0 -0
  118. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en.lproj/Localizable.strings +0 -0
  119. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es-MX.lproj/Localizable.strings +0 -0
  120. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es.lproj/Localizable.strings +0 -0
  121. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fa.lproj/Localizable.strings +0 -0
  122. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fi.lproj/Localizable.strings +0 -0
  123. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fil.lproj/Localizable.strings +0 -0
  124. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr-CA.lproj/Localizable.strings +0 -0
  125. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr.lproj/Localizable.strings +0 -0
  126. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ha.lproj/Localizable.strings +0 -0
  127. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/he.lproj/Localizable.strings +0 -0
  128. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hi.lproj/Localizable.strings +0 -0
  129. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
  130. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hu.lproj/Localizable.strings +0 -0
  131. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/id.lproj/Localizable.strings +0 -0
  132. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/is.lproj/Localizable.strings +0 -0
  133. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/it.lproj/Localizable.strings +0 -0
  134. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ja.lproj/Localizable.strings +0 -0
  135. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ka-GE.lproj/Localizable.strings +0 -0
  136. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/kk.lproj/Localizable.strings +0 -0
  137. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/km-KH.lproj/Localizable.strings +0 -0
  138. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ko.lproj/Localizable.strings +0 -0
  139. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/lv.lproj/Localizable.strings +0 -0
  140. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ms.lproj/Localizable.strings +0 -0
  141. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nb.lproj/Localizable.strings +0 -0
  142. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ne.lproj/Localizable.strings +0 -0
  143. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nl.lproj/Localizable.strings +0 -0
  144. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pl.lproj/Localizable.strings +0 -0
  145. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ps-AF.lproj/Localizable.strings +0 -0
  146. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt-BR.lproj/Localizable.strings +0 -0
  147. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt.lproj/Localizable.strings +0 -0
  148. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ro.lproj/Localizable.strings +0 -0
  149. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ru.lproj/Localizable.strings +0 -0
  150. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/si.lproj/Localizable.strings +0 -0
  151. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sk.lproj/Localizable.strings +0 -0
  152. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sl.lproj/Localizable.strings +0 -0
  153. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sr.lproj/Localizable.strings +0 -0
  154. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sv.lproj/Localizable.strings +0 -0
  155. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sw.lproj/Localizable.strings +0 -0
  156. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/th.lproj/Localizable.strings +0 -0
  157. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/tr.lproj/Localizable.strings +0 -0
  158. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uk.lproj/Localizable.strings +0 -0
  159. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ur.lproj/Localizable.strings +0 -0
  160. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uz.lproj/Localizable.strings +0 -0
  161. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/vi.lproj/Localizable.strings +0 -0
  162. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/yo.lproj/Localizable.strings +0 -0
  163. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hans.lproj/Localizable.strings +0 -0
  164. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hant.lproj/Localizable.strings +0 -0
  165. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Info.plist +0 -0
  166. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.abi.json +730 -159
  167. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.package.swiftinterface +49 -8
  168. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +49 -8
  169. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  170. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftinterface +49 -8
  171. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.abi.json +730 -159
  172. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.package.swiftinterface +49 -8
  173. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +49 -8
  174. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  175. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +49 -8
  176. package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/_CodeSignature/CodeResources +1 -1
  177. package/lib/module/NativeBlinkidReactNative.js.map +1 -1
  178. package/lib/module/blinkIdResult.js +122 -0
  179. package/lib/module/blinkIdResult.js.map +1 -1
  180. package/lib/module/blinkIdSettings.js +28 -7
  181. package/lib/module/blinkIdSettings.js.map +1 -1
  182. package/lib/module/index.js +47 -4
  183. package/lib/module/index.js.map +1 -1
  184. package/lib/module/types.js +109 -1
  185. package/lib/module/types.js.map +1 -1
  186. package/lib/typescript/src/NativeBlinkidReactNative.d.ts +39 -2
  187. package/lib/typescript/src/NativeBlinkidReactNative.d.ts.map +1 -1
  188. package/lib/typescript/src/blinkIdResult.d.ts +55 -0
  189. package/lib/typescript/src/blinkIdResult.d.ts.map +1 -1
  190. package/lib/typescript/src/blinkIdSettings.d.ts +25 -6
  191. package/lib/typescript/src/blinkIdSettings.d.ts.map +1 -1
  192. package/lib/typescript/src/index.d.ts +41 -4
  193. package/lib/typescript/src/index.d.ts.map +1 -1
  194. package/lib/typescript/src/types.d.ts +98 -3
  195. package/lib/typescript/src/types.d.ts.map +1 -1
  196. package/package.json +3 -3
  197. package/src/NativeBlinkidReactNative.ts +41 -2
  198. package/src/blinkIdResult.ts +133 -0
  199. package/src/blinkIdSettings.ts +30 -7
  200. package/src/index.tsx +52 -5
  201. package/src/types.ts +141 -1
@@ -1,6 +1,6 @@
1
1
  #if 0
2
2
  #elif defined(__arm64__) && __arm64__
3
- // Generated by Apple Swift version 6.1.2 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
3
+ // Generated by Apple Swift version 6.2 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)
4
4
  #ifndef BLINKID_SWIFT_H
5
5
  #define BLINKID_SWIFT_H
6
6
  #pragma clang diagnostic push
@@ -726,7 +726,7 @@ SWIFT_EXTERN void $sSq36_unconditionallyBridgeFromObjectiveCyxSgyXlSgFZ(SWIFT_IN
726
726
  #endif
727
727
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSq16debugDescriptionSSvg(void * _Nonnull , SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
728
728
  SWIFT_EXTERN void $sSq17unsafelyUnwrappedxvg(SWIFT_INDIRECT_RESULT void * _Nonnull, void * _Nonnull , SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
729
- SWIFT_EXTERN void $sSqyxSgxcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, const void * _Nonnull some, void * _Nonnull ) SWIFT_NOEXCEPT SWIFT_CALL; // init(_:)
729
+ SWIFT_EXTERN void $sSqyxSgxcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, const void * _Nonnull value, void * _Nonnull ) SWIFT_NOEXCEPT SWIFT_CALL; // init(_:)
730
730
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sS2SycfC(void) SWIFT_NOEXCEPT SWIFT_CALL; // init()
731
731
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8 $sSS10startIndexSS0B0Vvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
732
732
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8 $sSS8endIndexSS0B0Vvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
@@ -752,10 +752,10 @@ SWIFT_EXTERN void $sSS4utf8SS8UTF8ViewVvs(struct swift_interop_passStub_swift_ui
752
752
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS10charactersSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
753
753
  SWIFT_EXTERN void $sSS10charactersSSvs(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 newValue, SWIFT_CONTEXT void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
754
754
  SWIFT_EXTERN ptrdiff_t $sSS9hashValueSivg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
755
- SWIFT_EXTERN bool $sSS7isEmptySbvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
755
+ SWIFT_EXTERN struct swift_interop_returnStub_swift_void_ptr_0_8 $sSS13_nfcCodeUnitsSays5UInt8VGvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
756
756
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS10lowercasedSSyF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // lowercased()
757
757
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS10uppercasedSSyF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // uppercased()
758
- SWIFT_EXTERN struct swift_interop_returnStub_swift_void_ptr_0_8 $sSS13_nfcCodeUnitsSays5UInt8VGvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
758
+ SWIFT_EXTERN bool $sSS7isEmptySbvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
759
759
  SWIFT_EXTERN void $sSS5writeyySSF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 other, SWIFT_CONTEXT void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // write(_:)
760
760
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS11descriptionSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
761
761
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS16debugDescriptionSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
@@ -802,8 +802,8 @@ SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8 $sSS8UTF8ViewV5i
802
802
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_uint8_t_8_9 $sSS8UTF8ViewV5index_8offsetBy07limitedE0SS5IndexVSgAG_SiAGtF(struct swift_interop_passStub_swift_uint64_t_0_8 i, ptrdiff_t n, struct swift_interop_passStub_swift_uint64_t_0_8 limit, struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // index(_:offsetBy:limitedBy:)
803
803
  SWIFT_EXTERN ptrdiff_t $sSS8UTF8ViewV8distance4from2toSiSS5IndexV_AGtF(struct swift_interop_passStub_swift_uint64_t_0_8 i, struct swift_interop_passStub_swift_uint64_t_0_8 j, struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // distance(from:to:)
804
804
  SWIFT_EXTERN uint8_t $sSS8UTF8ViewVys5UInt8VSS5IndexVcig(struct swift_interop_passStub_swift_uint64_t_0_8 i, struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
805
- SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS8UTF8ViewV16debugDescriptionSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
806
805
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS8UTF8ViewV11descriptionSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
806
+ SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS8UTF8ViewV16debugDescriptionSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
807
807
  SWIFT_EXTERN ptrdiff_t $sSS8UTF8ViewV5countSivg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
808
808
  struct Swift_UTF8View {
809
809
  _Alignas(8) char _storage[16];
@@ -1719,9 +1719,9 @@ static SWIFT_INLINE_THUNK bool _conditionallyBridgeFromObjectiveCResult(id _Nonn
1719
1719
  static SWIFT_INLINE_THUNK swift::Optional<T_0_0> _unconditionallyBridgeFromObjectiveC(id _Nullable source) SWIFT_SYMBOL("s:Sq36_unconditionallyBridgeFromObjectiveCyxSgyXlSgFZ");
1720
1720
  #endif
1721
1721
  SWIFT_INLINE_THUNK String getDebugDescription() const SWIFT_SYMBOL("s:Sq16debugDescriptionSSvp");
1722
- SWIFT_INLINE_THUNK T_0_0 getUnsafelyUnwrapped() const SWIFT_SYMBOL("s:Sq17unsafelyUnwrappedxvp");
1722
+ SWIFT_INLINE_THUNK T_0_0 getUnsafelyUnwrapped() const SWIFT_SYMBOL("s:SqsRi0_zrlE17unsafelyUnwrappedxvp");
1723
1723
  /// Creates an instance that stores the given value.
1724
- static SWIFT_INLINE_THUNK swift::Optional<T_0_0> init(const T_0_0& some_) SWIFT_SYMBOL("s:SqsRi_zrlEyxSgxcfc");
1724
+ static SWIFT_INLINE_THUNK swift::Optional<T_0_0> init(const T_0_0& value) SWIFT_SYMBOL("s:SqsRi_zrlEyxSgxcfc");
1725
1725
  #define SWIFT_CXX_INTEROP_OPTIONAL_MIXIN
1726
1726
  #pragma clang diagnostic push
1727
1727
  #pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
@@ -1983,7 +1983,7 @@ public:
1983
1983
  SWIFT_INLINE_THUNK String getCharacters() const SWIFT_SYMBOL("s:SS10charactersSSvp");
1984
1984
  SWIFT_INLINE_THUNK void setCharacters(const String& newValue) SWIFT_SYMBOL("s:SS10charactersSSvp");
1985
1985
  SWIFT_INLINE_THUNK swift::Int getHashValue() const SWIFT_SYMBOL("s:SS9hashValueSivp");
1986
- SWIFT_INLINE_THUNK bool isEmpty() const SWIFT_SYMBOL("s:SS7isEmptySbvp");
1986
+ SWIFT_INLINE_THUNK Array<uint8_t> get_nfcCodeUnits() const SWIFT_SYMBOL("s:SS13_nfcCodeUnitsSays5UInt8VGvp");
1987
1987
  /// Returns a lowercase version of the string.
1988
1988
  /// Here’s an example of transforming a string to all lowercase letters.
1989
1989
  /// \code
@@ -2010,7 +2010,7 @@ public:
2010
2010
  /// returns:
2011
2011
  /// An uppercase copy of the string.
2012
2012
  SWIFT_INLINE_THUNK String uppercased() const SWIFT_SYMBOL("s:SS10uppercasedSSyF");
2013
- SWIFT_INLINE_THUNK Array<uint8_t> get_nfcCodeUnits() const SWIFT_SYMBOL("s:SS13_nfcCodeUnitsSays5UInt8VGvp");
2013
+ SWIFT_INLINE_THUNK bool isEmpty() const SWIFT_SYMBOL("s:SS7isEmptySbvp");
2014
2014
  /// Appends the given string to this string.
2015
2015
  /// \param other A string to append.
2016
2016
  ///
@@ -2176,8 +2176,8 @@ public:
2176
2176
  SWIFT_INLINE_THUNK swift::Optional<String_Index> indexOffsetByLimitedBy(const String_Index& i, swift::Int n, const String_Index& limit) const SWIFT_SYMBOL("s:SS8UTF8ViewV5index_8offsetBy07limitedE0SS5IndexVSgAG_SiAGtF");
2177
2177
  SWIFT_INLINE_THUNK swift::Int distanceFromTo(const String_Index& i, const String_Index& j) const SWIFT_SYMBOL("s:SS8UTF8ViewV8distance4from2toSiSS5IndexV_AGtF");
2178
2178
  SWIFT_INLINE_THUNK uint8_t operator [](const String_Index& i) const SWIFT_SYMBOL("s:SS8UTF8ViewVys5UInt8VSS5IndexVcig");
2179
- SWIFT_INLINE_THUNK String getDebugDescription() const SWIFT_SYMBOL("s:SS8UTF8ViewV16debugDescriptionSSvp");
2180
2179
  SWIFT_INLINE_THUNK String getDescription() const SWIFT_SYMBOL("s:SS8UTF8ViewV11descriptionSSvp");
2180
+ SWIFT_INLINE_THUNK String getDebugDescription() const SWIFT_SYMBOL("s:SS8UTF8ViewV16debugDescriptionSSvp");
2181
2181
  SWIFT_INLINE_THUNK swift::Int getCount() const SWIFT_SYMBOL("s:SS8UTF8ViewV5countSivp");
2182
2182
  private:
2183
2183
  SWIFT_INLINE_THUNK UTF8View() noexcept {}
@@ -2756,15 +2756,15 @@ swift::_impl::$sSq17unsafelyUnwrappedxvg(reinterpret_cast<void *>(&returnValue),
2756
2756
  #ifdef __cpp_concepts
2757
2757
  requires swift::isUsableInGenericContext<T_0_0>
2758
2758
  #endif // __cpp_concepts
2759
- SWIFT_INLINE_THUNK swift::Optional<T_0_0> Optional<T_0_0>::init(const T_0_0& some_) {
2759
+ SWIFT_INLINE_THUNK swift::Optional<T_0_0> Optional<T_0_0>::init(const T_0_0& value) {
2760
2760
  #ifndef __cpp_concepts
2761
2761
  static_assert(swift::isUsableInGenericContext<T_0_0>, "type cannot be used in a Swift generic context");
2762
2762
  #endif // __cpp_concepts
2763
- alignas(alignof(T_0_0)) char copyBuffer_consumedParamCopy_some[sizeof(T_0_0)];
2764
- auto &consumedParamCopy_some = *(new(copyBuffer_consumedParamCopy_some) T_0_0(some_));
2765
- swift::_impl::ConsumedValueStorageDestroyer<T_0_0> storageGuard_consumedParamCopy_some(consumedParamCopy_some);
2763
+ alignas(alignof(T_0_0)) char copyBuffer_consumedParamCopy_value[sizeof(T_0_0)];
2764
+ auto &consumedParamCopy_value = *(new(copyBuffer_consumedParamCopy_value) T_0_0(value));
2765
+ swift::_impl::ConsumedValueStorageDestroyer<T_0_0> storageGuard_consumedParamCopy_value(consumedParamCopy_value);
2766
2766
  return swift::_impl::_impl_Optional<T_0_0>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
2767
- swift::_impl::$sSqyxSgxcfC(result, swift::_impl::getOpaquePointer(consumedParamCopy_some), swift::TypeMetadataTrait<T_0_0>::getTypeMetadata());
2767
+ swift::_impl::$sSqyxSgxcfC(result, swift::_impl::getOpaquePointer(consumedParamCopy_value), swift::TypeMetadataTrait<T_0_0>::getTypeMetadata());
2768
2768
  });
2769
2769
  }
2770
2770
  SWIFT_INLINE_THUNK String String::init() {
@@ -2825,8 +2825,10 @@ static_assert(swift::isUsableInGenericContext<T_0_0>, "type cannot be used in a
2825
2825
  SWIFT_INLINE_THUNK swift::Int String::getHashValue() const {
2826
2826
  return swift::_impl::$sSS9hashValueSivg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
2827
2827
  }
2828
- SWIFT_INLINE_THUNK bool String::isEmpty() const {
2829
- return swift::_impl::$sSS7isEmptySbvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
2828
+ SWIFT_INLINE_THUNK Array<uint8_t> String::get_nfcCodeUnits() const {
2829
+ return swift::_impl::_impl_Array<uint8_t>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
2830
+ swift::_impl::swift_interop_returnDirect_swift_void_ptr_0_8(result, swift::_impl::$sSS13_nfcCodeUnitsSays5UInt8VGvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
2831
+ });
2830
2832
  }
2831
2833
  SWIFT_INLINE_THUNK String String::lowercased() const {
2832
2834
  return swift::_impl::_impl_String::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
@@ -2838,10 +2840,8 @@ static_assert(swift::isUsableInGenericContext<T_0_0>, "type cannot be used in a
2838
2840
  swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS10uppercasedSSyF(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
2839
2841
  });
2840
2842
  }
2841
- SWIFT_INLINE_THUNK Array<uint8_t> String::get_nfcCodeUnits() const {
2842
- return swift::_impl::_impl_Array<uint8_t>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
2843
- swift::_impl::swift_interop_returnDirect_swift_void_ptr_0_8(result, swift::_impl::$sSS13_nfcCodeUnitsSays5UInt8VGvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
2844
- });
2843
+ SWIFT_INLINE_THUNK bool String::isEmpty() const {
2844
+ return swift::_impl::$sSS7isEmptySbvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
2845
2845
  }
2846
2846
  SWIFT_INLINE_THUNK void String::write(const String& other) {
2847
2847
  swift::_impl::$sSS5writeyySSF(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(swift::_impl::_impl_String::getOpaquePointer(other)), _getOpaquePointer());
@@ -2906,14 +2906,14 @@ return (__bridge_transfer id)(__bridge void *)swift::_impl::$sSS23_bridgeToObjec
2906
2906
  SWIFT_INLINE_THUNK uint8_t UTF8View::operator [](const String_Index& i) const SWIFT_SYMBOL("s:SS8UTF8ViewVys5UInt8VSS5IndexVcig") {
2907
2907
  return swift::_impl::$sSS8UTF8ViewVys5UInt8VSS5IndexVcig(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8(swift::_impl::_impl_String_Index::getOpaquePointer(i)), swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
2908
2908
  }
2909
- SWIFT_INLINE_THUNK String UTF8View::getDebugDescription() const {
2909
+ SWIFT_INLINE_THUNK String UTF8View::getDescription() const {
2910
2910
  return swift::_impl::_impl_String::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
2911
- swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS8UTF8ViewV16debugDescriptionSSvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
2911
+ swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS8UTF8ViewV11descriptionSSvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
2912
2912
  });
2913
2913
  }
2914
- SWIFT_INLINE_THUNK String UTF8View::getDescription() const {
2914
+ SWIFT_INLINE_THUNK String UTF8View::getDebugDescription() const {
2915
2915
  return swift::_impl::_impl_String::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
2916
- swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS8UTF8ViewV11descriptionSSvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
2916
+ swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS8UTF8ViewV16debugDescriptionSSvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
2917
2917
  });
2918
2918
  }
2919
2919
  SWIFT_INLINE_THUNK swift::Int UTF8View::getCount() const {
@@ -3606,6 +3606,12 @@ requires swift::isUsableInGenericContext<T_0_0>
3606
3606
  #endif // __cpp_concepts
3607
3607
  class Sendable { } SWIFT_UNAVAILABLE_MSG("protocol 'Sendable' can not yet be represented in C++");
3608
3608
 
3609
+ template<class T_0_0>
3610
+ #ifdef __cpp_concepts
3611
+ requires swift::isUsableInGenericContext<T_0_0>
3612
+ #endif // __cpp_concepts
3613
+ class SendableMetatype { } SWIFT_UNAVAILABLE_MSG("protocol 'SendableMetatype' can not yet be represented in C++");
3614
+
3609
3615
  template<class T_0_0>
3610
3616
  #ifdef __cpp_concepts
3611
3617
  requires swift::isUsableInGenericContext<T_0_0>
@@ -3778,6 +3784,8 @@ class WritableKeyPath { } SWIFT_UNAVAILABLE_MSG("generic generic class 'Writable
3778
3784
 
3779
3785
  // Unavailable in C++: Swift global function 'exchange(_:with:)'.
3780
3786
 
3787
+ // Unavailable in C++: Swift global function 'extendLifetime(_:)'.
3788
+
3781
3789
  // Unavailable in C++: Swift macro 'externalMacro(module:type:)'.
3782
3790
 
3783
3791
  // Unavailable in C++: Swift global function 'fatalError(_:file:line:)'.
@@ -4311,9 +4319,19 @@ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV12vehicleOwnerAA0A5IDSDKV06Stri
4311
4319
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV17certificateNumberAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4312
4320
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV11countryCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4313
4321
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV23nationalInsuranceNumberAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4322
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV12localityCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4323
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV10maidenNameAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4324
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV16municipalityCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4325
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV26municipalityOfRegistrationAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4326
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV18pollingStationCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4327
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV22registrationCenterCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4328
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV11sectionCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4329
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV9stateCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4330
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV9stateNameAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4314
4331
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV11dateOfBirthAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4315
4332
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV11dateOfIssueAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4316
4333
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV12dateOfExpiryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4334
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV11dateOfEntryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4317
4335
  // Stub struct to be used to pass/return values to/from Swift functions.
4318
4336
  struct swift_interop_returnStub_BlinkID_uint8_t_0_1 {
4319
4337
  uint8_t _1;
@@ -4390,7 +4408,6 @@ SWIFT_EXTERN ptrdiff_t $s7BlinkID11CameraFrameV6heightSivg(SWIFT_CONTEXT const v
4390
4408
  SWIFT_EXTERN ptrdiff_t $s7BlinkID27CameraFrameVideoOrientationO9hashValueSivg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4391
4409
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8_void_ptr_8_16 $s7BlinkID25CameraHardwareInfoPingletV10schemaNameSSvgZ(void) SWIFT_NOEXCEPT SWIFT_CALL; // _
4392
4410
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8_void_ptr_8_16 $s7BlinkID25CameraHardwareInfoPingletV13schemaVersionSSvgZ(void) SWIFT_NOEXCEPT SWIFT_CALL; // _
4393
- SWIFT_EXTERN ptrdiff_t $s7BlinkID25CameraHardwareInfoPingletV13sessionNumberSivgZ(void) SWIFT_NOEXCEPT SWIFT_CALL; // _
4394
4411
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_void_ptr_0_8 $s7BlinkID25CameraHardwareInfoPingletV16availableCamerasSayAC09AvailableH4ItemVGvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4395
4412
  // Stub struct to be used to pass/return values to/from Swift functions.
4396
4413
  struct swift_interop_passStub_BlinkID_void_ptr_0_8 {
@@ -4406,8 +4423,19 @@ static SWIFT_C_INLINE_THUNK struct swift_interop_passStub_BlinkID_void_ptr_0_8 s
4406
4423
  SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV16availableCamerasACSayAC09AvailableH4ItemVG_tcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, struct swift_interop_passStub_BlinkID_void_ptr_0_8 availableCameras) SWIFT_NOEXCEPT SWIFT_CALL; // init(availableCameras:)
4407
4424
  SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacingAC0cK0Ovg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4408
4425
  SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV5focusAC5FocusOSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4409
- SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_void_ptr_0_8 $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4410
- SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGtcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, const void * _Nonnull cameraFacing, const void * _Nonnull focus, struct swift_interop_passStub_BlinkID_void_ptr_0_8 availableResolutions) SWIFT_NOEXCEPT SWIFT_CALL; // init(cameraFacing:focus:availableResolutions:)
4426
+ SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8 $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGSgvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4427
+ // Stub struct to be used to pass/return values to/from Swift functions.
4428
+ struct swift_interop_passStub_BlinkID_uint64_t_0_8 {
4429
+ uint64_t _1;
4430
+ };
4431
+
4432
+ static SWIFT_C_INLINE_THUNK struct swift_interop_passStub_BlinkID_uint64_t_0_8 swift_interop_passDirect_BlinkID_uint64_t_0_8(const char * _Nonnull value) {
4433
+ struct swift_interop_passStub_BlinkID_uint64_t_0_8 result;
4434
+ memcpy(&result._1, value + 0, 8);
4435
+ return result;
4436
+ }
4437
+
4438
+ SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGSgtcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, const void * _Nonnull cameraFacing, const void * _Nonnull focus, struct swift_interop_passStub_BlinkID_uint64_t_0_8 availableResolutions) SWIFT_NOEXCEPT SWIFT_CALL; // init(cameraFacing:focus:availableResolutions:)
4411
4439
  SWIFT_EXTERN int64_t $s7BlinkID25CameraHardwareInfoPingletV24AvailableResolutionsItemV5widths5Int64Vvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4412
4440
  SWIFT_EXTERN int64_t $s7BlinkID25CameraHardwareInfoPingletV24AvailableResolutionsItemV6heights5Int64Vvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4413
4441
  SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV24AvailableResolutionsItemV5width6heightAEs5Int64V_AItcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, int64_t width, int64_t height) SWIFT_NOEXCEPT SWIFT_CALL; // init(width:height:)
@@ -4641,7 +4669,6 @@ SWIFT_EXTERN void * _Nonnull $s7BlinkID11PingManagerC6sharedACvgZ(SWIFT_CONTEXT
4641
4669
  SWIFT_EXTERN int32_t $s7BlinkID5PointV1xs5Int32Vvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4642
4670
  SWIFT_EXTERN int32_t $s7BlinkID5PointV1ys5Int32Vvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4643
4671
  SWIFT_EXTERN void * _Nonnull $s7BlinkID15ProcessingActorC6sharedACvgZ(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4644
- SWIFT_EXTERN void $s7BlinkID15ProcessingActorC6sharedACvsZ(void * _Nonnull value, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4645
4672
  SWIFT_EXTERN void $s7BlinkID16ProcessingStatusO8rawValueACSgSS_tcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, struct swift_interop_passStub_BlinkID_uint64_t_0_8_void_ptr_8_16 rawValue) SWIFT_NOEXCEPT SWIFT_CALL; // init(rawValue:)
4646
4673
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8_void_ptr_8_16 $s7BlinkID16ProcessingStatusO8rawValueSSvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4647
4674
  SWIFT_EXTERN void $s7BlinkID13QuadrilateralV9upperLeftAA5PointVvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
@@ -4715,17 +4742,6 @@ SWIFT_EXTERN void $s7BlinkID16ScanningSettingsV37combineResultsFromMultipleInput
4715
4742
  SWIFT_EXTERN bool $s7BlinkID16ScanningSettingsV21enableBarcodeScanOnlySbvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4716
4743
  SWIFT_EXTERN void $s7BlinkID16ScanningSettingsV21enableBarcodeScanOnlySbvs(bool value, SWIFT_CONTEXT void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4717
4744
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8 $s7BlinkID16ScanningSettingsV19customDocumentRulesSayAA0fG0VGSgvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4718
- // Stub struct to be used to pass/return values to/from Swift functions.
4719
- struct swift_interop_passStub_BlinkID_uint64_t_0_8 {
4720
- uint64_t _1;
4721
- };
4722
-
4723
- static SWIFT_C_INLINE_THUNK struct swift_interop_passStub_BlinkID_uint64_t_0_8 swift_interop_passDirect_BlinkID_uint64_t_0_8(const char * _Nonnull value) {
4724
- struct swift_interop_passStub_BlinkID_uint64_t_0_8 result;
4725
- memcpy(&result._1, value + 0, 8);
4726
- return result;
4727
- }
4728
-
4729
4745
  SWIFT_EXTERN void $s7BlinkID16ScanningSettingsV19customDocumentRulesSayAA0fG0VGSgvs(struct swift_interop_passStub_BlinkID_uint64_t_0_8 value, SWIFT_CONTEXT void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4730
4746
  SWIFT_EXTERN void $s7BlinkID16ScanningSettingsV17anonymizationModeAA013AnonymizationF0Ovg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4731
4747
  SWIFT_EXTERN void $s7BlinkID16ScanningSettingsV17anonymizationModeAA013AnonymizationF0Ovs(const void * _Nonnull value, SWIFT_CONTEXT void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
@@ -4830,6 +4846,7 @@ SWIFT_EXTERN void $s7BlinkID9VIZResultV9bloodTypeAA0A5IDSDKV12StringResultVSgvg(
4830
4846
  SWIFT_EXTERN void $s7BlinkID9VIZResultV11dateOfBirthAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4831
4847
  SWIFT_EXTERN void $s7BlinkID9VIZResultV11dateOfIssueAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4832
4848
  SWIFT_EXTERN void $s7BlinkID9VIZResultV12dateOfExpiryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4849
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV11dateOfEntryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4833
4850
  SWIFT_EXTERN bool $s7BlinkID9VIZResultV21dateOfExpiryPermanentSbvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4834
4851
  SWIFT_EXTERN void $s7BlinkID9VIZResultV14documentNumberAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4835
4852
  SWIFT_EXTERN void $s7BlinkID9VIZResultV16personalIdNumberAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
@@ -4851,6 +4868,15 @@ SWIFT_EXTERN void $s7BlinkID9VIZResultV19eligibilityCategoryAA0A5IDSDKV12StringR
4851
4868
  SWIFT_EXTERN void $s7BlinkID9VIZResultV24specificDocumentValidityAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4852
4869
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8 $s7BlinkID9VIZResultV14dependentsInfoSayAA09DependentE0VGSgvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4853
4870
  SWIFT_EXTERN void $s7BlinkID9VIZResultV12vehicleOwnerAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4871
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV12localityCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4872
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV10maidenNameAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4873
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV16municipalityCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4874
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV26municipalityOfRegistrationAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4875
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV18pollingStationCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4876
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV22registrationCenterCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4877
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV11sectionCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4878
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV9stateCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4879
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV9stateNameAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4854
4880
  SWIFT_EXTERN void $s7BlinkID16VehicleClassInfoV07vehicleD0xSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, void * _Nonnull , SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4855
4881
  SWIFT_EXTERN void $s7BlinkID16VehicleClassInfoV11licenceTypexSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, void * _Nonnull , SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
4856
4882
  SWIFT_EXTERN void $s7BlinkID16VehicleClassInfoV13effectiveDateAA0G6ResultVyxGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, void * _Nonnull , SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
@@ -5768,6 +5794,7 @@ extern unsigned $s7BlinkID17BarcodeElementKeyO17dataDiscriminatoryA2CmFWC;
5768
5794
  extern unsigned $s7BlinkID17BarcodeElementKeyO23documentExpirationMonthyA2CmFWC;
5769
5795
  extern unsigned $s7BlinkID17BarcodeElementKeyO19documentNonexpiringyA2CmFWC;
5770
5796
  extern unsigned $s7BlinkID17BarcodeElementKeyO15securityVersionyA2CmFWC;
5797
+ extern unsigned $s7BlinkID17BarcodeElementKeyO18subfieldDesignatoryA2CmFWC;
5771
5798
  }
5772
5799
 
5773
5800
  } // namespace _impl
@@ -5900,6 +5927,7 @@ public:
5900
5927
  documentExpirationMonth SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO23documentExpirationMonthyA2CmF"),
5901
5928
  documentNonexpiring SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO19documentNonexpiringyA2CmF"),
5902
5929
  securityVersion SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO15securityVersionyA2CmF"),
5930
+ subfieldDesignator SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO18subfieldDesignatoryA2CmF"),
5903
5931
  unknownDefault
5904
5932
  };
5905
5933
 
@@ -6593,6 +6621,14 @@ public:
6593
6621
  } securityVersion SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO15securityVersionyA2CmF");
6594
6622
  SWIFT_INLINE_THUNK bool isSecurityVersion() const;
6595
6623
 
6624
+ inline const static struct _impl_subfieldDesignator { // impl struct for case subfieldDesignator
6625
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
6626
+ return cases::subfieldDesignator;
6627
+ }
6628
+ SWIFT_INLINE_THUNK BarcodeElementKey operator()() const;
6629
+ } subfieldDesignator SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO18subfieldDesignatoryA2CmF");
6630
+ SWIFT_INLINE_THUNK bool isSubfieldDesignator() const;
6631
+
6596
6632
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
6597
6633
  SWIFT_INLINE_THUNK constexpr operator cases() const {
6598
6634
  return cases::unknownDefault;
@@ -6689,6 +6725,7 @@ public:
6689
6725
  if (tag == _impl::$s7BlinkID17BarcodeElementKeyO23documentExpirationMonthyA2CmFWC) return cases::documentExpirationMonth;
6690
6726
  if (tag == _impl::$s7BlinkID17BarcodeElementKeyO19documentNonexpiringyA2CmFWC) return cases::documentNonexpiring;
6691
6727
  if (tag == _impl::$s7BlinkID17BarcodeElementKeyO15securityVersionyA2CmFWC) return cases::securityVersion;
6728
+ if (tag == _impl::$s7BlinkID17BarcodeElementKeyO18subfieldDesignatoryA2CmFWC) return cases::subfieldDesignator;
6692
6729
  return cases::unknownDefault;
6693
6730
  }
6694
6731
 
@@ -8504,9 +8541,19 @@ public:
8504
8541
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getCertificateNumber() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV17certificateNumberAA0A5IDSDKV06StringD0VSgvp");
8505
8542
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getCountryCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV11countryCodeAA0A5IDSDKV06StringD0VSgvp");
8506
8543
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getNationalInsuranceNumber() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV23nationalInsuranceNumberAA0A5IDSDKV06StringD0VSgvp");
8544
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getLocalityCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV12localityCodeAA0A5IDSDKV06StringD0VSgvp");
8545
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMaidenName() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV10maidenNameAA0A5IDSDKV06StringD0VSgvp");
8546
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMunicipalityCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV16municipalityCodeAA0A5IDSDKV06StringD0VSgvp");
8547
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMunicipalityOfRegistration() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV26municipalityOfRegistrationAA0A5IDSDKV06StringD0VSgvp");
8548
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getPollingStationCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV18pollingStationCodeAA0A5IDSDKV06StringD0VSgvp");
8549
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getRegistrationCenterCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV22registrationCenterCodeAA0A5IDSDKV06StringD0VSgvp");
8550
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getSectionCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV11sectionCodeAA0A5IDSDKV06StringD0VSgvp");
8551
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getStateCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV9stateCodeAA0A5IDSDKV06StringD0VSgvp");
8552
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getStateName() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV9stateNameAA0A5IDSDKV06StringD0VSgvp");
8507
8553
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfBirth() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV11dateOfBirthAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvp");
8508
8554
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfIssue() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV11dateOfIssueAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvp");
8509
8555
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfExpiry() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV12dateOfExpiryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvp");
8556
+ SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfEntry() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV11dateOfEntryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvp");
8510
8557
  SWIFT_INLINE_THUNK swift::Optional<bool> getDateOfExpiryPermanent() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV21dateOfExpiryPermanentSbSgvp");
8511
8558
  SWIFT_INLINE_THUNK swift::Optional<DriverLicenseDetailedInfo<__BlinkIDSDKNested::StringResult>> getDriverLicenseDetailedInfo() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV25driverLicenseDetailedInfoAA06DriverfgH0VyAA0A5IDSDKV06StringD0VGSgvp");
8512
8559
  SWIFT_INLINE_THUNK swift::Optional<swift::Array<DependentInfo>> getDependentsInfo() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV14dependentsInfoSayAA09DependentF0VGSgvp");
@@ -9136,6 +9183,33 @@ struct implClassFor<BlinkID::BlinkIDSessionSettings> { using type = BlinkID::_im
9136
9183
 
9137
9184
  namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
9138
9185
 
9186
+ namespace _impl {
9187
+
9188
+ // Type metadata accessor for MBSampleBufferWrapper
9189
+ SWIFT_EXTERN swift::_impl::MetadataResponseTy $sSo21MBSampleBufferWrapperCMa(swift::_impl::MetadataRequestTy) SWIFT_NOEXCEPT SWIFT_CALL;
9190
+
9191
+
9192
+ } // namespace _impl
9193
+
9194
+ } // end namespace
9195
+
9196
+ namespace swift SWIFT_PRIVATE_ATTR {
9197
+ #pragma clang diagnostic push
9198
+ #pragma clang diagnostic ignored "-Wc++17-extensions"
9199
+ template<>
9200
+ inline const constexpr bool isUsableInGenericContext<MBSampleBufferWrapper*> = true;
9201
+ template<>
9202
+ struct TypeMetadataTrait<MBSampleBufferWrapper*> {
9203
+ static SWIFT_INLINE_PRIVATE_HELPER void * _Nonnull getTypeMetadata() {
9204
+ return BlinkID::_impl::$sSo21MBSampleBufferWrapperCMa(0)._0;
9205
+ }
9206
+ };
9207
+ namespace _impl{
9208
+ } // namespace
9209
+ #pragma clang diagnostic pop
9210
+ } // namespace swift
9211
+
9212
+ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
9139
9213
  class SWIFT_SYMBOL("s:7BlinkID16RegionOfInterestV") RegionOfInterest;
9140
9214
  } // end namespace
9141
9215
 
@@ -9680,7 +9754,6 @@ public:
9680
9754
  using Focus=__CameraHardwareInfoPingletNested::Focus;
9681
9755
  static SWIFT_INLINE_THUNK swift::String getSchemaName() SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV10schemaNameSSvpZ");
9682
9756
  static SWIFT_INLINE_THUNK swift::String getSchemaVersion() SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV13schemaVersionSSvpZ");
9683
- static SWIFT_INLINE_THUNK swift::Int getSessionNumber() SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV13sessionNumberSivpZ");
9684
9757
  SWIFT_INLINE_THUNK swift::Array<__CameraHardwareInfoPingletNested::AvailableCamerasItem> getAvailableCameras() const SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV16availableCamerasSayAC09AvailableH4ItemVGvp");
9685
9758
  static SWIFT_INLINE_THUNK CameraHardwareInfoPinglet init(const swift::Array<__CameraHardwareInfoPingletNested::AvailableCamerasItem>& availableCameras) SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV16availableCamerasACSayAC09AvailableH4ItemVG_tcfc");
9686
9759
  private:
@@ -9814,8 +9887,8 @@ public:
9814
9887
  }
9815
9888
  SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::CameraFacing getCameraFacing() const SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacingAC0cK0Ovp");
9816
9889
  SWIFT_INLINE_THUNK swift::Optional<__CameraHardwareInfoPingletNested::Focus> getFocus() const SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV5focusAC5FocusOSgvp");
9817
- SWIFT_INLINE_THUNK swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem> getAvailableResolutions() const SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGvp");
9818
- static SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::AvailableCamerasItem init(const __CameraHardwareInfoPingletNested::CameraFacing& cameraFacing, const swift::Optional<__CameraHardwareInfoPingletNested::Focus>& focus, const swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>& availableResolutions) SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGtcfc");
9890
+ SWIFT_INLINE_THUNK swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>> getAvailableResolutions() const SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGSgvp");
9891
+ static SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::AvailableCamerasItem init(const __CameraHardwareInfoPingletNested::CameraFacing& cameraFacing, const swift::Optional<__CameraHardwareInfoPingletNested::Focus>& focus, const swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>& availableResolutions) SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGSgtcfc");
9819
9892
  private:
9820
9893
  SWIFT_INLINE_THUNK AvailableCamerasItem(swift::_impl::ValueWitnessTable * _Nonnull vwTable) noexcept : _storage(vwTable->size, vwTable->getAlignment()) {}
9821
9894
  static SWIFT_INLINE_THUNK AvailableCamerasItem _make() noexcept {
@@ -10044,6 +10117,7 @@ SWIFT_EXTERN swift::_impl::MetadataResponseTy $s7BlinkID25CameraHardwareInfoPing
10044
10117
  extern "C" {
10045
10118
  extern unsigned $s7BlinkID25CameraHardwareInfoPingletV0C6FacingO5frontyA2EmFWC;
10046
10119
  extern unsigned $s7BlinkID25CameraHardwareInfoPingletV0C6FacingO4backyA2EmFWC;
10120
+ extern unsigned $s7BlinkID25CameraHardwareInfoPingletV0C6FacingO7unknownyA2EmFWC;
10047
10121
  }
10048
10122
 
10049
10123
  } // namespace _impl
@@ -10092,6 +10166,7 @@ public:
10092
10166
  enum class cases {
10093
10167
  front SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV0C6FacingO5frontyA2EmF"),
10094
10168
  back SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV0C6FacingO4backyA2EmF"),
10169
+ unknown SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV0C6FacingO7unknownyA2EmF"),
10095
10170
  unknownDefault
10096
10171
  };
10097
10172
 
@@ -10113,6 +10188,14 @@ public:
10113
10188
  } back SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV0C6FacingO4backyA2EmF");
10114
10189
  SWIFT_INLINE_THUNK bool isBack() const;
10115
10190
 
10191
+ inline const static struct _impl_unknown { // impl struct for case unknown
10192
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
10193
+ return cases::unknown;
10194
+ }
10195
+ SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::CameraFacing operator()() const;
10196
+ } unknown SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV0C6FacingO7unknownyA2EmF");
10197
+ SWIFT_INLINE_THUNK bool isUnknown() const;
10198
+
10116
10199
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
10117
10200
  SWIFT_INLINE_THUNK constexpr operator cases() const {
10118
10201
  return cases::unknownDefault;
@@ -10125,6 +10208,7 @@ public:
10125
10208
  auto tag = _getEnumTag();
10126
10209
  if (tag == _impl::$s7BlinkID25CameraHardwareInfoPingletV0C6FacingO5frontyA2EmFWC) return cases::front;
10127
10210
  if (tag == _impl::$s7BlinkID25CameraHardwareInfoPingletV0C6FacingO4backyA2EmFWC) return cases::back;
10211
+ if (tag == _impl::$s7BlinkID25CameraHardwareInfoPingletV0C6FacingO7unknownyA2EmFWC) return cases::unknown;
10128
10212
  return cases::unknownDefault;
10129
10213
  }
10130
10214
 
@@ -10638,6 +10722,7 @@ SWIFT_EXTERN swift::_impl::MetadataResponseTy $s7BlinkID22CameraInputInfoPinglet
10638
10722
  extern "C" {
10639
10723
  extern unsigned $s7BlinkID22CameraInputInfoPingletV0C6FacingO5frontyA2EmFWC;
10640
10724
  extern unsigned $s7BlinkID22CameraInputInfoPingletV0C6FacingO4backyA2EmFWC;
10725
+ extern unsigned $s7BlinkID22CameraInputInfoPingletV0C6FacingO7unknownyA2EmFWC;
10641
10726
  }
10642
10727
 
10643
10728
  } // namespace _impl
@@ -10686,6 +10771,7 @@ public:
10686
10771
  enum class cases {
10687
10772
  front SWIFT_SYMBOL("s:7BlinkID22CameraInputInfoPingletV0C6FacingO5frontyA2EmF"),
10688
10773
  back SWIFT_SYMBOL("s:7BlinkID22CameraInputInfoPingletV0C6FacingO4backyA2EmF"),
10774
+ unknown SWIFT_SYMBOL("s:7BlinkID22CameraInputInfoPingletV0C6FacingO7unknownyA2EmF"),
10689
10775
  unknownDefault
10690
10776
  };
10691
10777
 
@@ -10707,6 +10793,14 @@ public:
10707
10793
  } back SWIFT_SYMBOL("s:7BlinkID22CameraInputInfoPingletV0C6FacingO4backyA2EmF");
10708
10794
  SWIFT_INLINE_THUNK bool isBack() const;
10709
10795
 
10796
+ inline const static struct _impl_unknown { // impl struct for case unknown
10797
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
10798
+ return cases::unknown;
10799
+ }
10800
+ SWIFT_INLINE_THUNK __CameraInputInfoPingletNested::CameraFacing operator()() const;
10801
+ } unknown SWIFT_SYMBOL("s:7BlinkID22CameraInputInfoPingletV0C6FacingO7unknownyA2EmF");
10802
+ SWIFT_INLINE_THUNK bool isUnknown() const;
10803
+
10710
10804
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
10711
10805
  SWIFT_INLINE_THUNK constexpr operator cases() const {
10712
10806
  return cases::unknownDefault;
@@ -10719,6 +10813,7 @@ public:
10719
10813
  auto tag = _getEnumTag();
10720
10814
  if (tag == _impl::$s7BlinkID22CameraInputInfoPingletV0C6FacingO5frontyA2EmFWC) return cases::front;
10721
10815
  if (tag == _impl::$s7BlinkID22CameraInputInfoPingletV0C6FacingO4backyA2EmFWC) return cases::back;
10816
+ if (tag == _impl::$s7BlinkID22CameraInputInfoPingletV0C6FacingO7unknownyA2EmFWC) return cases::unknown;
10722
10817
  return cases::unknownDefault;
10723
10818
  }
10724
10819
 
@@ -14572,6 +14667,33 @@ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
14572
14667
 
14573
14668
  namespace _impl {
14574
14669
 
14670
+ // Type metadata accessor for UIImage
14671
+ SWIFT_EXTERN swift::_impl::MetadataResponseTy $sSo7UIImageCMa(swift::_impl::MetadataRequestTy) SWIFT_NOEXCEPT SWIFT_CALL;
14672
+
14673
+
14674
+ } // namespace _impl
14675
+
14676
+ } // end namespace
14677
+
14678
+ namespace swift SWIFT_PRIVATE_ATTR {
14679
+ #pragma clang diagnostic push
14680
+ #pragma clang diagnostic ignored "-Wc++17-extensions"
14681
+ template<>
14682
+ inline const constexpr bool isUsableInGenericContext<UIImage*> = true;
14683
+ template<>
14684
+ struct SWIFT_AVAILABILITY(ios,introduced=2.0) TypeMetadataTrait<UIImage*> {
14685
+ static SWIFT_INLINE_PRIVATE_HELPER void * _Nonnull getTypeMetadata() {
14686
+ return BlinkID::_impl::$sSo7UIImageCMa(0)._0;
14687
+ }
14688
+ };
14689
+ namespace _impl{
14690
+ } // namespace
14691
+ #pragma clang diagnostic pop
14692
+ } // namespace swift
14693
+
14694
+ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
14695
+ namespace _impl {
14696
+
14575
14697
  class _impl_CroppedImageResult;
14576
14698
 
14577
14699
  // Type metadata accessor for CroppedImageResult
@@ -18001,6 +18123,10 @@ extern unsigned $s7BlinkID12DocumentTypeO23registrationCertificateyA2CmFWC;
18001
18123
  extern unsigned $s7BlinkID12DocumentTypeO18medicalMarijuanaIdyA2CmFWC;
18002
18124
  extern unsigned $s7BlinkID12DocumentTypeO15nonCardTribalIdyA2CmFWC;
18003
18125
  extern unsigned $s7BlinkID12DocumentTypeO12diplomaticIdyA2CmFWC;
18126
+ extern unsigned $s7BlinkID12DocumentTypeO17emergencyPassportyA2CmFWC;
18127
+ extern unsigned $s7BlinkID12DocumentTypeO17temporaryPassportyA2CmFWC;
18128
+ extern unsigned $s7BlinkID12DocumentTypeO19metisFederationCardyA2CmFWC;
18129
+ extern unsigned $s7BlinkID12DocumentTypeO14adrCertificateyA2CmFWC;
18004
18130
  }
18005
18131
 
18006
18132
  } // namespace _impl
@@ -18129,6 +18255,10 @@ public:
18129
18255
  medicalMarijuanaId SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO18medicalMarijuanaIdyA2CmF"),
18130
18256
  nonCardTribalId SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO15nonCardTribalIdyA2CmF"),
18131
18257
  diplomaticId SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO12diplomaticIdyA2CmF"),
18258
+ emergencyPassport SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO17emergencyPassportyA2CmF"),
18259
+ temporaryPassport SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO17temporaryPassportyA2CmF"),
18260
+ metisFederationCard SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO19metisFederationCardyA2CmF"),
18261
+ adrCertificate SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO14adrCertificateyA2CmF"),
18132
18262
  unknownDefault
18133
18263
  };
18134
18264
 
@@ -18790,6 +18920,38 @@ public:
18790
18920
  } diplomaticId SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO12diplomaticIdyA2CmF");
18791
18921
  SWIFT_INLINE_THUNK bool isDiplomaticId() const;
18792
18922
 
18923
+ inline const static struct _impl_emergencyPassport { // impl struct for case emergencyPassport
18924
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
18925
+ return cases::emergencyPassport;
18926
+ }
18927
+ SWIFT_INLINE_THUNK DocumentType operator()() const;
18928
+ } emergencyPassport SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO17emergencyPassportyA2CmF");
18929
+ SWIFT_INLINE_THUNK bool isEmergencyPassport() const;
18930
+
18931
+ inline const static struct _impl_temporaryPassport { // impl struct for case temporaryPassport
18932
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
18933
+ return cases::temporaryPassport;
18934
+ }
18935
+ SWIFT_INLINE_THUNK DocumentType operator()() const;
18936
+ } temporaryPassport SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO17temporaryPassportyA2CmF");
18937
+ SWIFT_INLINE_THUNK bool isTemporaryPassport() const;
18938
+
18939
+ inline const static struct _impl_metisFederationCard { // impl struct for case metisFederationCard
18940
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
18941
+ return cases::metisFederationCard;
18942
+ }
18943
+ SWIFT_INLINE_THUNK DocumentType operator()() const;
18944
+ } metisFederationCard SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO19metisFederationCardyA2CmF");
18945
+ SWIFT_INLINE_THUNK bool isMetisFederationCard() const;
18946
+
18947
+ inline const static struct _impl_adrCertificate { // impl struct for case adrCertificate
18948
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
18949
+ return cases::adrCertificate;
18950
+ }
18951
+ SWIFT_INLINE_THUNK DocumentType operator()() const;
18952
+ } adrCertificate SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO14adrCertificateyA2CmF");
18953
+ SWIFT_INLINE_THUNK bool isAdrCertificate() const;
18954
+
18793
18955
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
18794
18956
  SWIFT_INLINE_THUNK constexpr operator cases() const {
18795
18957
  return cases::unknownDefault;
@@ -18882,6 +19044,10 @@ public:
18882
19044
  if (tag == _impl::$s7BlinkID12DocumentTypeO18medicalMarijuanaIdyA2CmFWC) return cases::medicalMarijuanaId;
18883
19045
  if (tag == _impl::$s7BlinkID12DocumentTypeO15nonCardTribalIdyA2CmFWC) return cases::nonCardTribalId;
18884
19046
  if (tag == _impl::$s7BlinkID12DocumentTypeO12diplomaticIdyA2CmFWC) return cases::diplomaticId;
19047
+ if (tag == _impl::$s7BlinkID12DocumentTypeO17emergencyPassportyA2CmFWC) return cases::emergencyPassport;
19048
+ if (tag == _impl::$s7BlinkID12DocumentTypeO17temporaryPassportyA2CmFWC) return cases::temporaryPassport;
19049
+ if (tag == _impl::$s7BlinkID12DocumentTypeO19metisFederationCardyA2CmFWC) return cases::metisFederationCard;
19050
+ if (tag == _impl::$s7BlinkID12DocumentTypeO14adrCertificateyA2CmFWC) return cases::adrCertificate;
18885
19051
  return cases::unknownDefault;
18886
19052
  }
18887
19053
 
@@ -19750,7 +19916,16 @@ extern unsigned $s7BlinkID9FieldTypeO12vehicleOwneryA2CmFWC;
19750
19916
  extern unsigned $s7BlinkID9FieldTypeO23nationalInsuranceNumberyA2CmFWC;
19751
19917
  extern unsigned $s7BlinkID9FieldTypeO11countryCodeyA2CmFWC;
19752
19918
  extern unsigned $s7BlinkID9FieldTypeO17certificateNumberyA2CmFWC;
19753
- extern unsigned $s7BlinkID9FieldTypeO22publicTransportFreeUseyA2CmFWC;
19919
+ extern unsigned $s7BlinkID9FieldTypeO26municipalityOfRegistrationyA2CmFWC;
19920
+ extern unsigned $s7BlinkID9FieldTypeO12localityCodeyA2CmFWC;
19921
+ extern unsigned $s7BlinkID9FieldTypeO10maidenNameyA2CmFWC;
19922
+ extern unsigned $s7BlinkID9FieldTypeO9stateCodeyA2CmFWC;
19923
+ extern unsigned $s7BlinkID9FieldTypeO11dateOfEntryyA2CmFWC;
19924
+ extern unsigned $s7BlinkID9FieldTypeO16municipalityCodeyA2CmFWC;
19925
+ extern unsigned $s7BlinkID9FieldTypeO18pollingStationCodeyA2CmFWC;
19926
+ extern unsigned $s7BlinkID9FieldTypeO11sectionCodeyA2CmFWC;
19927
+ extern unsigned $s7BlinkID9FieldTypeO22registrationCenterCodeyA2CmFWC;
19928
+ extern unsigned $s7BlinkID9FieldTypeO9stateNameyA2CmFWC;
19754
19929
  }
19755
19930
 
19756
19931
  } // namespace _impl
@@ -19851,7 +20026,16 @@ public:
19851
20026
  nationalInsuranceNumber SWIFT_SYMBOL("s:7BlinkID9FieldTypeO23nationalInsuranceNumberyA2CmF"),
19852
20027
  countryCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO11countryCodeyA2CmF"),
19853
20028
  certificateNumber SWIFT_SYMBOL("s:7BlinkID9FieldTypeO17certificateNumberyA2CmF"),
19854
- publicTransportFreeUse SWIFT_SYMBOL("s:7BlinkID9FieldTypeO22publicTransportFreeUseyA2CmF"),
20029
+ municipalityOfRegistration SWIFT_SYMBOL("s:7BlinkID9FieldTypeO26municipalityOfRegistrationyA2CmF"),
20030
+ localityCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO12localityCodeyA2CmF"),
20031
+ maidenName SWIFT_SYMBOL("s:7BlinkID9FieldTypeO10maidenNameyA2CmF"),
20032
+ stateCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO9stateCodeyA2CmF"),
20033
+ dateOfEntry SWIFT_SYMBOL("s:7BlinkID9FieldTypeO11dateOfEntryyA2CmF"),
20034
+ municipalityCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO16municipalityCodeyA2CmF"),
20035
+ pollingStationCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO18pollingStationCodeyA2CmF"),
20036
+ sectionCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO11sectionCodeyA2CmF"),
20037
+ registrationCenterCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO22registrationCenterCodeyA2CmF"),
20038
+ stateName SWIFT_SYMBOL("s:7BlinkID9FieldTypeO9stateNameyA2CmF"),
19855
20039
  unknownDefault
19856
20040
  };
19857
20041
 
@@ -20289,13 +20473,85 @@ public:
20289
20473
  } certificateNumber SWIFT_SYMBOL("s:7BlinkID9FieldTypeO17certificateNumberyA2CmF");
20290
20474
  SWIFT_INLINE_THUNK bool isCertificateNumber() const;
20291
20475
 
20292
- inline const static struct _impl_publicTransportFreeUse { // impl struct for case publicTransportFreeUse
20476
+ inline const static struct _impl_municipalityOfRegistration { // impl struct for case municipalityOfRegistration
20477
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
20478
+ return cases::municipalityOfRegistration;
20479
+ }
20480
+ SWIFT_INLINE_THUNK FieldType operator()() const;
20481
+ } municipalityOfRegistration SWIFT_SYMBOL("s:7BlinkID9FieldTypeO26municipalityOfRegistrationyA2CmF");
20482
+ SWIFT_INLINE_THUNK bool isMunicipalityOfRegistration() const;
20483
+
20484
+ inline const static struct _impl_localityCode { // impl struct for case localityCode
20485
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
20486
+ return cases::localityCode;
20487
+ }
20488
+ SWIFT_INLINE_THUNK FieldType operator()() const;
20489
+ } localityCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO12localityCodeyA2CmF");
20490
+ SWIFT_INLINE_THUNK bool isLocalityCode() const;
20491
+
20492
+ inline const static struct _impl_maidenName { // impl struct for case maidenName
20493
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
20494
+ return cases::maidenName;
20495
+ }
20496
+ SWIFT_INLINE_THUNK FieldType operator()() const;
20497
+ } maidenName SWIFT_SYMBOL("s:7BlinkID9FieldTypeO10maidenNameyA2CmF");
20498
+ SWIFT_INLINE_THUNK bool isMaidenName() const;
20499
+
20500
+ inline const static struct _impl_stateCode { // impl struct for case stateCode
20501
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
20502
+ return cases::stateCode;
20503
+ }
20504
+ SWIFT_INLINE_THUNK FieldType operator()() const;
20505
+ } stateCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO9stateCodeyA2CmF");
20506
+ SWIFT_INLINE_THUNK bool isStateCode() const;
20507
+
20508
+ inline const static struct _impl_dateOfEntry { // impl struct for case dateOfEntry
20509
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
20510
+ return cases::dateOfEntry;
20511
+ }
20512
+ SWIFT_INLINE_THUNK FieldType operator()() const;
20513
+ } dateOfEntry SWIFT_SYMBOL("s:7BlinkID9FieldTypeO11dateOfEntryyA2CmF");
20514
+ SWIFT_INLINE_THUNK bool isDateOfEntry() const;
20515
+
20516
+ inline const static struct _impl_municipalityCode { // impl struct for case municipalityCode
20517
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
20518
+ return cases::municipalityCode;
20519
+ }
20520
+ SWIFT_INLINE_THUNK FieldType operator()() const;
20521
+ } municipalityCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO16municipalityCodeyA2CmF");
20522
+ SWIFT_INLINE_THUNK bool isMunicipalityCode() const;
20523
+
20524
+ inline const static struct _impl_pollingStationCode { // impl struct for case pollingStationCode
20293
20525
  SWIFT_INLINE_THUNK constexpr operator cases() const {
20294
- return cases::publicTransportFreeUse;
20526
+ return cases::pollingStationCode;
20295
20527
  }
20296
20528
  SWIFT_INLINE_THUNK FieldType operator()() const;
20297
- } publicTransportFreeUse SWIFT_SYMBOL("s:7BlinkID9FieldTypeO22publicTransportFreeUseyA2CmF");
20298
- SWIFT_INLINE_THUNK bool isPublicTransportFreeUse() const;
20529
+ } pollingStationCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO18pollingStationCodeyA2CmF");
20530
+ SWIFT_INLINE_THUNK bool isPollingStationCode() const;
20531
+
20532
+ inline const static struct _impl_sectionCode { // impl struct for case sectionCode
20533
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
20534
+ return cases::sectionCode;
20535
+ }
20536
+ SWIFT_INLINE_THUNK FieldType operator()() const;
20537
+ } sectionCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO11sectionCodeyA2CmF");
20538
+ SWIFT_INLINE_THUNK bool isSectionCode() const;
20539
+
20540
+ inline const static struct _impl_registrationCenterCode { // impl struct for case registrationCenterCode
20541
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
20542
+ return cases::registrationCenterCode;
20543
+ }
20544
+ SWIFT_INLINE_THUNK FieldType operator()() const;
20545
+ } registrationCenterCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO22registrationCenterCodeyA2CmF");
20546
+ SWIFT_INLINE_THUNK bool isRegistrationCenterCode() const;
20547
+
20548
+ inline const static struct _impl_stateName { // impl struct for case stateName
20549
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
20550
+ return cases::stateName;
20551
+ }
20552
+ SWIFT_INLINE_THUNK FieldType operator()() const;
20553
+ } stateName SWIFT_SYMBOL("s:7BlinkID9FieldTypeO9stateNameyA2CmF");
20554
+ SWIFT_INLINE_THUNK bool isStateName() const;
20299
20555
 
20300
20556
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
20301
20557
  SWIFT_INLINE_THUNK constexpr operator cases() const {
@@ -20361,7 +20617,16 @@ public:
20361
20617
  if (tag == _impl::$s7BlinkID9FieldTypeO23nationalInsuranceNumberyA2CmFWC) return cases::nationalInsuranceNumber;
20362
20618
  if (tag == _impl::$s7BlinkID9FieldTypeO11countryCodeyA2CmFWC) return cases::countryCode;
20363
20619
  if (tag == _impl::$s7BlinkID9FieldTypeO17certificateNumberyA2CmFWC) return cases::certificateNumber;
20364
- if (tag == _impl::$s7BlinkID9FieldTypeO22publicTransportFreeUseyA2CmFWC) return cases::publicTransportFreeUse;
20620
+ if (tag == _impl::$s7BlinkID9FieldTypeO26municipalityOfRegistrationyA2CmFWC) return cases::municipalityOfRegistration;
20621
+ if (tag == _impl::$s7BlinkID9FieldTypeO12localityCodeyA2CmFWC) return cases::localityCode;
20622
+ if (tag == _impl::$s7BlinkID9FieldTypeO10maidenNameyA2CmFWC) return cases::maidenName;
20623
+ if (tag == _impl::$s7BlinkID9FieldTypeO9stateCodeyA2CmFWC) return cases::stateCode;
20624
+ if (tag == _impl::$s7BlinkID9FieldTypeO11dateOfEntryyA2CmFWC) return cases::dateOfEntry;
20625
+ if (tag == _impl::$s7BlinkID9FieldTypeO16municipalityCodeyA2CmFWC) return cases::municipalityCode;
20626
+ if (tag == _impl::$s7BlinkID9FieldTypeO18pollingStationCodeyA2CmFWC) return cases::pollingStationCode;
20627
+ if (tag == _impl::$s7BlinkID9FieldTypeO11sectionCodeyA2CmFWC) return cases::sectionCode;
20628
+ if (tag == _impl::$s7BlinkID9FieldTypeO22registrationCenterCodeyA2CmFWC) return cases::registrationCenterCode;
20629
+ if (tag == _impl::$s7BlinkID9FieldTypeO9stateNameyA2CmFWC) return cases::stateName;
20365
20630
  return cases::unknownDefault;
20366
20631
  }
20367
20632
 
@@ -24098,7 +24363,6 @@ public:
24098
24363
  using RefCountedClass::RefCountedClass;
24099
24364
  using RefCountedClass::operator=;
24100
24365
  static SWIFT_INLINE_THUNK ProcessingActor getShared() SWIFT_SYMBOL("s:7BlinkID15ProcessingActorC6sharedACvpZ");
24101
- static SWIFT_INLINE_THUNK void setShared(const ProcessingActor& value) SWIFT_SYMBOL("s:7BlinkID15ProcessingActorC6sharedACvpZ");
24102
24366
  protected:
24103
24367
  SWIFT_INLINE_THUNK ProcessingActor(void * _Nonnull ptr) noexcept : RefCountedClass(ptr) {}
24104
24368
  private:
@@ -25474,6 +25738,7 @@ extern unsigned $s7BlinkID6RegionO7haryanayA2CmFWC;
25474
25738
  extern unsigned $s7BlinkID6RegionO7sergipeyA2CmFWC;
25475
25739
  extern unsigned $s7BlinkID6RegionO7alagoasyA2CmFWC;
25476
25740
  extern unsigned $s7BlinkID6RegionO10bangsamoroyA2CmFWC;
25741
+ extern unsigned $s7BlinkID6RegionO9telanganayA2CmFWC;
25477
25742
  }
25478
25743
 
25479
25744
  } // namespace _impl
@@ -25660,6 +25925,7 @@ public:
25660
25925
  sergipe SWIFT_SYMBOL("s:7BlinkID6RegionO7sergipeyA2CmF"),
25661
25926
  alagoas SWIFT_SYMBOL("s:7BlinkID6RegionO7alagoasyA2CmF"),
25662
25927
  bangsamoro SWIFT_SYMBOL("s:7BlinkID6RegionO10bangsamoroyA2CmF"),
25928
+ telangana SWIFT_SYMBOL("s:7BlinkID6RegionO9telanganayA2CmF"),
25663
25929
  unknownDefault
25664
25930
  };
25665
25931
 
@@ -26785,6 +27051,14 @@ public:
26785
27051
  } bangsamoro SWIFT_SYMBOL("s:7BlinkID6RegionO10bangsamoroyA2CmF");
26786
27052
  SWIFT_INLINE_THUNK bool isBangsamoro() const;
26787
27053
 
27054
+ inline const static struct _impl_telangana { // impl struct for case telangana
27055
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
27056
+ return cases::telangana;
27057
+ }
27058
+ SWIFT_INLINE_THUNK Region operator()() const;
27059
+ } telangana SWIFT_SYMBOL("s:7BlinkID6RegionO9telanganayA2CmF");
27060
+ SWIFT_INLINE_THUNK bool isTelangana() const;
27061
+
26788
27062
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
26789
27063
  SWIFT_INLINE_THUNK constexpr operator cases() const {
26790
27064
  return cases::unknownDefault;
@@ -26935,6 +27209,7 @@ public:
26935
27209
  if (tag == _impl::$s7BlinkID6RegionO7sergipeyA2CmFWC) return cases::sergipe;
26936
27210
  if (tag == _impl::$s7BlinkID6RegionO7alagoasyA2CmFWC) return cases::alagoas;
26937
27211
  if (tag == _impl::$s7BlinkID6RegionO10bangsamoroyA2CmFWC) return cases::bangsamoro;
27212
+ if (tag == _impl::$s7BlinkID6RegionO9telanganayA2CmFWC) return cases::telangana;
26938
27213
  return cases::unknownDefault;
26939
27214
  }
26940
27215
 
@@ -31821,6 +32096,7 @@ public:
31821
32096
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfBirth() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV11dateOfBirthAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvp");
31822
32097
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfIssue() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV11dateOfIssueAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvp");
31823
32098
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfExpiry() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV12dateOfExpiryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvp");
32099
+ SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfEntry() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV11dateOfEntryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvp");
31824
32100
  SWIFT_INLINE_THUNK bool getDateOfExpiryPermanent() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV21dateOfExpiryPermanentSbvp");
31825
32101
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getDocumentNumber() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV14documentNumberAA0A5IDSDKV12StringResultVSgvp");
31826
32102
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getPersonalIdNumber() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV16personalIdNumberAA0A5IDSDKV12StringResultVSgvp");
@@ -31842,6 +32118,15 @@ public:
31842
32118
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getSpecificDocumentValidity() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV24specificDocumentValidityAA0A5IDSDKV12StringResultVSgvp");
31843
32119
  SWIFT_INLINE_THUNK swift::Optional<swift::Array<DependentInfo>> getDependentsInfo() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV14dependentsInfoSayAA09DependentE0VGSgvp");
31844
32120
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getVehicleOwner() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV12vehicleOwnerAA0A5IDSDKV12StringResultVSgvp");
32121
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getLocalityCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV12localityCodeAA0A5IDSDKV12StringResultVSgvp");
32122
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMaidenName() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV10maidenNameAA0A5IDSDKV12StringResultVSgvp");
32123
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMunicipalityCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV16municipalityCodeAA0A5IDSDKV12StringResultVSgvp");
32124
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMunicipalityOfRegistration() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV26municipalityOfRegistrationAA0A5IDSDKV12StringResultVSgvp");
32125
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getPollingStationCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV18pollingStationCodeAA0A5IDSDKV12StringResultVSgvp");
32126
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getRegistrationCenterCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV22registrationCenterCodeAA0A5IDSDKV12StringResultVSgvp");
32127
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getSectionCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV11sectionCodeAA0A5IDSDKV12StringResultVSgvp");
32128
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getStateCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV9stateCodeAA0A5IDSDKV12StringResultVSgvp");
32129
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getStateName() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV9stateNameAA0A5IDSDKV12StringResultVSgvp");
31845
32130
  private:
31846
32131
  SWIFT_INLINE_THUNK VIZResult(swift::_impl::ValueWitnessTable * _Nonnull vwTable) noexcept : _storage(vwTable->size, vwTable->getAlignment()) {}
31847
32132
  static SWIFT_INLINE_THUNK VIZResult _make() noexcept {
@@ -33300,6 +33585,14 @@ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
33300
33585
  SWIFT_INLINE_THUNK bool BarcodeElementKey::isSecurityVersion() const {
33301
33586
  return *this == BarcodeElementKey::securityVersion;
33302
33587
  }
33588
+ SWIFT_INLINE_THUNK BarcodeElementKey BarcodeElementKey::_impl_subfieldDesignator::operator()() const {
33589
+ auto result = BarcodeElementKey::_make();
33590
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID17BarcodeElementKeyO18subfieldDesignatoryA2CmFWC);
33591
+ return result;
33592
+ }
33593
+ SWIFT_INLINE_THUNK bool BarcodeElementKey::isSubfieldDesignator() const {
33594
+ return *this == BarcodeElementKey::subfieldDesignator;
33595
+ }
33303
33596
  SWIFT_INLINE_THUNK bool BarcodeElementKey::isUnknownDefault() const {
33304
33597
  return *this == BarcodeElementKey::unknownDefault;
33305
33598
  }
@@ -33862,6 +34155,51 @@ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
33862
34155
  BlinkID::_impl::$s7BlinkID0A16IDScanningResultV23nationalInsuranceNumberAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
33863
34156
  });
33864
34157
  }
34158
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getLocalityCode() const {
34159
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34160
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV12localityCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
34161
+ });
34162
+ }
34163
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getMaidenName() const {
34164
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34165
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV10maidenNameAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
34166
+ });
34167
+ }
34168
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getMunicipalityCode() const {
34169
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34170
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV16municipalityCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
34171
+ });
34172
+ }
34173
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getMunicipalityOfRegistration() const {
34174
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34175
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV26municipalityOfRegistrationAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
34176
+ });
34177
+ }
34178
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getPollingStationCode() const {
34179
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34180
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV18pollingStationCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
34181
+ });
34182
+ }
34183
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getRegistrationCenterCode() const {
34184
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34185
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV22registrationCenterCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
34186
+ });
34187
+ }
34188
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getSectionCode() const {
34189
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34190
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV11sectionCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
34191
+ });
34192
+ }
34193
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getStateCode() const {
34194
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34195
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV9stateCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
34196
+ });
34197
+ }
34198
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getStateName() const {
34199
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34200
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV9stateNameAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
34201
+ });
34202
+ }
33865
34203
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> BlinkIDScanningResult::getDateOfBirth() const {
33866
34204
  return swift::_impl::_impl_Optional<DateResult<__BlinkIDSDKNested::StringResult>>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
33867
34205
  BlinkID::_impl::$s7BlinkID0A16IDScanningResultV11dateOfBirthAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(result, _getOpaquePointer());
@@ -33877,6 +34215,11 @@ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
33877
34215
  BlinkID::_impl::$s7BlinkID0A16IDScanningResultV12dateOfExpiryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(result, _getOpaquePointer());
33878
34216
  });
33879
34217
  }
34218
+ SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> BlinkIDScanningResult::getDateOfEntry() const {
34219
+ return swift::_impl::_impl_Optional<DateResult<__BlinkIDSDKNested::StringResult>>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34220
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV11dateOfEntryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(result, _getOpaquePointer());
34221
+ });
34222
+ }
33880
34223
  SWIFT_INLINE_THUNK swift::Optional<bool> BlinkIDScanningResult::getDateOfExpiryPermanent() const {
33881
34224
  return swift::_impl::_impl_Optional<bool>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
33882
34225
  BlinkID::_impl::swift_interop_returnDirect_BlinkID_uint8_t_0_1(result, BlinkID::_impl::$s7BlinkID0A16IDScanningResultV21dateOfExpiryPermanentSbSgvg(_getOpaquePointer()));
@@ -34140,9 +34483,6 @@ return (__bridge_transfer MBSampleBufferWrapper *)(__bridge void *)BlinkID::_imp
34140
34483
  BlinkID::_impl::swift_interop_returnDirect_BlinkID_uint64_t_0_8_void_ptr_8_16(result, BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV13schemaVersionSSvgZ());
34141
34484
  });
34142
34485
  }
34143
- SWIFT_INLINE_THUNK swift::Int CameraHardwareInfoPinglet::getSessionNumber() {
34144
- return BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV13sessionNumberSivgZ();
34145
- }
34146
34486
  SWIFT_INLINE_THUNK swift::Array<__CameraHardwareInfoPingletNested::AvailableCamerasItem> CameraHardwareInfoPinglet::getAvailableCameras() const {
34147
34487
  return swift::_impl::_impl_Array<__CameraHardwareInfoPingletNested::AvailableCamerasItem>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34148
34488
  BlinkID::_impl::swift_interop_returnDirect_BlinkID_void_ptr_0_8(result, BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV16availableCamerasSayAC09AvailableH4ItemVGvg(_getOpaquePointer()));
@@ -34166,23 +34506,23 @@ return (__bridge_transfer MBSampleBufferWrapper *)(__bridge void *)BlinkID::_imp
34166
34506
  BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV5focusAC5FocusOSgvg(result, _getOpaquePointer());
34167
34507
  });
34168
34508
  }
34169
- SWIFT_INLINE_THUNK swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem> __CameraHardwareInfoPingletNested::AvailableCamerasItem::getAvailableResolutions() const {
34170
- return swift::_impl::_impl_Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34171
- BlinkID::_impl::swift_interop_returnDirect_BlinkID_void_ptr_0_8(result, BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGvg(_getOpaquePointer()));
34509
+ SWIFT_INLINE_THUNK swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>> __CameraHardwareInfoPingletNested::AvailableCamerasItem::getAvailableResolutions() const {
34510
+ return swift::_impl::_impl_Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34511
+ BlinkID::_impl::swift_interop_returnDirect_BlinkID_uint64_t_0_8(result, BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGSgvg(_getOpaquePointer()));
34172
34512
  });
34173
34513
  }
34174
- SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::AvailableCamerasItem __CameraHardwareInfoPingletNested::AvailableCamerasItem::init(const __CameraHardwareInfoPingletNested::CameraFacing& cameraFacing, const swift::Optional<__CameraHardwareInfoPingletNested::Focus>& focus, const swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>& availableResolutions) {
34514
+ SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::AvailableCamerasItem __CameraHardwareInfoPingletNested::AvailableCamerasItem::init(const __CameraHardwareInfoPingletNested::CameraFacing& cameraFacing, const swift::Optional<__CameraHardwareInfoPingletNested::Focus>& focus, const swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>& availableResolutions) {
34175
34515
  alignas(alignof(__CameraHardwareInfoPingletNested::CameraFacing)) char copyBuffer_consumedParamCopy_cameraFacing[sizeof(__CameraHardwareInfoPingletNested::CameraFacing)];
34176
34516
  auto &consumedParamCopy_cameraFacing = *(new(copyBuffer_consumedParamCopy_cameraFacing) __CameraHardwareInfoPingletNested::CameraFacing(cameraFacing));
34177
34517
  swift::_impl::ConsumedValueStorageDestroyer<__CameraHardwareInfoPingletNested::CameraFacing> storageGuard_consumedParamCopy_cameraFacing(consumedParamCopy_cameraFacing);
34178
34518
  alignas(alignof(swift::Optional<__CameraHardwareInfoPingletNested::Focus>)) char copyBuffer_consumedParamCopy_focus[sizeof(swift::Optional<__CameraHardwareInfoPingletNested::Focus>)];
34179
34519
  auto &consumedParamCopy_focus = *(new(copyBuffer_consumedParamCopy_focus) swift::Optional<__CameraHardwareInfoPingletNested::Focus>(focus));
34180
34520
  swift::_impl::ConsumedValueStorageDestroyer<swift::Optional<__CameraHardwareInfoPingletNested::Focus>> storageGuard_consumedParamCopy_focus(consumedParamCopy_focus);
34181
- alignas(alignof(swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>)) char copyBuffer_consumedParamCopy_availableResolutions[sizeof(swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>)];
34182
- auto &consumedParamCopy_availableResolutions = *(new(copyBuffer_consumedParamCopy_availableResolutions) swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>(availableResolutions));
34183
- swift::_impl::ConsumedValueStorageDestroyer<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>> storageGuard_consumedParamCopy_availableResolutions(consumedParamCopy_availableResolutions);
34521
+ alignas(alignof(swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>)) char copyBuffer_consumedParamCopy_availableResolutions[sizeof(swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>)];
34522
+ auto &consumedParamCopy_availableResolutions = *(new(copyBuffer_consumedParamCopy_availableResolutions) swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>(availableResolutions));
34523
+ swift::_impl::ConsumedValueStorageDestroyer<swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>> storageGuard_consumedParamCopy_availableResolutions(consumedParamCopy_availableResolutions);
34184
34524
  return BlinkID::__CameraHardwareInfoPingletNested::_impl::_impl_AvailableCamerasItem::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
34185
- BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGtcfC(result, BlinkID::__CameraHardwareInfoPingletNested::_impl::_impl_CameraFacing::getOpaquePointer(consumedParamCopy_cameraFacing), swift::_impl::_impl_Optional<__CameraHardwareInfoPingletNested::Focus>::getOpaquePointer(consumedParamCopy_focus), BlinkID::_impl::swift_interop_passDirect_BlinkID_void_ptr_0_8(swift::_impl::_impl_Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>::getOpaquePointer(consumedParamCopy_availableResolutions)));
34525
+ BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGSgtcfC(result, BlinkID::__CameraHardwareInfoPingletNested::_impl::_impl_CameraFacing::getOpaquePointer(consumedParamCopy_cameraFacing), swift::_impl::_impl_Optional<__CameraHardwareInfoPingletNested::Focus>::getOpaquePointer(consumedParamCopy_focus), BlinkID::_impl::swift_interop_passDirect_BlinkID_uint64_t_0_8(swift::_impl::_impl_Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>::getOpaquePointer(consumedParamCopy_availableResolutions)));
34186
34526
  });
34187
34527
  }
34188
34528
  SWIFT_INLINE_THUNK int64_t __CameraHardwareInfoPingletNested::AvailableResolutionsItem::getWidth() const {
@@ -34212,6 +34552,14 @@ return (__bridge_transfer MBSampleBufferWrapper *)(__bridge void *)BlinkID::_imp
34212
34552
  SWIFT_INLINE_THUNK bool __CameraHardwareInfoPingletNested::CameraFacing::isBack() const {
34213
34553
  return *this == __CameraHardwareInfoPingletNested::CameraFacing::back;
34214
34554
  }
34555
+ SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::CameraFacing __CameraHardwareInfoPingletNested::CameraFacing::_impl_unknown::operator()() const {
34556
+ auto result = __CameraHardwareInfoPingletNested::CameraFacing::_make();
34557
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID25CameraHardwareInfoPingletV0C6FacingO7unknownyA2EmFWC);
34558
+ return result;
34559
+ }
34560
+ SWIFT_INLINE_THUNK bool __CameraHardwareInfoPingletNested::CameraFacing::isUnknown() const {
34561
+ return *this == __CameraHardwareInfoPingletNested::CameraFacing::unknown;
34562
+ }
34215
34563
  SWIFT_INLINE_THUNK bool __CameraHardwareInfoPingletNested::CameraFacing::isUnknownDefault() const {
34216
34564
  return *this == __CameraHardwareInfoPingletNested::CameraFacing::unknownDefault;
34217
34565
  }
@@ -34324,6 +34672,14 @@ return (__bridge_transfer MBSampleBufferWrapper *)(__bridge void *)BlinkID::_imp
34324
34672
  SWIFT_INLINE_THUNK bool __CameraInputInfoPingletNested::CameraFacing::isBack() const {
34325
34673
  return *this == __CameraInputInfoPingletNested::CameraFacing::back;
34326
34674
  }
34675
+ SWIFT_INLINE_THUNK __CameraInputInfoPingletNested::CameraFacing __CameraInputInfoPingletNested::CameraFacing::_impl_unknown::operator()() const {
34676
+ auto result = __CameraInputInfoPingletNested::CameraFacing::_make();
34677
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID22CameraInputInfoPingletV0C6FacingO7unknownyA2EmFWC);
34678
+ return result;
34679
+ }
34680
+ SWIFT_INLINE_THUNK bool __CameraInputInfoPingletNested::CameraFacing::isUnknown() const {
34681
+ return *this == __CameraInputInfoPingletNested::CameraFacing::unknown;
34682
+ }
34327
34683
  SWIFT_INLINE_THUNK bool __CameraInputInfoPingletNested::CameraFacing::isUnknownDefault() const {
34328
34684
  return *this == __CameraInputInfoPingletNested::CameraFacing::unknownDefault;
34329
34685
  }
@@ -37921,6 +38277,38 @@ return (__bridge_transfer UIImage *)(__bridge void *)BlinkID::_impl::$s7BlinkID2
37921
38277
  SWIFT_INLINE_THUNK bool DocumentType::isDiplomaticId() const {
37922
38278
  return *this == DocumentType::diplomaticId;
37923
38279
  }
38280
+ SWIFT_INLINE_THUNK DocumentType DocumentType::_impl_emergencyPassport::operator()() const {
38281
+ auto result = DocumentType::_make();
38282
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID12DocumentTypeO17emergencyPassportyA2CmFWC);
38283
+ return result;
38284
+ }
38285
+ SWIFT_INLINE_THUNK bool DocumentType::isEmergencyPassport() const {
38286
+ return *this == DocumentType::emergencyPassport;
38287
+ }
38288
+ SWIFT_INLINE_THUNK DocumentType DocumentType::_impl_temporaryPassport::operator()() const {
38289
+ auto result = DocumentType::_make();
38290
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID12DocumentTypeO17temporaryPassportyA2CmFWC);
38291
+ return result;
38292
+ }
38293
+ SWIFT_INLINE_THUNK bool DocumentType::isTemporaryPassport() const {
38294
+ return *this == DocumentType::temporaryPassport;
38295
+ }
38296
+ SWIFT_INLINE_THUNK DocumentType DocumentType::_impl_metisFederationCard::operator()() const {
38297
+ auto result = DocumentType::_make();
38298
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID12DocumentTypeO19metisFederationCardyA2CmFWC);
38299
+ return result;
38300
+ }
38301
+ SWIFT_INLINE_THUNK bool DocumentType::isMetisFederationCard() const {
38302
+ return *this == DocumentType::metisFederationCard;
38303
+ }
38304
+ SWIFT_INLINE_THUNK DocumentType DocumentType::_impl_adrCertificate::operator()() const {
38305
+ auto result = DocumentType::_make();
38306
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID12DocumentTypeO14adrCertificateyA2CmFWC);
38307
+ return result;
38308
+ }
38309
+ SWIFT_INLINE_THUNK bool DocumentType::isAdrCertificate() const {
38310
+ return *this == DocumentType::adrCertificate;
38311
+ }
37924
38312
  SWIFT_INLINE_THUNK bool DocumentType::isUnknownDefault() const {
37925
38313
  return *this == DocumentType::unknownDefault;
37926
38314
  }
@@ -38520,13 +38908,85 @@ static_assert(swift::isUsableInGenericContext<T_0_0>, "type cannot be used in a
38520
38908
  SWIFT_INLINE_THUNK bool FieldType::isCertificateNumber() const {
38521
38909
  return *this == FieldType::certificateNumber;
38522
38910
  }
38523
- SWIFT_INLINE_THUNK FieldType FieldType::_impl_publicTransportFreeUse::operator()() const {
38911
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_municipalityOfRegistration::operator()() const {
38912
+ auto result = FieldType::_make();
38913
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO26municipalityOfRegistrationyA2CmFWC);
38914
+ return result;
38915
+ }
38916
+ SWIFT_INLINE_THUNK bool FieldType::isMunicipalityOfRegistration() const {
38917
+ return *this == FieldType::municipalityOfRegistration;
38918
+ }
38919
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_localityCode::operator()() const {
38920
+ auto result = FieldType::_make();
38921
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO12localityCodeyA2CmFWC);
38922
+ return result;
38923
+ }
38924
+ SWIFT_INLINE_THUNK bool FieldType::isLocalityCode() const {
38925
+ return *this == FieldType::localityCode;
38926
+ }
38927
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_maidenName::operator()() const {
38928
+ auto result = FieldType::_make();
38929
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO10maidenNameyA2CmFWC);
38930
+ return result;
38931
+ }
38932
+ SWIFT_INLINE_THUNK bool FieldType::isMaidenName() const {
38933
+ return *this == FieldType::maidenName;
38934
+ }
38935
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_stateCode::operator()() const {
38936
+ auto result = FieldType::_make();
38937
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO9stateCodeyA2CmFWC);
38938
+ return result;
38939
+ }
38940
+ SWIFT_INLINE_THUNK bool FieldType::isStateCode() const {
38941
+ return *this == FieldType::stateCode;
38942
+ }
38943
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_dateOfEntry::operator()() const {
38944
+ auto result = FieldType::_make();
38945
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO11dateOfEntryyA2CmFWC);
38946
+ return result;
38947
+ }
38948
+ SWIFT_INLINE_THUNK bool FieldType::isDateOfEntry() const {
38949
+ return *this == FieldType::dateOfEntry;
38950
+ }
38951
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_municipalityCode::operator()() const {
38952
+ auto result = FieldType::_make();
38953
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO16municipalityCodeyA2CmFWC);
38954
+ return result;
38955
+ }
38956
+ SWIFT_INLINE_THUNK bool FieldType::isMunicipalityCode() const {
38957
+ return *this == FieldType::municipalityCode;
38958
+ }
38959
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_pollingStationCode::operator()() const {
38960
+ auto result = FieldType::_make();
38961
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO18pollingStationCodeyA2CmFWC);
38962
+ return result;
38963
+ }
38964
+ SWIFT_INLINE_THUNK bool FieldType::isPollingStationCode() const {
38965
+ return *this == FieldType::pollingStationCode;
38966
+ }
38967
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_sectionCode::operator()() const {
38524
38968
  auto result = FieldType::_make();
38525
- result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO22publicTransportFreeUseyA2CmFWC);
38969
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO11sectionCodeyA2CmFWC);
38526
38970
  return result;
38527
38971
  }
38528
- SWIFT_INLINE_THUNK bool FieldType::isPublicTransportFreeUse() const {
38529
- return *this == FieldType::publicTransportFreeUse;
38972
+ SWIFT_INLINE_THUNK bool FieldType::isSectionCode() const {
38973
+ return *this == FieldType::sectionCode;
38974
+ }
38975
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_registrationCenterCode::operator()() const {
38976
+ auto result = FieldType::_make();
38977
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO22registrationCenterCodeyA2CmFWC);
38978
+ return result;
38979
+ }
38980
+ SWIFT_INLINE_THUNK bool FieldType::isRegistrationCenterCode() const {
38981
+ return *this == FieldType::registrationCenterCode;
38982
+ }
38983
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_stateName::operator()() const {
38984
+ auto result = FieldType::_make();
38985
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO9stateNameyA2CmFWC);
38986
+ return result;
38987
+ }
38988
+ SWIFT_INLINE_THUNK bool FieldType::isStateName() const {
38989
+ return *this == FieldType::stateName;
38530
38990
  }
38531
38991
  SWIFT_INLINE_THUNK bool FieldType::isUnknownDefault() const {
38532
38992
  return *this == FieldType::unknownDefault;
@@ -39206,12 +39666,6 @@ return (__bridge_transfer UIImage *)(__bridge void *)BlinkID::_impl::$s7BlinkID1
39206
39666
  SWIFT_INLINE_THUNK ProcessingActor ProcessingActor::getShared() {
39207
39667
  return _impl::_impl_ProcessingActor::makeRetained(BlinkID::_impl::$s7BlinkID15ProcessingActorC6sharedACvgZ(swift::TypeMetadataTrait<ProcessingActor>::getTypeMetadata()));
39208
39668
  }
39209
- SWIFT_INLINE_THUNK void ProcessingActor::setShared(const ProcessingActor& value) {
39210
- alignas(alignof(ProcessingActor)) char copyBuffer_consumedParamCopy_value[sizeof(ProcessingActor)];
39211
- auto &consumedParamCopy_value = *(new(copyBuffer_consumedParamCopy_value) ProcessingActor(value));
39212
- swift::_impl::ConsumedValueStorageDestroyer<ProcessingActor> storageGuard_consumedParamCopy_value(consumedParamCopy_value);
39213
- BlinkID::_impl::$s7BlinkID15ProcessingActorC6sharedACvsZ(::swift::_impl::_impl_RefCountedClass::getOpaquePointer(consumedParamCopy_value), swift::TypeMetadataTrait<ProcessingActor>::getTypeMetadata());
39214
- }
39215
39669
  SWIFT_INLINE_THUNK ProcessingStatus ProcessingStatus::_impl_success::operator()() const {
39216
39670
  auto result = ProcessingStatus::_make();
39217
39671
  result._destructiveInjectEnumTag(_impl::$s7BlinkID16ProcessingStatusO7successyA2CmFWC);
@@ -40631,6 +41085,14 @@ return (__bridge_transfer UIImage *)(__bridge void *)BlinkID::_impl::$s7BlinkID1
40631
41085
  SWIFT_INLINE_THUNK bool Region::isBangsamoro() const {
40632
41086
  return *this == Region::bangsamoro;
40633
41087
  }
41088
+ SWIFT_INLINE_THUNK Region Region::_impl_telangana::operator()() const {
41089
+ auto result = Region::_make();
41090
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID6RegionO9telanganayA2CmFWC);
41091
+ return result;
41092
+ }
41093
+ SWIFT_INLINE_THUNK bool Region::isTelangana() const {
41094
+ return *this == Region::telangana;
41095
+ }
40634
41096
  SWIFT_INLINE_THUNK bool Region::isUnknownDefault() const {
40635
41097
  return *this == Region::unknownDefault;
40636
41098
  }
@@ -42013,6 +42475,11 @@ return (__bridge_transfer UIImage *)(__bridge void *)BlinkID::_impl::$s7BlinkID1
42013
42475
  BlinkID::_impl::$s7BlinkID9VIZResultV12dateOfExpiryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(result, _getOpaquePointer());
42014
42476
  });
42015
42477
  }
42478
+ SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> VIZResult::getDateOfEntry() const {
42479
+ return swift::_impl::_impl_Optional<DateResult<__BlinkIDSDKNested::StringResult>>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
42480
+ BlinkID::_impl::$s7BlinkID9VIZResultV11dateOfEntryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(result, _getOpaquePointer());
42481
+ });
42482
+ }
42016
42483
  SWIFT_INLINE_THUNK bool VIZResult::getDateOfExpiryPermanent() const {
42017
42484
  return BlinkID::_impl::$s7BlinkID9VIZResultV21dateOfExpiryPermanentSbvg(_getOpaquePointer());
42018
42485
  }
@@ -42116,6 +42583,51 @@ return (__bridge_transfer UIImage *)(__bridge void *)BlinkID::_impl::$s7BlinkID1
42116
42583
  BlinkID::_impl::$s7BlinkID9VIZResultV12vehicleOwnerAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
42117
42584
  });
42118
42585
  }
42586
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getLocalityCode() const {
42587
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
42588
+ BlinkID::_impl::$s7BlinkID9VIZResultV12localityCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
42589
+ });
42590
+ }
42591
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getMaidenName() const {
42592
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
42593
+ BlinkID::_impl::$s7BlinkID9VIZResultV10maidenNameAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
42594
+ });
42595
+ }
42596
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getMunicipalityCode() const {
42597
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
42598
+ BlinkID::_impl::$s7BlinkID9VIZResultV16municipalityCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
42599
+ });
42600
+ }
42601
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getMunicipalityOfRegistration() const {
42602
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
42603
+ BlinkID::_impl::$s7BlinkID9VIZResultV26municipalityOfRegistrationAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
42604
+ });
42605
+ }
42606
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getPollingStationCode() const {
42607
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
42608
+ BlinkID::_impl::$s7BlinkID9VIZResultV18pollingStationCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
42609
+ });
42610
+ }
42611
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getRegistrationCenterCode() const {
42612
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
42613
+ BlinkID::_impl::$s7BlinkID9VIZResultV22registrationCenterCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
42614
+ });
42615
+ }
42616
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getSectionCode() const {
42617
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
42618
+ BlinkID::_impl::$s7BlinkID9VIZResultV11sectionCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
42619
+ });
42620
+ }
42621
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getStateCode() const {
42622
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
42623
+ BlinkID::_impl::$s7BlinkID9VIZResultV9stateCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
42624
+ });
42625
+ }
42626
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getStateName() const {
42627
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
42628
+ BlinkID::_impl::$s7BlinkID9VIZResultV9stateNameAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
42629
+ });
42630
+ }
42119
42631
  template<class T_0_0>
42120
42632
  #ifdef __cpp_concepts
42121
42633
  requires swift::isUsableInGenericContext<T_0_0>
@@ -42276,7 +42788,7 @@ class UXLicenseProviderBridge { } SWIFT_UNAVAILABLE_MSG("actor-isolated class 'U
42276
42788
  #endif
42277
42789
 
42278
42790
  #elif defined(__x86_64__) && __x86_64__
42279
- // Generated by Apple Swift version 6.1.2 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
42791
+ // Generated by Apple Swift version 6.2 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)
42280
42792
  #ifndef BLINKID_SWIFT_H
42281
42793
  #define BLINKID_SWIFT_H
42282
42794
  #pragma clang diagnostic push
@@ -43002,7 +43514,7 @@ SWIFT_EXTERN void $sSq36_unconditionallyBridgeFromObjectiveCyxSgyXlSgFZ(SWIFT_IN
43002
43514
  #endif
43003
43515
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSq16debugDescriptionSSvg(void * _Nonnull , SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43004
43516
  SWIFT_EXTERN void $sSq17unsafelyUnwrappedxvg(SWIFT_INDIRECT_RESULT void * _Nonnull, void * _Nonnull , SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43005
- SWIFT_EXTERN void $sSqyxSgxcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, const void * _Nonnull some, void * _Nonnull ) SWIFT_NOEXCEPT SWIFT_CALL; // init(_:)
43517
+ SWIFT_EXTERN void $sSqyxSgxcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, const void * _Nonnull value, void * _Nonnull ) SWIFT_NOEXCEPT SWIFT_CALL; // init(_:)
43006
43518
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sS2SycfC(void) SWIFT_NOEXCEPT SWIFT_CALL; // init()
43007
43519
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8 $sSS10startIndexSS0B0Vvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43008
43520
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8 $sSS8endIndexSS0B0Vvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
@@ -43028,16 +43540,16 @@ SWIFT_EXTERN void $sSS4utf8SS8UTF8ViewVvs(struct swift_interop_passStub_swift_ui
43028
43540
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS10charactersSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43029
43541
  SWIFT_EXTERN void $sSS10charactersSSvs(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 newValue, SWIFT_CONTEXT void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43030
43542
  SWIFT_EXTERN ptrdiff_t $sSS9hashValueSivg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43031
- SWIFT_EXTERN bool $sSS7isEmptySbvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43032
43543
  SWIFT_EXTERN struct swift_interop_returnStub_swift_void_ptr_0_8 $sSS13_nfcCodeUnitsSays5UInt8VGvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43033
43544
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS10lowercasedSSyF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // lowercased()
43034
43545
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS10uppercasedSSyF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // uppercased()
43546
+ SWIFT_EXTERN bool $sSS7isEmptySbvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43547
+ SWIFT_EXTERN void $sSS5writeyySSF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 other, SWIFT_CONTEXT void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // write(_:)
43035
43548
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS11descriptionSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43036
43549
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS16debugDescriptionSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43037
- SWIFT_EXTERN void $sSS5writeyySSF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 other, SWIFT_CONTEXT void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // write(_:)
43038
- SWIFT_EXTERN void $sSS5_dumpyyF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _dump()
43039
43550
  SWIFT_EXTERN bool $sSS9hasPrefixySbSSF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 prefix, struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // hasPrefix(_:)
43040
43551
  SWIFT_EXTERN bool $sSS9hasSuffixySbSSF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 suffix, struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // hasSuffix(_:)
43552
+ SWIFT_EXTERN void $sSS5_dumpyyF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _dump()
43041
43553
  #if defined(__OBJC__)
43042
43554
  SWIFT_EXTERN id _Nonnull $sSS23_bridgeToObjectiveCImplyXlyF(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _bridgeToObjectiveCImpl()
43043
43555
  #endif
@@ -43078,8 +43590,8 @@ SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8 $sSS8UTF8ViewV5i
43078
43590
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_uint8_t_8_9 $sSS8UTF8ViewV5index_8offsetBy07limitedE0SS5IndexVSgAG_SiAGtF(struct swift_interop_passStub_swift_uint64_t_0_8 i, ptrdiff_t n, struct swift_interop_passStub_swift_uint64_t_0_8 limit, struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // index(_:offsetBy:limitedBy:)
43079
43591
  SWIFT_EXTERN ptrdiff_t $sSS8UTF8ViewV8distance4from2toSiSS5IndexV_AGtF(struct swift_interop_passStub_swift_uint64_t_0_8 i, struct swift_interop_passStub_swift_uint64_t_0_8 j, struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // distance(from:to:)
43080
43592
  SWIFT_EXTERN uint8_t $sSS8UTF8ViewVys5UInt8VSS5IndexVcig(struct swift_interop_passStub_swift_uint64_t_0_8 i, struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43081
- SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS8UTF8ViewV16debugDescriptionSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43082
43593
  SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS8UTF8ViewV11descriptionSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43594
+ SWIFT_EXTERN struct swift_interop_returnStub_swift_uint64_t_0_8_void_ptr_8_16 $sSS8UTF8ViewV16debugDescriptionSSvg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43083
43595
  SWIFT_EXTERN ptrdiff_t $sSS8UTF8ViewV5countSivg(struct swift_interop_passStub_swift_uint64_t_0_8_void_ptr_8_16 _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
43084
43596
  struct Swift_UTF8View {
43085
43597
  _Alignas(8) char _storage[16];
@@ -43995,9 +44507,9 @@ static SWIFT_INLINE_THUNK bool _conditionallyBridgeFromObjectiveCResult(id _Nonn
43995
44507
  static SWIFT_INLINE_THUNK swift::Optional<T_0_0> _unconditionallyBridgeFromObjectiveC(id _Nullable source) SWIFT_SYMBOL("s:Sq36_unconditionallyBridgeFromObjectiveCyxSgyXlSgFZ");
43996
44508
  #endif
43997
44509
  SWIFT_INLINE_THUNK String getDebugDescription() const SWIFT_SYMBOL("s:Sq16debugDescriptionSSvp");
43998
- SWIFT_INLINE_THUNK T_0_0 getUnsafelyUnwrapped() const SWIFT_SYMBOL("s:Sq17unsafelyUnwrappedxvp");
44510
+ SWIFT_INLINE_THUNK T_0_0 getUnsafelyUnwrapped() const SWIFT_SYMBOL("s:SqsRi0_zrlE17unsafelyUnwrappedxvp");
43999
44511
  /// Creates an instance that stores the given value.
44000
- static SWIFT_INLINE_THUNK swift::Optional<T_0_0> init(const T_0_0& some_) SWIFT_SYMBOL("s:SqsRi_zrlEyxSgxcfc");
44512
+ static SWIFT_INLINE_THUNK swift::Optional<T_0_0> init(const T_0_0& value) SWIFT_SYMBOL("s:SqsRi_zrlEyxSgxcfc");
44001
44513
  #define SWIFT_CXX_INTEROP_OPTIONAL_MIXIN
44002
44514
  #pragma clang diagnostic push
44003
44515
  #pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
@@ -44259,7 +44771,6 @@ public:
44259
44771
  SWIFT_INLINE_THUNK String getCharacters() const SWIFT_SYMBOL("s:SS10charactersSSvp");
44260
44772
  SWIFT_INLINE_THUNK void setCharacters(const String& newValue) SWIFT_SYMBOL("s:SS10charactersSSvp");
44261
44773
  SWIFT_INLINE_THUNK swift::Int getHashValue() const SWIFT_SYMBOL("s:SS9hashValueSivp");
44262
- SWIFT_INLINE_THUNK bool isEmpty() const SWIFT_SYMBOL("s:SS7isEmptySbvp");
44263
44774
  SWIFT_INLINE_THUNK Array<uint8_t> get_nfcCodeUnits() const SWIFT_SYMBOL("s:SS13_nfcCodeUnitsSays5UInt8VGvp");
44264
44775
  /// Returns a lowercase version of the string.
44265
44776
  /// Here’s an example of transforming a string to all lowercase letters.
@@ -44287,15 +44798,16 @@ public:
44287
44798
  /// returns:
44288
44799
  /// An uppercase copy of the string.
44289
44800
  SWIFT_INLINE_THUNK String uppercased() const SWIFT_SYMBOL("s:SS10uppercasedSSyF");
44290
- SWIFT_INLINE_THUNK String getDescription() const SWIFT_SYMBOL("s:SS11descriptionSSvp");
44291
- SWIFT_INLINE_THUNK String getDebugDescription() const SWIFT_SYMBOL("s:SS16debugDescriptionSSvp");
44801
+ SWIFT_INLINE_THUNK bool isEmpty() const SWIFT_SYMBOL("s:SS7isEmptySbvp");
44292
44802
  /// Appends the given string to this string.
44293
44803
  /// \param other A string to append.
44294
44804
  ///
44295
44805
  SWIFT_INLINE_THUNK void write(const String& other) SWIFT_SYMBOL("s:SS5writeyySSF");
44296
- SWIFT_INLINE_THUNK void _dump() const SWIFT_SYMBOL("s:SS5_dumpyyF");
44806
+ SWIFT_INLINE_THUNK String getDescription() const SWIFT_SYMBOL("s:SS11descriptionSSvp");
44807
+ SWIFT_INLINE_THUNK String getDebugDescription() const SWIFT_SYMBOL("s:SS16debugDescriptionSSvp");
44297
44808
  SWIFT_INLINE_THUNK bool hasPrefix(const String& prefix) const SWIFT_SYMBOL("s:SS9hasPrefixySbSSF");
44298
44809
  SWIFT_INLINE_THUNK bool hasSuffix(const String& suffix) const SWIFT_SYMBOL("s:SS9hasSuffixySbSSF");
44810
+ SWIFT_INLINE_THUNK void _dump() const SWIFT_SYMBOL("s:SS5_dumpyyF");
44299
44811
  #if defined(__OBJC__)
44300
44812
  SWIFT_INLINE_THUNK id _Nonnull _bridgeToObjectiveCImpl() const SWIFT_SYMBOL("s:SS23_bridgeToObjectiveCImplyXlyF");
44301
44813
  #endif
@@ -44452,8 +44964,8 @@ public:
44452
44964
  SWIFT_INLINE_THUNK swift::Optional<String_Index> indexOffsetByLimitedBy(const String_Index& i, swift::Int n, const String_Index& limit) const SWIFT_SYMBOL("s:SS8UTF8ViewV5index_8offsetBy07limitedE0SS5IndexVSgAG_SiAGtF");
44453
44965
  SWIFT_INLINE_THUNK swift::Int distanceFromTo(const String_Index& i, const String_Index& j) const SWIFT_SYMBOL("s:SS8UTF8ViewV8distance4from2toSiSS5IndexV_AGtF");
44454
44966
  SWIFT_INLINE_THUNK uint8_t operator [](const String_Index& i) const SWIFT_SYMBOL("s:SS8UTF8ViewVys5UInt8VSS5IndexVcig");
44455
- SWIFT_INLINE_THUNK String getDebugDescription() const SWIFT_SYMBOL("s:SS8UTF8ViewV16debugDescriptionSSvp");
44456
44967
  SWIFT_INLINE_THUNK String getDescription() const SWIFT_SYMBOL("s:SS8UTF8ViewV11descriptionSSvp");
44968
+ SWIFT_INLINE_THUNK String getDebugDescription() const SWIFT_SYMBOL("s:SS8UTF8ViewV16debugDescriptionSSvp");
44457
44969
  SWIFT_INLINE_THUNK swift::Int getCount() const SWIFT_SYMBOL("s:SS8UTF8ViewV5countSivp");
44458
44970
  private:
44459
44971
  SWIFT_INLINE_THUNK UTF8View() noexcept {}
@@ -45032,15 +45544,15 @@ swift::_impl::$sSq17unsafelyUnwrappedxvg(reinterpret_cast<void *>(&returnValue),
45032
45544
  #ifdef __cpp_concepts
45033
45545
  requires swift::isUsableInGenericContext<T_0_0>
45034
45546
  #endif // __cpp_concepts
45035
- SWIFT_INLINE_THUNK swift::Optional<T_0_0> Optional<T_0_0>::init(const T_0_0& some_) {
45547
+ SWIFT_INLINE_THUNK swift::Optional<T_0_0> Optional<T_0_0>::init(const T_0_0& value) {
45036
45548
  #ifndef __cpp_concepts
45037
45549
  static_assert(swift::isUsableInGenericContext<T_0_0>, "type cannot be used in a Swift generic context");
45038
45550
  #endif // __cpp_concepts
45039
- alignas(alignof(T_0_0)) char copyBuffer_consumedParamCopy_some[sizeof(T_0_0)];
45040
- auto &consumedParamCopy_some = *(new(copyBuffer_consumedParamCopy_some) T_0_0(some_));
45041
- swift::_impl::ConsumedValueStorageDestroyer<T_0_0> storageGuard_consumedParamCopy_some(consumedParamCopy_some);
45551
+ alignas(alignof(T_0_0)) char copyBuffer_consumedParamCopy_value[sizeof(T_0_0)];
45552
+ auto &consumedParamCopy_value = *(new(copyBuffer_consumedParamCopy_value) T_0_0(value));
45553
+ swift::_impl::ConsumedValueStorageDestroyer<T_0_0> storageGuard_consumedParamCopy_value(consumedParamCopy_value);
45042
45554
  return swift::_impl::_impl_Optional<T_0_0>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
45043
- swift::_impl::$sSqyxSgxcfC(result, swift::_impl::getOpaquePointer(consumedParamCopy_some), swift::TypeMetadataTrait<T_0_0>::getTypeMetadata());
45555
+ swift::_impl::$sSqyxSgxcfC(result, swift::_impl::getOpaquePointer(consumedParamCopy_value), swift::TypeMetadataTrait<T_0_0>::getTypeMetadata());
45044
45556
  });
45045
45557
  }
45046
45558
  SWIFT_INLINE_THUNK String String::init() {
@@ -45101,9 +45613,6 @@ static_assert(swift::isUsableInGenericContext<T_0_0>, "type cannot be used in a
45101
45613
  SWIFT_INLINE_THUNK swift::Int String::getHashValue() const {
45102
45614
  return swift::_impl::$sSS9hashValueSivg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
45103
45615
  }
45104
- SWIFT_INLINE_THUNK bool String::isEmpty() const {
45105
- return swift::_impl::$sSS7isEmptySbvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
45106
- }
45107
45616
  SWIFT_INLINE_THUNK Array<uint8_t> String::get_nfcCodeUnits() const {
45108
45617
  return swift::_impl::_impl_Array<uint8_t>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
45109
45618
  swift::_impl::swift_interop_returnDirect_swift_void_ptr_0_8(result, swift::_impl::$sSS13_nfcCodeUnitsSays5UInt8VGvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
@@ -45119,6 +45628,12 @@ static_assert(swift::isUsableInGenericContext<T_0_0>, "type cannot be used in a
45119
45628
  swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS10uppercasedSSyF(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
45120
45629
  });
45121
45630
  }
45631
+ SWIFT_INLINE_THUNK bool String::isEmpty() const {
45632
+ return swift::_impl::$sSS7isEmptySbvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
45633
+ }
45634
+ SWIFT_INLINE_THUNK void String::write(const String& other) {
45635
+ swift::_impl::$sSS5writeyySSF(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(swift::_impl::_impl_String::getOpaquePointer(other)), _getOpaquePointer());
45636
+ }
45122
45637
  SWIFT_INLINE_THUNK String String::getDescription() const {
45123
45638
  return swift::_impl::_impl_String::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
45124
45639
  swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS11descriptionSSvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
@@ -45129,18 +45644,15 @@ static_assert(swift::isUsableInGenericContext<T_0_0>, "type cannot be used in a
45129
45644
  swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS16debugDescriptionSSvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
45130
45645
  });
45131
45646
  }
45132
- SWIFT_INLINE_THUNK void String::write(const String& other) {
45133
- swift::_impl::$sSS5writeyySSF(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(swift::_impl::_impl_String::getOpaquePointer(other)), _getOpaquePointer());
45134
- }
45135
- SWIFT_INLINE_THUNK void String::_dump() const {
45136
- swift::_impl::$sSS5_dumpyyF(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
45137
- }
45138
45647
  SWIFT_INLINE_THUNK bool String::hasPrefix(const String& prefix) const {
45139
45648
  return swift::_impl::$sSS9hasPrefixySbSSF(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(swift::_impl::_impl_String::getOpaquePointer(prefix)), swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
45140
45649
  }
45141
45650
  SWIFT_INLINE_THUNK bool String::hasSuffix(const String& suffix) const {
45142
45651
  return swift::_impl::$sSS9hasSuffixySbSSF(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(swift::_impl::_impl_String::getOpaquePointer(suffix)), swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
45143
45652
  }
45653
+ SWIFT_INLINE_THUNK void String::_dump() const {
45654
+ swift::_impl::$sSS5_dumpyyF(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
45655
+ }
45144
45656
  #if defined(__OBJC__)
45145
45657
  SWIFT_INLINE_THUNK id _Nonnull String::_bridgeToObjectiveCImpl() const {
45146
45658
  return (__bridge_transfer id)(__bridge void *)swift::_impl::$sSS23_bridgeToObjectiveCImplyXlyF(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
@@ -45182,14 +45694,14 @@ return (__bridge_transfer id)(__bridge void *)swift::_impl::$sSS23_bridgeToObjec
45182
45694
  SWIFT_INLINE_THUNK uint8_t UTF8View::operator [](const String_Index& i) const SWIFT_SYMBOL("s:SS8UTF8ViewVys5UInt8VSS5IndexVcig") {
45183
45695
  return swift::_impl::$sSS8UTF8ViewVys5UInt8VSS5IndexVcig(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8(swift::_impl::_impl_String_Index::getOpaquePointer(i)), swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer()));
45184
45696
  }
45185
- SWIFT_INLINE_THUNK String UTF8View::getDebugDescription() const {
45697
+ SWIFT_INLINE_THUNK String UTF8View::getDescription() const {
45186
45698
  return swift::_impl::_impl_String::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
45187
- swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS8UTF8ViewV16debugDescriptionSSvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
45699
+ swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS8UTF8ViewV11descriptionSSvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
45188
45700
  });
45189
45701
  }
45190
- SWIFT_INLINE_THUNK String UTF8View::getDescription() const {
45702
+ SWIFT_INLINE_THUNK String UTF8View::getDebugDescription() const {
45191
45703
  return swift::_impl::_impl_String::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
45192
- swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS8UTF8ViewV11descriptionSSvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
45704
+ swift::_impl::swift_interop_returnDirect_swift_uint64_t_0_8_void_ptr_8_16(result, swift::_impl::$sSS8UTF8ViewV16debugDescriptionSSvg(swift::_impl::swift_interop_passDirect_swift_uint64_t_0_8_void_ptr_8_16(_getOpaquePointer())));
45193
45705
  });
45194
45706
  }
45195
45707
  SWIFT_INLINE_THUNK swift::Int UTF8View::getCount() const {
@@ -45882,6 +46394,12 @@ requires swift::isUsableInGenericContext<T_0_0>
45882
46394
  #endif // __cpp_concepts
45883
46395
  class Sendable { } SWIFT_UNAVAILABLE_MSG("protocol 'Sendable' can not yet be represented in C++");
45884
46396
 
46397
+ template<class T_0_0>
46398
+ #ifdef __cpp_concepts
46399
+ requires swift::isUsableInGenericContext<T_0_0>
46400
+ #endif // __cpp_concepts
46401
+ class SendableMetatype { } SWIFT_UNAVAILABLE_MSG("protocol 'SendableMetatype' can not yet be represented in C++");
46402
+
45885
46403
  template<class T_0_0>
45886
46404
  #ifdef __cpp_concepts
45887
46405
  requires swift::isUsableInGenericContext<T_0_0>
@@ -46054,6 +46572,8 @@ class WritableKeyPath { } SWIFT_UNAVAILABLE_MSG("generic generic class 'Writable
46054
46572
 
46055
46573
  // Unavailable in C++: Swift global function 'exchange(_:with:)'.
46056
46574
 
46575
+ // Unavailable in C++: Swift global function 'extendLifetime(_:)'.
46576
+
46057
46577
  // Unavailable in C++: Swift macro 'externalMacro(module:type:)'.
46058
46578
 
46059
46579
  // Unavailable in C++: Swift global function 'fatalError(_:file:line:)'.
@@ -46587,9 +47107,19 @@ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV12vehicleOwnerAA0A5IDSDKV06Stri
46587
47107
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV17certificateNumberAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46588
47108
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV11countryCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46589
47109
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV23nationalInsuranceNumberAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47110
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV12localityCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47111
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV10maidenNameAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47112
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV16municipalityCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47113
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV26municipalityOfRegistrationAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47114
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV18pollingStationCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47115
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV22registrationCenterCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47116
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV11sectionCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47117
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV9stateCodeAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47118
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV9stateNameAA0A5IDSDKV06StringD0VSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46590
47119
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV11dateOfBirthAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46591
47120
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV11dateOfIssueAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46592
47121
  SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV12dateOfExpiryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47122
+ SWIFT_EXTERN void $s7BlinkID0A16IDScanningResultV11dateOfEntryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46593
47123
  // Stub struct to be used to pass/return values to/from Swift functions.
46594
47124
  struct swift_interop_returnStub_BlinkID_uint8_t_0_1 {
46595
47125
  uint8_t _1;
@@ -46666,7 +47196,6 @@ SWIFT_EXTERN ptrdiff_t $s7BlinkID11CameraFrameV6heightSivg(SWIFT_CONTEXT const v
46666
47196
  SWIFT_EXTERN ptrdiff_t $s7BlinkID27CameraFrameVideoOrientationO9hashValueSivg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46667
47197
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8_void_ptr_8_16 $s7BlinkID25CameraHardwareInfoPingletV10schemaNameSSvgZ(void) SWIFT_NOEXCEPT SWIFT_CALL; // _
46668
47198
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8_void_ptr_8_16 $s7BlinkID25CameraHardwareInfoPingletV13schemaVersionSSvgZ(void) SWIFT_NOEXCEPT SWIFT_CALL; // _
46669
- SWIFT_EXTERN ptrdiff_t $s7BlinkID25CameraHardwareInfoPingletV13sessionNumberSivgZ(void) SWIFT_NOEXCEPT SWIFT_CALL; // _
46670
47199
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_void_ptr_0_8 $s7BlinkID25CameraHardwareInfoPingletV16availableCamerasSayAC09AvailableH4ItemVGvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46671
47200
  // Stub struct to be used to pass/return values to/from Swift functions.
46672
47201
  struct swift_interop_passStub_BlinkID_void_ptr_0_8 {
@@ -46682,8 +47211,19 @@ static SWIFT_C_INLINE_THUNK struct swift_interop_passStub_BlinkID_void_ptr_0_8 s
46682
47211
  SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV16availableCamerasACSayAC09AvailableH4ItemVG_tcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, struct swift_interop_passStub_BlinkID_void_ptr_0_8 availableCameras) SWIFT_NOEXCEPT SWIFT_CALL; // init(availableCameras:)
46683
47212
  SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacingAC0cK0Ovg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46684
47213
  SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV5focusAC5FocusOSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46685
- SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_void_ptr_0_8 $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46686
- SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGtcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, const void * _Nonnull cameraFacing, const void * _Nonnull focus, struct swift_interop_passStub_BlinkID_void_ptr_0_8 availableResolutions) SWIFT_NOEXCEPT SWIFT_CALL; // init(cameraFacing:focus:availableResolutions:)
47214
+ SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8 $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGSgvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47215
+ // Stub struct to be used to pass/return values to/from Swift functions.
47216
+ struct swift_interop_passStub_BlinkID_uint64_t_0_8 {
47217
+ uint64_t _1;
47218
+ };
47219
+
47220
+ static SWIFT_C_INLINE_THUNK struct swift_interop_passStub_BlinkID_uint64_t_0_8 swift_interop_passDirect_BlinkID_uint64_t_0_8(const char * _Nonnull value) {
47221
+ struct swift_interop_passStub_BlinkID_uint64_t_0_8 result;
47222
+ memcpy(&result._1, value + 0, 8);
47223
+ return result;
47224
+ }
47225
+
47226
+ SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGSgtcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, const void * _Nonnull cameraFacing, const void * _Nonnull focus, struct swift_interop_passStub_BlinkID_uint64_t_0_8 availableResolutions) SWIFT_NOEXCEPT SWIFT_CALL; // init(cameraFacing:focus:availableResolutions:)
46687
47227
  SWIFT_EXTERN int64_t $s7BlinkID25CameraHardwareInfoPingletV24AvailableResolutionsItemV5widths5Int64Vvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46688
47228
  SWIFT_EXTERN int64_t $s7BlinkID25CameraHardwareInfoPingletV24AvailableResolutionsItemV6heights5Int64Vvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46689
47229
  SWIFT_EXTERN void $s7BlinkID25CameraHardwareInfoPingletV24AvailableResolutionsItemV5width6heightAEs5Int64V_AItcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, int64_t width, int64_t height) SWIFT_NOEXCEPT SWIFT_CALL; // init(width:height:)
@@ -46917,7 +47457,6 @@ SWIFT_EXTERN void * _Nonnull $s7BlinkID11PingManagerC6sharedACvgZ(SWIFT_CONTEXT
46917
47457
  SWIFT_EXTERN int32_t $s7BlinkID5PointV1xs5Int32Vvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46918
47458
  SWIFT_EXTERN int32_t $s7BlinkID5PointV1ys5Int32Vvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46919
47459
  SWIFT_EXTERN void * _Nonnull $s7BlinkID15ProcessingActorC6sharedACvgZ(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46920
- SWIFT_EXTERN void $s7BlinkID15ProcessingActorC6sharedACvsZ(void * _Nonnull value, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46921
47460
  SWIFT_EXTERN void $s7BlinkID16ProcessingStatusO8rawValueACSgSS_tcfC(SWIFT_INDIRECT_RESULT void * _Nonnull, struct swift_interop_passStub_BlinkID_uint64_t_0_8_void_ptr_8_16 rawValue) SWIFT_NOEXCEPT SWIFT_CALL; // init(rawValue:)
46922
47461
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8_void_ptr_8_16 $s7BlinkID16ProcessingStatusO8rawValueSSvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46923
47462
  SWIFT_EXTERN void $s7BlinkID13QuadrilateralV9upperLeftAA5PointVvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
@@ -46991,17 +47530,6 @@ SWIFT_EXTERN void $s7BlinkID16ScanningSettingsV37combineResultsFromMultipleInput
46991
47530
  SWIFT_EXTERN bool $s7BlinkID16ScanningSettingsV21enableBarcodeScanOnlySbvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46992
47531
  SWIFT_EXTERN void $s7BlinkID16ScanningSettingsV21enableBarcodeScanOnlySbvs(bool value, SWIFT_CONTEXT void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46993
47532
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8 $s7BlinkID16ScanningSettingsV19customDocumentRulesSayAA0fG0VGSgvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
46994
- // Stub struct to be used to pass/return values to/from Swift functions.
46995
- struct swift_interop_passStub_BlinkID_uint64_t_0_8 {
46996
- uint64_t _1;
46997
- };
46998
-
46999
- static SWIFT_C_INLINE_THUNK struct swift_interop_passStub_BlinkID_uint64_t_0_8 swift_interop_passDirect_BlinkID_uint64_t_0_8(const char * _Nonnull value) {
47000
- struct swift_interop_passStub_BlinkID_uint64_t_0_8 result;
47001
- memcpy(&result._1, value + 0, 8);
47002
- return result;
47003
- }
47004
-
47005
47533
  SWIFT_EXTERN void $s7BlinkID16ScanningSettingsV19customDocumentRulesSayAA0fG0VGSgvs(struct swift_interop_passStub_BlinkID_uint64_t_0_8 value, SWIFT_CONTEXT void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47006
47534
  SWIFT_EXTERN void $s7BlinkID16ScanningSettingsV17anonymizationModeAA013AnonymizationF0Ovg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47007
47535
  SWIFT_EXTERN void $s7BlinkID16ScanningSettingsV17anonymizationModeAA013AnonymizationF0Ovs(const void * _Nonnull value, SWIFT_CONTEXT void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
@@ -47106,6 +47634,7 @@ SWIFT_EXTERN void $s7BlinkID9VIZResultV9bloodTypeAA0A5IDSDKV12StringResultVSgvg(
47106
47634
  SWIFT_EXTERN void $s7BlinkID9VIZResultV11dateOfBirthAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47107
47635
  SWIFT_EXTERN void $s7BlinkID9VIZResultV11dateOfIssueAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47108
47636
  SWIFT_EXTERN void $s7BlinkID9VIZResultV12dateOfExpiryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47637
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV11dateOfEntryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47109
47638
  SWIFT_EXTERN bool $s7BlinkID9VIZResultV21dateOfExpiryPermanentSbvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47110
47639
  SWIFT_EXTERN void $s7BlinkID9VIZResultV14documentNumberAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47111
47640
  SWIFT_EXTERN void $s7BlinkID9VIZResultV16personalIdNumberAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
@@ -47127,6 +47656,15 @@ SWIFT_EXTERN void $s7BlinkID9VIZResultV19eligibilityCategoryAA0A5IDSDKV12StringR
47127
47656
  SWIFT_EXTERN void $s7BlinkID9VIZResultV24specificDocumentValidityAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47128
47657
  SWIFT_EXTERN struct swift_interop_returnStub_BlinkID_uint64_t_0_8 $s7BlinkID9VIZResultV14dependentsInfoSayAA09DependentE0VGSgvg(SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47129
47658
  SWIFT_EXTERN void $s7BlinkID9VIZResultV12vehicleOwnerAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47659
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV12localityCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47660
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV10maidenNameAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47661
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV16municipalityCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47662
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV26municipalityOfRegistrationAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47663
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV18pollingStationCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47664
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV22registrationCenterCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47665
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV11sectionCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47666
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV9stateCodeAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47667
+ SWIFT_EXTERN void $s7BlinkID9VIZResultV9stateNameAA0A5IDSDKV12StringResultVSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47130
47668
  SWIFT_EXTERN void $s7BlinkID16VehicleClassInfoV07vehicleD0xSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, void * _Nonnull , SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47131
47669
  SWIFT_EXTERN void $s7BlinkID16VehicleClassInfoV11licenceTypexSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, void * _Nonnull , SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
47132
47670
  SWIFT_EXTERN void $s7BlinkID16VehicleClassInfoV13effectiveDateAA0G6ResultVyxGSgvg(SWIFT_INDIRECT_RESULT void * _Nonnull, void * _Nonnull , SWIFT_CONTEXT const void * _Nonnull _self) SWIFT_NOEXCEPT SWIFT_CALL; // _
@@ -48044,6 +48582,7 @@ extern unsigned $s7BlinkID17BarcodeElementKeyO17dataDiscriminatoryA2CmFWC;
48044
48582
  extern unsigned $s7BlinkID17BarcodeElementKeyO23documentExpirationMonthyA2CmFWC;
48045
48583
  extern unsigned $s7BlinkID17BarcodeElementKeyO19documentNonexpiringyA2CmFWC;
48046
48584
  extern unsigned $s7BlinkID17BarcodeElementKeyO15securityVersionyA2CmFWC;
48585
+ extern unsigned $s7BlinkID17BarcodeElementKeyO18subfieldDesignatoryA2CmFWC;
48047
48586
  }
48048
48587
 
48049
48588
  } // namespace _impl
@@ -48176,6 +48715,7 @@ public:
48176
48715
  documentExpirationMonth SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO23documentExpirationMonthyA2CmF"),
48177
48716
  documentNonexpiring SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO19documentNonexpiringyA2CmF"),
48178
48717
  securityVersion SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO15securityVersionyA2CmF"),
48718
+ subfieldDesignator SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO18subfieldDesignatoryA2CmF"),
48179
48719
  unknownDefault
48180
48720
  };
48181
48721
 
@@ -48869,6 +49409,14 @@ public:
48869
49409
  } securityVersion SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO15securityVersionyA2CmF");
48870
49410
  SWIFT_INLINE_THUNK bool isSecurityVersion() const;
48871
49411
 
49412
+ inline const static struct _impl_subfieldDesignator { // impl struct for case subfieldDesignator
49413
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
49414
+ return cases::subfieldDesignator;
49415
+ }
49416
+ SWIFT_INLINE_THUNK BarcodeElementKey operator()() const;
49417
+ } subfieldDesignator SWIFT_SYMBOL("s:7BlinkID17BarcodeElementKeyO18subfieldDesignatoryA2CmF");
49418
+ SWIFT_INLINE_THUNK bool isSubfieldDesignator() const;
49419
+
48872
49420
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
48873
49421
  SWIFT_INLINE_THUNK constexpr operator cases() const {
48874
49422
  return cases::unknownDefault;
@@ -48965,6 +49513,7 @@ public:
48965
49513
  if (tag == _impl::$s7BlinkID17BarcodeElementKeyO23documentExpirationMonthyA2CmFWC) return cases::documentExpirationMonth;
48966
49514
  if (tag == _impl::$s7BlinkID17BarcodeElementKeyO19documentNonexpiringyA2CmFWC) return cases::documentNonexpiring;
48967
49515
  if (tag == _impl::$s7BlinkID17BarcodeElementKeyO15securityVersionyA2CmFWC) return cases::securityVersion;
49516
+ if (tag == _impl::$s7BlinkID17BarcodeElementKeyO18subfieldDesignatoryA2CmFWC) return cases::subfieldDesignator;
48968
49517
  return cases::unknownDefault;
48969
49518
  }
48970
49519
 
@@ -50780,9 +51329,19 @@ public:
50780
51329
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getCertificateNumber() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV17certificateNumberAA0A5IDSDKV06StringD0VSgvp");
50781
51330
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getCountryCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV11countryCodeAA0A5IDSDKV06StringD0VSgvp");
50782
51331
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getNationalInsuranceNumber() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV23nationalInsuranceNumberAA0A5IDSDKV06StringD0VSgvp");
51332
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getLocalityCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV12localityCodeAA0A5IDSDKV06StringD0VSgvp");
51333
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMaidenName() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV10maidenNameAA0A5IDSDKV06StringD0VSgvp");
51334
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMunicipalityCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV16municipalityCodeAA0A5IDSDKV06StringD0VSgvp");
51335
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMunicipalityOfRegistration() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV26municipalityOfRegistrationAA0A5IDSDKV06StringD0VSgvp");
51336
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getPollingStationCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV18pollingStationCodeAA0A5IDSDKV06StringD0VSgvp");
51337
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getRegistrationCenterCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV22registrationCenterCodeAA0A5IDSDKV06StringD0VSgvp");
51338
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getSectionCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV11sectionCodeAA0A5IDSDKV06StringD0VSgvp");
51339
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getStateCode() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV9stateCodeAA0A5IDSDKV06StringD0VSgvp");
51340
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getStateName() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV9stateNameAA0A5IDSDKV06StringD0VSgvp");
50783
51341
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfBirth() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV11dateOfBirthAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvp");
50784
51342
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfIssue() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV11dateOfIssueAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvp");
50785
51343
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfExpiry() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV12dateOfExpiryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvp");
51344
+ SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfEntry() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV11dateOfEntryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvp");
50786
51345
  SWIFT_INLINE_THUNK swift::Optional<bool> getDateOfExpiryPermanent() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV21dateOfExpiryPermanentSbSgvp");
50787
51346
  SWIFT_INLINE_THUNK swift::Optional<DriverLicenseDetailedInfo<__BlinkIDSDKNested::StringResult>> getDriverLicenseDetailedInfo() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV25driverLicenseDetailedInfoAA06DriverfgH0VyAA0A5IDSDKV06StringD0VGSgvp");
50788
51347
  SWIFT_INLINE_THUNK swift::Optional<swift::Array<DependentInfo>> getDependentsInfo() const SWIFT_SYMBOL("s:7BlinkID0A16IDScanningResultV14dependentsInfoSayAA09DependentF0VGSgvp");
@@ -51412,6 +51971,33 @@ struct implClassFor<BlinkID::BlinkIDSessionSettings> { using type = BlinkID::_im
51412
51971
 
51413
51972
  namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
51414
51973
 
51974
+ namespace _impl {
51975
+
51976
+ // Type metadata accessor for MBSampleBufferWrapper
51977
+ SWIFT_EXTERN swift::_impl::MetadataResponseTy $sSo21MBSampleBufferWrapperCMa(swift::_impl::MetadataRequestTy) SWIFT_NOEXCEPT SWIFT_CALL;
51978
+
51979
+
51980
+ } // namespace _impl
51981
+
51982
+ } // end namespace
51983
+
51984
+ namespace swift SWIFT_PRIVATE_ATTR {
51985
+ #pragma clang diagnostic push
51986
+ #pragma clang diagnostic ignored "-Wc++17-extensions"
51987
+ template<>
51988
+ inline const constexpr bool isUsableInGenericContext<MBSampleBufferWrapper*> = true;
51989
+ template<>
51990
+ struct TypeMetadataTrait<MBSampleBufferWrapper*> {
51991
+ static SWIFT_INLINE_PRIVATE_HELPER void * _Nonnull getTypeMetadata() {
51992
+ return BlinkID::_impl::$sSo21MBSampleBufferWrapperCMa(0)._0;
51993
+ }
51994
+ };
51995
+ namespace _impl{
51996
+ } // namespace
51997
+ #pragma clang diagnostic pop
51998
+ } // namespace swift
51999
+
52000
+ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
51415
52001
  class SWIFT_SYMBOL("s:7BlinkID16RegionOfInterestV") RegionOfInterest;
51416
52002
  } // end namespace
51417
52003
 
@@ -51956,7 +52542,6 @@ public:
51956
52542
  using Focus=__CameraHardwareInfoPingletNested::Focus;
51957
52543
  static SWIFT_INLINE_THUNK swift::String getSchemaName() SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV10schemaNameSSvpZ");
51958
52544
  static SWIFT_INLINE_THUNK swift::String getSchemaVersion() SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV13schemaVersionSSvpZ");
51959
- static SWIFT_INLINE_THUNK swift::Int getSessionNumber() SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV13sessionNumberSivpZ");
51960
52545
  SWIFT_INLINE_THUNK swift::Array<__CameraHardwareInfoPingletNested::AvailableCamerasItem> getAvailableCameras() const SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV16availableCamerasSayAC09AvailableH4ItemVGvp");
51961
52546
  static SWIFT_INLINE_THUNK CameraHardwareInfoPinglet init(const swift::Array<__CameraHardwareInfoPingletNested::AvailableCamerasItem>& availableCameras) SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV16availableCamerasACSayAC09AvailableH4ItemVG_tcfc");
51962
52547
  private:
@@ -52090,8 +52675,8 @@ public:
52090
52675
  }
52091
52676
  SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::CameraFacing getCameraFacing() const SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacingAC0cK0Ovp");
52092
52677
  SWIFT_INLINE_THUNK swift::Optional<__CameraHardwareInfoPingletNested::Focus> getFocus() const SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV5focusAC5FocusOSgvp");
52093
- SWIFT_INLINE_THUNK swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem> getAvailableResolutions() const SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGvp");
52094
- static SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::AvailableCamerasItem init(const __CameraHardwareInfoPingletNested::CameraFacing& cameraFacing, const swift::Optional<__CameraHardwareInfoPingletNested::Focus>& focus, const swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>& availableResolutions) SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGtcfc");
52678
+ SWIFT_INLINE_THUNK swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>> getAvailableResolutions() const SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGSgvp");
52679
+ static SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::AvailableCamerasItem init(const __CameraHardwareInfoPingletNested::CameraFacing& cameraFacing, const swift::Optional<__CameraHardwareInfoPingletNested::Focus>& focus, const swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>& availableResolutions) SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGSgtcfc");
52095
52680
  private:
52096
52681
  SWIFT_INLINE_THUNK AvailableCamerasItem(swift::_impl::ValueWitnessTable * _Nonnull vwTable) noexcept : _storage(vwTable->size, vwTable->getAlignment()) {}
52097
52682
  static SWIFT_INLINE_THUNK AvailableCamerasItem _make() noexcept {
@@ -52320,6 +52905,7 @@ SWIFT_EXTERN swift::_impl::MetadataResponseTy $s7BlinkID25CameraHardwareInfoPing
52320
52905
  extern "C" {
52321
52906
  extern unsigned $s7BlinkID25CameraHardwareInfoPingletV0C6FacingO5frontyA2EmFWC;
52322
52907
  extern unsigned $s7BlinkID25CameraHardwareInfoPingletV0C6FacingO4backyA2EmFWC;
52908
+ extern unsigned $s7BlinkID25CameraHardwareInfoPingletV0C6FacingO7unknownyA2EmFWC;
52323
52909
  }
52324
52910
 
52325
52911
  } // namespace _impl
@@ -52368,6 +52954,7 @@ public:
52368
52954
  enum class cases {
52369
52955
  front SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV0C6FacingO5frontyA2EmF"),
52370
52956
  back SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV0C6FacingO4backyA2EmF"),
52957
+ unknown SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV0C6FacingO7unknownyA2EmF"),
52371
52958
  unknownDefault
52372
52959
  };
52373
52960
 
@@ -52389,6 +52976,14 @@ public:
52389
52976
  } back SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV0C6FacingO4backyA2EmF");
52390
52977
  SWIFT_INLINE_THUNK bool isBack() const;
52391
52978
 
52979
+ inline const static struct _impl_unknown { // impl struct for case unknown
52980
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
52981
+ return cases::unknown;
52982
+ }
52983
+ SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::CameraFacing operator()() const;
52984
+ } unknown SWIFT_SYMBOL("s:7BlinkID25CameraHardwareInfoPingletV0C6FacingO7unknownyA2EmF");
52985
+ SWIFT_INLINE_THUNK bool isUnknown() const;
52986
+
52392
52987
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
52393
52988
  SWIFT_INLINE_THUNK constexpr operator cases() const {
52394
52989
  return cases::unknownDefault;
@@ -52401,6 +52996,7 @@ public:
52401
52996
  auto tag = _getEnumTag();
52402
52997
  if (tag == _impl::$s7BlinkID25CameraHardwareInfoPingletV0C6FacingO5frontyA2EmFWC) return cases::front;
52403
52998
  if (tag == _impl::$s7BlinkID25CameraHardwareInfoPingletV0C6FacingO4backyA2EmFWC) return cases::back;
52999
+ if (tag == _impl::$s7BlinkID25CameraHardwareInfoPingletV0C6FacingO7unknownyA2EmFWC) return cases::unknown;
52404
53000
  return cases::unknownDefault;
52405
53001
  }
52406
53002
 
@@ -52914,6 +53510,7 @@ SWIFT_EXTERN swift::_impl::MetadataResponseTy $s7BlinkID22CameraInputInfoPinglet
52914
53510
  extern "C" {
52915
53511
  extern unsigned $s7BlinkID22CameraInputInfoPingletV0C6FacingO5frontyA2EmFWC;
52916
53512
  extern unsigned $s7BlinkID22CameraInputInfoPingletV0C6FacingO4backyA2EmFWC;
53513
+ extern unsigned $s7BlinkID22CameraInputInfoPingletV0C6FacingO7unknownyA2EmFWC;
52917
53514
  }
52918
53515
 
52919
53516
  } // namespace _impl
@@ -52962,6 +53559,7 @@ public:
52962
53559
  enum class cases {
52963
53560
  front SWIFT_SYMBOL("s:7BlinkID22CameraInputInfoPingletV0C6FacingO5frontyA2EmF"),
52964
53561
  back SWIFT_SYMBOL("s:7BlinkID22CameraInputInfoPingletV0C6FacingO4backyA2EmF"),
53562
+ unknown SWIFT_SYMBOL("s:7BlinkID22CameraInputInfoPingletV0C6FacingO7unknownyA2EmF"),
52965
53563
  unknownDefault
52966
53564
  };
52967
53565
 
@@ -52983,6 +53581,14 @@ public:
52983
53581
  } back SWIFT_SYMBOL("s:7BlinkID22CameraInputInfoPingletV0C6FacingO4backyA2EmF");
52984
53582
  SWIFT_INLINE_THUNK bool isBack() const;
52985
53583
 
53584
+ inline const static struct _impl_unknown { // impl struct for case unknown
53585
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
53586
+ return cases::unknown;
53587
+ }
53588
+ SWIFT_INLINE_THUNK __CameraInputInfoPingletNested::CameraFacing operator()() const;
53589
+ } unknown SWIFT_SYMBOL("s:7BlinkID22CameraInputInfoPingletV0C6FacingO7unknownyA2EmF");
53590
+ SWIFT_INLINE_THUNK bool isUnknown() const;
53591
+
52986
53592
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
52987
53593
  SWIFT_INLINE_THUNK constexpr operator cases() const {
52988
53594
  return cases::unknownDefault;
@@ -52995,6 +53601,7 @@ public:
52995
53601
  auto tag = _getEnumTag();
52996
53602
  if (tag == _impl::$s7BlinkID22CameraInputInfoPingletV0C6FacingO5frontyA2EmFWC) return cases::front;
52997
53603
  if (tag == _impl::$s7BlinkID22CameraInputInfoPingletV0C6FacingO4backyA2EmFWC) return cases::back;
53604
+ if (tag == _impl::$s7BlinkID22CameraInputInfoPingletV0C6FacingO7unknownyA2EmFWC) return cases::unknown;
52998
53605
  return cases::unknownDefault;
52999
53606
  }
53000
53607
 
@@ -56848,6 +57455,33 @@ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
56848
57455
 
56849
57456
  namespace _impl {
56850
57457
 
57458
+ // Type metadata accessor for UIImage
57459
+ SWIFT_EXTERN swift::_impl::MetadataResponseTy $sSo7UIImageCMa(swift::_impl::MetadataRequestTy) SWIFT_NOEXCEPT SWIFT_CALL;
57460
+
57461
+
57462
+ } // namespace _impl
57463
+
57464
+ } // end namespace
57465
+
57466
+ namespace swift SWIFT_PRIVATE_ATTR {
57467
+ #pragma clang diagnostic push
57468
+ #pragma clang diagnostic ignored "-Wc++17-extensions"
57469
+ template<>
57470
+ inline const constexpr bool isUsableInGenericContext<UIImage*> = true;
57471
+ template<>
57472
+ struct SWIFT_AVAILABILITY(ios,introduced=2.0) TypeMetadataTrait<UIImage*> {
57473
+ static SWIFT_INLINE_PRIVATE_HELPER void * _Nonnull getTypeMetadata() {
57474
+ return BlinkID::_impl::$sSo7UIImageCMa(0)._0;
57475
+ }
57476
+ };
57477
+ namespace _impl{
57478
+ } // namespace
57479
+ #pragma clang diagnostic pop
57480
+ } // namespace swift
57481
+
57482
+ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
57483
+ namespace _impl {
57484
+
56851
57485
  class _impl_CroppedImageResult;
56852
57486
 
56853
57487
  // Type metadata accessor for CroppedImageResult
@@ -60277,6 +60911,10 @@ extern unsigned $s7BlinkID12DocumentTypeO23registrationCertificateyA2CmFWC;
60277
60911
  extern unsigned $s7BlinkID12DocumentTypeO18medicalMarijuanaIdyA2CmFWC;
60278
60912
  extern unsigned $s7BlinkID12DocumentTypeO15nonCardTribalIdyA2CmFWC;
60279
60913
  extern unsigned $s7BlinkID12DocumentTypeO12diplomaticIdyA2CmFWC;
60914
+ extern unsigned $s7BlinkID12DocumentTypeO17emergencyPassportyA2CmFWC;
60915
+ extern unsigned $s7BlinkID12DocumentTypeO17temporaryPassportyA2CmFWC;
60916
+ extern unsigned $s7BlinkID12DocumentTypeO19metisFederationCardyA2CmFWC;
60917
+ extern unsigned $s7BlinkID12DocumentTypeO14adrCertificateyA2CmFWC;
60280
60918
  }
60281
60919
 
60282
60920
  } // namespace _impl
@@ -60405,6 +61043,10 @@ public:
60405
61043
  medicalMarijuanaId SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO18medicalMarijuanaIdyA2CmF"),
60406
61044
  nonCardTribalId SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO15nonCardTribalIdyA2CmF"),
60407
61045
  diplomaticId SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO12diplomaticIdyA2CmF"),
61046
+ emergencyPassport SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO17emergencyPassportyA2CmF"),
61047
+ temporaryPassport SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO17temporaryPassportyA2CmF"),
61048
+ metisFederationCard SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO19metisFederationCardyA2CmF"),
61049
+ adrCertificate SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO14adrCertificateyA2CmF"),
60408
61050
  unknownDefault
60409
61051
  };
60410
61052
 
@@ -61066,6 +61708,38 @@ public:
61066
61708
  } diplomaticId SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO12diplomaticIdyA2CmF");
61067
61709
  SWIFT_INLINE_THUNK bool isDiplomaticId() const;
61068
61710
 
61711
+ inline const static struct _impl_emergencyPassport { // impl struct for case emergencyPassport
61712
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
61713
+ return cases::emergencyPassport;
61714
+ }
61715
+ SWIFT_INLINE_THUNK DocumentType operator()() const;
61716
+ } emergencyPassport SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO17emergencyPassportyA2CmF");
61717
+ SWIFT_INLINE_THUNK bool isEmergencyPassport() const;
61718
+
61719
+ inline const static struct _impl_temporaryPassport { // impl struct for case temporaryPassport
61720
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
61721
+ return cases::temporaryPassport;
61722
+ }
61723
+ SWIFT_INLINE_THUNK DocumentType operator()() const;
61724
+ } temporaryPassport SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO17temporaryPassportyA2CmF");
61725
+ SWIFT_INLINE_THUNK bool isTemporaryPassport() const;
61726
+
61727
+ inline const static struct _impl_metisFederationCard { // impl struct for case metisFederationCard
61728
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
61729
+ return cases::metisFederationCard;
61730
+ }
61731
+ SWIFT_INLINE_THUNK DocumentType operator()() const;
61732
+ } metisFederationCard SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO19metisFederationCardyA2CmF");
61733
+ SWIFT_INLINE_THUNK bool isMetisFederationCard() const;
61734
+
61735
+ inline const static struct _impl_adrCertificate { // impl struct for case adrCertificate
61736
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
61737
+ return cases::adrCertificate;
61738
+ }
61739
+ SWIFT_INLINE_THUNK DocumentType operator()() const;
61740
+ } adrCertificate SWIFT_SYMBOL("s:7BlinkID12DocumentTypeO14adrCertificateyA2CmF");
61741
+ SWIFT_INLINE_THUNK bool isAdrCertificate() const;
61742
+
61069
61743
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
61070
61744
  SWIFT_INLINE_THUNK constexpr operator cases() const {
61071
61745
  return cases::unknownDefault;
@@ -61158,6 +61832,10 @@ public:
61158
61832
  if (tag == _impl::$s7BlinkID12DocumentTypeO18medicalMarijuanaIdyA2CmFWC) return cases::medicalMarijuanaId;
61159
61833
  if (tag == _impl::$s7BlinkID12DocumentTypeO15nonCardTribalIdyA2CmFWC) return cases::nonCardTribalId;
61160
61834
  if (tag == _impl::$s7BlinkID12DocumentTypeO12diplomaticIdyA2CmFWC) return cases::diplomaticId;
61835
+ if (tag == _impl::$s7BlinkID12DocumentTypeO17emergencyPassportyA2CmFWC) return cases::emergencyPassport;
61836
+ if (tag == _impl::$s7BlinkID12DocumentTypeO17temporaryPassportyA2CmFWC) return cases::temporaryPassport;
61837
+ if (tag == _impl::$s7BlinkID12DocumentTypeO19metisFederationCardyA2CmFWC) return cases::metisFederationCard;
61838
+ if (tag == _impl::$s7BlinkID12DocumentTypeO14adrCertificateyA2CmFWC) return cases::adrCertificate;
61161
61839
  return cases::unknownDefault;
61162
61840
  }
61163
61841
 
@@ -62026,7 +62704,16 @@ extern unsigned $s7BlinkID9FieldTypeO12vehicleOwneryA2CmFWC;
62026
62704
  extern unsigned $s7BlinkID9FieldTypeO23nationalInsuranceNumberyA2CmFWC;
62027
62705
  extern unsigned $s7BlinkID9FieldTypeO11countryCodeyA2CmFWC;
62028
62706
  extern unsigned $s7BlinkID9FieldTypeO17certificateNumberyA2CmFWC;
62029
- extern unsigned $s7BlinkID9FieldTypeO22publicTransportFreeUseyA2CmFWC;
62707
+ extern unsigned $s7BlinkID9FieldTypeO26municipalityOfRegistrationyA2CmFWC;
62708
+ extern unsigned $s7BlinkID9FieldTypeO12localityCodeyA2CmFWC;
62709
+ extern unsigned $s7BlinkID9FieldTypeO10maidenNameyA2CmFWC;
62710
+ extern unsigned $s7BlinkID9FieldTypeO9stateCodeyA2CmFWC;
62711
+ extern unsigned $s7BlinkID9FieldTypeO11dateOfEntryyA2CmFWC;
62712
+ extern unsigned $s7BlinkID9FieldTypeO16municipalityCodeyA2CmFWC;
62713
+ extern unsigned $s7BlinkID9FieldTypeO18pollingStationCodeyA2CmFWC;
62714
+ extern unsigned $s7BlinkID9FieldTypeO11sectionCodeyA2CmFWC;
62715
+ extern unsigned $s7BlinkID9FieldTypeO22registrationCenterCodeyA2CmFWC;
62716
+ extern unsigned $s7BlinkID9FieldTypeO9stateNameyA2CmFWC;
62030
62717
  }
62031
62718
 
62032
62719
  } // namespace _impl
@@ -62127,7 +62814,16 @@ public:
62127
62814
  nationalInsuranceNumber SWIFT_SYMBOL("s:7BlinkID9FieldTypeO23nationalInsuranceNumberyA2CmF"),
62128
62815
  countryCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO11countryCodeyA2CmF"),
62129
62816
  certificateNumber SWIFT_SYMBOL("s:7BlinkID9FieldTypeO17certificateNumberyA2CmF"),
62130
- publicTransportFreeUse SWIFT_SYMBOL("s:7BlinkID9FieldTypeO22publicTransportFreeUseyA2CmF"),
62817
+ municipalityOfRegistration SWIFT_SYMBOL("s:7BlinkID9FieldTypeO26municipalityOfRegistrationyA2CmF"),
62818
+ localityCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO12localityCodeyA2CmF"),
62819
+ maidenName SWIFT_SYMBOL("s:7BlinkID9FieldTypeO10maidenNameyA2CmF"),
62820
+ stateCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO9stateCodeyA2CmF"),
62821
+ dateOfEntry SWIFT_SYMBOL("s:7BlinkID9FieldTypeO11dateOfEntryyA2CmF"),
62822
+ municipalityCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO16municipalityCodeyA2CmF"),
62823
+ pollingStationCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO18pollingStationCodeyA2CmF"),
62824
+ sectionCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO11sectionCodeyA2CmF"),
62825
+ registrationCenterCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO22registrationCenterCodeyA2CmF"),
62826
+ stateName SWIFT_SYMBOL("s:7BlinkID9FieldTypeO9stateNameyA2CmF"),
62131
62827
  unknownDefault
62132
62828
  };
62133
62829
 
@@ -62565,13 +63261,85 @@ public:
62565
63261
  } certificateNumber SWIFT_SYMBOL("s:7BlinkID9FieldTypeO17certificateNumberyA2CmF");
62566
63262
  SWIFT_INLINE_THUNK bool isCertificateNumber() const;
62567
63263
 
62568
- inline const static struct _impl_publicTransportFreeUse { // impl struct for case publicTransportFreeUse
63264
+ inline const static struct _impl_municipalityOfRegistration { // impl struct for case municipalityOfRegistration
63265
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
63266
+ return cases::municipalityOfRegistration;
63267
+ }
63268
+ SWIFT_INLINE_THUNK FieldType operator()() const;
63269
+ } municipalityOfRegistration SWIFT_SYMBOL("s:7BlinkID9FieldTypeO26municipalityOfRegistrationyA2CmF");
63270
+ SWIFT_INLINE_THUNK bool isMunicipalityOfRegistration() const;
63271
+
63272
+ inline const static struct _impl_localityCode { // impl struct for case localityCode
63273
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
63274
+ return cases::localityCode;
63275
+ }
63276
+ SWIFT_INLINE_THUNK FieldType operator()() const;
63277
+ } localityCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO12localityCodeyA2CmF");
63278
+ SWIFT_INLINE_THUNK bool isLocalityCode() const;
63279
+
63280
+ inline const static struct _impl_maidenName { // impl struct for case maidenName
62569
63281
  SWIFT_INLINE_THUNK constexpr operator cases() const {
62570
- return cases::publicTransportFreeUse;
63282
+ return cases::maidenName;
62571
63283
  }
62572
63284
  SWIFT_INLINE_THUNK FieldType operator()() const;
62573
- } publicTransportFreeUse SWIFT_SYMBOL("s:7BlinkID9FieldTypeO22publicTransportFreeUseyA2CmF");
62574
- SWIFT_INLINE_THUNK bool isPublicTransportFreeUse() const;
63285
+ } maidenName SWIFT_SYMBOL("s:7BlinkID9FieldTypeO10maidenNameyA2CmF");
63286
+ SWIFT_INLINE_THUNK bool isMaidenName() const;
63287
+
63288
+ inline const static struct _impl_stateCode { // impl struct for case stateCode
63289
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
63290
+ return cases::stateCode;
63291
+ }
63292
+ SWIFT_INLINE_THUNK FieldType operator()() const;
63293
+ } stateCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO9stateCodeyA2CmF");
63294
+ SWIFT_INLINE_THUNK bool isStateCode() const;
63295
+
63296
+ inline const static struct _impl_dateOfEntry { // impl struct for case dateOfEntry
63297
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
63298
+ return cases::dateOfEntry;
63299
+ }
63300
+ SWIFT_INLINE_THUNK FieldType operator()() const;
63301
+ } dateOfEntry SWIFT_SYMBOL("s:7BlinkID9FieldTypeO11dateOfEntryyA2CmF");
63302
+ SWIFT_INLINE_THUNK bool isDateOfEntry() const;
63303
+
63304
+ inline const static struct _impl_municipalityCode { // impl struct for case municipalityCode
63305
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
63306
+ return cases::municipalityCode;
63307
+ }
63308
+ SWIFT_INLINE_THUNK FieldType operator()() const;
63309
+ } municipalityCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO16municipalityCodeyA2CmF");
63310
+ SWIFT_INLINE_THUNK bool isMunicipalityCode() const;
63311
+
63312
+ inline const static struct _impl_pollingStationCode { // impl struct for case pollingStationCode
63313
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
63314
+ return cases::pollingStationCode;
63315
+ }
63316
+ SWIFT_INLINE_THUNK FieldType operator()() const;
63317
+ } pollingStationCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO18pollingStationCodeyA2CmF");
63318
+ SWIFT_INLINE_THUNK bool isPollingStationCode() const;
63319
+
63320
+ inline const static struct _impl_sectionCode { // impl struct for case sectionCode
63321
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
63322
+ return cases::sectionCode;
63323
+ }
63324
+ SWIFT_INLINE_THUNK FieldType operator()() const;
63325
+ } sectionCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO11sectionCodeyA2CmF");
63326
+ SWIFT_INLINE_THUNK bool isSectionCode() const;
63327
+
63328
+ inline const static struct _impl_registrationCenterCode { // impl struct for case registrationCenterCode
63329
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
63330
+ return cases::registrationCenterCode;
63331
+ }
63332
+ SWIFT_INLINE_THUNK FieldType operator()() const;
63333
+ } registrationCenterCode SWIFT_SYMBOL("s:7BlinkID9FieldTypeO22registrationCenterCodeyA2CmF");
63334
+ SWIFT_INLINE_THUNK bool isRegistrationCenterCode() const;
63335
+
63336
+ inline const static struct _impl_stateName { // impl struct for case stateName
63337
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
63338
+ return cases::stateName;
63339
+ }
63340
+ SWIFT_INLINE_THUNK FieldType operator()() const;
63341
+ } stateName SWIFT_SYMBOL("s:7BlinkID9FieldTypeO9stateNameyA2CmF");
63342
+ SWIFT_INLINE_THUNK bool isStateName() const;
62575
63343
 
62576
63344
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
62577
63345
  SWIFT_INLINE_THUNK constexpr operator cases() const {
@@ -62637,7 +63405,16 @@ public:
62637
63405
  if (tag == _impl::$s7BlinkID9FieldTypeO23nationalInsuranceNumberyA2CmFWC) return cases::nationalInsuranceNumber;
62638
63406
  if (tag == _impl::$s7BlinkID9FieldTypeO11countryCodeyA2CmFWC) return cases::countryCode;
62639
63407
  if (tag == _impl::$s7BlinkID9FieldTypeO17certificateNumberyA2CmFWC) return cases::certificateNumber;
62640
- if (tag == _impl::$s7BlinkID9FieldTypeO22publicTransportFreeUseyA2CmFWC) return cases::publicTransportFreeUse;
63408
+ if (tag == _impl::$s7BlinkID9FieldTypeO26municipalityOfRegistrationyA2CmFWC) return cases::municipalityOfRegistration;
63409
+ if (tag == _impl::$s7BlinkID9FieldTypeO12localityCodeyA2CmFWC) return cases::localityCode;
63410
+ if (tag == _impl::$s7BlinkID9FieldTypeO10maidenNameyA2CmFWC) return cases::maidenName;
63411
+ if (tag == _impl::$s7BlinkID9FieldTypeO9stateCodeyA2CmFWC) return cases::stateCode;
63412
+ if (tag == _impl::$s7BlinkID9FieldTypeO11dateOfEntryyA2CmFWC) return cases::dateOfEntry;
63413
+ if (tag == _impl::$s7BlinkID9FieldTypeO16municipalityCodeyA2CmFWC) return cases::municipalityCode;
63414
+ if (tag == _impl::$s7BlinkID9FieldTypeO18pollingStationCodeyA2CmFWC) return cases::pollingStationCode;
63415
+ if (tag == _impl::$s7BlinkID9FieldTypeO11sectionCodeyA2CmFWC) return cases::sectionCode;
63416
+ if (tag == _impl::$s7BlinkID9FieldTypeO22registrationCenterCodeyA2CmFWC) return cases::registrationCenterCode;
63417
+ if (tag == _impl::$s7BlinkID9FieldTypeO9stateNameyA2CmFWC) return cases::stateName;
62641
63418
  return cases::unknownDefault;
62642
63419
  }
62643
63420
 
@@ -66374,7 +67151,6 @@ public:
66374
67151
  using RefCountedClass::RefCountedClass;
66375
67152
  using RefCountedClass::operator=;
66376
67153
  static SWIFT_INLINE_THUNK ProcessingActor getShared() SWIFT_SYMBOL("s:7BlinkID15ProcessingActorC6sharedACvpZ");
66377
- static SWIFT_INLINE_THUNK void setShared(const ProcessingActor& value) SWIFT_SYMBOL("s:7BlinkID15ProcessingActorC6sharedACvpZ");
66378
67154
  protected:
66379
67155
  SWIFT_INLINE_THUNK ProcessingActor(void * _Nonnull ptr) noexcept : RefCountedClass(ptr) {}
66380
67156
  private:
@@ -67750,6 +68526,7 @@ extern unsigned $s7BlinkID6RegionO7haryanayA2CmFWC;
67750
68526
  extern unsigned $s7BlinkID6RegionO7sergipeyA2CmFWC;
67751
68527
  extern unsigned $s7BlinkID6RegionO7alagoasyA2CmFWC;
67752
68528
  extern unsigned $s7BlinkID6RegionO10bangsamoroyA2CmFWC;
68529
+ extern unsigned $s7BlinkID6RegionO9telanganayA2CmFWC;
67753
68530
  }
67754
68531
 
67755
68532
  } // namespace _impl
@@ -67936,6 +68713,7 @@ public:
67936
68713
  sergipe SWIFT_SYMBOL("s:7BlinkID6RegionO7sergipeyA2CmF"),
67937
68714
  alagoas SWIFT_SYMBOL("s:7BlinkID6RegionO7alagoasyA2CmF"),
67938
68715
  bangsamoro SWIFT_SYMBOL("s:7BlinkID6RegionO10bangsamoroyA2CmF"),
68716
+ telangana SWIFT_SYMBOL("s:7BlinkID6RegionO9telanganayA2CmF"),
67939
68717
  unknownDefault
67940
68718
  };
67941
68719
 
@@ -69061,6 +69839,14 @@ public:
69061
69839
  } bangsamoro SWIFT_SYMBOL("s:7BlinkID6RegionO10bangsamoroyA2CmF");
69062
69840
  SWIFT_INLINE_THUNK bool isBangsamoro() const;
69063
69841
 
69842
+ inline const static struct _impl_telangana { // impl struct for case telangana
69843
+ SWIFT_INLINE_THUNK constexpr operator cases() const {
69844
+ return cases::telangana;
69845
+ }
69846
+ SWIFT_INLINE_THUNK Region operator()() const;
69847
+ } telangana SWIFT_SYMBOL("s:7BlinkID6RegionO9telanganayA2CmF");
69848
+ SWIFT_INLINE_THUNK bool isTelangana() const;
69849
+
69064
69850
  inline const static struct _impl_unknownDefault { // impl struct for case unknownDefault
69065
69851
  SWIFT_INLINE_THUNK constexpr operator cases() const {
69066
69852
  return cases::unknownDefault;
@@ -69211,6 +69997,7 @@ public:
69211
69997
  if (tag == _impl::$s7BlinkID6RegionO7sergipeyA2CmFWC) return cases::sergipe;
69212
69998
  if (tag == _impl::$s7BlinkID6RegionO7alagoasyA2CmFWC) return cases::alagoas;
69213
69999
  if (tag == _impl::$s7BlinkID6RegionO10bangsamoroyA2CmFWC) return cases::bangsamoro;
70000
+ if (tag == _impl::$s7BlinkID6RegionO9telanganayA2CmFWC) return cases::telangana;
69214
70001
  return cases::unknownDefault;
69215
70002
  }
69216
70003
 
@@ -74097,6 +74884,7 @@ public:
74097
74884
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfBirth() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV11dateOfBirthAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvp");
74098
74885
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfIssue() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV11dateOfIssueAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvp");
74099
74886
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfExpiry() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV12dateOfExpiryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvp");
74887
+ SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> getDateOfEntry() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV11dateOfEntryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvp");
74100
74888
  SWIFT_INLINE_THUNK bool getDateOfExpiryPermanent() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV21dateOfExpiryPermanentSbvp");
74101
74889
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getDocumentNumber() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV14documentNumberAA0A5IDSDKV12StringResultVSgvp");
74102
74890
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getPersonalIdNumber() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV16personalIdNumberAA0A5IDSDKV12StringResultVSgvp");
@@ -74118,6 +74906,15 @@ public:
74118
74906
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getSpecificDocumentValidity() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV24specificDocumentValidityAA0A5IDSDKV12StringResultVSgvp");
74119
74907
  SWIFT_INLINE_THUNK swift::Optional<swift::Array<DependentInfo>> getDependentsInfo() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV14dependentsInfoSayAA09DependentE0VGSgvp");
74120
74908
  SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getVehicleOwner() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV12vehicleOwnerAA0A5IDSDKV12StringResultVSgvp");
74909
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getLocalityCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV12localityCodeAA0A5IDSDKV12StringResultVSgvp");
74910
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMaidenName() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV10maidenNameAA0A5IDSDKV12StringResultVSgvp");
74911
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMunicipalityCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV16municipalityCodeAA0A5IDSDKV12StringResultVSgvp");
74912
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getMunicipalityOfRegistration() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV26municipalityOfRegistrationAA0A5IDSDKV12StringResultVSgvp");
74913
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getPollingStationCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV18pollingStationCodeAA0A5IDSDKV12StringResultVSgvp");
74914
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getRegistrationCenterCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV22registrationCenterCodeAA0A5IDSDKV12StringResultVSgvp");
74915
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getSectionCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV11sectionCodeAA0A5IDSDKV12StringResultVSgvp");
74916
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getStateCode() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV9stateCodeAA0A5IDSDKV12StringResultVSgvp");
74917
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> getStateName() const SWIFT_SYMBOL("s:7BlinkID9VIZResultV9stateNameAA0A5IDSDKV12StringResultVSgvp");
74121
74918
  private:
74122
74919
  SWIFT_INLINE_THUNK VIZResult(swift::_impl::ValueWitnessTable * _Nonnull vwTable) noexcept : _storage(vwTable->size, vwTable->getAlignment()) {}
74123
74920
  static SWIFT_INLINE_THUNK VIZResult _make() noexcept {
@@ -75576,6 +76373,14 @@ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
75576
76373
  SWIFT_INLINE_THUNK bool BarcodeElementKey::isSecurityVersion() const {
75577
76374
  return *this == BarcodeElementKey::securityVersion;
75578
76375
  }
76376
+ SWIFT_INLINE_THUNK BarcodeElementKey BarcodeElementKey::_impl_subfieldDesignator::operator()() const {
76377
+ auto result = BarcodeElementKey::_make();
76378
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID17BarcodeElementKeyO18subfieldDesignatoryA2CmFWC);
76379
+ return result;
76380
+ }
76381
+ SWIFT_INLINE_THUNK bool BarcodeElementKey::isSubfieldDesignator() const {
76382
+ return *this == BarcodeElementKey::subfieldDesignator;
76383
+ }
75579
76384
  SWIFT_INLINE_THUNK bool BarcodeElementKey::isUnknownDefault() const {
75580
76385
  return *this == BarcodeElementKey::unknownDefault;
75581
76386
  }
@@ -76138,6 +76943,51 @@ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
76138
76943
  BlinkID::_impl::$s7BlinkID0A16IDScanningResultV23nationalInsuranceNumberAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
76139
76944
  });
76140
76945
  }
76946
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getLocalityCode() const {
76947
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76948
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV12localityCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
76949
+ });
76950
+ }
76951
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getMaidenName() const {
76952
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76953
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV10maidenNameAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
76954
+ });
76955
+ }
76956
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getMunicipalityCode() const {
76957
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76958
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV16municipalityCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
76959
+ });
76960
+ }
76961
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getMunicipalityOfRegistration() const {
76962
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76963
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV26municipalityOfRegistrationAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
76964
+ });
76965
+ }
76966
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getPollingStationCode() const {
76967
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76968
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV18pollingStationCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
76969
+ });
76970
+ }
76971
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getRegistrationCenterCode() const {
76972
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76973
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV22registrationCenterCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
76974
+ });
76975
+ }
76976
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getSectionCode() const {
76977
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76978
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV11sectionCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
76979
+ });
76980
+ }
76981
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getStateCode() const {
76982
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76983
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV9stateCodeAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
76984
+ });
76985
+ }
76986
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> BlinkIDScanningResult::getStateName() const {
76987
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76988
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV9stateNameAA0A5IDSDKV06StringD0VSgvg(result, _getOpaquePointer());
76989
+ });
76990
+ }
76141
76991
  SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> BlinkIDScanningResult::getDateOfBirth() const {
76142
76992
  return swift::_impl::_impl_Optional<DateResult<__BlinkIDSDKNested::StringResult>>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76143
76993
  BlinkID::_impl::$s7BlinkID0A16IDScanningResultV11dateOfBirthAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(result, _getOpaquePointer());
@@ -76153,6 +77003,11 @@ namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
76153
77003
  BlinkID::_impl::$s7BlinkID0A16IDScanningResultV12dateOfExpiryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(result, _getOpaquePointer());
76154
77004
  });
76155
77005
  }
77006
+ SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> BlinkIDScanningResult::getDateOfEntry() const {
77007
+ return swift::_impl::_impl_Optional<DateResult<__BlinkIDSDKNested::StringResult>>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
77008
+ BlinkID::_impl::$s7BlinkID0A16IDScanningResultV11dateOfEntryAA04DateD0VyAA0A5IDSDKV06StringD0VGSgvg(result, _getOpaquePointer());
77009
+ });
77010
+ }
76156
77011
  SWIFT_INLINE_THUNK swift::Optional<bool> BlinkIDScanningResult::getDateOfExpiryPermanent() const {
76157
77012
  return swift::_impl::_impl_Optional<bool>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76158
77013
  BlinkID::_impl::swift_interop_returnDirect_BlinkID_uint8_t_0_1(result, BlinkID::_impl::$s7BlinkID0A16IDScanningResultV21dateOfExpiryPermanentSbSgvg(_getOpaquePointer()));
@@ -76416,9 +77271,6 @@ return (__bridge_transfer MBSampleBufferWrapper *)(__bridge void *)BlinkID::_imp
76416
77271
  BlinkID::_impl::swift_interop_returnDirect_BlinkID_uint64_t_0_8_void_ptr_8_16(result, BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV13schemaVersionSSvgZ());
76417
77272
  });
76418
77273
  }
76419
- SWIFT_INLINE_THUNK swift::Int CameraHardwareInfoPinglet::getSessionNumber() {
76420
- return BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV13sessionNumberSivgZ();
76421
- }
76422
77274
  SWIFT_INLINE_THUNK swift::Array<__CameraHardwareInfoPingletNested::AvailableCamerasItem> CameraHardwareInfoPinglet::getAvailableCameras() const {
76423
77275
  return swift::_impl::_impl_Array<__CameraHardwareInfoPingletNested::AvailableCamerasItem>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76424
77276
  BlinkID::_impl::swift_interop_returnDirect_BlinkID_void_ptr_0_8(result, BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV16availableCamerasSayAC09AvailableH4ItemVGvg(_getOpaquePointer()));
@@ -76442,23 +77294,23 @@ return (__bridge_transfer MBSampleBufferWrapper *)(__bridge void *)BlinkID::_imp
76442
77294
  BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV5focusAC5FocusOSgvg(result, _getOpaquePointer());
76443
77295
  });
76444
77296
  }
76445
- SWIFT_INLINE_THUNK swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem> __CameraHardwareInfoPingletNested::AvailableCamerasItem::getAvailableResolutions() const {
76446
- return swift::_impl::_impl_Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76447
- BlinkID::_impl::swift_interop_returnDirect_BlinkID_void_ptr_0_8(result, BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGvg(_getOpaquePointer()));
77297
+ SWIFT_INLINE_THUNK swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>> __CameraHardwareInfoPingletNested::AvailableCamerasItem::getAvailableResolutions() const {
77298
+ return swift::_impl::_impl_Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
77299
+ BlinkID::_impl::swift_interop_returnDirect_BlinkID_uint64_t_0_8(result, BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV20availableResolutionsSayAC0gkI0VGSgvg(_getOpaquePointer()));
76448
77300
  });
76449
77301
  }
76450
- SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::AvailableCamerasItem __CameraHardwareInfoPingletNested::AvailableCamerasItem::init(const __CameraHardwareInfoPingletNested::CameraFacing& cameraFacing, const swift::Optional<__CameraHardwareInfoPingletNested::Focus>& focus, const swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>& availableResolutions) {
77302
+ SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::AvailableCamerasItem __CameraHardwareInfoPingletNested::AvailableCamerasItem::init(const __CameraHardwareInfoPingletNested::CameraFacing& cameraFacing, const swift::Optional<__CameraHardwareInfoPingletNested::Focus>& focus, const swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>& availableResolutions) {
76451
77303
  alignas(alignof(__CameraHardwareInfoPingletNested::CameraFacing)) char copyBuffer_consumedParamCopy_cameraFacing[sizeof(__CameraHardwareInfoPingletNested::CameraFacing)];
76452
77304
  auto &consumedParamCopy_cameraFacing = *(new(copyBuffer_consumedParamCopy_cameraFacing) __CameraHardwareInfoPingletNested::CameraFacing(cameraFacing));
76453
77305
  swift::_impl::ConsumedValueStorageDestroyer<__CameraHardwareInfoPingletNested::CameraFacing> storageGuard_consumedParamCopy_cameraFacing(consumedParamCopy_cameraFacing);
76454
77306
  alignas(alignof(swift::Optional<__CameraHardwareInfoPingletNested::Focus>)) char copyBuffer_consumedParamCopy_focus[sizeof(swift::Optional<__CameraHardwareInfoPingletNested::Focus>)];
76455
77307
  auto &consumedParamCopy_focus = *(new(copyBuffer_consumedParamCopy_focus) swift::Optional<__CameraHardwareInfoPingletNested::Focus>(focus));
76456
77308
  swift::_impl::ConsumedValueStorageDestroyer<swift::Optional<__CameraHardwareInfoPingletNested::Focus>> storageGuard_consumedParamCopy_focus(consumedParamCopy_focus);
76457
- alignas(alignof(swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>)) char copyBuffer_consumedParamCopy_availableResolutions[sizeof(swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>)];
76458
- auto &consumedParamCopy_availableResolutions = *(new(copyBuffer_consumedParamCopy_availableResolutions) swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>(availableResolutions));
76459
- swift::_impl::ConsumedValueStorageDestroyer<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>> storageGuard_consumedParamCopy_availableResolutions(consumedParamCopy_availableResolutions);
77309
+ alignas(alignof(swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>)) char copyBuffer_consumedParamCopy_availableResolutions[sizeof(swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>)];
77310
+ auto &consumedParamCopy_availableResolutions = *(new(copyBuffer_consumedParamCopy_availableResolutions) swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>(availableResolutions));
77311
+ swift::_impl::ConsumedValueStorageDestroyer<swift::Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>> storageGuard_consumedParamCopy_availableResolutions(consumedParamCopy_availableResolutions);
76460
77312
  return BlinkID::__CameraHardwareInfoPingletNested::_impl::_impl_AvailableCamerasItem::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
76461
- BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGtcfC(result, BlinkID::__CameraHardwareInfoPingletNested::_impl::_impl_CameraFacing::getOpaquePointer(consumedParamCopy_cameraFacing), swift::_impl::_impl_Optional<__CameraHardwareInfoPingletNested::Focus>::getOpaquePointer(consumedParamCopy_focus), BlinkID::_impl::swift_interop_passDirect_BlinkID_void_ptr_0_8(swift::_impl::_impl_Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>::getOpaquePointer(consumedParamCopy_availableResolutions)));
77313
+ BlinkID::_impl::$s7BlinkID25CameraHardwareInfoPingletV20AvailableCamerasItemV12cameraFacing5focus20availableResolutionsAeC0cK0O_AC5FocusOSgSayAC0gnI0VGSgtcfC(result, BlinkID::__CameraHardwareInfoPingletNested::_impl::_impl_CameraFacing::getOpaquePointer(consumedParamCopy_cameraFacing), swift::_impl::_impl_Optional<__CameraHardwareInfoPingletNested::Focus>::getOpaquePointer(consumedParamCopy_focus), BlinkID::_impl::swift_interop_passDirect_BlinkID_uint64_t_0_8(swift::_impl::_impl_Optional<swift::Array<__CameraHardwareInfoPingletNested::AvailableResolutionsItem>>::getOpaquePointer(consumedParamCopy_availableResolutions)));
76462
77314
  });
76463
77315
  }
76464
77316
  SWIFT_INLINE_THUNK int64_t __CameraHardwareInfoPingletNested::AvailableResolutionsItem::getWidth() const {
@@ -76488,6 +77340,14 @@ return (__bridge_transfer MBSampleBufferWrapper *)(__bridge void *)BlinkID::_imp
76488
77340
  SWIFT_INLINE_THUNK bool __CameraHardwareInfoPingletNested::CameraFacing::isBack() const {
76489
77341
  return *this == __CameraHardwareInfoPingletNested::CameraFacing::back;
76490
77342
  }
77343
+ SWIFT_INLINE_THUNK __CameraHardwareInfoPingletNested::CameraFacing __CameraHardwareInfoPingletNested::CameraFacing::_impl_unknown::operator()() const {
77344
+ auto result = __CameraHardwareInfoPingletNested::CameraFacing::_make();
77345
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID25CameraHardwareInfoPingletV0C6FacingO7unknownyA2EmFWC);
77346
+ return result;
77347
+ }
77348
+ SWIFT_INLINE_THUNK bool __CameraHardwareInfoPingletNested::CameraFacing::isUnknown() const {
77349
+ return *this == __CameraHardwareInfoPingletNested::CameraFacing::unknown;
77350
+ }
76491
77351
  SWIFT_INLINE_THUNK bool __CameraHardwareInfoPingletNested::CameraFacing::isUnknownDefault() const {
76492
77352
  return *this == __CameraHardwareInfoPingletNested::CameraFacing::unknownDefault;
76493
77353
  }
@@ -76600,6 +77460,14 @@ return (__bridge_transfer MBSampleBufferWrapper *)(__bridge void *)BlinkID::_imp
76600
77460
  SWIFT_INLINE_THUNK bool __CameraInputInfoPingletNested::CameraFacing::isBack() const {
76601
77461
  return *this == __CameraInputInfoPingletNested::CameraFacing::back;
76602
77462
  }
77463
+ SWIFT_INLINE_THUNK __CameraInputInfoPingletNested::CameraFacing __CameraInputInfoPingletNested::CameraFacing::_impl_unknown::operator()() const {
77464
+ auto result = __CameraInputInfoPingletNested::CameraFacing::_make();
77465
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID22CameraInputInfoPingletV0C6FacingO7unknownyA2EmFWC);
77466
+ return result;
77467
+ }
77468
+ SWIFT_INLINE_THUNK bool __CameraInputInfoPingletNested::CameraFacing::isUnknown() const {
77469
+ return *this == __CameraInputInfoPingletNested::CameraFacing::unknown;
77470
+ }
76603
77471
  SWIFT_INLINE_THUNK bool __CameraInputInfoPingletNested::CameraFacing::isUnknownDefault() const {
76604
77472
  return *this == __CameraInputInfoPingletNested::CameraFacing::unknownDefault;
76605
77473
  }
@@ -80197,6 +81065,38 @@ return (__bridge_transfer UIImage *)(__bridge void *)BlinkID::_impl::$s7BlinkID2
80197
81065
  SWIFT_INLINE_THUNK bool DocumentType::isDiplomaticId() const {
80198
81066
  return *this == DocumentType::diplomaticId;
80199
81067
  }
81068
+ SWIFT_INLINE_THUNK DocumentType DocumentType::_impl_emergencyPassport::operator()() const {
81069
+ auto result = DocumentType::_make();
81070
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID12DocumentTypeO17emergencyPassportyA2CmFWC);
81071
+ return result;
81072
+ }
81073
+ SWIFT_INLINE_THUNK bool DocumentType::isEmergencyPassport() const {
81074
+ return *this == DocumentType::emergencyPassport;
81075
+ }
81076
+ SWIFT_INLINE_THUNK DocumentType DocumentType::_impl_temporaryPassport::operator()() const {
81077
+ auto result = DocumentType::_make();
81078
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID12DocumentTypeO17temporaryPassportyA2CmFWC);
81079
+ return result;
81080
+ }
81081
+ SWIFT_INLINE_THUNK bool DocumentType::isTemporaryPassport() const {
81082
+ return *this == DocumentType::temporaryPassport;
81083
+ }
81084
+ SWIFT_INLINE_THUNK DocumentType DocumentType::_impl_metisFederationCard::operator()() const {
81085
+ auto result = DocumentType::_make();
81086
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID12DocumentTypeO19metisFederationCardyA2CmFWC);
81087
+ return result;
81088
+ }
81089
+ SWIFT_INLINE_THUNK bool DocumentType::isMetisFederationCard() const {
81090
+ return *this == DocumentType::metisFederationCard;
81091
+ }
81092
+ SWIFT_INLINE_THUNK DocumentType DocumentType::_impl_adrCertificate::operator()() const {
81093
+ auto result = DocumentType::_make();
81094
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID12DocumentTypeO14adrCertificateyA2CmFWC);
81095
+ return result;
81096
+ }
81097
+ SWIFT_INLINE_THUNK bool DocumentType::isAdrCertificate() const {
81098
+ return *this == DocumentType::adrCertificate;
81099
+ }
80200
81100
  SWIFT_INLINE_THUNK bool DocumentType::isUnknownDefault() const {
80201
81101
  return *this == DocumentType::unknownDefault;
80202
81102
  }
@@ -80796,13 +81696,85 @@ static_assert(swift::isUsableInGenericContext<T_0_0>, "type cannot be used in a
80796
81696
  SWIFT_INLINE_THUNK bool FieldType::isCertificateNumber() const {
80797
81697
  return *this == FieldType::certificateNumber;
80798
81698
  }
80799
- SWIFT_INLINE_THUNK FieldType FieldType::_impl_publicTransportFreeUse::operator()() const {
81699
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_municipalityOfRegistration::operator()() const {
81700
+ auto result = FieldType::_make();
81701
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO26municipalityOfRegistrationyA2CmFWC);
81702
+ return result;
81703
+ }
81704
+ SWIFT_INLINE_THUNK bool FieldType::isMunicipalityOfRegistration() const {
81705
+ return *this == FieldType::municipalityOfRegistration;
81706
+ }
81707
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_localityCode::operator()() const {
80800
81708
  auto result = FieldType::_make();
80801
- result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO22publicTransportFreeUseyA2CmFWC);
81709
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO12localityCodeyA2CmFWC);
80802
81710
  return result;
80803
81711
  }
80804
- SWIFT_INLINE_THUNK bool FieldType::isPublicTransportFreeUse() const {
80805
- return *this == FieldType::publicTransportFreeUse;
81712
+ SWIFT_INLINE_THUNK bool FieldType::isLocalityCode() const {
81713
+ return *this == FieldType::localityCode;
81714
+ }
81715
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_maidenName::operator()() const {
81716
+ auto result = FieldType::_make();
81717
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO10maidenNameyA2CmFWC);
81718
+ return result;
81719
+ }
81720
+ SWIFT_INLINE_THUNK bool FieldType::isMaidenName() const {
81721
+ return *this == FieldType::maidenName;
81722
+ }
81723
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_stateCode::operator()() const {
81724
+ auto result = FieldType::_make();
81725
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO9stateCodeyA2CmFWC);
81726
+ return result;
81727
+ }
81728
+ SWIFT_INLINE_THUNK bool FieldType::isStateCode() const {
81729
+ return *this == FieldType::stateCode;
81730
+ }
81731
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_dateOfEntry::operator()() const {
81732
+ auto result = FieldType::_make();
81733
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO11dateOfEntryyA2CmFWC);
81734
+ return result;
81735
+ }
81736
+ SWIFT_INLINE_THUNK bool FieldType::isDateOfEntry() const {
81737
+ return *this == FieldType::dateOfEntry;
81738
+ }
81739
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_municipalityCode::operator()() const {
81740
+ auto result = FieldType::_make();
81741
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO16municipalityCodeyA2CmFWC);
81742
+ return result;
81743
+ }
81744
+ SWIFT_INLINE_THUNK bool FieldType::isMunicipalityCode() const {
81745
+ return *this == FieldType::municipalityCode;
81746
+ }
81747
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_pollingStationCode::operator()() const {
81748
+ auto result = FieldType::_make();
81749
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO18pollingStationCodeyA2CmFWC);
81750
+ return result;
81751
+ }
81752
+ SWIFT_INLINE_THUNK bool FieldType::isPollingStationCode() const {
81753
+ return *this == FieldType::pollingStationCode;
81754
+ }
81755
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_sectionCode::operator()() const {
81756
+ auto result = FieldType::_make();
81757
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO11sectionCodeyA2CmFWC);
81758
+ return result;
81759
+ }
81760
+ SWIFT_INLINE_THUNK bool FieldType::isSectionCode() const {
81761
+ return *this == FieldType::sectionCode;
81762
+ }
81763
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_registrationCenterCode::operator()() const {
81764
+ auto result = FieldType::_make();
81765
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO22registrationCenterCodeyA2CmFWC);
81766
+ return result;
81767
+ }
81768
+ SWIFT_INLINE_THUNK bool FieldType::isRegistrationCenterCode() const {
81769
+ return *this == FieldType::registrationCenterCode;
81770
+ }
81771
+ SWIFT_INLINE_THUNK FieldType FieldType::_impl_stateName::operator()() const {
81772
+ auto result = FieldType::_make();
81773
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID9FieldTypeO9stateNameyA2CmFWC);
81774
+ return result;
81775
+ }
81776
+ SWIFT_INLINE_THUNK bool FieldType::isStateName() const {
81777
+ return *this == FieldType::stateName;
80806
81778
  }
80807
81779
  SWIFT_INLINE_THUNK bool FieldType::isUnknownDefault() const {
80808
81780
  return *this == FieldType::unknownDefault;
@@ -81482,12 +82454,6 @@ return (__bridge_transfer UIImage *)(__bridge void *)BlinkID::_impl::$s7BlinkID1
81482
82454
  SWIFT_INLINE_THUNK ProcessingActor ProcessingActor::getShared() {
81483
82455
  return _impl::_impl_ProcessingActor::makeRetained(BlinkID::_impl::$s7BlinkID15ProcessingActorC6sharedACvgZ(swift::TypeMetadataTrait<ProcessingActor>::getTypeMetadata()));
81484
82456
  }
81485
- SWIFT_INLINE_THUNK void ProcessingActor::setShared(const ProcessingActor& value) {
81486
- alignas(alignof(ProcessingActor)) char copyBuffer_consumedParamCopy_value[sizeof(ProcessingActor)];
81487
- auto &consumedParamCopy_value = *(new(copyBuffer_consumedParamCopy_value) ProcessingActor(value));
81488
- swift::_impl::ConsumedValueStorageDestroyer<ProcessingActor> storageGuard_consumedParamCopy_value(consumedParamCopy_value);
81489
- BlinkID::_impl::$s7BlinkID15ProcessingActorC6sharedACvsZ(::swift::_impl::_impl_RefCountedClass::getOpaquePointer(consumedParamCopy_value), swift::TypeMetadataTrait<ProcessingActor>::getTypeMetadata());
81490
- }
81491
82457
  SWIFT_INLINE_THUNK ProcessingStatus ProcessingStatus::_impl_success::operator()() const {
81492
82458
  auto result = ProcessingStatus::_make();
81493
82459
  result._destructiveInjectEnumTag(_impl::$s7BlinkID16ProcessingStatusO7successyA2CmFWC);
@@ -82907,6 +83873,14 @@ return (__bridge_transfer UIImage *)(__bridge void *)BlinkID::_impl::$s7BlinkID1
82907
83873
  SWIFT_INLINE_THUNK bool Region::isBangsamoro() const {
82908
83874
  return *this == Region::bangsamoro;
82909
83875
  }
83876
+ SWIFT_INLINE_THUNK Region Region::_impl_telangana::operator()() const {
83877
+ auto result = Region::_make();
83878
+ result._destructiveInjectEnumTag(_impl::$s7BlinkID6RegionO9telanganayA2CmFWC);
83879
+ return result;
83880
+ }
83881
+ SWIFT_INLINE_THUNK bool Region::isTelangana() const {
83882
+ return *this == Region::telangana;
83883
+ }
82910
83884
  SWIFT_INLINE_THUNK bool Region::isUnknownDefault() const {
82911
83885
  return *this == Region::unknownDefault;
82912
83886
  }
@@ -84289,6 +85263,11 @@ return (__bridge_transfer UIImage *)(__bridge void *)BlinkID::_impl::$s7BlinkID1
84289
85263
  BlinkID::_impl::$s7BlinkID9VIZResultV12dateOfExpiryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(result, _getOpaquePointer());
84290
85264
  });
84291
85265
  }
85266
+ SWIFT_INLINE_THUNK swift::Optional<DateResult<__BlinkIDSDKNested::StringResult>> VIZResult::getDateOfEntry() const {
85267
+ return swift::_impl::_impl_Optional<DateResult<__BlinkIDSDKNested::StringResult>>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
85268
+ BlinkID::_impl::$s7BlinkID9VIZResultV11dateOfEntryAA10DateResultVyAA0A5IDSDKV06StringH0VGSgvg(result, _getOpaquePointer());
85269
+ });
85270
+ }
84292
85271
  SWIFT_INLINE_THUNK bool VIZResult::getDateOfExpiryPermanent() const {
84293
85272
  return BlinkID::_impl::$s7BlinkID9VIZResultV21dateOfExpiryPermanentSbvg(_getOpaquePointer());
84294
85273
  }
@@ -84392,6 +85371,51 @@ return (__bridge_transfer UIImage *)(__bridge void *)BlinkID::_impl::$s7BlinkID1
84392
85371
  BlinkID::_impl::$s7BlinkID9VIZResultV12vehicleOwnerAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
84393
85372
  });
84394
85373
  }
85374
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getLocalityCode() const {
85375
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
85376
+ BlinkID::_impl::$s7BlinkID9VIZResultV12localityCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
85377
+ });
85378
+ }
85379
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getMaidenName() const {
85380
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
85381
+ BlinkID::_impl::$s7BlinkID9VIZResultV10maidenNameAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
85382
+ });
85383
+ }
85384
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getMunicipalityCode() const {
85385
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
85386
+ BlinkID::_impl::$s7BlinkID9VIZResultV16municipalityCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
85387
+ });
85388
+ }
85389
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getMunicipalityOfRegistration() const {
85390
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
85391
+ BlinkID::_impl::$s7BlinkID9VIZResultV26municipalityOfRegistrationAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
85392
+ });
85393
+ }
85394
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getPollingStationCode() const {
85395
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
85396
+ BlinkID::_impl::$s7BlinkID9VIZResultV18pollingStationCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
85397
+ });
85398
+ }
85399
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getRegistrationCenterCode() const {
85400
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
85401
+ BlinkID::_impl::$s7BlinkID9VIZResultV22registrationCenterCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
85402
+ });
85403
+ }
85404
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getSectionCode() const {
85405
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
85406
+ BlinkID::_impl::$s7BlinkID9VIZResultV11sectionCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
85407
+ });
85408
+ }
85409
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getStateCode() const {
85410
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
85411
+ BlinkID::_impl::$s7BlinkID9VIZResultV9stateCodeAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
85412
+ });
85413
+ }
85414
+ SWIFT_INLINE_THUNK swift::Optional<__BlinkIDSDKNested::StringResult> VIZResult::getStateName() const {
85415
+ return swift::_impl::_impl_Optional<__BlinkIDSDKNested::StringResult>::returnNewValue([&](char * _Nonnull result) SWIFT_INLINE_THUNK_ATTRIBUTES {
85416
+ BlinkID::_impl::$s7BlinkID9VIZResultV9stateNameAA0A5IDSDKV12StringResultVSgvg(result, _getOpaquePointer());
85417
+ });
85418
+ }
84395
85419
  template<class T_0_0>
84396
85420
  #ifdef __cpp_concepts
84397
85421
  requires swift::isUsableInGenericContext<T_0_0>