From 147a27646a80fe2142e317bbd19003ed47bae35d Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 11 Sep 2025 16:58:31 +0800
Subject: [PATCH] 提交版本 4.7.0

---
 WAFirebaseImpl/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.private.swiftinterface |   43 ++++++++++++++++++++++++-------------------
 1 files changed, 24 insertions(+), 19 deletions(-)

diff --git a/WAFirebaseImpl/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.private.swiftinterface b/WAFirebaseImpl/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.private.swiftinterface
index 6762a09..5576f4c 100644
--- a/WAFirebaseImpl/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.private.swiftinterface
+++ b/WAFirebaseImpl/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.private.swiftinterface
@@ -1,6 +1,6 @@
 // swift-interface-format-version: 1.0
 // 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: -target arm64-apple-tvos15.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
@@ -8,8 +8,6 @@
 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)
@@ -24,22 +22,6 @@
   @objc public var isEmpty: Swift.Bool {
     @objc get
   }
-  @objc deinit
-}
-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 {
@@ -77,3 +59,26 @@
   public func zipped() throws -> Foundation.Data
   public func unzipped() throws -> Foundation.Data
 }
+final public class UnfairLock<Value> : @unchecked Swift.Sendable {
+  #if compiler(>=5.3) && $SendingArgsAndResults
+  public init(_ value: consuming sending Value)
+  #else
+  public init(_ value: consuming Value)
+  #endif
+  @objc deinit
+  final public func value() -> Value
+  #if compiler(>=5.3) && $SendingArgsAndResults
+  @discardableResult
+  final public borrowing func withLock<Result>(_ body: (inout sending Value) throws -> sending Result) rethrows -> sending Result
+  #else
+  @discardableResult
+  final public borrowing func withLock<Result>(_ body: (inout Value) throws -> Result) rethrows -> Result
+  #endif
+  #if compiler(>=5.3) && $SendingArgsAndResults
+  @discardableResult
+  final public borrowing func withLock<Result>(_ body: (inout sending Value) -> sending Result) -> sending Result
+  #else
+  @discardableResult
+  final public borrowing func withLock<Result>(_ body: (inout Value) -> Result) -> Result
+  #endif
+}

--
Gitblit v1.8.0