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 Datadog, reference 2.26.0 (868b60), with Swift 6.1 for Linux on 25 Apr 2025 08:13:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DataDog/dd-sdk-ios.git
Reference: 2.26.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/DataDog/dd-sdk-ios
 * tag               2.26.0     -> FETCH_HEAD
HEAD is now at 868b600 Merge pull request #2263 from DataDog/release/2.26.0
Cloned https://github.com/DataDog/dd-sdk-ios.git
Revision (git rev-parse @):
868b6007db32b764998fcf847ab00c7daeed8c8b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DataDog/dd-sdk-ios.git at 2.26.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DataDog/dd-sdk-ios.git
https://github.com/DataDog/dd-sdk-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "plcrashreporter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/microsoft/plcrashreporter.git"
    },
    {
      "identity" : "opentelemetry-swift-packages",
      "requirement" : {
        "exact" : [
          "1.13.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DataDog/opentelemetry-swift-packages.git"
    }
  ],
  "manifest_display_name" : "Datadog",
  "name" : "Datadog",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "DatadogCore",
      "targets" : [
        "DatadogCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DatadogObjc",
      "targets" : [
        "DatadogObjc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DatadogLogs",
      "targets" : [
        "DatadogLogs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DatadogTrace",
      "targets" : [
        "DatadogTrace"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DatadogRUM",
      "targets" : [
        "DatadogRUM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DatadogSessionReplay",
      "targets" : [
        "DatadogSessionReplay"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DatadogCrashReporting",
      "targets" : [
        "DatadogCrashReporting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DatadogWebViewTracking",
      "targets" : [
        "DatadogWebViewTracking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "TestUtilities",
      "path" : "TestUtilities",
      "sources" : [
        "Helpers/DDAssert.swift",
        "Helpers/Decompression.swift",
        "Helpers/Encoding.swift",
        "Helpers/FuzzyHelpers.swift",
        "Helpers/ModuleName.swift",
        "Helpers/SwiftExtensions.swift",
        "Helpers/TestsDirectory.swift",
        "Helpers/UIKitHelpers.swift",
        "Helpers/XCTestCase.swift",
        "Matchers/JSONObjectMatcher.swift",
        "Mocks/AppStateProvider.swift",
        "Mocks/AttributesMocks.swift",
        "Mocks/BacktraceReportingMocks.swift",
        "Mocks/CoreMocks/FeatureRegistrationCoreMock.swift",
        "Mocks/CoreMocks/FeatureScopeMock.swift",
        "Mocks/CoreMocks/MockFeature.swift",
        "Mocks/CoreMocks/PassthroughCoreMock.swift",
        "Mocks/CoreMocks/SingleFeatureCoreMock.swift",
        "Mocks/DDErrorMocks.swift",
        "Mocks/DataStoreMock.swift",
        "Mocks/DatadogContextMock.swift",
        "Mocks/DateProvider.swift",
        "Mocks/EventMocks.swift",
        "Mocks/FeatureBaggageMock.swift",
        "Mocks/FeatureMessageMocks.swift",
        "Mocks/FeatureModels/CrashReporting/BacktraceReportMocks.swift",
        "Mocks/FeatureModels/CrashReporting/BinaryImageMocks.swift",
        "Mocks/FeatureModels/CrashReporting/DDCrashReportMocks.swift",
        "Mocks/FeatureModels/CrashReporting/DDThreadMocks.swift",
        "Mocks/FeatureModels/SessionReplayConfigurationMocks.swift",
        "Mocks/FileWriterMock.swift",
        "Mocks/FoundationMocks.swift",
        "Mocks/HostsSanitizerMock.swift",
        "Mocks/MessageReceiverMocks/FeatureMessageReceiverMock.swift",
        "Mocks/MessageReceiverMocks/TelemetryReceiverMock.swift",
        "Mocks/NetworkInstrumentationMocks.swift",
        "Mocks/PrintFunctionMock.swift",
        "Mocks/SamplerMock.swift",
        "Mocks/ServerMock.swift",
        "Mocks/TelemetryMocks.swift",
        "Mocks/UIKitMocks.swift",
        "Mocks/UploadMocks.swift"
      ],
      "target_dependencies" : [
        "DatadogInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatadogWebViewTrackingTests",
      "module_type" : "SwiftTarget",
      "name" : "DatadogWebViewTrackingTests",
      "path" : "DatadogWebViewTracking/Tests",
      "sources" : [
        "MessageEmitterTests.swift",
        "Mocks.swift",
        "WebViewTrackingTests.swift"
      ],
      "target_dependencies" : [
        "DatadogWebViewTracking",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DatadogWebViewTracking",
      "module_type" : "SwiftTarget",
      "name" : "DatadogWebViewTracking",
      "path" : "DatadogWebViewTracking/Sources",
      "product_memberships" : [
        "DatadogWebViewTracking"
      ],
      "sources" : [
        "DDScriptMessageHandler.swift",
        "MessageEmitter.swift",
        "ObjC/WebViewTracking+objc.swift",
        "WebViewTracking.swift"
      ],
      "target_dependencies" : [
        "DatadogInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatadogTraceTests",
      "module_type" : "SwiftTarget",
      "name" : "DatadogTraceTests",
      "path" : "DatadogTrace/Tests",
      "sources" : [
        "ContextMessageReceiverTests.swift",
        "DDNoopTracerTests.swift",
        "DDSpanContextTests.swift",
        "DDSpanTests.swift",
        "DatadogTracer+InjectAndExtract.swift",
        "DatadogTracer+SamplingTests.swift",
        "OpenTelemetry/OTelAttributeValue+DatadogTests.swift",
        "OpenTelemetry/OTelSpanId+DatadogTests.swift",
        "OpenTelemetry/OTelSpanLinkTests.swift",
        "OpenTelemetry/OTelSpanTests.swift",
        "OpenTelemetry/OTelTraceId+DatadogTests.swift",
        "OpenTelemetry/OTelTraceState+DatadogTests.swift",
        "Span/SpanEventBuilderTests.swift",
        "Span/SpanSanitizerTests.swift",
        "Span/SpanWriteContextTests.swift",
        "TraceConfigurationTests.swift",
        "TraceTests.swift",
        "TracingFeatureMocks.swift",
        "TracingURLSessionHandlerTests.swift",
        "Utils/ActiveSpansPoolTests.swift",
        "Utils/Casting+Tracing.swift",
        "Utils/WarningsTests.swift"
      ],
      "target_dependencies" : [
        "DatadogTrace",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DatadogTrace",
      "module_type" : "SwiftTarget",
      "name" : "DatadogTrace",
      "path" : "DatadogTrace/Sources",
      "product_dependencies" : [
        "OpenTelemetryApi"
      ],
      "product_memberships" : [
        "DatadogObjc",
        "DatadogTrace"
      ],
      "sources" : [
        "DDFormat.swift",
        "DDNoOps.swift",
        "DDSpan.swift",
        "DDSpanContext.swift",
        "DatadogTracer.swift",
        "Feature/Baggages.swift",
        "Feature/MessageReceivers.swift",
        "Feature/RequestBuilder.swift",
        "Feature/TraceFeature.swift",
        "Integrations/TracingURLSessionHandler.swift",
        "Integrations/TracingWithLoggingIntegration.swift",
        "OpenTelemetry/NOPOTelSpan.swift",
        "OpenTelemetry/NOPOTelSpanBuilder.swift",
        "OpenTelemetry/OTelAttributeValue+Datadog.swift",
        "OpenTelemetry/OTelSpan.swift",
        "OpenTelemetry/OTelSpanBuilder.swift",
        "OpenTelemetry/OTelSpanId+Datadog.swift",
        "OpenTelemetry/OTelSpanLink.swift",
        "OpenTelemetry/OTelTraceId+Datadog.swift",
        "OpenTelemetry/OTelTraceState+Datadog.swift",
        "OpenTelemetry/OTelTracerProvider.swift",
        "OpenTracing/OTConstants.swift",
        "OpenTracing/OTFormat.swift",
        "OpenTracing/OTReference.swift",
        "OpenTracing/OTSpan.swift",
        "OpenTracing/OTSpanContext.swift",
        "OpenTracing/OTTracer.swift",
        "Scrubbing/SpanEventMapper.swift",
        "Span/SpanEventBuilder.swift",
        "Span/SpanEventEncoder.swift",
        "Span/SpanSanitizer.swift",
        "Span/SpanTagsReducer.swift",
        "Span/SpanWriteContext.swift",
        "Trace.swift",
        "TraceConfiguration.swift",
        "Tracer.swift",
        "Utils/ActiveSpansPool.swift",
        "Utils/Casting.swift",
        "Utils/Warnings.swift"
      ],
      "target_dependencies" : [
        "DatadogInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatadogSessionReplayTests",
      "module_type" : "SwiftTarget",
      "name" : "DatadogSessionReplayTests",
      "path" : "DatadogSessionReplay/Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/DatadogSessionReplay/Tests/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DDSessionReplayOverridesTests.swift",
        "DDSessionReplayTests.swift",
        "Feature/RUMContextReceiverTests.swift",
        "Feature/RequestBuilder/JSON/SegmentJSONTests.swift",
        "Feature/RequestBuilder/Multipart/MultipartFormDataTests.swift",
        "Feature/RequestBuilder/ResourceRequestBuilderTests.swift",
        "Feature/RequestBuilder/SegmentRequestBuilderTests.swift",
        "Feature/SRContextPublisherTests.swift",
        "Feature/SessionReplayTelemetryTests.swift",
        "Feature/WebViewRecordReceiverTests.swift",
        "Helpers/XCTAssertRectsEqual.swift",
        "Mocks/CoreGraphicsMocks.swift",
        "Mocks/FeatureFlagsMock.swift",
        "Mocks/MultipartBuilderSpy.swift",
        "Mocks/PrivacyOverridesMock+objc.swift",
        "Mocks/QueueMocks.swift",
        "Mocks/RUMContextMocks.swift",
        "Mocks/RUMContextObserverMock.swift",
        "Mocks/RecorderMocks.swift",
        "Mocks/ReflectionMocks.swift",
        "Mocks/ResourceMocks.swift",
        "Mocks/ResourceProcessorSpy.swift",
        "Mocks/SRDataModelsMocks.swift",
        "Mocks/SnapshotProcessorSpy.swift",
        "Mocks/SnapshotProducerMocks.swift",
        "Mocks/TestScheduler.swift",
        "Mocks/UIKitMocks.swift",
        "Processor/Builders/RecordsBuilderTests.swift",
        "Processor/Builders/WireframesBuilderTests.swift",
        "Processor/Diffing/Diff+SRWireframesTests.swift",
        "Processor/Diffing/DiffTests.swift",
        "Processor/Flattening/NodesFlattenerTests.swift",
        "Processor/Privacy/TextObfuscatorTests.swift",
        "Processor/ResourceProcessorTests.swift",
        "Processor/SnapshotProcessorTests.swift",
        "Recorder/RecorderTests.swift",
        "Recorder/RecordingCoordinatorTests.swift",
        "Recorder/TextAndInputPrivacyLevelTests.swift",
        "Recorder/TouchSnapshotProducer/TouchSnapshot/TouchIdentifierGeneratorTests.swift",
        "Recorder/TouchSnapshotProducer/WindowTouchSnapshotProducerTests.swift",
        "Recorder/Utilties/CGRect+SessionReplayTests.swift",
        "Recorder/Utilties/UIView+SessionReplayTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeIDGeneratorTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/ColorReflectionTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/DisplayListReflectionTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/GraphicImagePrivacyTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/GraphicsImageReflectionTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/SwiftUIWireframesBuilderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/TextReflectionTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIActivityIndicatorRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIDatePickerRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIHostingViewRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIImageResourceTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIImageViewRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIImageViewWireframesBuilderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UILabelRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UINavigationBarRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIPickerViewRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIProgressViewRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UISegmentRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UISliderRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIStepperRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UISwitchRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UITabBarRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UITextFieldRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UITextViewRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIViewRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UnsupportedViewRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/WKWebViewRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/ViewTreeRecorderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/ViewTreeRecordingContextTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/ViewTreeSnapshotBuilderTests.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/ViewTreeSnapshotTests.swift",
        "SessionReplayConfigurationTests.swift",
        "SessionReplayOverrideTests.swift",
        "SessionReplayTests.swift",
        "Utilities/CFType+SafetyTests.swift",
        "Utilities/CGRectExtensionsTests.swift",
        "Utilities/ColorsTests.swift",
        "Utilities/QueueTests.swift",
        "Utilities/Schedulers/MainThreadSchedulerTests.swift",
        "Utilities/SwiftExtensionsTests.swift",
        "Utilities/UIImage+SessionReplayTests.swift",
        "Utilities/XoshiroTests.swift",
        "Writer/RecordsWriterTests.swift",
        "Writer/ResourcesWriterTests.swift",
        "Writer/SRCompressionTests.swift"
      ],
      "target_dependencies" : [
        "DatadogSessionReplay",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DatadogSessionReplay",
      "module_type" : "SwiftTarget",
      "name" : "DatadogSessionReplay",
      "path" : "DatadogSessionReplay/Sources",
      "product_memberships" : [
        "DatadogSessionReplay"
      ],
      "sources" : [
        "Feature/Baggages.swift",
        "Feature/RUMContextReceiver.swift",
        "Feature/RequestBuilders/JSON/SegmentJSON.swift",
        "Feature/RequestBuilders/Multipart/MultipartFormData.swift",
        "Feature/RequestBuilders/ResourceRequestBuilder.swift",
        "Feature/RequestBuilders/SegmentRequestBuilder.swift",
        "Feature/ResourcesFeature.swift",
        "Feature/SRContextPublisher.swift",
        "Feature/SessionReplayFeature.swift",
        "Feature/SessionReplayTelemetry.swift",
        "Feature/WebViewRecordReceiver.swift",
        "Models/EnrichedRecord.swift",
        "Models/EnrichedResource.swift",
        "Models/SRDataModels+UIKit.swift",
        "Models/SRDataModels.swift",
        "Processor/Builders/RecordsBuilder.swift",
        "Processor/Builders/WireframesBuilder.swift",
        "Processor/Diffing/Diff+SRWireframes.swift",
        "Processor/Diffing/Diff.swift",
        "Processor/Flattening/NodesFlattener.swift",
        "Processor/Privacy/TextObfuscator.swift",
        "Processor/ResourcesProcessor.swift",
        "Processor/SnapshotProcessor.swift",
        "Recorder/PrivacyLevel.swift",
        "Recorder/Recorder.swift",
        "Recorder/RecordingCoordinator.swift",
        "Recorder/TouchSnapshotProducer/TouchSnapshot/TouchIdentifierGenerator.swift",
        "Recorder/TouchSnapshotProducer/TouchSnapshot/TouchSnapshot.swift",
        "Recorder/TouchSnapshotProducer/TouchSnapshotProducer.swift",
        "Recorder/TouchSnapshotProducer/UIApplicationSwizzler.swift",
        "Recorder/TouchSnapshotProducer/WindowTouchSnapshotProducer.swift",
        "Recorder/Utilities/CFType+Safety.swift",
        "Recorder/Utilities/CGImage+SessionReplay.swift",
        "Recorder/Utilities/CGRect+SessionReplay.swift",
        "Recorder/Utilities/CGSize+SessionReplay.swift",
        "Recorder/Utilities/Int64+SessionReplay.swift",
        "Recorder/Utilities/SystemColors.swift",
        "Recorder/Utilities/UIColor+SessionReplay.swift",
        "Recorder/Utilities/UIImage+SessionReplay.swift",
        "Recorder/Utilities/UIView+SessionReplay.swift",
        "Recorder/Utilities/Xoshiro.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeIDGenerator.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/NodeRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/Color+Reflection.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/Color.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/DisplayList+Reflection.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/DisplayList.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/Image+Reflection.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/Image.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/SwiftUIWireframesBuilder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/Text+Reflection.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/SwiftUI/Text.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIActivityIndicatorRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIDatePickerRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIHostingViewRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIImageResource.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIImageViewRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UILabelRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UINavigationBarRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIPickerViewRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIProgressViewRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UISegmentRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UISliderRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIStepperRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UISwitchRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UITabBarRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UITextFieldRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UITextViewRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UIViewRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/UnsupportedViewRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/NodeRecorders/WKWebViewRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/ViewTreeRecorder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/ViewTreeRecordingContext.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/ViewTreeSnapshot.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshot/ViewTreeSnapshotBuilder.swift",
        "Recorder/ViewTreeSnapshotProducer/ViewTreeSnapshotProducer.swift",
        "Recorder/ViewTreeSnapshotProducer/WindowViewTreeSnapshotProducer.swift",
        "Recorder/WindowObserver/AppWindowObserver.swift",
        "Recorder/WindowObserver/KeyWindowObserver.swift",
        "SessionReplay+objc.swift",
        "SessionReplay.swift",
        "SessionReplayConfiguration.swift",
        "SessionReplayPrivacyOverrides+objc.swift",
        "SessionReplayPrivacyOverrides.swift",
        "UIView+SessionReplayPrivacyOverrides+objc.swift",
        "Utilities/CGRectExtensions.swift",
        "Utilities/Colors.swift",
        "Utilities/Errors.swift",
        "Utilities/Queue.swift",
        "Utilities/Schedulers/MainThreadScheduler.swift",
        "Utilities/Schedulers/Scheduler.swift",
        "Writers/RecordWriter.swift",
        "Writers/ResourcesWriter.swift",
        "Writers/SRCompression.swift"
      ],
      "target_dependencies" : [
        "DatadogInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatadogRUMTests",
      "module_type" : "SwiftTarget",
      "name" : "DatadogRUMTests",
      "path" : "DatadogRUM/Tests",
      "sources" : [
        "DDTAssertValidRUMUUID.swift",
        "DataModels/RUMDataModelsMappingTests.swift",
        "Feature/RequestBuilderTests.swift",
        "Instrumentation/Actions/RUMActionsHandlerTests.swift",
        "Instrumentation/AppHangs/AppHangsMonitorTests.swift",
        "Instrumentation/AppHangs/AppHangsWatchdogThreadTests.swift",
        "Instrumentation/MemoryWarnings/MemoryWarningMocks.swift",
        "Instrumentation/MemoryWarnings/MemoryWarningMonitorTests.swift",
        "Instrumentation/RUMInstrumentationTests.swift",
        "Instrumentation/Resources/URLSessionRUMResourcesHandlerTests.swift",
        "Instrumentation/Views/RUMViewsHandlerTests.swift",
        "Instrumentation/Views/SwiftUIViewNameExtractorTests.swift",
        "Instrumentation/WatchdogTerminations/WatchdogTerminationAppStateManagerTests.swift",
        "Instrumentation/WatchdogTerminations/WatchdogTerminationCheckerTests.swift",
        "Instrumentation/WatchdogTerminations/WatchdogTerminationMocks.swift",
        "Instrumentation/WatchdogTerminations/WatchdogTerminationMonitorTests.swift",
        "Integrations/AnonymousIdentifierManagerTests.swift",
        "Integrations/ErrorMessageReceiverTests.swift",
        "Integrations/SessionReplayDependencyTests.swift",
        "Integrations/SwiftUIViewNameExtractorIntegrationTests.swift",
        "Integrations/TelemetryInterceptorTests.swift",
        "Integrations/TelemetryReceiverTests.swift",
        "Integrations/WebViewEventReceiverTests.swift",
        "Mocks/RUMDataModelMocks.swift",
        "Mocks/RUMFeatureMocks.swift",
        "Mocks/UIKitMocks.swift",
        "RUMConfigurationTests.swift",
        "RUMEvent/RUMDeviceInfoTests.swift",
        "RUMEvent/RUMEventBuilderTests.swift",
        "RUMEvent/RUMEventSanitizerTests.swift",
        "RUMMetrics/INVMetricTests.swift",
        "RUMMetrics/TNSMetricTests.swift",
        "RUMMonitor/Monitor+GlobalAttributesTests.swift",
        "RUMMonitor/MonitorTests.swift",
        "RUMMonitor/RUMCommandTests.swift",
        "RUMMonitor/RUMScopeTests.swift",
        "RUMMonitor/Scopes/FatalErrorContextNotifierTests.swift",
        "RUMMonitor/Scopes/RUMApplicationScopeTests.swift",
        "RUMMonitor/Scopes/RUMResourceScopeTests.swift",
        "RUMMonitor/Scopes/RUMSessionScopeTests.swift",
        "RUMMonitor/Scopes/RUMUserActionScopeTests.swift",
        "RUMMonitor/Scopes/RUMViewScopeTests.swift",
        "RUMMonitor/Scopes/Utils/RUMOffViewEventsHandlingRuleTests.swift",
        "RUMMonitor/Scopes/Utils/ViewCacheTests.swift",
        "RUMMonitor/Scopes/Utils/ViewIdentifierTests.swift",
        "RUMMonitorProtocol+ConvenienceTests.swift",
        "RUMMonitorProtocol+InternalTests.swift",
        "RUMMonitorProtocolTests.swift",
        "RUMTests.swift",
        "RUMViewEventsFilterTests.swift",
        "SDKMetrics/SessionEndedMetricControllerTests.swift",
        "SDKMetrics/SessionEndedMetricTests.swift",
        "Scrubbing/RUMEventsMapperTests.swift",
        "Utils/ValuePublisherTests.swift"
      ],
      "target_dependencies" : [
        "DatadogRUM",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DatadogRUM",
      "module_type" : "SwiftTarget",
      "name" : "DatadogRUM",
      "path" : "DatadogRUM",
      "product_memberships" : [
        "DatadogObjc",
        "DatadogRUM"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/DatadogRUM/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Sources/DataModels/RUMDataModels.swift",
        "Sources/DataModels/RUMDataModelsMapping.swift",
        "Sources/Debugging/RUMDebugging.swift",
        "Sources/FatalErrorBuilder.swift",
        "Sources/Feature/RUMBaggageKeys.swift",
        "Sources/Feature/RUMDataStore.swift",
        "Sources/Feature/RUMFeature.swift",
        "Sources/Feature/RUMViewEventsFilter.swift",
        "Sources/Feature/RequestBuilder.swift",
        "Sources/Instrumentation/Actions/RUMActionsHandler.swift",
        "Sources/Instrumentation/Actions/SwiftUI/SwiftUIActionModifier.swift",
        "Sources/Instrumentation/Actions/UIKit/UIApplicationSwizzler.swift",
        "Sources/Instrumentation/Actions/UIKit/UIEventCommandFactory.swift",
        "Sources/Instrumentation/Actions/UIKit/UIKitRUMUserActionsPredicate.swift",
        "Sources/Instrumentation/AppHangs/AppHang.swift",
        "Sources/Instrumentation/AppHangs/AppHangsMonitor.swift",
        "Sources/Instrumentation/AppHangs/AppHangsWatchdogThread.swift",
        "Sources/Instrumentation/AppHangs/FatalAppHangsHandler.swift",
        "Sources/Instrumentation/AppHangs/NonFatalAppHangsHandler.swift",
        "Sources/Instrumentation/AppHangs/ProcessIdentifier.swift",
        "Sources/Instrumentation/LongTasks/LongTaskObserver.swift",
        "Sources/Instrumentation/MemoryWarnings/MemoryWarning.swift",
        "Sources/Instrumentation/MemoryWarnings/MemoryWarningMonitor.swift",
        "Sources/Instrumentation/MemoryWarnings/MemoryWarningReporter.swift",
        "Sources/Instrumentation/RUMCommandSubscriber.swift",
        "Sources/Instrumentation/RUMInstrumentation.swift",
        "Sources/Instrumentation/Resources/URLSessionRUMResourcesHandler.swift",
        "Sources/Instrumentation/Views/RUMView.swift",
        "Sources/Instrumentation/Views/RUMViewsHandler.swift",
        "Sources/Instrumentation/Views/SwiftUI/SwiftUIControllerType.swift",
        "Sources/Instrumentation/Views/SwiftUI/SwiftUIRUMViewsPredicate.swift",
        "Sources/Instrumentation/Views/SwiftUI/SwiftUIViewHandler.swift",
        "Sources/Instrumentation/Views/SwiftUI/SwiftUIViewModifier.swift",
        "Sources/Instrumentation/Views/SwiftUI/SwiftUIViewNameExtractor.swift",
        "Sources/Instrumentation/Views/SwiftUI/SwiftUIViewPath.swift",
        "Sources/Instrumentation/Views/SwiftUI/TopLevelReflector.swift",
        "Sources/Instrumentation/Views/UIKit/UIKitRUMViewsPredicate.swift",
        "Sources/Instrumentation/Views/UIKit/UIViewControllerHandler.swift",
        "Sources/Instrumentation/Views/UIKit/UIViewControllerSwizzler.swift",
        "Sources/Instrumentation/WatchdogTerminations/WatchdogTerminationAppState.swift",
        "Sources/Instrumentation/WatchdogTerminations/WatchdogTerminationAppStateManager.swift",
        "Sources/Instrumentation/WatchdogTerminations/WatchdogTerminationChecker.swift",
        "Sources/Instrumentation/WatchdogTerminations/WatchdogTerminationMonitor.swift",
        "Sources/Instrumentation/WatchdogTerminations/WatchdogTerminationReporter.swift",
        "Sources/Integrations/AnonymousIdentifierManager.swift",
        "Sources/Integrations/CrashReportReceiver.swift",
        "Sources/Integrations/ErrorMessageReceiver.swift",
        "Sources/Integrations/RUMContextAttributes.swift",
        "Sources/Integrations/SessionReplayDependency.swift",
        "Sources/Integrations/TelemetryInterceptor.swift",
        "Sources/Integrations/TelemetryReceiver.swift",
        "Sources/Integrations/WebViewEventReceiver.swift",
        "Sources/RUM+Internal.swift",
        "Sources/RUM.swift",
        "Sources/RUMConfiguration.swift",
        "Sources/RUMContext/RUMContext.swift",
        "Sources/RUMContext/RUMContextProvider.swift",
        "Sources/RUMEvent/RUMConnectivityInfoProvider.swift",
        "Sources/RUMEvent/RUMDeviceInfo.swift",
        "Sources/RUMEvent/RUMEventBuilder.swift",
        "Sources/RUMEvent/RUMEventSanitizer.swift",
        "Sources/RUMEvent/RUMOperatingSystemInfo.swift",
        "Sources/RUMEvent/RUMUser.swift",
        "Sources/RUMMetrics/INVMetric.swift",
        "Sources/RUMMetrics/NetworkSettledResourcePredicate.swift",
        "Sources/RUMMetrics/NextViewActionPredicate.swift",
        "Sources/RUMMetrics/TNSMetric.swift",
        "Sources/RUMMonitor.swift",
        "Sources/RUMMonitor/Monitor.swift",
        "Sources/RUMMonitor/RUMCommand.swift",
        "Sources/RUMMonitor/RUMScope.swift",
        "Sources/RUMMonitor/Scopes/FatalErrorContextNotifier.swift",
        "Sources/RUMMonitor/Scopes/RUMApplicationScope.swift",
        "Sources/RUMMonitor/Scopes/RUMResourceScope.swift",
        "Sources/RUMMonitor/Scopes/RUMScopeDependencies.swift",
        "Sources/RUMMonitor/Scopes/RUMSessionScope.swift",
        "Sources/RUMMonitor/Scopes/RUMUserActionScope.swift",
        "Sources/RUMMonitor/Scopes/RUMViewScope.swift",
        "Sources/RUMMonitor/Scopes/Utils/RUMOffViewEventsHandlingRule.swift",
        "Sources/RUMMonitor/Scopes/Utils/ViewCache.swift",
        "Sources/RUMMonitor/Scopes/Utils/ViewIdentifier.swift",
        "Sources/RUMMonitorProtocol+Convenience.swift",
        "Sources/RUMMonitorProtocol+Internal.swift",
        "Sources/RUMMonitorProtocol.swift",
        "Sources/RUMVitals/PerformanceMetric.swift",
        "Sources/RUMVitals/RenderLoop/FrameInfoProvider.swift",
        "Sources/RUMVitals/RenderLoop/RenderLoopObserver.swift",
        "Sources/RUMVitals/RenderLoop/ViewHitchesReader.swift",
        "Sources/RUMVitals/RenderLoop/VitalRefreshRateReader.swift",
        "Sources/RUMVitals/VitalCPUReader.swift",
        "Sources/RUMVitals/VitalInfo.swift",
        "Sources/RUMVitals/VitalInfoSampler.swift",
        "Sources/RUMVitals/VitalMemoryReader.swift",
        "Sources/SDKMetrics/SessionEndedMetric.swift",
        "Sources/SDKMetrics/SessionEndedMetricController.swift",
        "Sources/SDKMetrics/ViewEndedMetric.swift",
        "Sources/SDKMetrics/ViewEndedMetricController.swift",
        "Sources/Scrubbing/RUMEventsMapper.swift",
        "Sources/UUIDs/RUMUUID.swift",
        "Sources/UUIDs/RUMUUIDGenerator.swift",
        "Sources/Utils/SwiftUIExtensions.swift",
        "Sources/Utils/UIKitExtensions.swift",
        "Sources/Utils/ValuePublisher.swift"
      ],
      "target_dependencies" : [
        "DatadogInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatadogPrivate",
      "module_type" : "ClangTarget",
      "name" : "DatadogPrivate",
      "path" : "DatadogCore/Private",
      "product_memberships" : [
        "DatadogCore",
        "DatadogObjc"
      ],
      "sources" : [
        "ObjcAppLaunchHandler.m",
        "ObjcExceptionHandler.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatadogObjc",
      "module_type" : "SwiftTarget",
      "name" : "DatadogObjc",
      "path" : "DatadogObjc/Sources",
      "product_memberships" : [
        "DatadogObjc"
      ],
      "sources" : [
        "DDInternalLogger+objc.swift",
        "DDURLSessionDelegate+objc.swift",
        "DDURLSessionInstrumentation+objc.swift",
        "Datadog+objc.swift",
        "DatadogConfiguration+objc.swift",
        "Logs/Logs+objc.swift",
        "Logs/LogsDataModels+objc.swift",
        "OpenTracing/OTSpan+objc.swift",
        "OpenTracing/OTSpanContext+objc.swift",
        "OpenTracing/OTTracer+objc.swift",
        "RUM/RUM+objc.swift",
        "RUM/RUMDataModels+objc.swift",
        "Tracing/DDSpan+objc.swift",
        "Tracing/DDSpanContext+objc.swift",
        "Tracing/Propagation/B3HTTPHeadersWriter+objc.swift",
        "Tracing/Propagation/HTTPHeadersWriter+objc.swift",
        "Tracing/Propagation/TraceContextInjection+objc.swift",
        "Tracing/Propagation/TraceSamplingStrategy+objc.swift",
        "Tracing/Propagation/W3CHTTPHeadersWriter+objc.swift",
        "Tracing/Trace+objc.swift",
        "Tracing/Utils/Casting.swift"
      ],
      "target_dependencies" : [
        "DatadogCore",
        "DatadogLogs",
        "DatadogTrace",
        "DatadogRUM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatadogLogsTests",
      "module_type" : "SwiftTarget",
      "name" : "DatadogLogsTests",
      "path" : "DatadogLogs/Tests",
      "sources" : [
        "ConsoleLoggerTests.swift",
        "Log/LogEventBuilderTests.swift",
        "Log/LogSanitizerTests.swift",
        "Log/SynchronizedAttributesTests.swift",
        "Log/SynchronizedTagsTests.swift",
        "LogMessageReceiverTests.swift",
        "LoggerTests.swift",
        "LogsTests.swift",
        "Mocks/LoggingFeatureMocks.swift",
        "RemoteLoggerTests.swift",
        "WebViewLogReceiverTests.swift"
      ],
      "target_dependencies" : [
        "DatadogLogs",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DatadogLogs",
      "module_type" : "SwiftTarget",
      "name" : "DatadogLogs",
      "path" : "DatadogLogs/Sources",
      "product_memberships" : [
        "DatadogObjc",
        "DatadogLogs"
      ],
      "sources" : [
        "ConsoleLogger.swift",
        "Feature/Baggages.swift",
        "Feature/LogsFeature.swift",
        "Feature/MessageReceivers.swift",
        "Feature/RequestBuilder.swift",
        "Log/LogEventBuilder.swift",
        "Log/LogEventEncoder.swift",
        "Log/LogEventSanitizer.swift",
        "Log/SynchronizedAttributes.swift",
        "Log/SynchronizedTags.swift",
        "Logger.swift",
        "LoggerProtocol+Internal.swift",
        "LoggerProtocol.swift",
        "Logs+Internal.swift",
        "Logs.swift",
        "RemoteLogger.swift",
        "Scrubbing/LogEventMapper.swift"
      ],
      "target_dependencies" : [
        "DatadogInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatadogInternalTests",
      "module_type" : "SwiftTarget",
      "name" : "DatadogInternalTests",
      "path" : "DatadogInternal/Tests",
      "sources" : [
        "Codable/AnyCodableTests.swift",
        "Codable/AnyCoderTests.swift",
        "Codable/AnyDecodableTests.swift",
        "Codable/AnyEncodableTests.swift",
        "Concurrency/ReadWriteLockTests.swift",
        "Context/AppStateHistoryTests.swift",
        "Context/BundleTypeTests.swift",
        "Context/DeviceInfoTests.swift",
        "CoreRegistryTest.swift",
        "DatadogCoreProtocolTests.swift",
        "Extensions/Data+CryptoTests.swift",
        "Extensions/FixedWidthInteger+ConvenienceTests.swift",
        "Extensions/TimeInterval+ConvenienceTests.swift",
        "MessageBus/FeatureBaggageTests.swift",
        "MessageBus/FeatureMessageReceiverTests.swift",
        "Models/WebViewMessageTests.swift",
        "NetworkInstrumentation/B3HTTPHeadersReaderTests.swift",
        "NetworkInstrumentation/B3HTTPHeadersWriterTests.swift",
        "NetworkInstrumentation/FirstPartyHostsTests.swift",
        "NetworkInstrumentation/HTTPHeadersReaderTests.swift",
        "NetworkInstrumentation/HTTPHeadersWriterTests.swift",
        "NetworkInstrumentation/HostsSanitizerTests.swift",
        "NetworkInstrumentation/ImmutableRequestTests.swift",
        "NetworkInstrumentation/NetworkInstrumentationFeatureTests.swift",
        "NetworkInstrumentation/SpanIDGeneratorTests.swift",
        "NetworkInstrumentation/SpanIDTests.swift",
        "NetworkInstrumentation/TraceIDGeneratorTests.swift",
        "NetworkInstrumentation/TraceIDTests.swift",
        "NetworkInstrumentation/URLSessionDataDelegateSwizzlerTests.swift",
        "NetworkInstrumentation/URLSessionDelegateAsSuperclassTests.swift",
        "NetworkInstrumentation/URLSessionInterceptorTests.swift",
        "NetworkInstrumentation/URLSessionSwizzlerTests.swift",
        "NetworkInstrumentation/URLSessionTaskDelegateSwizzlerTests.swift",
        "NetworkInstrumentation/URLSessionTaskInterceptionTests.swift",
        "NetworkInstrumentation/URLSessionTaskSwizzlerTests.swift",
        "NetworkInstrumentation/W3CHTTPHeadersReaderTests.swift",
        "NetworkInstrumentation/W3CHTTPHeadersWriterTests.swift",
        "Swizzling/MethodSwizzlerTests.swift",
        "Telemetry/TelemetryMocks.swift",
        "Telemetry/TelemetryTests.swift",
        "Upload/DataCompressionTests.swift",
        "Upload/DataFormatTests.swift",
        "Utils/DeterministicSamplerTests.swift",
        "Utils/ObjcExceptionTests.swift",
        "Utils/ReflectionMirrorTests.swift",
        "Utils/ReflectorTests.swift",
        "Utils/SampleRateTests.swift",
        "Utils/SamplerTests.swift",
        "Utils/SwiftExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "DatadogInternal",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DatadogInternal",
      "module_type" : "SwiftTarget",
      "name" : "DatadogInternal",
      "path" : "DatadogInternal/Sources",
      "product_memberships" : [
        "DatadogCore",
        "DatadogObjc",
        "DatadogLogs",
        "DatadogTrace",
        "DatadogRUM",
        "DatadogSessionReplay",
        "DatadogCrashReporting",
        "DatadogWebViewTracking"
      ],
      "sources" : [
        "Attributes/Attributes.swift",
        "Attributes/AttributesSanitizer.swift",
        "BacktraceReporting/BacktraceReporter.swift",
        "BacktraceReporting/BacktraceReportingFeature.swift",
        "Benchmarks/BenchmarkProfiler.swift",
        "Codable/AnyCodable.swift",
        "Codable/AnyDecodable.swift",
        "Codable/AnyDecoder.swift",
        "Codable/AnyEncodable.swift",
        "Codable/AnyEncoder.swift",
        "Codable/DynamicCodingKey.swift",
        "Concurrency/Flushable.swift",
        "Concurrency/ReadWriteLock.swift",
        "Context/AppState.swift",
        "Context/ApplicationNotifications.swift",
        "Context/BatteryStatus.swift",
        "Context/BundleType.swift",
        "Context/CarrierInfo.swift",
        "Context/DatadogContext.swift",
        "Context/DatadogSite.swift",
        "Context/DateProvider.swift",
        "Context/DeviceInfo.swift",
        "Context/LaunchTime.swift",
        "Context/NetworkConnectionInfo.swift",
        "Context/Sysctl.swift",
        "Context/TrackingConsent.swift",
        "Context/UserInfo.swift",
        "CoreRegistry.swift",
        "DD.swift",
        "DataStore/DataStore.swift",
        "DatadogCoreProtocol.swift",
        "DatadogFeature.swift",
        "Extensions/Data+Crypto.swift",
        "Extensions/DatadogExtended.swift",
        "Extensions/FixedWidthInteger+Convenience.swift",
        "Extensions/Foundation+Datadog.swift",
        "Extensions/InternalExtended.swift",
        "Extensions/TimeInterval+Convenience.swift",
        "MessageBus/FeatureBaggage.swift",
        "MessageBus/FeatureMessage.swift",
        "MessageBus/FeatureMessageReceiver.swift",
        "Models/CrashReporting/BacktraceReport.swift",
        "Models/CrashReporting/BinaryImage.swift",
        "Models/CrashReporting/DDCrashReport.swift",
        "Models/CrashReporting/DDThread.swift",
        "Models/CrashReporting/LaunchReport.swift",
        "Models/RUM/GlobalRUMAttributes.swift",
        "Models/SessionReplay/SessionReplayConfiguration.swift",
        "Models/WebViewTracking/WebViewMessage.swift",
        "NetworkInstrumentation/B3/B3HTTPHeaders.swift",
        "NetworkInstrumentation/B3/B3HTTPHeadersReader.swift",
        "NetworkInstrumentation/B3/B3HTTPHeadersWriter.swift",
        "NetworkInstrumentation/Datadog/HTTPHeadersReader.swift",
        "NetworkInstrumentation/Datadog/HTTPHeadersWriter.swift",
        "NetworkInstrumentation/Datadog/TracingHTTPHeaders.swift",
        "NetworkInstrumentation/DatadogURLSessionHandler.swift",
        "NetworkInstrumentation/FirstPartyHosts.swift",
        "NetworkInstrumentation/HostsSanitizer.swift",
        "NetworkInstrumentation/NetworkInstrumentationFeature.swift",
        "NetworkInstrumentation/SpanID.swift",
        "NetworkInstrumentation/TraceContext.swift",
        "NetworkInstrumentation/TraceContextInjection.swift",
        "NetworkInstrumentation/TraceID.swift",
        "NetworkInstrumentation/TracePropagationHeadersReader.swift",
        "NetworkInstrumentation/TracePropagationHeadersWriter.swift",
        "NetworkInstrumentation/TracingHeaderType.swift",
        "NetworkInstrumentation/URLSession/DatadogURLSessionDelegate.swift",
        "NetworkInstrumentation/URLSession/ImmutableRequest.swift",
        "NetworkInstrumentation/URLSession/NetworkInstrumentationSwizzler.swift",
        "NetworkInstrumentation/URLSession/URLSessionDataDelegateSwizzler.swift",
        "NetworkInstrumentation/URLSession/URLSessionInstrumentation.swift",
        "NetworkInstrumentation/URLSession/URLSessionInterceptor.swift",
        "NetworkInstrumentation/URLSession/URLSessionSwizzler.swift",
        "NetworkInstrumentation/URLSession/URLSessionTask+Tracking.swift",
        "NetworkInstrumentation/URLSession/URLSessionTaskDelegateSwizzler.swift",
        "NetworkInstrumentation/URLSession/URLSessionTaskInterception.swift",
        "NetworkInstrumentation/URLSession/URLSessionTaskSwizzler.swift",
        "NetworkInstrumentation/W3C/W3CHTTPHeaders.swift",
        "NetworkInstrumentation/W3C/W3CHTTPHeadersReader.swift",
        "NetworkInstrumentation/W3C/W3CHTTPHeadersWriter.swift",
        "SDKMetrics/MethodCalledMetric.swift",
        "SDKMetrics/SDKMetricFields.swift",
        "SDKMetrics/UploadQualityMetric.swift",
        "Storage.swift",
        "Storage/PerformancePresetOverride.swift",
        "Storage/Writer.swift",
        "Swizzling/MethodSwizzler.swift",
        "Telemetry/CoreLogger.swift",
        "Telemetry/InternalLogger.swift",
        "Telemetry/Telemetry.swift",
        "Upload/DataCompression.swift",
        "Upload/DataFormat.swift",
        "Upload/DefaultJSONEncoder.swift",
        "Upload/Event.swift",
        "Upload/FeatureRequestBuilder.swift",
        "Upload/URLRequestBuilder.swift",
        "Upload/UploadPerformancePreset.swift",
        "Utils/CustomDump.swift",
        "Utils/DDError.swift",
        "Utils/DateFormatting.swift",
        "Utils/ReflectionMirror.swift",
        "Utils/Reflector.swift",
        "Utils/Sampler.swift",
        "Utils/SwiftExtensions.swift",
        "Utils/UIKitExtensions.swift",
        "Utils/WatchKitExtensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatadogCrashReportingTests",
      "module_type" : "SwiftTarget",
      "name" : "DatadogCrashReportingTests",
      "path" : "DatadogCrashReporting/Tests",
      "sources" : [
        "CrashReportingPluginTests.swift",
        "Mocks.swift",
        "PLCrashReporterIntegration/CrashReportMinifierTests.swift",
        "PLCrashReporterIntegration/CrashReportTests.swift",
        "PLCrashReporterIntegration/DDCrashReportBuilderTests.swift",
        "PLCrashReporterIntegration/DDCrashReportExporterTests.swift",
        "PLCrashReporterIntegration/PLCrashReporterIntegrationTests.swift",
        "PLCrashReporterIntegration/Utils/SwiftExtensionTests.swift"
      ],
      "target_dependencies" : [
        "DatadogCrashReporting",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DatadogCrashReporting",
      "module_type" : "SwiftTarget",
      "name" : "DatadogCrashReporting",
      "path" : "DatadogCrashReporting",
      "product_dependencies" : [
        "CrashReporter"
      ],
      "product_memberships" : [
        "DatadogCrashReporting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/DatadogCrashReporting/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Sources/CrashContext/CrashContext.swift",
        "Sources/CrashContext/CrashContextProvider.swift",
        "Sources/CrashReporting.swift",
        "Sources/CrashReportingFeature.swift",
        "Sources/CrashReportingPlugin.swift",
        "Sources/Integrations/BacktraceReporter.swift",
        "Sources/Integrations/CrashReportSender.swift",
        "Sources/PLCrashReporterIntegration/CrashReport.swift",
        "Sources/PLCrashReporterIntegration/CrashReportMinifier.swift",
        "Sources/PLCrashReporterIntegration/DDCrashReportBuilder.swift",
        "Sources/PLCrashReporterIntegration/DDCrashReportExporter.swift",
        "Sources/PLCrashReporterIntegration/PLCrashReporterIntegration.swift",
        "Sources/PLCrashReporterIntegration/PLCrashReporterPlugin.swift",
        "Sources/PLCrashReporterIntegration/Utils/SwiftExtensions.swift",
        "Sources/ThirdPartyCrashReporter.swift"
      ],
      "target_dependencies" : [
        "DatadogInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatadogCore",
      "module_type" : "SwiftTarget",
      "name" : "DatadogCore",
      "path" : "DatadogCore",
      "product_memberships" : [
        "DatadogCore",
        "DatadogObjc"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/DatadogCore/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Sources/Core/Context/ApplicationStatePublisher.swift",
        "Sources/Core/Context/ApplicationVersionPublisher.swift",
        "Sources/Core/Context/BatteryStatusPublisher.swift",
        "Sources/Core/Context/CarrierInfoPublisher.swift",
        "Sources/Core/Context/ContextValuePublisher.swift",
        "Sources/Core/Context/DatadogContextProvider.swift",
        "Sources/Core/Context/LaunchTimePublisher.swift",
        "Sources/Core/Context/LowPowerModePublisher.swift",
        "Sources/Core/Context/NetworkConnectionInfoPublisher.swift",
        "Sources/Core/Context/ServerOffsetPublisher.swift",
        "Sources/Core/Context/TrackingConsentPublisher.swift",
        "Sources/Core/Context/UserInfoPublisher.swift",
        "Sources/Core/DataStore/DataStore+TLV.swift",
        "Sources/Core/DataStore/DataStoreFileReader.swift",
        "Sources/Core/DataStore/DataStoreFileWriter.swift",
        "Sources/Core/DataStore/FeatureDataStore.swift",
        "Sources/Core/DatadogCore.swift",
        "Sources/Core/MessageBus.swift",
        "Sources/Core/Storage/DataEncryption.swift",
        "Sources/Core/Storage/Directories.swift",
        "Sources/Core/Storage/EventGenerator.swift",
        "Sources/Core/Storage/FeatureStorage.swift",
        "Sources/Core/Storage/Files/Directory.swift",
        "Sources/Core/Storage/Files/File.swift",
        "Sources/Core/Storage/FilesOrchestrator.swift",
        "Sources/Core/Storage/Reading/DataReader.swift",
        "Sources/Core/Storage/Reading/FileReader.swift",
        "Sources/Core/Storage/Reading/Reader.swift",
        "Sources/Core/Storage/Storage+TLV.swift",
        "Sources/Core/Storage/Writing/AsyncWriter.swift",
        "Sources/Core/Storage/Writing/FileWriter.swift",
        "Sources/Core/TLV/TLVBlock.swift",
        "Sources/Core/TLV/TLVBlockReader.swift",
        "Sources/Core/Upload/BackgroundTaskCoordinator.swift",
        "Sources/Core/Upload/DataUploadConditions.swift",
        "Sources/Core/Upload/DataUploadDelay.swift",
        "Sources/Core/Upload/DataUploadStatus.swift",
        "Sources/Core/Upload/DataUploadWorker.swift",
        "Sources/Core/Upload/DataUploader.swift",
        "Sources/Core/Upload/FeatureUpload.swift",
        "Sources/Core/Upload/HTTPClient.swift",
        "Sources/Core/Upload/URLSessionClient.swift",
        "Sources/Datadog+Internal.swift",
        "Sources/Datadog.swift",
        "Sources/FeaturesIntegration/CITestIntegration.swift",
        "Sources/Kronos/KronosClock.swift",
        "Sources/Kronos/KronosDNSResolver.swift",
        "Sources/Kronos/KronosData+Bytes.swift",
        "Sources/Kronos/KronosInternetAddress.swift",
        "Sources/Kronos/KronosNSTimer+ClosureKit.swift",
        "Sources/Kronos/KronosNTPClient.swift",
        "Sources/Kronos/KronosNTPPacket.swift",
        "Sources/Kronos/KronosNTPProtocol.swift",
        "Sources/Kronos/KronosTimeFreeze.swift",
        "Sources/Kronos/KronosTimeStorage.swift",
        "Sources/PerformancePreset.swift",
        "Sources/SDKMetrics/BatchMetrics.swift",
        "Sources/SDKMetrics/BenchmarkURLSessionTaskDelegate.swift",
        "Sources/Utils/Cryptography.swift",
        "Sources/Utils/Retrying.swift",
        "Sources/Versioning.swift"
      ],
      "target_dependencies" : [
        "DatadogInternal",
        "DatadogPrivate"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/DataDog/opentelemetry-swift-packages.git
Fetching https://github.com/microsoft/plcrashreporter.git
[1/834] Fetching opentelemetry-swift-packages
[835/17784] Fetching opentelemetry-swift-packages, plcrashreporter
Fetched https://github.com/DataDog/opentelemetry-swift-packages.git from cache (2.41s)
Fetched https://github.com/microsoft/plcrashreporter.git from cache (2.45s)
Computing version for https://github.com/DataDog/opentelemetry-swift-packages.git
Computed https://github.com/DataDog/opentelemetry-swift-packages.git at 1.13.1 (3.05s)
Computing version for https://github.com/microsoft/plcrashreporter.git
Computed https://github.com/microsoft/plcrashreporter.git at 1.12.0 (0.56s)
Creating working copy for https://github.com/microsoft/plcrashreporter.git
Working copy of https://github.com/microsoft/plcrashreporter.git resolved at 1.12.0
Creating working copy for https://github.com/DataDog/opentelemetry-swift-packages.git
Working copy of https://github.com/DataDog/opentelemetry-swift-packages.git resolved at 1.13.1
warning: 'spi-builder-workspace': found 153 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDInternalLogger+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTracerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDUIKitRUMActionsPredicateTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/URLSessionClientTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ApplicationVersionPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/ViewHitchesReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDInternalLoggerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Logs/DatadogLogsFeatureTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/OpenTracing/OTSpanTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/OTelSpanTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDB3HTTPHeadersWriter+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDConfiguration+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalMemoryReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosNTPPacketTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/UIKitExtensionsTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalRefreshRateReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDRUM+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDURLSessionInstrumentationTests+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDWebViewTracking+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserver.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/CarrierInfoPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDNSURLSessionDelegateTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DirectoriesTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalCPUReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadDelayTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIViewControllerSwizzlerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIApplicationSwizzlerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Reading/FileReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/MessageBusTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/CrashReportingFeatureMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/EventGeneratorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/TelemetryReceiverTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogPrivate/ObjcExceptionHandlerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/VitalMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Writing/FileWriterTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/RUMSessionMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Logs/CrashLogReceiverTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Casting+RUM.swift
    /host/spi-builder-workspace/DatadogCore/Private/ObjcAppLaunchHandler.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosInternetAddressTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Storage+TLVTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LowPowerModePublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/DDErrorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/UploadMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/FeatureContextTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/HTTPClientMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/CoreTelephonyMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/TracerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDHTTPHeadersWriter+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Helpers/DatadogExtensions.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/FeatureDataStoreTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMFeatureTests.swift
    /host/spi-builder-workspace/DatadogCore/Private/ObjcExceptionHandler.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCore+FeatureDataStoreTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileWriterTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/URLSessionAutoInstrumentation/Interception/URLFiltering/FirstPartyURLsFilterTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Integrations/CrashReportReceiverTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/JSONDataMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/FilesOrchestratorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Files/FileTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/CryptographyTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/FilesOrchestrator+MetricsTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTraceTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DD/InternalLoggerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoSamplerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/PerformancePresetTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/AppBackgroundTaskCoordinatorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserverLoader.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/LoggerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCoreTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDDatadog+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/RetryingTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DirectoriesMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/DatadogCoreProxy.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDW3CHTTPHeadersWriter+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Helpers/NSURLSessionBridge.m
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDLogsTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/RUMFeatureMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/UserInfoPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/RUM/RUMDataModels+objcTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Helpers/CustomObjcViewController.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/DatadogTraceFeatureTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/RequestBuilderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTraceConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDUIKitRUMViewsPredicateTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/SpanMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/TracingFeatureMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/TLV/TLVBlockTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/BatteryStatusPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LaunchTimePublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMDebuggingTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/RUMEventMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/NetworkConnectionInfoPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadConditionsTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMEventOutputs/RUMEventFileOutputTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/SRRequestMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIKitRUMViewsPredicateTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMInternalProxyTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashReporterTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDNSURLSessionDelegate+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/LogMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/DDSpanTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/DisplayLinkerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDDatadogTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/TLV/TLVBlockReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDTrace+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/TracingWithLoggingIntegrationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDRUMMonitor+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/WebKitMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDSessionReplay+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/ExtensionBackgroundTaskCoordinatorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/Casting+Tracing.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDURLSessionInstrumentationConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Files/DirectoryTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextProviderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosTimeStorageTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadWorkerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogCore/ContextValuePublisherMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/CITestIntegrationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogCore/DatadogContextProviderMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ApplicationStatePublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/DateFormattingTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/SDKMetrics/BatchMetricsTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/UIKitMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/KronosClockMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/DatadogContextProviderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/FeatureTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/DatadogRemoteFeatureMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadStatusTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/CoreMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/LogsMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/InternalProxyTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ServerOffsetPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStore+TLVTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMMonitorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/TrackingConsentPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/SRSegmentMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/JSONEncoderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/RUMDataModelMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/TracingURLSessionHandlerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/SwiftUIExtensionsTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCore+FeatureDirectoriesTests.swift
warning: 'spi-builder-workspace': found 54 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocol+ConvenienceTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/TNSMetricTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/AppHangs/AppHangsWatchdogThreadTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/INVMetricTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Feature/RequestBuilderTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/SwiftUIViewNameExtractorIntegrationTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMUserActionScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Mocks/RUMFeatureMocks.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/ErrorMessageReceiverTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocol+InternalTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMViewEventsFilterTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/RUMInstrumentationTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMonitorTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/MonitorTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMocks.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Scrubbing/RUMEventsMapperTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMSessionScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Monitor+GlobalAttributesTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMCommandTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/ViewCacheTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/FatalErrorContextNotifierTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Mocks/UIKitMocks.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMApplicationScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Views/SwiftUIViewNameExtractorTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationCheckerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/DDTAssertValidRUMUUID.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryInterceptorTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocolTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/SDKMetrics/SessionEndedMetricTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/AnonymousIdentifierManagerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/ViewIdentifierTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationAppStateManagerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMEventSanitizerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/RUMOffViewEventsHandlingRuleTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Actions/RUMActionsHandlerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/DataModels/RUMDataModelsMappingTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Views/RUMViewsHandlerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMonitorTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/WebViewEventReceiverTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/SDKMetrics/SessionEndedMetricControllerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMocks.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryReceiverTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Utils/ValuePublisherTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMDeviceInfoTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Mocks/RUMDataModelMocks.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Resources/URLSessionRUMResourcesHandlerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/SessionReplayDependencyTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMConfigurationTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMResourceScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMEventBuilderTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMViewScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/AppHangs/AppHangsMonitorTests.swift
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/CrashReportMinifierTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/DDCrashReportExporterTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/DDCrashReportBuilderTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/CrashReportTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/PLCrashReporterIntegrationTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/CrashReportingPluginTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/Utils/SwiftExtensionTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/Mocks.swift
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/TestUtilities/Package.swift
    /host/spi-builder-workspace/TestUtilities/README.md
Building for debugging...
[0/79] Write sources
[0/79] Copying PrivacyInfo.xcprivacy
[0/79] Copying Info.plist
[0/79] Copying PrivacyInfo.xcprivacy
[0/79] Write sources
/host/spi-builder-workspace/DatadogCore/Private/ObjcExceptionHandler.m:7:9: fatal error: 'Foundation/Foundation.h' file not found
    7 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[16/79] Compiling DatadogPrivate ObjcExceptionHandler.m
[16/79] Compiling PLCrashReporterNSError.m
[16/79] Compiling PLCrashUncaughtExceptionHandler.m
[16/79] Compiling PLCrashSignalHandler.mm
[16/79] Compiling PLCrashSysctl.c
[16/79] Compiling dwarf_opstream.cpp
/host/spi-builder-workspace/DatadogCore/Private/ObjcAppLaunchHandler.m:8:9: fatal error: 'sys/sysctl.h' file not found
    8 | #import <sys/sysctl.h>
      |         ^~~~~~~~~~~~~~
1 error generated.
[16/79] Compiling DatadogPrivate ObjcAppLaunchHandler.m
[16/79] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 153 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoSamplerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/CryptographyTests.swift
    /host/spi-builder-workspace/DatadogCore/Private/ObjcExceptionHandler.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/DDSpanTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogCore/DatadogContextProviderMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/DatadogRemoteFeatureMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIApplicationSwizzlerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/DDErrorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Helpers/CustomObjcViewController.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/AppBackgroundTaskCoordinatorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDNSURLSessionDelegate+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/CarrierInfoPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/DatadogContextProviderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/OpenTracing/OTSpanTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalMemoryReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ApplicationStatePublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/TelemetryReceiverTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDWebViewTracking+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/TracingFeatureMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDInternalLoggerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/CITestIntegrationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDDatadog+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDURLSessionInstrumentationConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/FilesOrchestratorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/TLV/TLVBlockReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ApplicationVersionPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DirectoriesMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/FeatureDataStoreTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDNSURLSessionDelegateTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/EventGeneratorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDInternalLogger+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LaunchTimePublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/FeatureTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMFeatureTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/DisplayLinkerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMInternalProxyTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDConfiguration+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Files/FileTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/PerformancePresetTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/DatadogTraceFeatureTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/SwiftUIExtensionsTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/LogMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/RUMSessionMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/SRRequestMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTraceTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogPrivate/ObjcExceptionHandlerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/TracerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/UIKitMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/LogsMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDW3CHTTPHeadersWriter+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/RUM/RUMDataModels+objcTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Helpers/DatadogExtensions.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadConditionsTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/OTelSpanTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadDelayTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIViewControllerSwizzlerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Writing/FileWriterTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/SDKMetrics/BatchMetricsTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosTimeStorageTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/UploadMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/RUMEventMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/DatadogCoreProxy.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCore+FeatureDataStoreTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCoreTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/URLSessionAutoInstrumentation/Interception/URLFiltering/FirstPartyURLsFilterTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDRUMMonitor+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/TracingURLSessionHandlerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/TracingWithLoggingIntegrationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Logs/CrashLogReceiverTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTraceConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDB3HTTPHeadersWriter+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Storage+TLVTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/Casting+Tracing.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStore+TLVTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDDatadogTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/HTTPClientMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Integrations/CrashReportReceiverTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDSessionReplay+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDTrace+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTracerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/KronosClockMock.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/DateFormattingTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDRUM+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/RequestBuilderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosInternetAddressTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DirectoriesTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/ExtensionBackgroundTaskCoordinatorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadWorkerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileWriterTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadStatusTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCore+FeatureDirectoriesTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/VitalMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/CoreTelephonyMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalCPUReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDUIKitRUMActionsPredicateTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/CoreMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserver.swift
    /host/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserverLoader.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/JSONEncoderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/TLV/TLVBlockTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Files/DirectoryTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/RetryingTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashReporterTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/ViewHitchesReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Logs/DatadogLogsFeatureTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIKitRUMViewsPredicateTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/UIKitExtensionsTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMMonitorTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosNTPPacketTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/SpanMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextProviderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/BatteryStatusPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/SRSegmentMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMDebuggingTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Helpers/NSURLSessionBridge.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMEventOutputs/RUMEventFileOutputTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMConfigurationTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/FeatureContextTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/RUMFeatureMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/UserInfoPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/RUMDataModelMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDLogsTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDUIKitRUMViewsPredicateTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDHTTPHeadersWriter+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Reading/FileReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDURLSessionInstrumentationTests+apiTests.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/InternalProxyTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/URLSessionClientTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/NetworkConnectionInfoPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/WebKitMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Casting+RUM.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DD/InternalLoggerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ServerOffsetPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/FilesOrchestrator+MetricsTests.swift
    /host/spi-builder-workspace/DatadogCore/Private/ObjcAppLaunchHandler.m
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/CrashReportingFeatureMocks.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/TrackingConsentPublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LowPowerModePublisherTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Matchers/JSONDataMatcher.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/MessageBusTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/LoggerTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalRefreshRateReaderTests.swift
    /host/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogCore/ContextValuePublisherMock.swift
warning: 'spi-builder-workspace': found 54 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocol+ConvenienceTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocolTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/WebViewEventReceiverTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Views/SwiftUIViewNameExtractorTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMonitorTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Actions/RUMActionsHandlerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/TNSMetricTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/AppHangs/AppHangsMonitorTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Mocks/RUMFeatureMocks.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMResourceScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Monitor+GlobalAttributesTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Mocks/RUMDataModelMocks.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/ErrorMessageReceiverTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/DDTAssertValidRUMUUID.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryReceiverTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/MonitorTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMApplicationScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/SDKMetrics/SessionEndedMetricControllerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMSessionScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMocks.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocol+InternalTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Scrubbing/RUMEventsMapperTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/INVMetricTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/DataModels/RUMDataModelsMappingTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/RUMInstrumentationTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationCheckerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/RUMOffViewEventsHandlingRuleTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/ViewIdentifierTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/AnonymousIdentifierManagerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMViewScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/SDKMetrics/SessionEndedMetricTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMCommandTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMEventSanitizerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMEventBuilderTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/ViewCacheTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/SwiftUIViewNameExtractorIntegrationTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/AppHangs/AppHangsWatchdogThreadTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Mocks/UIKitMocks.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMUserActionScopeTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Resources/URLSessionRUMResourcesHandlerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryInterceptorTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Feature/RequestBuilderTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/FatalErrorContextNotifierTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMonitorTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMocks.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationAppStateManagerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMDeviceInfoTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Views/RUMViewsHandlerTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMConfigurationTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Utils/ValuePublisherTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/Integrations/SessionReplayDependencyTests.swift
    /host/spi-builder-workspace/DatadogRUM/Tests/RUMViewEventsFilterTests.swift
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/CrashReportTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/DDCrashReportExporterTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/Utils/SwiftExtensionTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/Mocks.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/DDCrashReportBuilderTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/PLCrashReporterIntegrationTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/CrashReportingPluginTests.swift
    /host/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/CrashReportMinifierTests.swift
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/TestUtilities/README.md
    /host/spi-builder-workspace/TestUtilities/Package.swift
[0/1] Planning build
Building for debugging...
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CrashReporter.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/63] Compiling PLCrashUncaughtExceptionHandler.m
[0/63] Compiling PLCrashSysctl.c
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CrashReporter.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/63] Compiling PLCrashSignalHandler.mm
/host/spi-builder-workspace/DatadogCore/Private/ObjcAppLaunchHandler.m:8:9: fatal error: 'sys/sysctl.h' file not found
    8 | #import <sys/sysctl.h>
      |         ^~~~~~~~~~~~~~
1 error generated.
[0/63] Compiling DatadogPrivate ObjcAppLaunchHandler.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CrashReporter.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/63] Compiling PLCrashReporterNSError.m
In file included from /host/spi-builder-workspace/.build/checkouts/plcrashreporter/Source/dwarf_opstream.cpp:27:
In file included from /host/spi-builder-workspace/.build/checkouts/plcrashreporter/Source/dwarf_opstream.hpp:32:
/host/spi-builder-workspace/.build/checkouts/plcrashreporter/Source/PLCrashAsync.h:42:10: fatal error: 'TargetConditionals.h' file not found
   42 | #include <TargetConditionals.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
[0/63] Compiling dwarf_opstream.cpp
/host/spi-builder-workspace/DatadogCore/Private/ObjcExceptionHandler.m:7:9: fatal error: 'Foundation/Foundation.h' file not found
    7 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/63] Compiling DatadogPrivate ObjcExceptionHandler.m
[0/63] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux