From e1c823bb42a030dbc351c2a9f542fa3afddf2dd0 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 11 Sep 2025 09:03:41 +0800
Subject: [PATCH] 提交版本 4.7.0

---
 frameworks/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/frameworks/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h b/frameworks/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h
index 906e44a..d2205af 100644
--- a/frameworks/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h
+++ b/frameworks/FBAEMKit.xcframework/ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h
@@ -1,6 +1,6 @@
 #if 0
 #elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
 #ifndef FBAEMKIT_SWIFT_H
 #define FBAEMKIT_SWIFT_H
 #pragma clang diagnostic push
@@ -42,6 +42,8 @@
 #include <string.h>
 #endif
 #if defined(__cplusplus)
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
 #if defined(__arm64e__) && __has_include(<ptrauth.h>)
 # include <ptrauth.h>
 #else
@@ -55,6 +57,7 @@
 # endif
 #pragma clang diagnostic pop
 #endif
+#pragma clang diagnostic pop
 #endif
 
 #if !defined(SWIFT_TYPEDEFS)
@@ -62,6 +65,7 @@
 # if __has_include(<uchar.h>)
 #  include <uchar.h>
 # elif !defined(__cplusplus)
+typedef unsigned char char8_t;
 typedef uint_least16_t char16_t;
 typedef uint_least32_t char32_t;
 # endif
@@ -290,6 +294,7 @@
 #pragma clang diagnostic ignored "-Wunknown-pragmas"
 #pragma clang diagnostic ignored "-Wnullability"
 #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
 
 #if __has_attribute(external_source_symbol)
 # pragma push_macro("any")
@@ -299,8 +304,8 @@
 #endif
 
 #if defined(__OBJC__)
-@class NSString;
 
+@class NSString;
 SWIFT_PROTOCOL_NAMED("AEMNetworking")
 @protocol FBAEMNetworking
 - (void)startGraphRequestWithGraphPath:(NSString * _Nonnull)graphPath parameters:(NSDictionary<NSString *, id> * _Nonnull)parameters tokenString:(NSString * _Nullable)tokenString HTTPMethod:(NSString * _Nullable)method completion:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))completion;
@@ -310,7 +315,6 @@
 @protocol FBSDKDataPersisting;
 @class NSURL;
 @class NSNumber;
-
 SWIFT_CLASS_NAMED("AEMReporter")
 @interface FBAEMReporter : NSObject
 + (void)configureWithNetworker:(id <FBAEMNetworking> _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id <FBSKAdNetworkReporting> _Nullable)reporter;
@@ -336,7 +340,6 @@
 + (void)recordAndUpdateEvent:(NSString * _Nonnull)event currency:(NSString * _Nullable)currency value:(NSNumber * _Nullable)value parameters:(NSDictionary<NSString *, id> * _Nullable)parameters;
 - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
 @end
-
 
 SWIFT_PROTOCOL_NAMED("SKAdNetworkReporting")
 @protocol FBSKAdNetworkReporting
@@ -355,7 +358,7 @@
 #endif
 
 #elif defined(__x86_64__) && __x86_64__
-// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
+// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
 #ifndef FBAEMKIT_SWIFT_H
 #define FBAEMKIT_SWIFT_H
 #pragma clang diagnostic push
@@ -397,6 +400,8 @@
 #include <string.h>
 #endif
 #if defined(__cplusplus)
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
 #if defined(__arm64e__) && __has_include(<ptrauth.h>)
 # include <ptrauth.h>
 #else
@@ -410,6 +415,7 @@
 # endif
 #pragma clang diagnostic pop
 #endif
+#pragma clang diagnostic pop
 #endif
 
 #if !defined(SWIFT_TYPEDEFS)
@@ -417,6 +423,7 @@
 # if __has_include(<uchar.h>)
 #  include <uchar.h>
 # elif !defined(__cplusplus)
+typedef unsigned char char8_t;
 typedef uint_least16_t char16_t;
 typedef uint_least32_t char32_t;
 # endif
@@ -645,6 +652,7 @@
 #pragma clang diagnostic ignored "-Wunknown-pragmas"
 #pragma clang diagnostic ignored "-Wnullability"
 #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
 
 #if __has_attribute(external_source_symbol)
 # pragma push_macro("any")
@@ -654,8 +662,8 @@
 #endif
 
 #if defined(__OBJC__)
-@class NSString;
 
+@class NSString;
 SWIFT_PROTOCOL_NAMED("AEMNetworking")
 @protocol FBAEMNetworking
 - (void)startGraphRequestWithGraphPath:(NSString * _Nonnull)graphPath parameters:(NSDictionary<NSString *, id> * _Nonnull)parameters tokenString:(NSString * _Nullable)tokenString HTTPMethod:(NSString * _Nullable)method completion:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))completion;
@@ -665,7 +673,6 @@
 @protocol FBSDKDataPersisting;
 @class NSURL;
 @class NSNumber;
-
 SWIFT_CLASS_NAMED("AEMReporter")
 @interface FBAEMReporter : NSObject
 + (void)configureWithNetworker:(id <FBAEMNetworking> _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id <FBSKAdNetworkReporting> _Nullable)reporter;
@@ -691,7 +698,6 @@
 + (void)recordAndUpdateEvent:(NSString * _Nonnull)event currency:(NSString * _Nullable)currency value:(NSNumber * _Nullable)value parameters:(NSDictionary<NSString *, id> * _Nullable)parameters;
 - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
 @end
-
 
 SWIFT_PROTOCOL_NAMED("SKAdNetworkReporting")
 @protocol FBSKAdNetworkReporting

--
Gitblit v1.8.0