The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Rudder, reference develop (2ff4a3), with Swift 6.1 for macOS (SPM) on 8 Nov 2025 04:23:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rudderlabs/rudder-sdk-ios.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rudderlabs/rudder-sdk-ios
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 2ff4a3a chore: apply security best practices from step security (#571)
Cloned https://github.com/rudderlabs/rudder-sdk-ios.git
Revision (git rev-parse @):
2ff4a3ae3635b955641efe7457800eaeca15cd8f
SUCCESS checkout https://github.com/rudderlabs/rudder-sdk-ios.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rudderlabs/rudder-sdk-ios.git
https://github.com/rudderlabs/rudder-sdk-ios.git
{
  "dependencies" : [
    {
      "identity" : "metrics-reporter-ios",
      "requirement" : {
        "exact" : [
          "2.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rudderlabs/metrics-reporter-ios"
    }
  ],
  "manifest_display_name" : "Rudder",
  "name" : "Rudder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Rudder",
      "targets" : [
        "Rudder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RudderTests",
      "module_type" : "SwiftTarget",
      "name" : "RudderTests",
      "path" : "Tests",
      "product_dependencies" : [
        "MetricsReporter"
      ],
      "sources" : [
        "ConserFilterHandlerTests.swift",
        "ContextTests.swift",
        "DBPersistentManagerTests.swift",
        "DataResidencyTests.swift",
        "DefaultsPersistenceTests.swift",
        "EventRepositoryTests.swift",
        "Extensions.swift",
        "RudderUtilsTest.swift",
        "ServerConfigManagerTests.swift",
        "TestUtils.swift",
        "UserSessionTests.swift"
      ],
      "target_dependencies" : [
        "Rudder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rudder",
      "module_type" : "ClangTarget",
      "name" : "Rudder",
      "path" : "Sources",
      "product_dependencies" : [
        "MetricsReporter"
      ],
      "product_memberships" : [
        "Rudder"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/Ecomm/Events/RSCartSharedEvent.m",
        "Classes/Ecomm/Events/RSCartViewedEvent.m",
        "Classes/Ecomm/Events/RSCheckoutStartedEvent.m",
        "Classes/Ecomm/Events/RSCheckoutStepCompletedEvent.m",
        "Classes/Ecomm/Events/RSCheckoutStepViewedEvent.m",
        "Classes/Ecomm/Events/RSCouponAppliedEvent.m",
        "Classes/Ecomm/Events/RSCouponDeniedEvent.m",
        "Classes/Ecomm/Events/RSCouponEnteredEvent.m",
        "Classes/Ecomm/Events/RSCouponRemovedEvent.m",
        "Classes/Ecomm/Events/RSOrderCancelledEvent.m",
        "Classes/Ecomm/Events/RSOrderCompletedEvent.m",
        "Classes/Ecomm/Events/RSOrderRefundedEvent.m",
        "Classes/Ecomm/Events/RSOrderUpdatedEvent.m",
        "Classes/Ecomm/Events/RSPaymentInfoEnteredEvent.m",
        "Classes/Ecomm/Events/RSProductAddedToCartEvent.m",
        "Classes/Ecomm/Events/RSProductAddedToWishListEvent.m",
        "Classes/Ecomm/Events/RSProductClickedEvent.m",
        "Classes/Ecomm/Events/RSProductListFilteredEvent.m",
        "Classes/Ecomm/Events/RSProductListViewedEvent.m",
        "Classes/Ecomm/Events/RSProductRemovedEvent.m",
        "Classes/Ecomm/Events/RSProductRemovedFromWishListEvent.m",
        "Classes/Ecomm/Events/RSProductReviewedEvent.m",
        "Classes/Ecomm/Events/RSProductSearchedEvent.m",
        "Classes/Ecomm/Events/RSProductSharedEvent.m",
        "Classes/Ecomm/Events/RSProductViewedEvent.m",
        "Classes/Ecomm/Events/RSPromotionClickedEvent.m",
        "Classes/Ecomm/Events/RSPromotionViewedEvent.m",
        "Classes/Ecomm/Events/RSWishListProductAddedToCartEvent.m",
        "Classes/Ecomm/RSECommerceCart.m",
        "Classes/Ecomm/RSECommerceCartBuilder.m",
        "Classes/Ecomm/RSECommerceCheckout.m",
        "Classes/Ecomm/RSECommerceCheckoutBuilder.m",
        "Classes/Ecomm/RSECommerceCoupon.m",
        "Classes/Ecomm/RSECommerceCouponBuilder.m",
        "Classes/Ecomm/RSECommerceEvents.m",
        "Classes/Ecomm/RSECommerceFilter.m",
        "Classes/Ecomm/RSECommerceFilterBuilder.m",
        "Classes/Ecomm/RSECommerceOrder.m",
        "Classes/Ecomm/RSECommerceOrderBuilder.m",
        "Classes/Ecomm/RSECommerceParamNames.m",
        "Classes/Ecomm/RSECommerceProduct.m",
        "Classes/Ecomm/RSECommerceProductBuilder.m",
        "Classes/Ecomm/RSECommercePromotion.m",
        "Classes/Ecomm/RSECommercePromotionBuilder.m",
        "Classes/Ecomm/RSECommerceSort.m",
        "Classes/Ecomm/RSECommerceSortBuilder.m",
        "Classes/Ecomm/RSECommerceWishList.m",
        "Classes/Ecomm/RSECommerceWishListBuilder.m",
        "Classes/NSData+GZIP.m",
        "Classes/RSApp.m",
        "Classes/RSApplicationLifeCycleManager.m",
        "Classes/RSBackGroundModeManager.m",
        "Classes/RSClient.m",
        "Classes/RSCloudModeManager.m",
        "Classes/RSConfig.m",
        "Classes/RSConfigBuilder.m",
        "Classes/RSConsentFilterHandler.m",
        "Classes/RSConstants.m",
        "Classes/RSContext.m",
        "Classes/RSDBEncryption.m",
        "Classes/RSDBMessage.m",
        "Classes/RSDBPersistentManager.m",
        "Classes/RSDataResidencyManager.m",
        "Classes/RSDefaultDatabase.m",
        "Classes/RSDefaultDatabaseProvider.m",
        "Classes/RSDefaultsPersistence.m",
        "Classes/RSDeviceInfo.m",
        "Classes/RSDeviceModeManager.m",
        "Classes/RSDeviceModeTransformationManager.m",
        "Classes/RSElementCache.m",
        "Classes/RSEventFilteringPlugin.m",
        "Classes/RSEventRepository.m",
        "Classes/RSExponentialBackOff.m",
        "Classes/RSFlushManager.m",
        "Classes/RSLibraryInfo.m",
        "Classes/RSLogger.m",
        "Classes/RSMessage.m",
        "Classes/RSMessageBuilder.m",
        "Classes/RSMessageType.m",
        "Classes/RSMetricsReporter.m",
        "Classes/RSNetwork.m",
        "Classes/RSNetworkManager.m",
        "Classes/RSNetworkResponse.m",
        "Classes/RSOSInfo.m",
        "Classes/RSOption.m",
        "Classes/RSPagePropertyBuilder.m",
        "Classes/RSPreferenceManager.m",
        "Classes/RSProperty.m",
        "Classes/RSScreenInfo.m",
        "Classes/RSScreenPropertyBuilder.m",
        "Classes/RSServerConfigManager.m",
        "Classes/RSServerConfigSource.m",
        "Classes/RSServerDestination.m",
        "Classes/RSServerDestinationDefinition.m",
        "Classes/RSTrackPropertyBuilder.m",
        "Classes/RSTraits.m",
        "Classes/RSTraitsBuilder.m",
        "Classes/RSTransformationEvent.m",
        "Classes/RSTransformationMetadata.m",
        "Classes/RSTransformationRequest.m",
        "Classes/RSUserSession.m",
        "Classes/RSUtils.m",
        "Classes/UIViewController+RSScreen.m",
        "Classes/WKInterfaceController+RSScreen.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/189] Copying PrivacyInfo.xcprivacy
[1/189] Write sources
[2/189] Write swift-version-2F0A5646E1D333AE.txt
[3/189] Compiling RSCConfigurationBuilder.m
[4/189] Compiling RSCrashReporterErrorTypes.m
[5/189] Compiling RSCrashReporterConfiguration.m
[6/189] Compiling RSCConnectivity.m
[7/189] Compiling RSCFileLocations.m
[8/189] Compiling RSCrashReporterBreadcrumbs.m
[9/193] Compiling RSCEventUploadFileOperation.m
[10/194] Compiling RSCrashReporter RSCrashReporterLastRunInfo.m
[11/194] Compiling RSCrashReporter RSCrashReporterFeatureFlag.m
[12/194] Compiling RSCStorageMigratorV0V1.m
[13/194] Compiling RSCrashReporter RSCrashReporter.m
[14/194] Compiling RSCrashReporter RSCCrashSentry.m
[15/194] Compiling RSCrashReporterUser.m
[16/194] Compiling RSCrashReporterThread.m
[17/194] Compiling RSCrashReporterStacktrace.m
[18/194] Compiling RSCrashReporterEndpointConfiguration.m
[19/194] Compiling RSCrashReporterNotifier.m
[20/194] Compiling RSCrashReporterHandledState.m
[21/194] Compiling RSCrashReporterSession.m
[22/194] Compiling RSCrashReporterStackframe.m
[23/194] Compiling RSCrashReporterError.m
[24/194] Compiling RSCrashReporterEvent.m
[25/194] Compiling RSCrashReporterDeviceWithState.m
[26/194] Compiling RSCrashReporterDevice.m
[27/194] Compiling RSCrashReporterBreadcrumb.m
[28/194] Compiling RSCrashReporterAppWithState.m
[29/194] Compiling RSCrashReporterApp.m
[30/194] Compiling RSCrashReporterMetadata.m
[31/194] Compiling RSC_KSMach_x86_64.c
[32/194] Compiling RSC_KSMach_x86_32.c
[33/194] Compiling RSC_KSMach_Arm.c
[34/194] Compiling RSC_KSString.c
[35/194] Compiling RSC_KSSignalInfo.c
[36/194] Compiling RSC_KSMach_Arm64.c
[37/194] Compiling RSC_KSLogger.c
[38/194] Compiling RSC_KSJSONCodec.c
[39/194] Compiling RSC_KSFileUtils.c
[40/194] Compiling RSC_KSCrashStringConversion.c
[41/194] Compiling RSC_Symbolicate.c
[42/194] Compiling RSC_KSBacktrace.c
[43/194] Compiling RSC_KSCrashSentry_NSException.m
[44/194] Compiling RSC_KSMach.c
[45/194] Compiling RSC_KSCrashSentry_Signal.c
[46/194] Compiling RSC_KSCrashSentry.c
[47/194] Compiling RSC_KSCrashSentry_MachException.c
[48/194] Compiling RSC_KSMachHeaders.c
[49/194] Compiling RSC_KSSysCtl.c
[50/194] Compiling RSC_KSFile.c
[51/194] Compiling RSC_KSCrashNames.c
[52/194] Compiling RSC_KSCrashState.m
[53/194] Compiling RSC_KSCrashReport.c
[54/194] Compiling RSC_KSCrashIdentifier.m
[55/194] Compiling RSC_KSCrashDoctor.m
[56/194] Compiling RSC_KSCrashC.c
[57/194] Compiling RSC_KSSystemInfo.m
[58/194] Compiling RSCrashReporterCollections.m
[59/194] Compiling RSC_RFC3339DateTool.m
[60/194] Compiling RSCUtils.m
[61/194] Compiling RSC_KSCrash.m
[62/194] Compiling RSCrashReporter RSCrashReporterSystemState.m
[63/194] Compiling RSCTelemetry.m
[64/194] Compiling RSCSerialization.m
[65/194] Compiling RSCJSONSerialization.m
[66/194] Compiling RSCGlobals.m
[67/194] Compiling RSCInternalErrorReporter.m
[68/194] Compiling RSCRunContext.m
[69/194] Compiling RSCFeatureFlagStore.m
[70/194] Compiling RSCAppHangDetector.m
[71/194] Compiling MRCCanary.m
[72/194] Compiling RSC_KSCrashSentry_CPPException.mm
[73/194] Compiling RSCSessionUploader.m
[74/194] Compiling RSCrashReporterApiClient.m
[74/194] Write sources
[76/194] Compiling RSCEventUploader.m
[77/194] Compiling RSCEventUploadOperation.m
[78/194] Compiling RSCEventUploadObjectOperation.m
[79/194] Compiling RSCEventUploadKSCrashReportOperation.m
[80/194] Compiling RSCrashReporterClient.m
[81/194] Compiling RSCNetworkBreadcrumb.m
[82/194] Compiling RSCrashReporter RSCrashReporterSessionTracker.m
[83/194] Compiling RSCNotificationBreadcrumbs.m
[85/194] Compiling RudderKit RepeatingTimer.swift
[86/194] Emitting module RudderKit
[87/194] Compiling RudderKit JSON.swift
[88/194] Compiling RudderKit Data+Ext.swift
[89/194] Compiling RudderKit Logger.swift
[90/214] Emitting module MetricsReporter
[91/216] Compiling MetricsReporter ServiceType.swift
[92/216] Compiling MetricsReporter ObjCConfiguration.swift
[93/216] Compiling MetricsReporter Plugins.swift
[94/216] Compiling MetricsReporter CrashReporter.swift
[95/216] Compiling MetricsReporter API.swift
[96/216] Compiling MetricsReporter ServiceManager.swift
[97/216] Compiling MetricsReporter Metric.swift
[98/216] Compiling MetricsReporter StatsCollection.swift
[99/216] Compiling MetricsReporter ObjCMetric.swift
[100/216] Compiling MetricsReporter ObjCMetricsClient.swift
[101/216] Compiling MetricsReporter MetricOperator.swift
[102/216] Compiling MetricsReporter Vendor.swift
[103/216] Compiling MetricsReporter MetricsClient.swift
[104/216] Compiling MetricsReporter Configuration.swift
[105/216] Compiling MetricsReporter MetricsUploader.swift
[106/216] Compiling MetricsReporter Startup.swift
[107/216] Compiling MetricsReporter ErrorOperator.swift
[108/216] Compiling MetricsReporter LabelOperator.swift
[109/216] Compiling MetricsReporter Constants.swift
[110/216] Compiling MetricsReporter Controller.swift
[111/216] Compiling MetricsReporter Database.swift
[111/216] Compiling RSTraitsBuilder.m
[112/216] Compiling Rudder resource_bundle_accessor.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/RSTransformationRequest.m:8:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSTransformationRequest.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSTransformationEvent.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSMessage.h:10:
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSContext.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/RSTraits.m:10:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSElementCache.h:10:
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSContext.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[113/216] Compiling RSTraits.m
[113/216] Compiling RSTransformationRequest.m
[113/216] Compiling RSTrackPropertyBuilder.m
[113/216] Compiling RSServerDestinationDefinition.m
[113/216] Compiling WKInterfaceController+RSScreen.m
[113/216] Compiling RSUserSession.m
[113/216] Compiling RSUtils.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/UIViewController+RSScreen.m:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSClient.h:13:
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSContext.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/RSTransformationEvent.m:8:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSTransformationEvent.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSMessage.h:10:
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSContext.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[113/216] Compiling RSTransformationEvent.m
[113/216] Compiling UIViewController+RSScreen.m
[113/216] Compiling RSTransformationMetadata.m
Fetching https://github.com/rudderlabs/metrics-reporter-ios
[1/2035] Fetching metrics-reporter-ios
Fetched https://github.com/rudderlabs/metrics-reporter-ios from cache (1.01s)
Computing version for https://github.com/rudderlabs/metrics-reporter-ios
Computed https://github.com/rudderlabs/metrics-reporter-ios at 2.0.0 (1.60s)
Fetching https://github.com/rudderlabs/rudder-ios-kit
Fetching https://github.com/rudderlabs/crash-reporter-ios
[1/313] Fetching rudder-ios-kit
[314/33503] Fetching rudder-ios-kit, crash-reporter-ios
Fetched https://github.com/rudderlabs/rudder-ios-kit from cache (1.75s)
Fetched https://github.com/rudderlabs/crash-reporter-ios from cache (1.75s)
Computing version for https://github.com/rudderlabs/crash-reporter-ios
Computed https://github.com/rudderlabs/crash-reporter-ios at 1.0.1 (2.32s)
Computing version for https://github.com/rudderlabs/rudder-ios-kit
Computed https://github.com/rudderlabs/rudder-ios-kit at 1.4.0 (0.55s)
Creating working copy for https://github.com/rudderlabs/crash-reporter-ios
Working copy of https://github.com/rudderlabs/crash-reporter-ios resolved at 1.0.1
Creating working copy for https://github.com/rudderlabs/rudder-ios-kit
Working copy of https://github.com/rudderlabs/rudder-ios-kit resolved at 1.4.0
Creating working copy for https://github.com/rudderlabs/metrics-reporter-ios
Working copy of https://github.com/rudderlabs/metrics-reporter-ios resolved at 2.0.0
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/106] Write swift-version-2F0A5646E1D333AE.txt
[2/111] Compiling RudderKit JSON.swift
[3/111] Compiling RudderKit Logger.swift
[4/111] Compiling RudderKit RepeatingTimer.swift
[5/111] Emitting module RudderKit
[6/111] Compiling RudderKit Data+Ext.swift
[7/131] Compiling MetricsReporter ServiceType.swift
[8/131] Compiling MetricsReporter ObjCConfiguration.swift
[9/131] Compiling MetricsReporter MetricsClient.swift
[10/131] Compiling MetricsReporter Configuration.swift
[11/133] Compiling MetricsReporter ObjCMetric.swift
[12/133] Compiling MetricsReporter ObjCMetricsClient.swift
[13/133] Emitting module MetricsReporter
[14/133] Compiling MetricsReporter ErrorOperator.swift
[15/133] Compiling MetricsReporter LabelOperator.swift
[16/133] Compiling MetricsReporter MetricOperator.swift
[17/133] Compiling MetricsReporter Vendor.swift
[18/133] Compiling MetricsReporter Metric.swift
[19/133] Compiling MetricsReporter StatsCollection.swift
[20/133] Compiling MetricsReporter Constants.swift
[21/133] Compiling MetricsReporter Controller.swift
[22/133] Compiling MetricsReporter Database.swift
[23/133] Compiling MetricsReporter API.swift
[24/133] Compiling MetricsReporter ServiceManager.swift
[25/133] Compiling MetricsReporter Plugins.swift
[26/133] Compiling MetricsReporter CrashReporter.swift
[27/133] Compiling MetricsReporter MetricsUploader.swift
[28/133] Compiling MetricsReporter Startup.swift
[28/133] Compiling Rudder resource_bundle_accessor.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/RSTransformationRequest.m:8:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSTransformationRequest.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSTransformationEvent.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSMessage.h:10:
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSContext.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[29/133] Compiling RSTransformationRequest.m
[29/133] Compiling RSTrackPropertyBuilder.m
[29/133] Compiling RSUserSession.m
[29/133] Compiling RSTransformationMetadata.m
[29/133] Compiling UIViewController+RSScreen.m
[29/133] Compiling WKInterfaceController+RSScreen.m
[29/133] Compiling RSTraitsBuilder.m
[29/133] Compiling RSTransformationEvent.m
[29/133] Compiling RSUtils.m
[29/133] Compiling RSTraits.m
warning: 'spi-builder-workspace': found 12 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/us-dataresidency-default-false.json
    /Users/admin/builder/spi-builder-workspace/Tests/Rudder-tvOS.xctestplan
    /Users/admin/builder/spi-builder-workspace/Tests/Rudder-watchOS.xctestplan
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/no-dataresidency.json
    /Users/admin/builder/spi-builder-workspace/Tests/Rudder-iOS.xctestplan
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/multi-dataresidency-default-true.json
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/us-dataresidency-default-true.json
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/multi-dataresidency-eu-true.json
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/multi-dataresidency-us-true.json
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/eu-dataresidency-default-true.json
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/multi-dataresidency-default-false.json
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/eu-dataresidency-default-false.json
BUILD FAILURE 6.1 macosSpm