From 0023c3933d5d8e252d8980b832390b437bbdadf7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Apr 2024 13:53:45 +0000 Subject: [PATCH] chore: prepare for 3.1.1 ## [3.1.1](https://github.com/customerio/customerio-ios/compare/3.1.0...3.1.1) (2024-04-15) ### Bug Fixes * added alias for Region ([#693](https://github.com/customerio/customerio-ios/issues/693)) ([1619c72](https://github.com/customerio/customerio-ios/commit/1619c72e9acbf0b95fa0d7e5f8e25bf4fd2fc1d2)) --- CHANGELOG.md | 7 + CustomerIO.podspec | 2 +- CustomerIOCommon.podspec | 2 +- CustomerIODataPipelines.podspec | 2 +- CustomerIOMessagingInApp.podspec | 2 +- CustomerIOMessagingPush.podspec | 2 +- CustomerIOMessagingPushAPN.podspec | 2 +- CustomerIOMessagingPushFCM.podspec | 2 +- CustomerIOTrackingMigration.podspec | 2 +- Sources/Common/Version.swift | 2 +- ...sdk-binary-size-including-dependencies.txt | 206 ++++++++++++++++++ reports/sdk-binary-size.txt | 158 ++++++++++++++ 12 files changed, 380 insertions(+), 9 deletions(-) create mode 100644 reports/sdk-binary-size-including-dependencies.txt create mode 100644 reports/sdk-binary-size.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eda630ce..79d1065c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.1](https://github.com/customerio/customerio-ios/compare/3.1.0...3.1.1) (2024-04-15) + + +### Bug Fixes + +* added alias for Region ([#693](https://github.com/customerio/customerio-ios/issues/693)) ([1619c72](https://github.com/customerio/customerio-ios/commit/1619c72e9acbf0b95fa0d7e5f8e25bf4fd2fc1d2)) + ## [3.1.0](https://github.com/customerio/customerio-ios/compare/3.0.2...3.1.0) (2024-04-10) diff --git a/CustomerIO.podspec b/CustomerIO.podspec index 7db51ed9b..61a3c178e 100644 --- a/CustomerIO.podspec +++ b/CustomerIO.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.name = "CustomerIO" - spec.version = "3.1.0" # Don't modify this line - it's automatically updated + spec.version = "3.1.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOCommon.podspec b/CustomerIOCommon.podspec index a735cf720..0ede74ddf 100644 --- a/CustomerIOCommon.podspec +++ b/CustomerIOCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOCommon" - spec.version = "3.1.0" # Don't modify this line - it's automatically updated + spec.version = "3.1.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIODataPipelines.podspec b/CustomerIODataPipelines.podspec index b769ff71f..89a0aec9f 100644 --- a/CustomerIODataPipelines.podspec +++ b/CustomerIODataPipelines.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIODataPipelines" - spec.version = "3.1.0" # Don't modify this line - it's automatically updated + spec.version = "3.1.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingInApp.podspec b/CustomerIOMessagingInApp.podspec index 0099cca10..aeecd3ca8 100644 --- a/CustomerIOMessagingInApp.podspec +++ b/CustomerIOMessagingInApp.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingInApp" - spec.version = "3.1.0" # Don't modify this line - it's automatically updated + spec.version = "3.1.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingPush.podspec b/CustomerIOMessagingPush.podspec index 2395eef84..9dd92d237 100644 --- a/CustomerIOMessagingPush.podspec +++ b/CustomerIOMessagingPush.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPush" - spec.version = "3.1.0" # Don't modify this line - it's automatically updated + spec.version = "3.1.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingPushAPN.podspec b/CustomerIOMessagingPushAPN.podspec index 8e61e384a..8163685d8 100644 --- a/CustomerIOMessagingPushAPN.podspec +++ b/CustomerIOMessagingPushAPN.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPushAPN" - spec.version = "3.1.0" # Don't modify this line - it's automatically updated + spec.version = "3.1.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOMessagingPushFCM.podspec b/CustomerIOMessagingPushFCM.podspec index b44ad7bf0..c2d3b32d7 100644 --- a/CustomerIOMessagingPushFCM.podspec +++ b/CustomerIOMessagingPushFCM.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOMessagingPushFCM" - spec.version = "3.1.0" # Don't modify this line - it's automatically updated + spec.version = "3.1.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/CustomerIOTrackingMigration.podspec b/CustomerIOTrackingMigration.podspec index 9af7935d5..989099699 100644 --- a/CustomerIOTrackingMigration.podspec +++ b/CustomerIOTrackingMigration.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomerIOTrackingMigration" - spec.version = "3.1.0" # Don't modify this line - it's automatically updated + spec.version = "3.1.1" # Don't modify this line - it's automatically updated spec.summary = "Official Customer.io SDK for iOS." spec.homepage = "https://github.com/customerio/customerio-ios" spec.documentation_url = 'https://customer.io/docs/sdk/ios/' diff --git a/Sources/Common/Version.swift b/Sources/Common/Version.swift index 3d7d9f26d..4ff166589 100644 --- a/Sources/Common/Version.swift +++ b/Sources/Common/Version.swift @@ -6,5 +6,5 @@ import Foundation Keep this file as small as possible to make the automated updating script stable and easy to use. */ public enum SdkVersion { - public static let version: String = "3.1.0" + public static let version: String = "3.1.1" } diff --git a/reports/sdk-binary-size-including-dependencies.txt b/reports/sdk-binary-size-including-dependencies.txt new file mode 100644 index 000000000..3a4d64811 --- /dev/null +++ b/reports/sdk-binary-size-including-dependencies.txt @@ -0,0 +1,206 @@ + FILE SIZE VM SIZE + -------------- -------------- + 10.5% 143Ki 10.5% 143Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/autogenerated/AutoMockable.generated.swift + 5.8% 78.8Ki 5.8% 78.8Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Analytics.swift + 5.3% 72.3Ki 5.3% 72.3Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/jsonsafeencoder-swift/Sources/JSONSafeEncoder/JSONSafeEncoder.swift + 4.3% 58.0Ki 4.3% 58.0Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Types.swift + 2.6% 35.0Ki 2.6% 35.0Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/autogenerated/AutoMockable.generated.swift + 2.5% 34.7Ki 2.5% 34.7Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Communication/EventBusHandler.swift + 2.1% 28.3Ki 2.1% 28.3Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/JSON.swift + 1.7% 22.8Ki 1.7% 22.8Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Migration/autogenerated/AutoMockable.generated.swift + 1.7% 22.7Ki 1.7% 22.7Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Plugins/SegmentDestination.swift + 1.7% 22.7Ki 1.7% 22.7Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/DataPipelineImplementation.swift + 1.6% 21.8Ki 1.6% 21.8Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/autogenerated/AutoMockable.generated.swift + 1.5% 20.9Ki 1.5% 20.9Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/QueueStorage.swift + 1.4% 19.6Ki 1.4% 19.6Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Settings.swift + 1.4% 18.9Ki 1.4% 18.9Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPushAPN/autogenerated/AutoMockable.generated.swift + 1.4% 18.6Ki 1.4% 18.6Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Communication/Event.swift + 1.3% 18.3Ki 1.3% 18.3Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/State.swift + 1.3% 17.1Ki 1.3% 17.1Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/AnyEncodable.swift + 1.3% 17.1Ki 1.3% 17.1Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/MessageManager.swift + 1.2% 16.4Ki 1.2% 16.4Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/ObjC/ObjCEvents.swift + 1.2% 16.0Ki 1.2% 16.0Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/sovran-swift/Sources/Sovran/Store.swift + 1.1% 15.2Ki 1.1% 15.2Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Type/PushNotification.swift + 1.1% 15.0Ki 1.1% 15.0Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Plugins/DestinationMetadataPlugin.swift + 1.1% 14.8Ki 1.1% 14.8Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Configuration.swift + 1.1% 14.8Ki 1.1% 14.8Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Storage/Types/DirectoryStore.swift + 1.1% 14.6Ki 1.1% 14.6Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Communication/EventMemoryStorage.swift + 1.0% 13.8Ki 1.0% 13.8Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/autogenerated/AutoDependencyInjection.generated.swift + 1.0% 13.7Ki 1.0% 13.7Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Gist.swift + 1.0% 13.5Ki 1.0% 13.5Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Communication/EventStorage.swift + 1.0% 13.4Ki 1.0% 13.4Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/MessageQueueManager.swift + 0.9% 12.9Ki 0.9% 12.9Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Request/TrackDeliveryEventRequestBody.swift + 0.9% 12.3Ki 0.9% 12.3Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Timeline.swift + 0.9% 11.8Ki 0.9% 11.8Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/DataPipeline.swift + 0.9% 11.6Ki 0.9% 11.6Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Plugins.swift + 0.8% 11.2Ki 0.8% 11.2Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift + 0.7% 10.0Ki 0.7% 10.0Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Storage/Types/MemoryStore.swift + 0.7% 9.65Ki 0.7% 9.65Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/JsonAdapter.swift + 0.7% 9.51Ki 0.7% 9.51Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/CustomerIOInstance.swift + 0.7% 9.26Ki 0.7% 9.26Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/ObjC/ObjCConfiguration.swift + 0.7% 9.03Ki 0.7% 9.03Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Storage/Storage.swift + 0.7% 8.87Ki 0.7% 8.87Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/KeyPath.swift + 0.6% 8.63Ki 0.6% 8.63Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Utilities/URLComponents.swift + 0.6% 8.55Ki 0.6% 8.55Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/AutoTrackingScreenViews.swift + 0.6% 8.47Ki 0.6% 8.47Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/UserNotificationsFramework/Wrappers.swift + 0.6% 8.31Ki 0.6% 8.31Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Migration/DataPipelineMigrationAssistant.swift + 0.6% 8.27Ki 0.6% 8.27Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/HTTPClient.swift + 0.6% 8.06Ki 0.6% 8.06Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Events.swift + 0.6% 7.92Ki 0.6% 7.92Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/RichPush/RichPushHttpClient.swift + 0.6% 7.77Ki 0.6% 7.77Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Queue.swift + 0.6% 7.63Ki 0.6% 7.63Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift + 0.6% 7.62Ki 0.6% 7.62Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/PushEventHandlerProxy.swift + 0.6% 7.50Ki 0.6% 7.50Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/ObjC/ObjCAnalytics.swift + 0.5% 7.11Ki 0.5% 7.11Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/EngineWeb.swift + 0.5% 7.06Ki 0.5% 7.06Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueTaskMetadata.swift + 0.5% 6.84Ki 0.5% 6.84Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Store/PushHistory.swift + 0.5% 6.65Ki 0.5% 6.65Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Plugins/Context.swift + 0.5% 6.34Ki 0.5% 6.34Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/ModalViewManager.swift + 0.5% 6.32Ki 0.5% 6.32Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/MessagingInAppImplementation.swift + 0.5% 6.14Ki 0.5% 6.14Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Log.swift + 0.4% 5.70Ki 0.4% 5.70Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Migration/TrackEventMigrationType.swift + 0.4% 5.64Ki 0.4% 5.64Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueTask.swift + 0.4% 5.62Ki 0.4% 5.62Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Plugins/Platforms/iOS/iOSDelegation.swift + 0.4% 5.39Ki 0.4% 5.39Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/autogenerated/AutoDependencyInjection.generated.swift + 0.4% 5.34Ki 0.4% 5.34Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/jsonsafeencoder-swift/Sources/JSONSafeEncoder/JSONValue.swift + 0.4% 5.17Ki 0.4% 5.17Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Policies/CountBasedFlushPolicy.swift + 0.4% 5.16Ki 0.4% 5.16Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Response/ErrorMessageResponse.swift + 0.4% 5.15Ki 0.4% 5.15Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/KeyValueStorage.swift + 0.4% 4.92Ki 0.4% 4.92Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/ObjC/ObjCPlugin.swift + 0.4% 4.86Ki 0.4% 4.86Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/GistQueueNetwork.swift + 0.3% 4.71Ki 0.3% 4.71Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Config/MessagingPushConfigBuilder.swift + 0.3% 4.49Ki 0.3% 4.49Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/DataPipelinePublishedEvents.swift + 0.3% 4.44Ki 0.3% 4.44Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Request/MetricRequest.swift + 0.3% 4.43Ki 0.3% 4.43Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Communication/EventBus.swift + 0.3% 4.40Ki 0.3% 4.40Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/DeviceContexualAttributes.swift + 0.3% 4.22Ki 0.3% 4.22Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/FileStorage.swift + 0.3% 4.21Ki 0.3% 4.21Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Startup.swift + 0.3% 4.17Ki 0.3% 4.17Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Storage/TransientDB.swift + 0.3% 4.09Ki 0.3% 4.09Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Plugins/StartupQueue.swift + 0.3% 3.79Ki 0.3% 3.79Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/QueueManager.swift + 0.3% 3.79Ki 0.3% 3.79Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/EngineWebConfiguration.swift + 0.3% 3.75Ki 0.3% 3.75Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Module/ModuleTopLevelObject.swift + 0.3% 3.70Ki 0.3% 3.70Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/HttpRequestRunner.swift + 0.3% 3.65Ki 0.3% 3.65Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift + 0.3% 3.63Ki 0.3% 3.63Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Views/GistModalViewController.swift + 0.3% 3.55Ki 0.3% 3.55Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/MessagingPush.swift + 0.3% 3.45Ki 0.3% 3.45Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/Models/Message.swift + 0.3% 3.44Ki 0.3% 3.44Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Policies/FlushPolicy.swift + 0.3% 3.44Ki 0.3% 3.44Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Storage/Utilities/LineStream.swift + 0.2% 3.37Ki 0.2% 3.37Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/StringExtensions.swift + 0.2% 3.35Ki 0.2% 3.35Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Plugins/DeviceToken.swift + 0.2% 3.34Ki 0.2% 3.34Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Config/MessagingInAppConfigBuilder.swift + 0.2% 3.32Ki 0.2% 3.32Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Atomic.swift + 0.2% 3.22Ki 0.2% 3.22Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/RichPush/MessagingPush+RichPush.swift + 0.2% 3.10Ki 0.2% 3.10Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/StringAnyEncodable.swift + 0.2% 3.06Ki 0.2% 3.06Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/DIManager.swift + 0.2% 3.02Ki 0.2% 3.02Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/EngineEventHandler.swift + 0.2% 2.98Ki 0.2% 2.98Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/Context.swift + 0.2% 2.98Ki 0.2% 2.98Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/BaseNetwork.swift + 0.2% 2.92Ki 0.2% 2.92Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/QueueTimer.swift + 0.2% 2.91Ki 0.2% 2.91Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/DeviceInfo.swift + 0.2% 2.88Ki 0.2% 2.88Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Task Data/DeletePushNotificationQueueTaskData.swift + 0.2% 2.84Ki 0.2% 2.84Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Task Data/IdentifyProfileQueueTaskData.swift + 0.2% 2.84Ki 0.2% 2.84Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Task Data/TrackEventQueueTaskData.swift + 0.2% 2.78Ki 0.2% 2.78Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Errors.swift + 0.2% 2.65Ki 0.2% 2.65Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/HttpRequestParams.swift + 0.2% 2.64Ki 0.2% 2.64Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/ManualPushHandling+UserNotifications.swift + 0.2% 2.61Ki 0.2% 2.61Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/iOSPushEventListener.swift + 0.2% 2.58Ki 0.2% 2.58Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Task Data/RegisterPushNotificationQueueTaskData.swift + 0.2% 2.55Ki 0.2% 2.55Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/HttpRequestError.swift + 0.2% 2.52Ki 0.2% 2.52Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Util/DeviceAttributesProvider.swift + 0.2% 2.34Ki 0.2% 2.34Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/RichPush/RichPushRequestHandler.swift + 0.2% 2.30Ki 0.2% 2.30Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPushAPN/MessagingPushAPN.swift + 0.2% 2.29Ki 0.2% 2.29Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Config/SDKConfigBuilder.swift + 0.2% 2.25Ki 0.2% 2.25Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/MessagingPushImplementation.swift + 0.2% 2.23Ki 0.2% 2.23Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/UserNotificationsFramework/UserNotificationsFrameworkAdapter.swift + 0.2% 2.23Ki 0.2% 2.23Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Policies/IntervalBasedFlushPolicy.swift + 0.2% 2.16Ki 0.2% 2.16Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Atomic.swift + 0.2% 2.09Ki 0.2% 2.09Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueTaskRunResults.swift + 0.1% 1.95Ki 0.1% 1.95Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/LockManager.swift + 0.1% 1.80Ki 0.1% 1.80Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPushAPN/MessagingPush+APN.swift + 0.1% 1.77Ki 0.1% 1.77Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/RichPush/RichPushDeliveryTracker.swift + 0.1% 1.71Ki 0.1% 1.71Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/autogenerated/AutoDependencyInjection.generated.swift + 0.1% 1.66Ki 0.1% 1.66Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/jsonsafeencoder-swift/Sources/JSONSafeEncoder/Extensions.swift + 0.1% 1.62Ki 0.1% 1.62Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/DateExtensions.swift + 0.1% 1.59Ki 0.1% 1.59Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Models/UserQueueResponse.swift + 0.1% 1.59Ki 0.1% 1.59Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Storage/DataStore.swift + 0.1% 1.57Ki 0.1% 1.57Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Views/GistView.swift + 0.1% 1.49Ki 0.1% 1.49Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Request/PushMetric.swift + 0.1% 1.46Ki 0.1% 1.46Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/MessagingInApp.swift + 0.1% 1.42Ki 0.1% 1.42Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/CIOApiEndpoint.swift + 0.1% 1.42Ki 0.1% 1.42Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/autogenerated/AutoMockable.generated.swift + 0.1% 1.39Ki 0.1% 1.39Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Provider/InAppProvider.swift + 0.1% 1.37Ki 0.1% 1.37Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/PushClickHandler.swift + 0.1% 1.36Ki 0.1% 1.36Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Plugins/Platforms/Vendors/VendorSystem.swift + 0.1% 1.34Ki 0.1% 1.34Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Store/SdkConfig.swift + 0.1% 1.34Ki 0.1% 1.34Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/RichPush/RichPushRequest.swift + 0.1% 1.32Ki 0.1% 1.32Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Request/InAppMetric.swift + 0.1% 1.30Ki 0.1% 1.30Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Mocks.swift + 0.1% 1.24Ki 0.1% 1.24Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/UIKitWrapper.swift + 0.1% 1.24Ki 0.1% 1.24Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/ThreadUtil.swift + 0.1% 1.22Ki 0.1% 1.22Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/DictionaryExtension.swift + 0.1% 1.21Ki 0.1% 1.21Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Store/GlobalDataStore.swift + 0.1% 1.18Ki 0.1% 1.18Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/KeyValueStorageKey.swift + 0.1% 1.14Ki 0.1% 1.14Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Config/DataPipelineConfigOptions.swift + 0.1% 1.12Ki 0.1% 1.12Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/DeviceExtension.swift + 0.1% 1.12Ki 0.1% 1.12Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Type/Region.swift + 0.1% 1.09Ki 0.1% 1.09Ki /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Utils.swift + 0.1% 1.02Ki 0.1% 1.02Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/DIGraphShared.swift + 0.1% 1024 0.1% 1024 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/AnyEncodable.swift + 0.1% 936 0.1% 936 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/UserAgentUtil.swift + 0.1% 936 0.1% 936 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPushAPN/MessagingPushAPN+PushConfigs.swift + 0.1% 908 0.1% 908 /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Storage/Utilities/FileHandleExt.swift + 0.1% 908 0.1% 908 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Utilities/HTTPMethod.swift + 0.1% 880 0.1% 880 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueTaskType.swift + 0.1% 872 0.1% 872 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Request/EmptyRequestBody.swift + 0.1% 844 0.1% 844 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/EngineRoute.swift + 0.1% 832 0.1% 832 /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/CustomerIO+Events.swift + 0.1% 832 0.1% 832 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Util/DeepLinkUtil.swift + 0.1% 820 0.1% 820 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/ArrayExtensions.swift + 0.1% 792 0.1% 792 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Endpoints/Utilities/GistNetworkRequest.swift + 0.1% 772 0.1% 772 /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/Logger.swift + 0.1% 764 0.1% 764 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Type/InAppMessage.swift + 0.1% 752 0.1% 752 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Utilities/Environment.swift + 0.1% 748 0.1% 748 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/LogManager.swift + 0.0% 684 0.0% 684 /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/OutputFileStream.swift + 0.0% 652 0.0% 652 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Type/CustomerIOParsedPushPayload.swift + 0.0% 624 0.0% 624 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Utilities/ElapsedTimer.swift + 0.0% 612 0.0% 612 /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/CustomerIO.swift + 0.0% 600 0.0% 600 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/DownloadFileType.swift + 0.0% 576 0.0% 576 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/UIKitExtensions.swift + 0.0% 572 0.0% 572 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Config/MessagingPushConfigOptions.swift + 0.0% 568 0.0% 568 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Endpoints/QueueEndpoint.swift + 0.0% 508 0.0% 508 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Endpoints/Utilities/GistNetworkRequestError.swift + 0.0% 504 0.0% 504 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Store/ProfileStore.swift + 0.0% 496 0.0% 496 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueStatus.swift + 0.0% 484 0.0% 484 /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/CustomerIO+Segment.swift + 0.0% 484 0.0% 484 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/RouteManager.swift + 0.0% 480 0.0% 480 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/RingBuffer.swift + 0.0% 480 0.0% 480 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Utilities/Encodable.swift + 0.0% 468 0.0% 468 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Endpoints/LogEndpoint.swift + 0.0% 380 0.0% 380 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Config/MessagingInAppConfigOptions.swift + 0.0% 332 0.0% 332 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Extensions/GistExtensions.swift + 0.0% 248 0.0% 248 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Utilities/Logger.swift + 0.0% 236 0.0% 236 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Util/NotificationCenterWrapper.swift + 0.0% 232 0.0% 232 /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/sovran-swift/Sources/Sovran/Action.swift + 0.0% 228 0.0% 228 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/NetworkSettings.swift + 0.0% 204 0.0% 204 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Lock.swift + 0.0% 196 0.0% 196 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/DeviceMetricsGrabber.swift + 0.0% 192 0.0% 192 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/AutomaticPushClickHandling.swift + 0.0% 164 0.0% 164 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Store/QueueInventoryMemoryStore.swift + 0.0% 128 0.0% 128 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Timer.swift + 0.0% 120 0.0% 120 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/DataExtensions.swift + 0.0% 116 0.0% 116 /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/CustomerIODestination.swift + 0.0% 92 0.0% 92 /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/iso8601.swift + 0.0% 76 0.0% 76 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/UserManager.swift + 0.0% 68 0.0% 68 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/SingleScheduleTimer.swift + 0.0% 64 0.0% 64 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/DateUtil.swift + 0.0% 64 0.0% 64 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Version.swift + 0.0% 36 0.0% 36 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Time.swift + 0.0% 20 0.0% 20 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Deprecated/CustomerIO+Tracking.swift + 0.0% 8 0.0% 8 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/ErrorExtension.swift + 0.0% 4 0.0% 4 /Users/runner/Library/Developer/Xcode/DerivedData/APN_UIKit-emdyhtyeppnvkrgtutktjhdclfwu/SourcePackages/checkouts/cdp-analytics-swift/Sources/Segment/Utilities/Logging.swift + 100.0% 1.33Mi 100.0% 1.33Mi TOTAL +Filtering enabled (source_filter); omitted file = 1.14Mi, vm = 1.22Mi of entries + diff --git a/reports/sdk-binary-size.txt b/reports/sdk-binary-size.txt new file mode 100644 index 000000000..1e9cd9208 --- /dev/null +++ b/reports/sdk-binary-size.txt @@ -0,0 +1,158 @@ + FILE SIZE VM SIZE + -------------- -------------- + 17.7% 143Ki 17.7% 143Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/autogenerated/AutoMockable.generated.swift + 4.3% 35.0Ki 4.3% 35.0Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/autogenerated/AutoMockable.generated.swift + 4.3% 34.7Ki 4.3% 34.7Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Communication/EventBusHandler.swift + 2.8% 22.8Ki 2.8% 22.8Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Migration/autogenerated/AutoMockable.generated.swift + 2.8% 22.7Ki 2.8% 22.7Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/DataPipelineImplementation.swift + 2.7% 21.8Ki 2.7% 21.8Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/autogenerated/AutoMockable.generated.swift + 2.6% 20.9Ki 2.6% 20.9Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/QueueStorage.swift + 2.3% 18.9Ki 2.3% 18.9Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPushAPN/autogenerated/AutoMockable.generated.swift + 2.3% 18.6Ki 2.3% 18.6Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Communication/Event.swift + 2.1% 17.1Ki 2.1% 17.1Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/AnyEncodable.swift + 2.1% 17.1Ki 2.1% 17.1Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/MessageManager.swift + 1.9% 15.2Ki 1.9% 15.2Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Type/PushNotification.swift + 1.8% 14.6Ki 1.8% 14.6Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Communication/EventMemoryStorage.swift + 1.7% 13.8Ki 1.7% 13.8Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/autogenerated/AutoDependencyInjection.generated.swift + 1.7% 13.7Ki 1.7% 13.7Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Gist.swift + 1.7% 13.5Ki 1.7% 13.5Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Communication/EventStorage.swift + 1.6% 13.4Ki 1.6% 13.4Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/MessageQueueManager.swift + 1.6% 12.9Ki 1.6% 12.9Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Request/TrackDeliveryEventRequestBody.swift + 1.5% 11.8Ki 1.5% 11.8Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/DataPipeline.swift + 1.2% 9.65Ki 1.2% 9.65Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/JsonAdapter.swift + 1.2% 9.51Ki 1.2% 9.51Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/CustomerIOInstance.swift + 1.1% 8.63Ki 1.1% 8.63Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Utilities/URLComponents.swift + 1.1% 8.55Ki 1.1% 8.55Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/AutoTrackingScreenViews.swift + 1.0% 8.47Ki 1.0% 8.47Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/UserNotificationsFramework/Wrappers.swift + 1.0% 8.31Ki 1.0% 8.31Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Migration/DataPipelineMigrationAssistant.swift + 1.0% 7.92Ki 1.0% 7.92Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/RichPush/RichPushHttpClient.swift + 1.0% 7.77Ki 1.0% 7.77Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Queue.swift + 0.9% 7.62Ki 0.9% 7.62Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/PushEventHandlerProxy.swift + 0.9% 7.11Ki 0.9% 7.11Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/EngineWeb.swift + 0.9% 7.06Ki 0.9% 7.06Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueTaskMetadata.swift + 0.8% 6.84Ki 0.8% 6.84Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Store/PushHistory.swift + 0.8% 6.34Ki 0.8% 6.34Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/ModalViewManager.swift + 0.8% 6.32Ki 0.8% 6.32Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/MessagingInAppImplementation.swift + 0.8% 6.14Ki 0.8% 6.14Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Log.swift + 0.7% 5.70Ki 0.7% 5.70Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Migration/TrackEventMigrationType.swift + 0.7% 5.64Ki 0.7% 5.64Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueTask.swift + 0.7% 5.39Ki 0.7% 5.39Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/autogenerated/AutoDependencyInjection.generated.swift + 0.6% 5.16Ki 0.6% 5.16Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Response/ErrorMessageResponse.swift + 0.6% 5.15Ki 0.6% 5.15Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/KeyValueStorage.swift + 0.6% 4.86Ki 0.6% 4.86Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/GistQueueNetwork.swift + 0.6% 4.71Ki 0.6% 4.71Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Config/MessagingPushConfigBuilder.swift + 0.6% 4.49Ki 0.6% 4.49Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/DataPipelinePublishedEvents.swift + 0.5% 4.44Ki 0.5% 4.44Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Request/MetricRequest.swift + 0.5% 4.43Ki 0.5% 4.43Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Communication/EventBus.swift + 0.5% 4.40Ki 0.5% 4.40Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/DeviceContexualAttributes.swift + 0.5% 4.22Ki 0.5% 4.22Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/FileStorage.swift + 0.5% 3.79Ki 0.5% 3.79Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/QueueManager.swift + 0.5% 3.79Ki 0.5% 3.79Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/EngineWebConfiguration.swift + 0.5% 3.75Ki 0.5% 3.75Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Module/ModuleTopLevelObject.swift + 0.5% 3.70Ki 0.5% 3.70Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/HttpRequestRunner.swift + 0.4% 3.63Ki 0.4% 3.63Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Views/GistModalViewController.swift + 0.4% 3.55Ki 0.4% 3.55Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/MessagingPush.swift + 0.4% 3.45Ki 0.4% 3.45Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/Models/Message.swift + 0.4% 3.37Ki 0.4% 3.37Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/StringExtensions.swift + 0.4% 3.34Ki 0.4% 3.34Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Config/MessagingInAppConfigBuilder.swift + 0.4% 3.32Ki 0.4% 3.32Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Atomic.swift + 0.4% 3.22Ki 0.4% 3.22Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/RichPush/MessagingPush+RichPush.swift + 0.4% 3.10Ki 0.4% 3.10Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/StringAnyEncodable.swift + 0.4% 3.06Ki 0.4% 3.06Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/DIManager.swift + 0.4% 3.02Ki 0.4% 3.02Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/EngineEventHandler.swift + 0.4% 2.98Ki 0.4% 2.98Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/Context.swift + 0.4% 2.98Ki 0.4% 2.98Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/BaseNetwork.swift + 0.4% 2.91Ki 0.4% 2.91Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/DeviceInfo.swift + 0.4% 2.88Ki 0.4% 2.88Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Task Data/DeletePushNotificationQueueTaskData.swift + 0.3% 2.84Ki 0.3% 2.84Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Task Data/IdentifyProfileQueueTaskData.swift + 0.3% 2.84Ki 0.3% 2.84Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Task Data/TrackEventQueueTaskData.swift + 0.3% 2.65Ki 0.3% 2.65Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/HttpRequestParams.swift + 0.3% 2.64Ki 0.3% 2.64Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/ManualPushHandling+UserNotifications.swift + 0.3% 2.61Ki 0.3% 2.61Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/iOSPushEventListener.swift + 0.3% 2.58Ki 0.3% 2.58Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Task Data/RegisterPushNotificationQueueTaskData.swift + 0.3% 2.55Ki 0.3% 2.55Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/HttpRequestError.swift + 0.3% 2.52Ki 0.3% 2.52Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Util/DeviceAttributesProvider.swift + 0.3% 2.34Ki 0.3% 2.34Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/RichPush/RichPushRequestHandler.swift + 0.3% 2.30Ki 0.3% 2.30Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPushAPN/MessagingPushAPN.swift + 0.3% 2.29Ki 0.3% 2.29Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Config/SDKConfigBuilder.swift + 0.3% 2.25Ki 0.3% 2.25Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/MessagingPushImplementation.swift + 0.3% 2.23Ki 0.3% 2.23Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/UserNotificationsFramework/UserNotificationsFrameworkAdapter.swift + 0.3% 2.09Ki 0.3% 2.09Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueTaskRunResults.swift + 0.2% 1.95Ki 0.2% 1.95Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/LockManager.swift + 0.2% 1.80Ki 0.2% 1.80Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPushAPN/MessagingPush+APN.swift + 0.2% 1.77Ki 0.2% 1.77Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/RichPush/RichPushDeliveryTracker.swift + 0.2% 1.71Ki 0.2% 1.71Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/autogenerated/AutoDependencyInjection.generated.swift + 0.2% 1.62Ki 0.2% 1.62Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/DateExtensions.swift + 0.2% 1.59Ki 0.2% 1.59Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Models/UserQueueResponse.swift + 0.2% 1.57Ki 0.2% 1.57Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Views/GistView.swift + 0.2% 1.49Ki 0.2% 1.49Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Request/PushMetric.swift + 0.2% 1.46Ki 0.2% 1.46Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/MessagingInApp.swift + 0.2% 1.42Ki 0.2% 1.42Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/CIOApiEndpoint.swift + 0.2% 1.42Ki 0.2% 1.42Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/autogenerated/AutoMockable.generated.swift + 0.2% 1.39Ki 0.2% 1.39Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Provider/InAppProvider.swift + 0.2% 1.37Ki 0.2% 1.37Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/PushClickHandler.swift + 0.2% 1.34Ki 0.2% 1.34Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Store/SdkConfig.swift + 0.2% 1.34Ki 0.2% 1.34Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/RichPush/RichPushRequest.swift + 0.2% 1.32Ki 0.2% 1.32Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Request/InAppMetric.swift + 0.2% 1.30Ki 0.2% 1.30Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Mocks.swift + 0.2% 1.24Ki 0.2% 1.24Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/UIKitWrapper.swift + 0.2% 1.24Ki 0.2% 1.24Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/ThreadUtil.swift + 0.2% 1.22Ki 0.2% 1.22Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/DictionaryExtension.swift + 0.1% 1.21Ki 0.1% 1.21Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Store/GlobalDataStore.swift + 0.1% 1.18Ki 0.1% 1.18Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/KeyValueStorageKey.swift + 0.1% 1.14Ki 0.1% 1.14Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Config/DataPipelineConfigOptions.swift + 0.1% 1.12Ki 0.1% 1.12Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/DeviceExtension.swift + 0.1% 1.12Ki 0.1% 1.12Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Type/Region.swift + 0.1% 1.02Ki 0.1% 1.02Ki /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/DIGraphShared.swift + 0.1% 1024 0.1% 1024 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/AnyEncodable.swift + 0.1% 936 0.1% 936 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/UserAgentUtil.swift + 0.1% 936 0.1% 936 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPushAPN/MessagingPushAPN+PushConfigs.swift + 0.1% 908 0.1% 908 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Utilities/HTTPMethod.swift + 0.1% 880 0.1% 880 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueTaskType.swift + 0.1% 872 0.1% 872 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/Request/EmptyRequestBody.swift + 0.1% 844 0.1% 844 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/EngineWeb/EngineRoute.swift + 0.1% 832 0.1% 832 /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/CustomerIO+Events.swift + 0.1% 832 0.1% 832 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Util/DeepLinkUtil.swift + 0.1% 820 0.1% 820 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/ArrayExtensions.swift + 0.1% 792 0.1% 792 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Endpoints/Utilities/GistNetworkRequest.swift + 0.1% 772 0.1% 772 /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/Logger.swift + 0.1% 764 0.1% 764 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Type/InAppMessage.swift + 0.1% 752 0.1% 752 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Utilities/Environment.swift + 0.1% 748 0.1% 748 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/LogManager.swift + 0.1% 652 0.1% 652 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Type/CustomerIOParsedPushPayload.swift + 0.1% 624 0.1% 624 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Utilities/ElapsedTimer.swift + 0.1% 612 0.1% 612 /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/CustomerIO.swift + 0.1% 600 0.1% 600 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Service/DownloadFileType.swift + 0.1% 576 0.1% 576 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/UIKitExtensions.swift + 0.1% 572 0.1% 572 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Config/MessagingPushConfigOptions.swift + 0.1% 568 0.1% 568 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Endpoints/QueueEndpoint.swift + 0.1% 508 0.1% 508 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Endpoints/Utilities/GistNetworkRequestError.swift + 0.1% 504 0.1% 504 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Store/ProfileStore.swift + 0.1% 496 0.1% 496 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Background Queue/Type/QueueStatus.swift + 0.1% 484 0.1% 484 /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/CustomerIO+Segment.swift + 0.1% 484 0.1% 484 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/RouteManager.swift + 0.1% 480 0.1% 480 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/RingBuffer.swift + 0.1% 480 0.1% 480 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Utilities/Encodable.swift + 0.1% 468 0.1% 468 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/Endpoints/LogEndpoint.swift + 0.0% 380 0.0% 380 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Config/MessagingInAppConfigOptions.swift + 0.0% 332 0.0% 332 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Extensions/GistExtensions.swift + 0.0% 248 0.0% 248 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Utilities/Logger.swift + 0.0% 236 0.0% 236 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/Util/NotificationCenterWrapper.swift + 0.0% 228 0.0% 228 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Network/NetworkSettings.swift + 0.0% 204 0.0% 204 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Lock.swift + 0.0% 196 0.0% 196 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/DeviceMetricsGrabber.swift + 0.0% 192 0.0% 192 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingPush/PushHandling/AutomaticPushClickHandling.swift + 0.0% 164 0.0% 164 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Store/QueueInventoryMemoryStore.swift + 0.0% 128 0.0% 128 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Timer.swift + 0.0% 120 0.0% 120 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/DataExtensions.swift + 0.0% 116 0.0% 116 /Users/runner/work/customerio-ios/customerio-ios/Sources/DataPipeline/Plugins/CustomerIODestination.swift + 0.0% 76 0.0% 76 /Users/runner/work/customerio-ios/customerio-ios/Sources/MessagingInApp/Gist/Managers/UserManager.swift + 0.0% 68 0.0% 68 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/SingleScheduleTimer.swift + 0.0% 64 0.0% 64 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/DateUtil.swift + 0.0% 64 0.0% 64 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Version.swift + 0.0% 36 0.0% 36 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Util/Time.swift + 0.0% 20 0.0% 20 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Deprecated/CustomerIO+Tracking.swift + 0.0% 8 0.0% 8 /Users/runner/work/customerio-ios/customerio-ios/Sources/Common/Extensions/ErrorExtension.swift + 100.0% 810Ki 100.0% 810Ki TOTAL +Filtering enabled (source_filter); omitted file = 1.68Mi, vm = 1.76Mi of entries +