The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build EmbraceIO, reference main (9550fd), with Swift 6.1 for Android on 27 Jun 2025 22:54:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/embrace-io/embrace-apple-sdk.git
Reference: main
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/embrace-io/embrace-apple-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9550fd4 Release `6.12.1` (#287)
Cloned https://github.com/embrace-io/embrace-apple-sdk.git
Revision (git rev-parse @):
9550fd4e26280b3bcecb113ee0d3bdf66273abf9
SUCCESS checkout https://github.com/embrace-io/embrace-apple-sdk.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/embrace-io/embrace-apple-sdk.git
https://github.com/embrace-io/embrace-apple-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "kscrash",
      "requirement" : {
        "exact" : [
          "2.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kstenerud/KSCrash"
    },
    {
      "identity" : "opentelemetry-swift",
      "requirement" : {
        "exact" : [
          "1.16.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/open-telemetry/opentelemetry-swift"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "EmbraceIO",
  "name" : "EmbraceIO",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "EmbraceIO",
      "targets" : [
        "EmbraceIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EmbraceCore",
      "targets" : [
        "EmbraceCore",
        "EmbraceConfiguration"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EmbraceCrash",
      "targets" : [
        "EmbraceCrash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EmbraceCrashlyticsSupport",
      "targets" : [
        "EmbraceCrashlyticsSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EmbraceSemantics",
      "targets" : [
        "EmbraceSemantics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EmbraceMacros",
      "targets" : [
        "EmbraceMacros",
        "EmbraceCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EmbraceMacroPlugin",
      "targets" : [
        "EmbraceMacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestSupportObjc",
      "module_type" : "ClangTarget",
      "name" : "TestSupportObjc",
      "path" : "Tests/TestSupport/Objc",
      "sources" : [
        "source/URLSessionDelegateImplementerButWithoutConforming.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "Tests/TestSupport",
      "product_dependencies" : [
        "OpenTelemetrySdk"
      ],
      "sources" : [
        "CoreDataListener.swift",
        "CrashReporterContext+TestContext.swift",
        "EditableConfig.swift",
        "EmbraceHTTPMock.swift",
        "Extensions/Dictionary+Extension.swift",
        "Extensions/EmbraceStorage+Extension.swift",
        "Extensions/Int+Extension.swift",
        "Extensions/String+Extension.swift",
        "Extensions/XCTestCase+Extension.swift",
        "IntegrationTestCase.swift",
        "LocalProxy/ProxiedURLSessionProvider.swift",
        "LocalProxy/URL+MockResponse.swift",
        "LocalProxy/URLTestProxiedResponse.swift",
        "LocalProxy/URLTestProxy.swift",
        "Mocks/DummyLogControllable.swift",
        "Mocks/LogRecordExporter/InMemoryLogRecordExporter.swift",
        "Mocks/MockEmbraceConfigurable.swift",
        "Mocks/MockEmbraceOTelBridge.swift",
        "Mocks/MockEmbraceOpenTelemetry.swift",
        "Mocks/MockEmbraceSDKStateProvider.swift",
        "Mocks/MockLogger.swift",
        "Mocks/MockQueue.swift",
        "Mocks/MockSpanProcessor.swift",
        "Mocks/Model/MockLog.swift",
        "Mocks/Model/MockMetadata.swift",
        "Mocks/Model/MockSession.swift",
        "Mocks/SpanExporter/InMemorySpanExporter.swift",
        "Mocks/SpanProcessor/InMemorySpanProcessor.swift",
        "TemporaryFilepathProvider.swift",
        "TestConstants.swift",
        "TimeInterval+Test.swift",
        "XCTSkip+Helpers.swift",
        "XCTestCase+WaitHelpers.swift"
      ],
      "target_dependencies" : [
        "EmbraceCore",
        "EmbraceOTelInternal",
        "EmbraceCommonInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceUploadInternalTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceUploadInternalTests",
      "path" : "Tests/EmbraceUploadInternalTests",
      "sources" : [
        "EmbraceAttachmentOperationTests.swift",
        "EmbraceUploadCacheTests+ClearDataDate.swift",
        "EmbraceUploadCacheTests.swift",
        "EmbraceUploadOperationTests.swift",
        "EmbraceUploadTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceUploadInternal",
        "EmbraceOTelInternal",
        "EmbraceCoreDataInternal",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceUploadInternal",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceUploadInternal",
      "path" : "Sources/EmbraceUploadInternal",
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceMacros"
      ],
      "sources" : [
        "Cache/EmbraceUploadCache.swift",
        "Cache/UploadDataRecord.swift",
        "EmbraceReachabilityMonitor.swift",
        "EmbraceUpload.swift",
        "EmbraceUploadType.swift",
        "ErrorManagement/EmbraceUploadError.swift",
        "Operations/AsyncOperation.swift",
        "Operations/EmbraceAttachmentUploadOperation.swift",
        "Operations/EmbraceUploadOperation.swift",
        "Options/EmbraceUpload+CacheOptions.swift",
        "Options/EmbraceUpload+EndpointOptions.swift",
        "Options/EmbraceUpload+ExponentialBackoff.swift",
        "Options/EmbraceUpload+MetadataOptions.swift",
        "Options/EmbraceUpload+Options.swift",
        "Options/EmbraceUpload+RedundancyOptions.swift"
      ],
      "target_dependencies" : [
        "EmbraceCommonInternal",
        "EmbraceOTelInternal",
        "EmbraceCoreDataInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceStorageInternalTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceStorageInternalTests",
      "path" : "Tests/EmbraceStorageInternalTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/EmbraceStorageInternalTests/Mocks",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "EmbraceStorageLoggingTests.swift",
        "EmbraceStorageTests.swift",
        "FetchMethods/EmbraceStorage+SpanForSessionRecordTests.swift",
        "MetadataRecordTests.swift",
        "Records/SpanRecord/EmbraceStorage+SpanTests.swift",
        "SessionRecordTests.swift",
        "SpanRecordTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceStorageInternal",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceStorageInternal",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceStorageInternal",
      "path" : "Sources/EmbraceStorageInternal",
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceMacros"
      ],
      "sources" : [
        "EmbraceStorage+Options.swift",
        "EmbraceStorage.swift",
        "EmbraceStorageError.swift",
        "Records/EmbraceStorage+Log.swift",
        "Records/EmbraceStorage+Metadata.swift",
        "Records/EmbraceStorage+Session.swift",
        "Records/EmbraceStorage+Span.swift",
        "Records/EmbraceStorageRecord.swift",
        "Records/LogAttributeRecord.swift",
        "Records/LogRecord.swift",
        "Records/MetadataRecord.swift",
        "Records/SessionRecord.swift",
        "Records/SpanRecord.swift"
      ],
      "target_dependencies" : [
        "EmbraceCommonInternal",
        "EmbraceCoreDataInternal",
        "EmbraceSemantics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceSemantics",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceSemantics",
      "path" : "Sources/EmbraceSemantics",
      "product_dependencies" : [
        "OpenTelemetrySdk"
      ],
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceSemantics",
        "EmbraceMacros"
      ],
      "sources" : [
        "Logs/LogSemantics+Crash.swift",
        "Logs/LogSemantics+Hang.swift",
        "Logs/LogSemantics+NetworkCapture.swift",
        "Logs/LogSemantics.swift",
        "Logs/LogType+Declarations.swift",
        "Span/SpanErrorCode.swift",
        "Span/SpanSemantics+LowPower.swift",
        "Span/SpanSemantics+NetworkRequest.swift",
        "Span/SpanSemantics+Session.swift",
        "Span/SpanSemantics+Startup.swift",
        "Span/SpanSemantics+View.swift",
        "Span/SpanSemantics.swift",
        "SpanEvent/SpanEventSemantics+Breadcrumb.swift",
        "SpanEvent/SpanEventSemantics+LowMemory.swift",
        "SpanEvent/SpanEventSemantics+PushNotification.swift",
        "SpanEvent/SpanEventSemantics+Tap.swift",
        "SpanEvent/SpanEventSemantics+WebView.swift",
        "SpanEvent/SpanEventSemantics.swift"
      ],
      "target_dependencies" : [
        "EmbraceCommonInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceObjCUtilsInternalTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceObjCUtilsInternalTests",
      "path" : "Tests/EmbraceObjCUtilsInternalTests",
      "sources" : [
        "EMBDeviceTests.swift",
        "EMBRURLSessionTaskHeaderInjectorTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceObjCUtilsInternal",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceObjCUtilsInternal",
      "module_type" : "ClangTarget",
      "name" : "EmbraceObjCUtilsInternal",
      "path" : "Sources/EmbraceObjCUtilsInternal",
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceMacros"
      ],
      "sources" : [
        "source/EMBBinaryImageProvider.m",
        "source/EMBDevice.m",
        "source/EMBDisplayLinkProxy.m",
        "source/EMBLoaderClass.m",
        "source/EMBRURLSessionTaskHeaderInjector.m",
        "source/EMBStackTraceProccessor.m",
        "source/EMBStartupTracker.m",
        "source/EMBURLSessionDelegateForwarder.m",
        "source/EMBURLSessionDelegateProxy+FRPPatch.m",
        "source/EMBURLSessionDelegateProxy.m",
        "source/EMBURLSessionDelegateProxyFunctions.m",
        "source/EMBWKNavigationDelegateProxy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceOTelInternalTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceOTelInternalTests",
      "path" : "Tests/EmbraceOTelInternalTests",
      "sources" : [
        "EmbraceOTelTests.swift",
        "Logs/BatchLimitTests.swift",
        "Logs/EmbraceLogRecordBuilderTests.swift",
        "Logs/EmbraceLoggerBuilderTests.swift",
        "Logs/EmbraceLoggerProviderTests.swift",
        "Logs/EmbraceLoggerTests.swift",
        "Logs/GenericLogExporterTests.swift",
        "Logs/Processors/EmbraceLogRecordProcessorArrayExtension.swift",
        "Logs/Processors/SingleLogRecordProcessorTests.swift",
        "Logs/SeverityToLogSeverityTests.swift",
        "Mocks/DummyEmbraceLogShared.swift",
        "Mocks/DummyEmbraceResourceProvider.swift",
        "Mocks/DummyLogBatcher.swift",
        "Mocks/EmbraceLogRecordExporter.swift",
        "Mocks/MockEmbraceLogSharedState.swift",
        "Mocks/RandomConfig.swift",
        "Mocks/SpyEmbraceResourceProvider.swift",
        "Mocks/SpyLoggerProcessor.swift",
        "Shared/EmbraceResourceProviderTests.swift",
        "TestSupport/Logs/DefaultEmbraceResource.swift",
        "TestSupport/Logs/RedeableLogRecord+Extension.swift",
        "TestSupport/SpanContext+Helpers.swift",
        "TestSupport/SpanProcessor/NoopSpanProcessor.swift",
        "Trace/Tracer/Span/Processor/SingleSpanProcessorTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceOTelInternal",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceOTelInternal",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceOTelInternal",
      "path" : "Sources/EmbraceOTelInternal",
      "product_dependencies" : [
        "OpenTelemetrySdk"
      ],
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceMacros"
      ],
      "sources" : [
        "EmbraceOTel.swift",
        "EmbraceOpenTelemetry.swift",
        "Logs/EmbraceLogRecordBuilder.swift",
        "Logs/EmbraceLogger.swift",
        "Logs/EmbraceLoggerBuilder.swift",
        "Logs/EmbraceLoggerConfig.swift",
        "Logs/EmbraceLoggerProvider.swift",
        "Logs/EmbraceLoggerSharedState.swift",
        "Logs/EmbraceSemantics/LogRecord+Embrace.swift",
        "Logs/Exporter/BatchLimits.swift",
        "Logs/Processors/EmbraceLogRecordProcessor.swift",
        "Logs/Processors/SingleLogRecordProcessor.swift",
        "Logs/Severity+LogSeverity.swift",
        "Shared/EmbraceResource.swift",
        "Shared/EmbraceResourceProvider.swift",
        "Trace/EmbraceSemantics/Span/Span+Embrace.swift",
        "Trace/EmbraceSemantics/Span/SpanData+Embrace.swift",
        "Trace/EmbraceSemantics/SpanBuilder/SpanBuilder+Embrace.swift",
        "Trace/Tracer/Span/Processor/SingleSpanProcessor.swift",
        "Trace/Tracer/Span/RecordingSpanEvent.swift",
        "Trace/Tracer/Span/RecordingSpanLink.swift",
        "Trace/Tracer/Span/SpanEvent.swift",
        "Trace/Tracer/Span/SpanLink.swift"
      ],
      "target_dependencies" : [
        "EmbraceCommonInternal",
        "EmbraceSemantics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceMacrosTests",
      "path" : "Tests/EmbraceMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "EmbraceMacrosTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceMacroPlugin",
        "EmbraceIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceMacros",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceMacros",
      "path" : "Sources/EmbraceMacros/Source",
      "product_memberships" : [
        "EmbraceMacros"
      ],
      "sources" : [
        "EmbraceMacros.swift"
      ],
      "target_dependencies" : [
        "EmbraceMacroPlugin",
        "EmbraceCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceMacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceMacroPlugin",
      "path" : "Sources/EmbraceMacros/Plugins",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "EmbraceMacros",
        "EmbraceMacroPlugin"
      ],
      "sources" : [
        "EmbraceMacroErrors.swift",
        "EmbraceMacrosPlugin.swift",
        "EmbraceTraceMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "EmbraceIOTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceIOTests",
      "path" : "Tests/EmbraceIOTests",
      "sources" : [
        "CaptureServiceBuilderTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceCrash",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceIO",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceIO",
      "path" : "Sources/EmbraceIO",
      "product_memberships" : [
        "EmbraceIO"
      ],
      "sources" : [
        "Capture/CaptureService+Helpers.swift",
        "Capture/CaptureServiceBuilder.swift",
        "EmbraceCore+Export.swift",
        "Options/Options+CaptureService.swift"
      ],
      "target_dependencies" : [
        "EmbraceCaptureService",
        "EmbraceCore",
        "EmbraceCommonInternal",
        "EmbraceCrash",
        "EmbraceSemantics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceCrashlyticsSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCrashlyticsSupportTests",
      "path" : "Tests/ThirdParty/EmbraceCrashlyticsSupportTests",
      "sources" : [
        "CrashlyticsReporterTests.swift",
        "CrashlyticsWrapperTests.swift",
        "MockCrashlytics.swift"
      ],
      "target_dependencies" : [
        "EmbraceCrashlyticsSupport",
        "EmbraceCommonInternal",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceCrashlyticsSupport",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCrashlyticsSupport",
      "path" : "Sources/ThirdParty/EmbraceCrashlyticsSupport",
      "product_memberships" : [
        "EmbraceCrashlyticsSupport"
      ],
      "sources" : [
        "CrashlyticsReporter.swift",
        "CrashlyticsWrapper.swift"
      ],
      "target_dependencies" : [
        "EmbraceCommonInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceCrashTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCrashTests",
      "path" : "Tests/EmbraceCrashTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/EmbraceCrashTests/Mocks",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "EmbraceCrashReporterTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceCrash",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceCrash",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCrash",
      "path" : "Sources/EmbraceCrash",
      "product_dependencies" : [
        "Recording"
      ],
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCrash"
      ],
      "sources" : [
        "EmbraceCrashReporter.swift"
      ],
      "target_dependencies" : [
        "EmbraceCommonInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCoreTests",
      "path" : "Tests/EmbraceCoreTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/EmbraceCoreTests/Mocks",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Capture/CaptureServiceFactoryTests.swift",
        "Capture/EmbraceSetupCaptureServicesTests.swift",
        "Capture/MetricKit/MetricKitCrashCaptureServiceTests.swift",
        "Capture/MetricKit/MetricKitHangCaptureServiceTests.swift",
        "Capture/MetricKit/MockMetricKitPayloadProvider.swift",
        "Capture/MetricKit/MockMetricKitStateProvider.swift",
        "Capture/Network/DataTaskWithURLAndCompletionSwizzlerTests.swift",
        "Capture/Network/DataTaskWithURLRequestAndCompletionSwizzlerTests.swift",
        "Capture/Network/DataTaskWithURLRequestSwizzlerTests.swift",
        "Capture/Network/DataTaskWithURLSwizzlerTests.swift",
        "Capture/Network/DefaultURLSessionSwizzlerProviderTests.swift",
        "Capture/Network/DefaultURLSessionTaskHandlerTests.swift",
        "Capture/Network/DownloadTaskWithURLRequestSwizzlerTests.swift",
        "Capture/Network/DownloadTaskWithURLRequestWithCompletionSwizzler.swift",
        "Capture/Network/EmbraceURLRequestTests.swift",
        "Capture/Network/NetworkPayloadCapture/EncryptedNetworkPayloadTests.swift",
        "Capture/Network/NetworkPayloadCapture/EncryptionHelperTests.swift",
        "Capture/Network/NetworkPayloadCapture/NetworkPayloadCaptureHandlerTests.swift",
        "Capture/Network/NetworkPayloadCapture/URLSessionTaskCaptureRuleTests.swift",
        "Capture/Network/Proxy/URLSessionDelegateProxyAsTaskDelegateTests.swift",
        "Capture/Network/Proxy/URLSessionDelegateProxyForwardingTests.swift",
        "Capture/Network/Proxy/URLSessionDelegateProxyTests.swift",
        "Capture/Network/Proxy/URLSessionDelegateProxyToNonConformantTests.swift",
        "Capture/Network/Proxy/URLSessionTask+ExtensionTests.swift",
        "Capture/Network/SessionTaskResumeSwizzlerTests.swift",
        "Capture/Network/URLSessionCaptureServiceTests.swift",
        "Capture/Network/URLSessionInitWithDelegateSwizzlerTests.swift",
        "Capture/Network/UploadTaskWithRequestFromDataAndCompletionSwizzlerTests.swift",
        "Capture/Network/UploadTaskWithRequestFromDataSwizzlerTests.swift",
        "Capture/Network/UploadTaskWithRequestFromFileSwizzlerTests.swift",
        "Capture/Network/UploadTaskWithRequestFromFileWithCompletionSwizzlerTests.swift",
        "Capture/Network/UploadTaskWithStreamedRequestSwizzlerTests.swift",
        "Capture/OneTimeServices/AppInfoCaptureServiceTests.swift",
        "Capture/OneTimeServices/DeviceInfoCaptureServiceTests.swift",
        "Capture/ResourceCaptureServiceTests.swift",
        "Capture/System/LowMemoryWarningCaptureServiceTests.swift",
        "Capture/System/LowPowerModeCaptureServiceTests.swift",
        "Capture/UX/TapCaptureServiceTests.swift",
        "Capture/UX/View/CaptureServicesUIViewControllerTests.swift",
        "Capture/UX/View/MockUIViewControllerHandler.swift",
        "Capture/UX/View/MockUIViewControllerHandlerDataSource.swift",
        "Capture/UX/View/UIViewControllerHandlerTests.swift",
        "Capture/UX/View/ViewCaptureServiceTests.swift",
        "Capture/WebView/MockWKNavigationDelegate.swift",
        "Capture/WebView/WKNavigationDelegateProxyTests.swift",
        "Capture/WebView/WebViewCaptureServiceTests.swift",
        "Internal/EmbraceMeta+UserAgentTests.swift",
        "Internal/EmbraceSpanProcessor+StorageTests.swift",
        "Internal/Identifiers/DeviceIdentifier+PersistenceTests.swift",
        "Internal/Logs/EmbraceLogAttributesBuilderTests.swift",
        "Internal/Logs/EmbraceLoggerSharedStateTests.swift",
        "Internal/Logs/Exporter/DefaultLogBatcherTests.swift",
        "Internal/Logs/Exporter/StorageEmbraceLogExporterTests.swift",
        "Internal/Logs/Exporter/Validation/LogDataValidationTests.swift",
        "Internal/Logs/Exporter/Validation/Validators/LengthOfBodyValidatorTests.swift",
        "Internal/Logs/LogControllerTests.swift",
        "Internal/Logs/Loggers/BaseInternalLoggerTests.swift",
        "Internal/Logs/Loggers/DefaultInternalLoggerTests.swift",
        "Internal/Logs/LogsBatchTests.swift",
        "Internal/MetricKit/MetricKitHandlerTests.swift",
        "Internal/MetricKit/MockMetricKitCrashPayloadListener.swift",
        "Internal/MetricKit/MockMetricKitHangPayloadListener.swift",
        "Internal/ProcessMetadataTests.swift",
        "Internal/ResourceStorageExporterTests.swift",
        "Internal/SpanStorageExporter/Validation/SpanDataValidationTests.swift",
        "Internal/SpanStorageExporter/Validation/Validators/LengthOfNameValidatorTests.swift",
        "Internal/SpanStorageExporter/Validation/Validators/WhitespaceSpanNameValidatorTests.swift",
        "Internal/Startup/MockStartupDataProvider.swift",
        "Internal/Startup/StartupInstrumentationTests.swift",
        "Internal/StorageSpanExporterTests.swift",
        "Options/Embrace+OptionsTests.swift",
        "Payload/LogPayloadBuilderTests.swift",
        "Payload/LogPayloadTests.swift",
        "Payload/MetadataPayloadTests.swift",
        "Payload/PayloadUtilTests.swift",
        "Payload/ResourcePayloadTests.swift",
        "Payload/SessionPayloadBuilderTests.swift",
        "Payload/SpanPayloadTests.swift",
        "Payload/SpansPayloadBuilderTests.swift",
        "Public/BreadcrumbTests.swift",
        "Public/Embrace+OTelTests.swift",
        "Public/EmbraceCoreTests.swift",
        "Public/EmbraceEndpointsTest.swift",
        "Public/Metadata/MetadataHandler+PersonaTagTests.swift",
        "Public/Metadata/MetadataHandler+UserTests.swift",
        "Public/Metadata/MetadataHandlerTests.swift",
        "Public/Metadata/PersonaTagTests.swift",
        "Public/PushNotificationEventTests.swift",
        "Public/SpanEventBreadcrumbTests.swift",
        "Session/Lifecycle/Implementations/ManualSessionLifecycleTests.swift",
        "Session/Lifecycle/Implementations/iOSSessionLifecycleTests.swift",
        "Session/SessionControllerTests.swift",
        "Session/SessionHeartbeatTests.swift",
        "Session/SessionSpanUtilsTests.swift",
        "Session/UnsentDataHandlerTests.swift",
        "SwiftUI/EmbraceTraceViewPerfTests.swift",
        "SwiftUI/EmbraceTraceViewTests.swift",
        "TestSupport/MockLogDataValidator.swift",
        "TestSupport/MockSpanDataValidator.swift",
        "TestSupport/TestDoubles/CrashReporterMock.swift",
        "TestSupport/TestDoubles/DummyLock.swift",
        "TestSupport/TestDoubles/DummyURLSessionInitWithDelegateSwizzler.swift",
        "TestSupport/TestDoubles/EmbraceConfigMock.swift",
        "TestSupport/TestDoubles/ExtendableCrashReporterMock.swift",
        "TestSupport/TestDoubles/FullyImplementedURLSessionTaskDelegate.swift",
        "TestSupport/TestDoubles/MockMetadataFetcher.swift",
        "TestSupport/TestDoubles/MockSessionController.swift",
        "TestSupport/TestDoubles/MockTapEvent.swift",
        "TestSupport/TestDoubles/MockUITouch.swift",
        "TestSupport/TestDoubles/MockURLSessionRequestsDataSource.swift",
        "TestSupport/TestDoubles/MockURLSessionSwizzler.swift",
        "TestSupport/TestDoubles/MockURLSessionTaskHandler.swift",
        "TestSupport/TestDoubles/MockURLSessionTaskHandlerDataSource.swift",
        "TestSupport/TestDoubles/MockedURLSessionSwizzlerProvider.swift",
        "TestSupport/TestDoubles/NotImplementedURLSessionDelegate.swift",
        "TestSupport/TestDoubles/SpyEmbraceLogUploader.swift",
        "TestSupport/TestDoubles/SpyLogBatcherDelegate.swift",
        "TestSupport/TestDoubles/SpyLogRepository.swift",
        "TestSupport/TestDoubles/SpyNetworkPayloadCaptureHandler.swift",
        "TestSupport/TestDoubles/SpyStorage.swift",
        "TestSupport/Utilities/DispatchQueue+DispatchableQueue.swift",
        "TestSupport/Utilities/String+Random.swift",
        "TestSupport/Utilities/Swizzlable+Unswizzle.swift",
        "Utils/CGPointToStringTests.swift",
        "Utils/EncodableJSONTests.swift",
        "Utils/KeychainAccessTest.swift",
        "Utils/W3C/W3C+TraceParentTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceCore",
        "TestSupport",
        "TestSupportObjc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceCoreDataInternalTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCoreDataInternalTests",
      "path" : "Tests/EmbraceCoreDataInternalTests",
      "sources" : [
        "CoreDataWrapperTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceCommonInternal",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceCoreDataInternal",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCoreDataInternal",
      "path" : "Sources/EmbraceCoreDataInternal",
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceMacros"
      ],
      "sources" : [
        "BackgroundTaskWrapper.swift",
        "CoreDataWrapper+Options.swift",
        "CoreDataWrapper.swift"
      ],
      "target_dependencies" : [
        "EmbraceCommonInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceCore",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCore",
      "path" : "Sources/EmbraceCore",
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceMacros"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/EmbraceCore/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Capture/CaptureServiceFactory.swift",
        "Capture/CaptureServices.swift",
        "Capture/MetricKit/MetricKitCrashCaptureService+Options.swift",
        "Capture/MetricKit/MetricKitCrashCaptureService.swift",
        "Capture/MetricKit/MetricKitHangCaptureService+Options.swift",
        "Capture/MetricKit/MetricKitHangCaptureService.swift",
        "Capture/Network/NetworkPayloadCapture/EncryptedNetworkPayload.swift",
        "Capture/Network/NetworkPayloadCapture/EncryptionHelper.swift",
        "Capture/Network/NetworkPayloadCapture/NetworkPayloadCaptureHandler.swift",
        "Capture/Network/NetworkPayloadCapture/URLSessionTaskCaptureRule.swift",
        "Capture/Network/URLRequest+Extension.swift",
        "Capture/Network/URLSessionCaptureService+Options.swift",
        "Capture/Network/URLSessionCaptureService.swift",
        "Capture/Network/URLSessionRequestsDataSource.swift",
        "Capture/Network/URLSessionSwizzlerProvider.swift",
        "Capture/Network/URLSessionTask+Extension.swift",
        "Capture/Network/URLSessionTaskHandler.swift",
        "Capture/OneTimeServices/AppInfoCaptureService.swift",
        "Capture/OneTimeServices/DeviceInfoCaptureService.swift",
        "Capture/PushNotifications/PushNotificationCaptureService+Options.swift",
        "Capture/PushNotifications/PushNotificationCaptureService.swift",
        "Capture/PushNotifications/UNUserNotificationCenterDelegateProxy.swift",
        "Capture/ResourceCaptureService.swift",
        "Capture/System/LowMemoryWarningCaptureService.swift",
        "Capture/System/LowPowerMode/LowPowerModeCaptureService.swift",
        "Capture/System/LowPowerMode/PowerModeProvider.swift",
        "Capture/UX/Tap/TapCaptureService+Options.swift",
        "Capture/UX/Tap/TapCaptureService.swift",
        "Capture/UX/Tap/TapCaptureServiceDelegate.swift",
        "Capture/UX/View/Protocols/CaptureServices+UIViewController.swift",
        "Capture/UX/View/Protocols/EmbraceViewControllerCustomization.swift",
        "Capture/UX/View/Protocols/InstrumentableViewController.swift",
        "Capture/UX/View/Protocols/InteractableViewController.swift",
        "Capture/UX/View/UIViewController+Embrace.swift",
        "Capture/UX/View/UIViewControllerHandler.swift",
        "Capture/UX/View/ViewCaptureService+Options.swift",
        "Capture/UX/View/ViewCaptureService.swift",
        "Capture/UX/View/ViewCaptureServiceError.swift",
        "Capture/UX/View/ViewCaptureServiceSwizzleCache.swift",
        "Capture/UX/View/ViewInstrumentationState.swift",
        "Capture/WebView/WKWebView+Embrace.swift",
        "Capture/WebView/WebViewCaptureService+Options.swift",
        "Capture/WebView/WebViewCaptureService.swift",
        "Embrace.swift",
        "ErrorManagement/EmbraceSetupError.swift",
        "ExampleCrash/CrashHelper.swift",
        "FileSystem/EmbraceFilePathProvider.swift",
        "FileSystem/EmbraceFileSystem.swift",
        "Internal/Embrace+Config.swift",
        "Internal/Embrace+EmbraceMetricKitStateProvider.swift",
        "Internal/Embrace+EmbraceSDKStateProvider.swift",
        "Internal/Embrace+Setup.swift",
        "Internal/EmbraceMeta+UserAgent.swift",
        "Internal/Identifiers/DeviceIdentifier+Persistence.swift",
        "Internal/Logs/DefaultEmbraceLogSharedState.swift",
        "Internal/Logs/DefaultEmbraceLoggerConfig.swift",
        "Internal/Logs/EmbraceLogAttributesBuilder.swift",
        "Internal/Logs/Exporter/DefaultLogBatcher.swift",
        "Internal/Logs/Exporter/LogBatch.swift",
        "Internal/Logs/Exporter/LogBatchLimits.swift",
        "Internal/Logs/Exporter/StorageEmbraceLogExporter.swift",
        "Internal/Logs/Exporter/Validation/Collection+LogDataValidator.swift",
        "Internal/Logs/Exporter/Validation/LogDataValidation.swift",
        "Internal/Logs/Exporter/Validation/LogDataValidator.swift",
        "Internal/Logs/Exporter/Validation/Validators/LengthOfBodyValidator.swift",
        "Internal/Logs/LogController.swift",
        "Internal/Logs/Loggers/BaseInternalLogger.swift",
        "Internal/Logs/Loggers/DefaultInternalLogger.swift",
        "Internal/MetricKit/MetricKitCrashPayloadProvider.swift",
        "Internal/MetricKit/MetricKitHandler.swift",
        "Internal/ProcessMetadata.swift",
        "Internal/ResourceKeys/AppResourceKey.swift",
        "Internal/ResourceKeys/DeviceResourceKey.swift",
        "Internal/ResourceKeys/UserResourceKey.swift",
        "Internal/ResourceStorageExporter/ResourceStorageExporter.swift",
        "Internal/SpanStorageExporter/Validation/SpanDataValidation.swift",
        "Internal/SpanStorageExporter/Validation/SpanDataValidator.swift",
        "Internal/SpanStorageExporter/Validation/Validators/Collection+SpanDataValidator.swift",
        "Internal/SpanStorageExporter/Validation/Validators/LengthOfNameValidator.swift",
        "Internal/SpanStorageExporter/Validation/Validators/WhitespaceSpanNameValidator.swift",
        "Internal/Startup/DefaultStartupDataProvider.swift",
        "Internal/Startup/StartupDataProvider.swift",
        "Internal/Startup/StartupInstrumentation.swift",
        "Internal/Tracing/EmbraceSpanProcessor+Setup.swift",
        "Internal/Tracing/StorageSpanExporter+Options.swift",
        "Internal/Tracing/StorageSpanExporter.swift",
        "Options/Embrace+Endpoints.swift",
        "Options/Embrace+Options.swift",
        "Options/Platform.swift",
        "Payload/AppInfoPayload.swift",
        "Payload/Attribute.swift",
        "Payload/Builders/LogPayloadBuilder.swift",
        "Payload/Builders/SessionPayloadBuilder.swift",
        "Payload/Builders/SpansPayloadBuilder.swift",
        "Payload/LogPayload.swift",
        "Payload/MetadataPayload.swift",
        "Payload/PayloadEnvelope.swift",
        "Payload/ResourcePayload.swift",
        "Payload/Spans/SpanEventPayload.swift",
        "Payload/Spans/SpanLinkPayload.swift",
        "Payload/Spans/SpanPayload.swift",
        "Payload/Utils/PayloadUtils.swift",
        "Public/Embrace+CrashHelper.swift",
        "Public/Embrace+CrashReporter.swift",
        "Public/Embrace+OTel.swift",
        "Public/EmbraceSDKState.swift",
        "Public/Events/Breadcrumb.swift",
        "Public/LastRunEndState.swift",
        "Public/LogLevel.swift",
        "Public/Metadata/MetadataError.swift",
        "Public/Metadata/MetadataHandler+Personas.swift",
        "Public/Metadata/MetadataHandler+User.swift",
        "Public/Metadata/MetadataHandler.swift",
        "Public/Metadata/MetadataRecordTmp.swift",
        "Public/Metadata/PersonaTag.swift",
        "Public/OpenTelemetryExport.swift",
        "Public/OpenTelemetryProcessor.swift",
        "Public/PushNotifications/PushNotificationError.swift",
        "Public/PushNotifications/PushNotificationEvent.swift",
        "Public/Startup/StartupInstrumentation+Customization.swift",
        "Session/DataRecovery/UnsentDataHandler.swift",
        "Session/Lifecycle/Implementations/ManualSessionLifecycle.swift",
        "Session/Lifecycle/Implementations/iOSSessionLifecycle.swift",
        "Session/Lifecycle/SessionLifecycle.swift",
        "Session/SessionControllable.swift",
        "Session/SessionController.swift",
        "Session/SessionHeartbeat.swift",
        "Session/SessionSpanUtils.swift",
        "SwiftUI/EmbraceTraceView.swift",
        "SwiftUI/EmbraceTraceViewModifier.swift",
        "SwiftUI/Internal/EmbraceTraceViewContext.swift",
        "SwiftUI/Internal/EmbraceTraceViewLogger.swift",
        "SwiftUI/Internal/EmbraceTraceViewState.swift",
        "Utils/CGPoint+toString.swift",
        "Utils/Data+Gzip.swift",
        "Utils/Encodable+JSON.swift",
        "Utils/KeychainAccess.swift",
        "Utils/KeychainInterface.swift",
        "Utils/NSObject+Embrace.swift",
        "Utils/ProcessInfo+Embrace.swift",
        "Utils/URL+Embrace.swift",
        "Utils/W3C/W3C+TraceParent.swift",
        "Utils/W3C/W3C.swift"
      ],
      "target_dependencies" : [
        "EmbraceCaptureService",
        "EmbraceCommonInternal",
        "EmbraceConfigInternal",
        "EmbraceConfiguration",
        "EmbraceOTelInternal",
        "EmbraceStorageInternal",
        "EmbraceUploadInternal",
        "EmbraceObjCUtilsInternal",
        "EmbraceSemantics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceConfigurationTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceConfigurationTests",
      "path" : "Tests/EmbraceConfigurationTests",
      "sources" : [
        "EmbraceConfigurable/DefaultConfigTests.swift",
        "InternalLogLimitsTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceConfiguration"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceConfiguration",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceConfiguration",
      "path" : "Sources/EmbraceConfiguration",
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceMacros"
      ],
      "sources" : [
        "EmbraceConfigurable.swift",
        "EmbraceConfigurable/DefaultConfig.swift",
        "InternalLogLimits.swift",
        "NetworkPayloadCaptureRule.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceConfigInternalTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceConfigInternalTests",
      "path" : "Tests/EmbraceConfigInternalTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/EmbraceConfigInternalTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "EmbraceConfigTests.swift",
        "EmbraceConfigurable/RemoteConfig/RemoteConfigFetcherTests.swift",
        "EmbraceConfigurable/RemoteConfig/RemoteConfigPayloadTests.swift",
        "EmbraceConfigurable/RemoteConfigTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceConfigInternal",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceConfigInternal",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceConfigInternal",
      "path" : "Sources/EmbraceConfigInternal",
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceMacros"
      ],
      "sources" : [
        "EmbraceConfig+Options.swift",
        "EmbraceConfig.swift",
        "EmbraceConfigurable/RemoteConfig.swift",
        "EmbraceConfigurable/RemoteConfig/RemoteConfig+Options.swift",
        "EmbraceConfigurable/RemoteConfig/RemoteConfigFetcher.swift",
        "EmbraceConfigurable/RemoteConfig/RemoteConfigPayload.swift"
      ],
      "target_dependencies" : [
        "EmbraceCommonInternal",
        "EmbraceConfiguration"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceCommonInternalTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCommonInternalTests",
      "path" : "Tests/EmbraceCommonInternalTests",
      "sources" : [
        "Identifiers/LogIdentfierTests.swift",
        "Identifiers/ProcessIdentifierTests.swift",
        "Identifiers/SessionIdentifierTests.swift",
        "Identifiers/UUID+WithoutHyphenTests.swift",
        "Locks/EmbraceMutexTests.swift",
        "Locks/ThreadSafeTests.swift",
        "LogType/LogTypeDeclarationTests.swift",
        "LogType/LogTypeTests.swift",
        "Models/EmbraceStackTraceTests.swift",
        "Models/LogSeverityTests.swift",
        "SpanType/SpanTypeTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceCommonInternal",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceCommonInternal",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCommonInternal",
      "path" : "Sources/EmbraceCommonInternal",
      "product_dependencies" : [
        "OpenTelemetrySdk"
      ],
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceCrash",
        "EmbraceCrashlyticsSupport",
        "EmbraceSemantics",
        "EmbraceMacros"
      ],
      "sources" : [
        "CrashReporter/CrashReporter.swift",
        "CrashReporter/CrashReporterContext.swift",
        "CrashReporter/CrashSignal.swift",
        "EmbraceMeta.swift",
        "EmbraceType/EmbraceType.swift",
        "EmbraceType/LogType.swift",
        "EmbraceType/SpanEventType.swift",
        "EmbraceType/SpanType+Declarations.swift",
        "EmbraceType/SpanType.swift",
        "Error Management/EmbraceStackTraceError.swift",
        "Error Management/EmbraceSwizzableError.swift",
        "Extensions/Date.swift",
        "Extensions/ProcessInfo.swift",
        "Identifiers/DeviceIdentifier.swift",
        "Identifiers/LogIdentifier.swift",
        "Identifiers/ProcessIdentifier.swift",
        "Identifiers/SessionIdentifier.swift",
        "Identifiers/UUID+WithoutHyphen.swift",
        "InternalLogger.swift",
        "Locks/EmbraceMutex.swift",
        "Locks/UnfairLock.swift",
        "Models/EmbraceStackTrace.swift",
        "Models/LogSeverity.swift",
        "Models/SessionState.swift",
        "Models/StackTraceBehavior.swift",
        "PropertyWrappers/ThreadSafe.swift",
        "Protocols/DispatchableQueue.swift",
        "Protocols/EmbraceMetricKitStateProvider.swift",
        "Protocols/EmbraceSDKStateProvider.swift",
        "Protocols/FilePathProvider.swift",
        "Storage/Model/EmbraceLog.swift",
        "Storage/Model/EmbraceLogAttribute.swift",
        "Storage/Model/EmbraceMetadata.swift",
        "Storage/Model/EmbraceSession.swift",
        "Storage/Model/EmbraceSpan.swift",
        "Storage/StorageMechanism.swift",
        "Swizzling/EmbraceSwizzler.swift",
        "Swizzling/Swizzlable.swift",
        "Swizzling/SwizzleCache.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceCaptureServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCaptureServiceTests",
      "path" : "Tests/EmbraceCaptureServiceTests",
      "sources" : [
        "CaptureServiceTests.swift"
      ],
      "target_dependencies" : [
        "EmbraceCaptureService",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbraceCaptureService",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCaptureService",
      "path" : "Sources/EmbraceCaptureService",
      "product_dependencies" : [
        "OpenTelemetrySdk"
      ],
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore",
        "EmbraceMacros"
      ],
      "sources" : [
        "CaptureService.swift",
        "CaptureServiceState.swift"
      ],
      "target_dependencies" : [
        "EmbraceOTelInternal"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/open-telemetry/opentelemetry-swift
Fetching https://github.com/swiftlang/swift-syntax.git
[1/16920] Fetching opentelemetry-swift
[16921/87887] Fetching opentelemetry-swift, swift-syntax
Fetching https://github.com/kstenerud/KSCrash
Fetched https://github.com/open-telemetry/opentelemetry-swift from cache (1.18s)
[7097/70967] Fetching swift-syntax
[14905/87301] Fetching swift-syntax, kscrash
Fetched https://github.com/kstenerud/KSCrash from cache (1.81s)
[58193/70967] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.13s)
Computing version for https://github.com/open-telemetry/opentelemetry-swift
Computed https://github.com/open-telemetry/opentelemetry-swift at 1.16.1 (9.26s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-atomics.git
[1/3836] Fetching swift-log
[3531/6048] Fetching swift-log, swift-metrics
[4037/7851] Fetching swift-log, swift-metrics, swift-atomics
[6933/84193] Fetching swift-log, swift-metrics, swift-atomics, swift-nio
[7259/135463] Fetching swift-log, swift-metrics, swift-atomics, swift-nio, grpc-swift
Fetched https://github.com/apple/swift-atomics.git from cache (0.92s)
[13717/133660] Fetching swift-log, swift-metrics, swift-nio, grpc-swift
[34888/173178] Fetching swift-log, swift-metrics, swift-nio, grpc-swift, swift-protobuf
Fetched https://github.com/grpc/grpc-swift.git from cache (4.56s)
[96815/121908] Fetching swift-log, swift-metrics, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-log.git from cache (13.51s)
Fetched https://github.com/apple/swift-metrics.git from cache (13.51s)
Fetched https://github.com/apple/swift-protobuf.git from cache (13.58s)
Fetched https://github.com/apple/swift-nio.git from cache (13.63s)
Computing version for https://github.com/kstenerud/KSCrash
Computed https://github.com/kstenerud/KSCrash at 2.2.0 (14.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.87s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.76s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (1.01s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (0.68s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/6014] Fetching swift-nio-extras
[1926/8687] Fetching swift-nio-extras, swift-nio-transport-services
[6811/25402] Fetching swift-nio-extras, swift-nio-transport-services, swift-collections
[8309/36935] Fetching swift-nio-extras, swift-nio-transport-services, swift-collections, swift-nio-http2
[14904/51831] Fetching swift-nio-extras, swift-nio-transport-services, swift-collections, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.49s)
[14038/49158] Fetching swift-nio-extras, swift-collections, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.81s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.82s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.83s)
Fetched https://github.com/apple/swift-collections.git from cache (1.83s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (2.28s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.67s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.91s)
Fetching https://github.com/apple/swift-system.git
[1/4443] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.41s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 509.1.1 (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.57s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.52s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1169] Fetching swift-http-structured-headers
[282/3595] Fetching swift-http-structured-headers, swift-service-lifecycle
[3257/5211] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1
[3322/11415] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-certificates
[7301/16400] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-certificates, swift-async-algorithms
[11470/22359] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-certificates, swift-async-algorithms, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.41s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.41s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.44s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.50s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.09s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.51s)
Fetching https://github.com/apple/swift-crypto.git
[1/15488] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.81s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.39s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.17s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.07s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.49s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.82s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.85s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.76s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/open-telemetry/opentelemetry-swift
Working copy of https://github.com/open-telemetry/opentelemetry-swift resolved at 1.16.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/kstenerud/KSCrash
Working copy of https://github.com/kstenerud/KSCrash resolved at 2.2.0
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GRPCSwiftPlugin
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBRURLSessionTaskHeaderInjector.m:6:
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/include/EMBRURLSessionTaskHeaderInjector.h:6:9: fatal error: 'Foundation/Foundation.h' file not found
    6 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/142] Compiling EMBRURLSessionTaskHeaderInjector.m
[2/142] Compiling EMBDevice.m
In file included from /host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBURLSessionDelegateForwarder.m:6:
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/include/EMBURLSessionDelegateForwarder.h:6:9: fatal error: 'Foundation/Foundation.h' file not found
    6 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/142] Compiling EMBURLSessionDelegateForwarder.m
[2/142] Compiling EMBDisplayLinkProxy.m
In file included from /host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBStackTraceProccessor.m:5:
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/include/EMBStackTraceProccessor.h:6:9: fatal error: 'Foundation/Foundation.h' file not found
    6 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/142] Compiling EMBStackTraceProccessor.m
In file included from /host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBStartupTracker.m:5:
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/include/EMBStartupTracker.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/142] Compiling EMBStartupTracker.m
In file included from /host/spi-builder-workspace/Tests/TestSupport/Objc/source/URLSessionDelegateImplementerButWithoutConforming.m:5:
/host/spi-builder-workspace/Tests/TestSupport/Objc/include/URLSessionDelegateImplementerButWithoutConforming.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBLoaderClass.m:5:9: fatal error: 'QuartzCore/QuartzCore.h' file not found
    5 | #import <QuartzCore/QuartzCore.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[2/142] Compiling EMBLoaderClass.m
[2/142] Compiling URLSessionDelegateImplementerButWithoutConforming.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GRPCSwiftPlugin
Building for debugging...
[2/142] Write sources
[2/142] Copying PrivacyInfo.xcprivacy
[3/142] Write sources
[23/142] Compiling EMBWKNavigationDelegateProxy.m
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBURLSessionDelegateProxy+FRPPatch.m:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[24/142] Compiling EMBURLSessionDelegateProxy+FRPPatch.m
[24/142] Compiling EMBStackTraceProccessor.m
In file included from /host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBURLSessionDelegateProxy.m:5:
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/include/EMBURLSessionDelegateProxy.h:6:9: fatal error: 'Foundation/Foundation.h' file not found
    6 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[24/142] Compiling EMBURLSessionDelegateProxy.m
[24/142] Compiling _AtomicsShims.c
In file included from /host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBURLSessionDelegateProxyFunctions.m:4:
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/include/EMBURLSessionDelegateProxy.h:6:9: fatal error: 'Foundation/Foundation.h' file not found
    6 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[24/142] Compiling EMBURLSessionDelegateProxyFunctions.m
In file included from /host/spi-builder-workspace/Tests/TestSupport/Objc/source/URLSessionDelegateImplementerButWithoutConforming.m:5:
/host/spi-builder-workspace/Tests/TestSupport/Objc/include/URLSessionDelegateImplementerButWithoutConforming.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[24/142] Compiling URLSessionDelegateImplementerButWithoutConforming.m
In file included from /host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBURLSessionDelegateForwarder.m:6:
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/include/EMBURLSessionDelegateForwarder.h:6:9: fatal error: 'Foundation/Foundation.h' file not found
    6 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBStartupTracker.m:5:
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/include/EMBStartupTracker.h:5:9: fatal error: 'Foundation/Foundation.h' file not found
    5 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[24/142] Compiling EMBStartupTracker.m
[24/142] Compiling EMBURLSessionDelegateForwarder.m
BUILD FAILURE 6.1 android