lpw
2 days ago 541d8329b68d841dd35946f0a4df5b9ec4766f86
frameworks/FirebaseCoreInternal.xcframework/ios-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-ios.private.swiftinterface
@@ -1,7 +1,7 @@
// 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-ios15.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
@@ -12,9 +12,7 @@
  @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
}
@@ -31,9 +29,7 @@
  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
@@ -63,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
}