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/ios-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-ios.swiftinterface | 28 +++++++++++++++++++++------- 1 files changed, 21 insertions(+), 7 deletions(-) diff --git a/frameworks/FirebaseCoreInternal.xcframework/ios-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-ios.swiftinterface b/frameworks/FirebaseCoreInternal.xcframework/ios-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-ios.swiftinterface index a01dba2..187ab6f 100644 --- a/frameworks/FirebaseCoreInternal.xcframework/ios-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-ios.swiftinterface +++ b/frameworks/FirebaseCoreInternal.xcframework/ios-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,20 +1,20 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) -// swift-module-flags: -target arm64-apple-ios12.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-ios12.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 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 - #if compiler(>=5.3) && $Sendable @objc public func flushAsync(completionHandler: @escaping @Sendable (FirebaseCoreInternal._ObjC_HeartbeatsPayload) -> Swift.Void) - #endif @objc public func flushHeartbeatFromToday() -> FirebaseCoreInternal._ObjC_HeartbeatsPayload @objc deinit } @@ -26,14 +26,28 @@ } @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 { convenience public init(id: Swift.String) final public func log(_ agent: Swift.String) @discardableResult final public func flush() -> FirebaseCoreInternal.HeartbeatsPayload - #if compiler(>=5.3) && $Sendable final public func flushAsync(completionHandler: @escaping @Sendable (FirebaseCoreInternal.HeartbeatsPayload) -> Swift.Void) - #endif @discardableResult final public func flushHeartbeatFromToday() -> FirebaseCoreInternal.HeartbeatsPayload @objc deinit -- Gitblit v1.8.0