The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Rudder, reference develop (3f9a11), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 23:45:17 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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 3f9a11b Merge pull request #563 from rudderlabs/master
Cloned https://github.com/rudderlabs/rudder-sdk-ios.git
Revision (git rev-parse @):
3f9a11bd0ab996f3a3ffe95a3b9ef928408a1fe4
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 RSCStorageMigratorV0V1.m
[4/189] Compiling RSCFileLocations.m
[5/189] Compiling RSCConfigurationBuilder.m
[6/189] Compiling RSCConnectivity.m
[7/194] Compiling RSCNetworkBreadcrumb.m
[8/194] Compiling RSCrashReporter RSCrashReporterLastRunInfo.m
[9/194] Compiling RSCrashReporterErrorTypes.m
[10/194] Compiling RSCrashReporter RSCrashReporterFeatureFlag.m
[11/194] Compiling RSCEventUploadFileOperation.m
[12/194] Compiling RSCrashReporter RSCrashReporter.m
[13/194] Compiling RSCrashReporter RSCCrashSentry.m
[14/194] Compiling RSCrashReporterUser.m
[15/194] Compiling RSCrashReporterThread.m
[16/194] Compiling RSCrashReporterStacktrace.m
[17/194] Compiling RSCrashReporterNotifier.m
[18/194] Compiling RSCrashReporterBreadcrumbs.m
[19/194] Compiling RSCrashReporterSession.m
[20/194] Compiling RSCrashReporterStackframe.m
[21/194] Compiling RSCrashReporterHandledState.m
[22/194] Compiling RSCrashReporterDevice.m
[23/194] Compiling RSCrashReporterDeviceWithState.m
[24/194] Compiling RSCrashReporterError.m
[25/194] Compiling RSCrashReporterBreadcrumb.m
[26/194] Compiling RSCrashReporterEvent.m
[27/194] Compiling RSCrashReporterAppWithState.m
[28/194] Compiling RSCrashReporterApp.m
[29/194] Compiling RSCrashReporterMetadata.m
[30/194] Compiling RSC_KSMach_x86_64.c
[31/194] Compiling RSC_KSMach_x86_32.c
[32/194] Compiling RSC_KSString.c
[33/194] Compiling RSC_KSMach_Arm.c
[34/194] Compiling RSC_KSSignalInfo.c
[35/194] Compiling RSC_KSSysCtl.c
[36/194] Compiling RSC_KSLogger.c
[37/194] Compiling RSC_KSMach_Arm64.c
[38/194] Compiling RSC_KSJSONCodec.c
[39/194] Compiling RSC_KSFileUtils.c
[40/194] Compiling RSC_KSCrashStringConversion.c
[41/194] Compiling RSC_KSBacktrace.c
[42/194] Compiling RSC_KSCrashSentry_NSException.m
[43/194] Compiling RSC_KSCrashSentry_Signal.c
[44/194] Compiling RSC_KSCrashSentry_MachException.c
[45/194] Compiling RSC_KSCrashSentry.c
[46/194] Compiling RSC_KSMach.c
[47/194] Compiling RSC_Symbolicate.c
[48/194] Compiling RSC_KSFile.c
[49/194] Compiling RSC_KSCrashState.m
[50/194] Compiling RSCNotificationBreadcrumbs.m
[51/194] Compiling RSCrashReporterClient.m
[52/194] Compiling RSC_KSMachHeaders.c
[53/194] Compiling RSCrashReporter RSCrashReporterSessionTracker.m
[54/194] Compiling RSC_KSCrashReport.c
[55/194] Compiling RSC_KSCrashNames.c
[56/194] Compiling RSC_KSCrashC.c
[57/194] Compiling RSCrashReporter RSCrashReporterSystemState.m
[58/194] Compiling RSC_KSCrashIdentifier.m
[59/194] Compiling RSC_KSSystemInfo.m
[60/194] Compiling RSC_KSCrashDoctor.m
[61/194] Compiling RSCrashReporterCollections.m
[62/194] Compiling RSC_RFC3339DateTool.m
[63/194] Compiling RSC_KSCrash.m
[64/194] Compiling RSCUtils.m
[65/194] Compiling RSCSerialization.m
[66/194] Compiling RSCTelemetry.m
[67/194] Compiling RSCJSONSerialization.m
[68/194] Compiling RSCGlobals.m
[69/194] Compiling RSCInternalErrorReporter.m
[70/194] Compiling RSCFeatureFlagStore.m
[71/194] Compiling RSCRunContext.m
[72/194] Compiling RSCAppHangDetector.m
[73/194] Compiling MRCCanary.m
[74/194] Compiling RSCrashReporterApiClient.m
[75/194] Write sources
[76/194] Compiling RSCSessionUploader.m
[77/194] Compiling RSC_KSCrashSentry_CPPException.mm
[78/194] Compiling RSCEventUploadObjectOperation.m
[79/194] Compiling RSCrashReporterEndpointConfiguration.m
[80/194] Compiling RSCEventUploader.m
[81/194] Compiling RSCEventUploadOperation.m
[82/194] Compiling RSCEventUploadKSCrashReportOperation.m
[83/194] Compiling RSCrashReporterConfiguration.m
[85/194] Emitting module RudderKit
[86/194] Compiling RudderKit Data+Ext.swift
[87/194] Compiling RudderKit RepeatingTimer.swift
[88/194] Compiling RudderKit JSON.swift
[89/194] Compiling RudderKit Logger.swift
[90/214] Compiling MetricsReporter API.swift
[91/214] Compiling MetricsReporter ServiceManager.swift
[92/214] Compiling MetricsReporter ObjCMetric.swift
[93/214] Compiling MetricsReporter ObjCMetricsClient.swift
[94/214] Compiling MetricsReporter Metric.swift
[95/214] Compiling MetricsReporter StatsCollection.swift
[96/214] Compiling MetricsReporter Plugins.swift
[97/214] Compiling MetricsReporter CrashReporter.swift
[98/216] Emitting module MetricsReporter
[99/216] Compiling MetricsReporter MetricsClient.swift
[100/216] Compiling MetricsReporter Configuration.swift
[101/216] Compiling MetricsReporter MetricOperator.swift
[102/216] Compiling MetricsReporter Vendor.swift
[103/216] Compiling MetricsReporter Constants.swift
[104/216] Compiling MetricsReporter Controller.swift
[105/216] Compiling MetricsReporter Database.swift
[106/216] Compiling MetricsReporter ServiceType.swift
[107/216] Compiling MetricsReporter ObjCConfiguration.swift
[108/216] Compiling MetricsReporter ErrorOperator.swift
[109/216] Compiling MetricsReporter LabelOperator.swift
[110/216] Compiling MetricsReporter MetricsUploader.swift
[111/216] Compiling MetricsReporter Startup.swift
[111/216] Compiling Rudder resource_bundle_accessor.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/WKInterfaceController+RSScreen.m:13:
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.
[112/216] Compiling WKInterfaceController+RSScreen.m
[112/216] Compiling UIViewController+RSScreen.m
[112/216] Compiling RSTrackPropertyBuilder.m
[112/216] Compiling RSTransformationMetadata.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/RSUtils.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSUtils.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[112/216] Compiling RSUtils.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>
      |         ^~~~~~~~~~~~~~~
[112/216] Compiling RSTransformationRequest.m
[112/216] Compiling RSTraits.m
[112/216] Compiling RSTransformationEvent.m
[112/216] Compiling RSTraitsBuilder.m
[112/216] Compiling RSUserSession.m
Fetching https://github.com/rudderlabs/metrics-reporter-ios
[1/1993] 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.62s)
Fetching https://github.com/rudderlabs/rudder-ios-kit
Fetching https://github.com/rudderlabs/crash-reporter-ios
[1/33122] Fetching crash-reporter-ios
[2/33370] Fetching crash-reporter-ios, rudder-ios-kit
Fetched https://github.com/rudderlabs/crash-reporter-ios from cache (1.57s)
Fetched https://github.com/rudderlabs/rudder-ios-kit from cache (1.57s)
Computing version for https://github.com/rudderlabs/crash-reporter-ios
Computed https://github.com/rudderlabs/crash-reporter-ios at 1.0.1 (2.18s)
Computing version for https://github.com/rudderlabs/rudder-ios-kit
Computed https://github.com/rudderlabs/rudder-ios-kit at 1.4.0 (0.58s)
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 RepeatingTimer.swift
[3/111] Compiling RudderKit JSON.swift
[4/111] Compiling RudderKit Logger.swift
[5/111] Emitting module RudderKit
[6/111] Compiling RudderKit Data+Ext.swift
[7/131] Emitting module MetricsReporter
[8/133] Compiling MetricsReporter MetricsClient.swift
[9/133] Compiling MetricsReporter Configuration.swift
[10/133] Compiling MetricsReporter ObjCMetric.swift
[11/133] Compiling MetricsReporter ObjCMetricsClient.swift
[12/133] Compiling MetricsReporter API.swift
[13/133] Compiling MetricsReporter ServiceManager.swift
[14/133] Compiling MetricsReporter ServiceType.swift
[15/133] Compiling MetricsReporter ObjCConfiguration.swift
[16/133] Compiling MetricsReporter Plugins.swift
[17/133] Compiling MetricsReporter CrashReporter.swift
[18/133] Compiling MetricsReporter MetricOperator.swift
[19/133] Compiling MetricsReporter Vendor.swift
[20/133] Compiling MetricsReporter Metric.swift
[21/133] Compiling MetricsReporter StatsCollection.swift
[22/133] Compiling MetricsReporter Constants.swift
[23/133] Compiling MetricsReporter Controller.swift
[24/133] Compiling MetricsReporter Database.swift
[25/133] Compiling MetricsReporter ErrorOperator.swift
[26/133] Compiling MetricsReporter LabelOperator.swift
[27/133] Compiling MetricsReporter MetricsUploader.swift
[28/133] Compiling MetricsReporter Startup.swift
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/WKInterfaceController+RSScreen.m:13:
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.
[28/133] Compiling WKInterfaceController+RSScreen.m
[28/133] Compiling RSTransformationEvent.m
[28/133] Compiling RSTransformationMetadata.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>
      |         ^~~~~~~~~~~~~~~
[28/133] Compiling RSTransformationRequest.m
[28/133] Compiling RSTraitsBuilder.m
[28/133] Compiling UIViewController+RSScreen.m
[28/133] Compiling RSUtils.m
[28/133] Compiling RSTraits.m
[28/133] Compiling Rudder resource_bundle_accessor.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Classes/RSUserSession.m:10:
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Headers/Public/RSUtils.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[28/133] Compiling RSUserSession.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/multi-dataresidency-default-true.json
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/eu-dataresidency-default-false.json
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/us-dataresidency-default-true.json
    /Users/admin/builder/spi-builder-workspace/Tests/Rudder-iOS.xctestplan
    /Users/admin/builder/spi-builder-workspace/Tests/Rudder-tvOS.xctestplan
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/no-dataresidency.json
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/multi-dataresidency-default-false.json
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/multi-dataresidency-eu-true.json
    /Users/admin/builder/spi-builder-workspace/Tests/Fixtures/us-dataresidency-default-false.json
    /Users/admin/builder/spi-builder-workspace/Tests/Rudder-watchOS.xctestplan
    /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
BUILD FAILURE 6.1 macosSpm