From ad1dcdc0e165b639a2a8916c624ea03d7feac27d Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Tue, 01 Jul 2025 15:29:08 +0800
Subject: [PATCH] 提交版本 4.5.0

---
 frameworks/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.swiftinterface |   36 ++++++++++++++++++++++++++++--------
 1 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/frameworks/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.swiftinterface b/frameworks/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.swiftinterface
index 4df92a2..6762a09 100644
--- a/frameworks/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.swiftinterface
+++ b/frameworks/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.swiftinterface
@@ -1,17 +1,20 @@
 // swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-tvos12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FirebaseCoreInternal
-// swift-module-flags-ignorable: -enable-bare-slash-regex
+// swift-compiler-version: Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
+// swift-module-flags: -target arm64-apple-tvos13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name FirebaseCoreInternal
+// swift-module-flags-ignorable: -no-verify-emitted-module-interface
 @_exported import FirebaseCoreInternal
 import Foundation
-import GoogleUtilities
 import Swift
 import _Concurrency
 import _StringProcessing
+import _SwiftConcurrencyShims
+import os.lock
+import os
 @objc(FIRHeartbeatController) @objcMembers public class _ObjC_HeartbeatController : ObjectiveC.NSObject {
   @objc public init(id: Swift.String)
   @objc public func log(_ agent: Swift.String)
   @objc public func flush() -> FirebaseCoreInternal._ObjC_HeartbeatsPayload
+  @objc public func flushAsync(completionHandler: @escaping @Sendable (FirebaseCoreInternal._ObjC_HeartbeatsPayload) -> Swift.Void)
   @objc public func flushHeartbeatFromToday() -> FirebaseCoreInternal._ObjC_HeartbeatsPayload
   @objc deinit
 }
@@ -23,11 +26,28 @@
   }
   @objc deinit
 }
-@_hasMissingDesignatedInitializers final public class HeartbeatController {
+final public class FIRAllocatedUnfairLock<State> : @unchecked Swift.Sendable {
+  #if compiler(>=5.3) && $SendingArgsAndResults
+  public init(initialState: sending State)
+  #else
+  public init(initialState: __owned State)
+  #endif
+  convenience public init() where State == ()
+  final public func lock()
+  final public func unlock()
+  final public func value() -> State
+  @discardableResult
+  final public func withLock<R>(_ body: (inout State) throws -> R) rethrows -> R
+  @discardableResult
+  final public func withLock<R>(_ body: () throws -> R) rethrows -> R
+  @objc deinit
+}
+@_hasMissingDesignatedInitializers final public class HeartbeatController : Swift.Sendable {
   convenience public init(id: Swift.String)
   final public func log(_ agent: Swift.String)
   @discardableResult
   final public func flush() -> FirebaseCoreInternal.HeartbeatsPayload
+  final public func flushAsync(completionHandler: @escaping @Sendable (FirebaseCoreInternal.HeartbeatsPayload) -> Swift.Void)
   @discardableResult
   final public func flushHeartbeatFromToday() -> FirebaseCoreInternal.HeartbeatsPayload
   @objc deinit
@@ -35,12 +55,12 @@
 public protocol HTTPHeaderRepresentable {
   func headerValue() -> Swift.String
 }
-public struct HeartbeatsPayload : Swift.Codable {
+public struct HeartbeatsPayload : Swift.Codable, Swift.Sendable {
   public var isEmpty: Swift.Bool {
     get
   }
-  public func encode(to encoder: Swift.Encoder) throws
-  public init(from decoder: Swift.Decoder) throws
+  public func encode(to encoder: any Swift.Encoder) throws
+  public init(from decoder: any Swift.Decoder) throws
 }
 extension FirebaseCoreInternal.HeartbeatsPayload : FirebaseCoreInternal.HTTPHeaderRepresentable {
   public func headerValue() -> Swift.String

--
Gitblit v1.8.0