From 1178266bed9f244671ebcb4e9624a01ce0d58097 Mon Sep 17 00:00:00 2001
From: lpw
Date: Tue, 18 Mar 2025 09:04:04 +0800
Subject: [PATCH] 提交 4.4.0

---
 frameworks/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.abi.json |  552 ++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 469 insertions(+), 83 deletions(-)

diff --git a/frameworks/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.abi.json b/frameworks/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.abi.json
index 7ddff1a..9b12c19 100644
--- a/frameworks/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.abi.json
+++ b/frameworks/FirebaseCoreInternal.xcframework/tvos-arm64/FirebaseCoreInternal.framework/Modules/FirebaseCoreInternal.swiftmodule/arm64-apple-tvos.abi.json
@@ -101,6 +101,46 @@
           },
           {
             "kind": "Function",
+            "name": "flushAsync",
+            "printedName": "flushAsync(completionHandler:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeFunc",
+                "name": "Function",
+                "printedName": "(FirebaseCoreInternal._ObjC_HeartbeatsPayload) -> ()",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Void",
+                    "printedName": "()"
+                  },
+                  {
+                    "kind": "TypeNominal",
+                    "name": "_ObjC_HeartbeatsPayload",
+                    "printedName": "FirebaseCoreInternal._ObjC_HeartbeatsPayload",
+                    "usr": "c:@M@FirebaseCoreInternal@objc(cs)FIRHeartbeatsPayload"
+                  }
+                ]
+              }
+            ],
+            "declKind": "Func",
+            "usr": "c:@M@FirebaseCoreInternal@objc(cs)FIRHeartbeatController(im)flushAsyncWithCompletionHandler:",
+            "mangledName": "$s20FirebaseCoreInternal25_ObjC_HeartbeatControllerC10flushAsync17completionHandleryyAA01_D19C_HeartbeatsPayloadCYbc_tF",
+            "moduleName": "FirebaseCoreInternal",
+            "declAttributes": [
+              "AccessControl",
+              "RawDocComment",
+              "ObjC"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
             "name": "flushHeartbeatFromToday",
             "printedName": "flushHeartbeatFromToday()",
             "children": [
@@ -535,6 +575,45 @@
           },
           {
             "kind": "Function",
+            "name": "flushAsync",
+            "printedName": "flushAsync(completionHandler:)",
+            "children": [
+              {
+                "kind": "TypeNominal",
+                "name": "Void",
+                "printedName": "()"
+              },
+              {
+                "kind": "TypeFunc",
+                "name": "Function",
+                "printedName": "(FirebaseCoreInternal.HeartbeatsPayload) -> ()",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "Void",
+                    "printedName": "()"
+                  },
+                  {
+                    "kind": "TypeNominal",
+                    "name": "HeartbeatsPayload",
+                    "printedName": "FirebaseCoreInternal.HeartbeatsPayload",
+                    "usr": "s:20FirebaseCoreInternal17HeartbeatsPayloadV"
+                  }
+                ]
+              }
+            ],
+            "declKind": "Func",
+            "usr": "s:20FirebaseCoreInternal19HeartbeatControllerC10flushAsync17completionHandleryyAA17HeartbeatsPayloadVYbc_tF",
+            "mangledName": "$s20FirebaseCoreInternal19HeartbeatControllerC10flushAsync17completionHandleryyAA17HeartbeatsPayloadVYbc_tF",
+            "moduleName": "FirebaseCoreInternal",
+            "declAttributes": [
+              "Final",
+              "AccessControl"
+            ],
+            "funcSelfKind": "NonMutating"
+          },
+          {
+            "kind": "Function",
             "name": "flushHeartbeatFromToday",
             "printedName": "flushHeartbeatFromToday()",
             "children": [
@@ -567,7 +646,16 @@
           "AccessControl",
           "RawDocComment"
         ],
-        "hasMissingDesignatedInitializers": true
+        "hasMissingDesignatedInitializers": true,
+        "conformances": [
+          {
+            "kind": "Conformance",
+            "name": "Sendable",
+            "printedName": "Sendable",
+            "usr": "s:s8SendableP",
+            "mangledName": "$ss8SendableP"
+          }
+        ]
       },
       {
         "kind": "Import",
@@ -594,7 +682,10 @@
         "name": "GoogleUtilities",
         "printedName": "GoogleUtilities",
         "declKind": "Import",
-        "moduleName": "FirebaseCoreInternal"
+        "moduleName": "FirebaseCoreInternal",
+        "declAttributes": [
+          "ImplementationOnly"
+        ]
       },
       {
         "kind": "TypeDecl",
@@ -862,6 +953,13 @@
           },
           {
             "kind": "Conformance",
+            "name": "Sendable",
+            "printedName": "Sendable",
+            "usr": "s:s8SendableP",
+            "mangledName": "$ss8SendableP"
+          },
+          {
+            "kind": "Conformance",
             "name": "HTTPHeaderRepresentable",
             "printedName": "HTTPHeaderRepresentable",
             "usr": "s:20FirebaseCoreInternal23HTTPHeaderRepresentableP",
@@ -1054,33 +1152,19 @@
         "usr": "s:10Foundation4DataV",
         "mangledName": "$s10Foundation4DataV",
         "moduleName": "Foundation",
+        "intro_Macosx": "10.10",
+        "intro_iOS": "8.0",
+        "intro_tvOS": "9.0",
+        "intro_watchOS": "2.0",
         "declAttributes": [
-          "Frozen"
+          "Frozen",
+          "Available",
+          "Available",
+          "Available",
+          "Available"
         ],
         "isExternal": true,
         "conformances": [
-          {
-            "kind": "Conformance",
-            "name": "ReferenceConvertible",
-            "printedName": "ReferenceConvertible",
-            "children": [
-              {
-                "kind": "TypeWitness",
-                "name": "ReferenceType",
-                "printedName": "ReferenceType",
-                "children": [
-                  {
-                    "kind": "TypeNominal",
-                    "name": "NSData",
-                    "printedName": "Foundation.NSData",
-                    "usr": "c:objc(cs)NSData"
-                  }
-                ]
-              }
-            ],
-            "usr": "s:10Foundation20ReferenceConvertibleP",
-            "mangledName": "$s10Foundation20ReferenceConvertibleP"
-          },
           {
             "kind": "Conformance",
             "name": "Equatable",
@@ -1473,24 +1557,25 @@
           },
           {
             "kind": "Conformance",
-            "name": "CustomStringConvertible",
-            "printedName": "CustomStringConvertible",
-            "usr": "s:s23CustomStringConvertibleP",
-            "mangledName": "$ss23CustomStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomDebugStringConvertible",
-            "printedName": "CustomDebugStringConvertible",
-            "usr": "s:s28CustomDebugStringConvertibleP",
-            "mangledName": "$ss28CustomDebugStringConvertibleP"
-          },
-          {
-            "kind": "Conformance",
-            "name": "CustomReflectable",
-            "printedName": "CustomReflectable",
-            "usr": "s:s17CustomReflectableP",
-            "mangledName": "$ss17CustomReflectableP"
+            "name": "ReferenceConvertible",
+            "printedName": "ReferenceConvertible",
+            "children": [
+              {
+                "kind": "TypeWitness",
+                "name": "ReferenceType",
+                "printedName": "ReferenceType",
+                "children": [
+                  {
+                    "kind": "TypeNominal",
+                    "name": "NSData",
+                    "printedName": "Foundation.NSData",
+                    "usr": "c:objc(cs)NSData"
+                  }
+                ]
+              }
+            ],
+            "usr": "s:10Foundation20ReferenceConvertibleP",
+            "mangledName": "$s10Foundation20ReferenceConvertibleP"
           },
           {
             "kind": "Conformance",
@@ -1516,6 +1601,27 @@
           },
           {
             "kind": "Conformance",
+            "name": "CustomStringConvertible",
+            "printedName": "CustomStringConvertible",
+            "usr": "s:s23CustomStringConvertibleP",
+            "mangledName": "$ss23CustomStringConvertibleP"
+          },
+          {
+            "kind": "Conformance",
+            "name": "CustomDebugStringConvertible",
+            "printedName": "CustomDebugStringConvertible",
+            "usr": "s:s28CustomDebugStringConvertibleP",
+            "mangledName": "$ss28CustomDebugStringConvertibleP"
+          },
+          {
+            "kind": "Conformance",
+            "name": "CustomReflectable",
+            "printedName": "CustomReflectable",
+            "usr": "s:s17CustomReflectableP",
+            "mangledName": "$ss17CustomReflectableP"
+          },
+          {
+            "kind": "Conformance",
             "name": "Decodable",
             "printedName": "Decodable",
             "usr": "s:Se",
@@ -1535,158 +1641,438 @@
   },
   "ConstValues": [
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/_ObjC_HeartbeatController.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/_ObjC_HeartbeatController.swift",
       "kind": "StringLiteral",
       "offset": 763,
       "length": 25,
       "value": "\"FirebaseCoreInternal._ObjC_HeartbeatController\""
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/_ObjC_HeartbeatsPayload.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/_ObjC_HeartbeatsPayload.swift",
       "kind": "StringLiteral",
       "offset": 755,
       "length": 23,
       "value": "\"FirebaseCoreInternal._ObjC_HeartbeatsPayload\""
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Heartbeat.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Heartbeat.swift",
       "kind": "IntegerLiteral",
       "offset": 869,
       "length": 1,
       "value": "1"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Heartbeat.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Heartbeat.swift",
+      "kind": "IntegerLiteral",
+      "offset": 982,
+      "length": 5,
+      "value": "86400"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Heartbeat.swift",
       "kind": "IntegerLiteral",
       "offset": 869,
       "length": 1,
       "value": "1"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Heartbeat.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Heartbeat.swift",
       "kind": "IntegerLiteral",
       "offset": 869,
       "length": 1,
       "value": "1"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Heartbeat.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Heartbeat.swift",
       "kind": "IntegerLiteral",
       "offset": 1167,
       "length": 1,
       "value": "0"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Heartbeat.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Heartbeat.swift",
       "kind": "Array",
       "offset": 2219,
       "length": 2,
       "value": "[]"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatController.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatController.swift",
+      "kind": "StringLiteral",
+      "offset": 997,
+      "length": 13,
+      "value": "\"en_US_POSIX\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatController.swift",
       "kind": "IntegerLiteral",
-      "offset": 972,
+      "offset": 1063,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatController.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1442,
       "length": 2,
       "value": "30"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatController.swift",
-      "kind": "StringLiteral",
-      "offset": 1279,
-      "length": 13,
-      "value": "\"en_US_POSIX\""
-    },
-    {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatController.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsBundle.swift",
       "kind": "IntegerLiteral",
-      "offset": 1343,
+      "offset": 2471,
       "length": 1,
       "value": "0"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsBundle.swift",
+      "kind": "StringLiteral",
+      "offset": 3670,
+      "length": 3,
+      "value": "\" \""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsBundle.swift",
+      "kind": "StringLiteral",
+      "offset": 3681,
+      "length": 3,
+      "value": "\"-\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsBundle.swift",
+      "kind": "StringLiteral",
+      "offset": 3744,
+      "length": 46,
+      "value": "\"\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsBundle.swift",
+      "kind": "StringLiteral",
+      "offset": 3763,
+      "length": 5,
+      "value": "\" error\/\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsBundle.swift",
+      "kind": "StringLiteral",
+      "offset": 3789,
+      "length": 2,
+      "value": "\"\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsBundle.swift",
+      "kind": "Array",
+      "offset": 4657,
+      "length": 2,
+      "value": "[]"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
       "kind": "IntegerLiteral",
-      "offset": 1630,
+      "offset": 1682,
       "length": 1,
       "value": "2"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
       "kind": "StringLiteral",
-      "offset": 2212,
+      "offset": 2264,
       "length": 12,
       "value": "\"heartbeats\""
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
       "kind": "StringLiteral",
-      "offset": 2212,
+      "offset": 2264,
       "length": 12,
       "value": "\"heartbeats\""
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
       "kind": "Array",
-      "offset": 2543,
+      "offset": 2595,
       "length": 2,
       "value": "[]"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
       "kind": "StringLiteral",
-      "offset": 4309,
+      "offset": 4122,
       "length": 12,
       "value": "\"yyyy-MM-dd\""
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
       "kind": "StringLiteral",
-      "offset": 4364,
+      "offset": 4177,
       "length": 13,
       "value": "\"en_US_POSIX\""
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
       "kind": "IntegerLiteral",
-      "offset": 4429,
+      "offset": 4242,
       "length": 1,
       "value": "0"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
       "kind": "Array",
-      "offset": 4891,
+      "offset": 4704,
       "length": 2,
       "value": "[]"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "StringLiteral",
+      "offset": 4778,
+      "length": 3,
+      "value": "\"\/\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "StringLiteral",
+      "offset": 4789,
+      "length": 3,
+      "value": "\"_\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "StringLiteral",
+      "offset": 4826,
+      "length": 3,
+      "value": "\"+\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "StringLiteral",
+      "offset": 4837,
+      "length": 3,
+      "value": "\"-\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "StringLiteral",
+      "offset": 4874,
+      "length": 3,
+      "value": "\"=\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "StringLiteral",
+      "offset": 4885,
+      "length": 2,
+      "value": "\"\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
       "kind": "Array",
-      "offset": 5453,
+      "offset": 5266,
       "length": 2,
       "value": "[]"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatStorage.swift",
-      "kind": "Dictionary",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "StringLiteral",
+      "offset": 5344,
+      "length": 3,
+      "value": "\"_\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "StringLiteral",
+      "offset": 5355,
+      "length": 3,
+      "value": "\"\/\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "StringLiteral",
+      "offset": 5392,
+      "length": 3,
+      "value": "\"-\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "StringLiteral",
+      "offset": 5403,
+      "length": 3,
+      "value": "\"+\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "IntegerLiteral",
+      "offset": 5538,
+      "length": 1,
+      "value": "4"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatsPayload.swift",
+      "kind": "StringLiteral",
+      "offset": 5570,
+      "length": 3,
+      "value": "\"=\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatStorage.swift",
+      "kind": "StringLiteral",
       "offset": 2158,
+      "length": 29,
+      "value": "\"com.heartbeat.storage.\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatStorage.swift",
+      "kind": "StringLiteral",
+      "offset": 2186,
+      "length": 2,
+      "value": "\"\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/HeartbeatStorage.swift",
+      "kind": "Dictionary",
+      "offset": 3056,
       "length": 3,
       "value": "[]"
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/RingBuffer.swift",
+      "kind": "StringLiteral",
+      "offset": 1230,
+      "length": 62,
+      "value": "\"Out-of-bounds push at index \""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/RingBuffer.swift",
+      "kind": "StringLiteral",
+      "offset": 1271,
+      "length": 2,
+      "value": "\" to ring buffer with\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/RingBuffer.swift",
+      "kind": "StringLiteral",
+      "offset": 1305,
+      "length": 27,
+      "value": "\"end index of \""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/RingBuffer.swift",
+      "kind": "StringLiteral",
+      "offset": 1330,
+      "length": 1,
+      "value": "\".\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/RingBuffer.swift",
+      "kind": "IntegerLiteral",
+      "offset": 1990,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/RingBuffer.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2497,
+      "length": 1,
+      "value": "1"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/RingBuffer.swift",
+      "kind": "IntegerLiteral",
+      "offset": 2928,
+      "length": 1,
+      "value": "0"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/RingBuffer.swift",
+      "kind": "IntegerLiteral",
+      "offset": 3104,
+      "length": 1,
+      "value": "1"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/RingBuffer.swift",
+      "kind": "IntegerLiteral",
+      "offset": 3195,
+      "length": 1,
+      "value": "1"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/Storage.swift",
+      "kind": "BooleanLiteral",
+      "offset": 2928,
+      "length": 4,
+      "value": "true"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
       "kind": "StringLiteral",
       "offset": 758,
       "length": 26,
       "value": "\"google-heartbeat-storage\""
     },
     {
-      "filePath": "\/var\/folders\/h1\/8hndypj13nsbj5pn4xsnv1tm0000gn\/T\/ZipRelease\/2024-03-13T10-25-14\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
       "kind": "StringLiteral",
       "offset": 905,
       "length": 30,
       "value": "\"com.google.heartbeat.storage\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
+      "kind": "StringLiteral",
+      "offset": 1459,
+      "length": 3,
+      "value": "\":\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
+      "kind": "StringLiteral",
+      "offset": 1470,
+      "length": 3,
+      "value": "\"_\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
+      "kind": "StringLiteral",
+      "offset": 1503,
+      "length": 27,
+      "value": "\"heartbeats-\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
+      "kind": "StringLiteral",
+      "offset": 1529,
+      "length": 1,
+      "value": "\"\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1634,
+      "length": 4,
+      "value": "true"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
+      "kind": "BooleanLiteral",
+      "offset": 1702,
+      "length": 5,
+      "value": "false"
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
+      "kind": "StringLiteral",
+      "offset": 2124,
+      "length": 18,
+      "value": "\"heartbeats-\""
+    },
+    {
+      "filePath": "\/var\/folders\/2s\/h6hvv9ps03xgz_krkkstvq_r0000gn\/T\/ZipRelease\/2025-02-20T04-01-34\/project-tvos\/Pods\/FirebaseCoreInternal\/FirebaseCore\/Internal\/Sources\/HeartbeatLogging\/StorageFactory.swift",
+      "kind": "StringLiteral",
+      "offset": 2141,
+      "length": 1,
+      "value": "\"\""
     }
   ]
 }
\ No newline at end of file

--
Gitblit v1.8.0