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 6.11.0 (a6061f), with Swift 6.1 for Linux on 9 Jun 2025 17:22:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/embrace-io/embrace-apple-sdk.git
Reference: 6.11.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/embrace-io/embrace-apple-sdk
 * tag               6.11.0     -> FETCH_HEAD
HEAD is now at a6061f5 CI/CD: Bumps version to '6.11.0'
Cloned https://github.com/embrace-io/embrace-apple-sdk.git
Revision (git rev-parse @):
a6061f5fffef5ee9f6f793a64ad4bbafce8c8de8
SUCCESS checkout https://github.com/embrace-io/embrace-apple-sdk.git at 6.11.0
========================================
Build
========================================
Selected platform:         linux
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" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "2.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kstenerud/KSCrash"
    },
    {
      "identity" : "opentelemetry-swift",
      "requirement" : {
        "exact" : [
          "1.13.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/open-telemetry/opentelemetry-swift"
    }
  ],
  "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"
        ]
      }
    }
  ],
  "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",
        "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"
      ],
      "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"
      ],
      "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"
      ],
      "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"
      ],
      "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"
      ],
      "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" : "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",
        "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"
      ],
      "sources" : [
        "CoreDataWrapper+Options.swift",
        "CoreDataWrapper.swift"
      ],
      "target_dependencies" : [
        "EmbraceCommonInternal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EmbraceCore",
      "module_type" : "SwiftTarget",
      "name" : "EmbraceCore",
      "path" : "Sources/EmbraceCore",
      "product_memberships" : [
        "EmbraceIO",
        "EmbraceCore"
      ],
      "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/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",
        "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"
      ],
      "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"
      ],
      "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"
      ],
      "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"
      ],
      "sources" : [
        "CaptureService.swift",
        "CaptureServiceState.swift"
      ],
      "target_dependencies" : [
        "EmbraceOTelInternal"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kstenerud/KSCrash
Fetching https://github.com/open-telemetry/opentelemetry-swift
[1/16214] Fetching opentelemetry-swift
[7460/32479] Fetching opentelemetry-swift, kscrash
Fetched https://github.com/open-telemetry/opentelemetry-swift from cache (1.15s)
Fetched https://github.com/kstenerud/KSCrash from cache (1.16s)
Computing version for https://github.com/open-telemetry/opentelemetry-swift
Computed https://github.com/open-telemetry/opentelemetry-swift at 1.13.0 (1.74s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-nio.git
[1/2206] Fetching swift-metrics
[1171/6042] Fetching swift-metrics, swift-log
[3090/7839] Fetching swift-metrics, swift-log, swift-atomics
[7840/58945] Fetching swift-metrics, swift-log, swift-atomics, grpc-swift
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
[5027/131304] Fetching swift-metrics, swift-atomics, grpc-swift, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.59s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.59s)
[5102/127301] Fetching grpc-swift, swift-nio
[47095/166654] Fetching grpc-swift, swift-nio, swift-protobuf
Fetched https://github.com/grpc/grpc-swift.git from cache (9.34s)
Fetched https://github.com/apple/swift-nio.git from cache (9.51s)
Fetched https://github.com/apple/swift-protobuf.git from cache (11.12s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.24.2 (12.14s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5923] Fetching swift-nio-extras
[120/8590] Fetching swift-nio-extras, swift-nio-transport-services
[6400/25181] Fetching swift-nio-extras, swift-nio-transport-services, swift-collections
[9255/40024] Fetching swift-nio-extras, swift-nio-transport-services, swift-collections, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.46s)
[9085/37357] Fetching swift-nio-extras, swift-collections, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.56s)
[6078/31434] Fetching swift-collections, swift-nio-ssl
Fetched https://github.com/apple/swift-collections.git from cache (1.76s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.51s)
[1/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.40s)
Computing version for https://github.com/kstenerud/KSCrash
Computed https://github.com/kstenerud/KSCrash at 2.1.2 (4.65s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.59s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.87s)
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.43s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (3.77s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[424/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
[1767/8552] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[2950/10142] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-asn1
[5920/16101] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-asn1, swift-algorithms
[6257/22256] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (2.38s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-asn1.git from cache (3.62s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.62s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (3.67s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-algorithms.git from cache (3.67s)
Fetched https://github.com/apple/swift-certificates.git from cache (3.67s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.66s)
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 (0.74s)
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.51s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.54s)
Fetching https://github.com/apple/swift-crypto.git
[1/14671] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.77s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.51s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.51s)
Fetching https://github.com/apple/swift-numerics.git
[1/5739] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.99s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.47s)
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.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.49s)
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 (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.53s)
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.31.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-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-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-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-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-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-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/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-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/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.24.2
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/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.13.0
Creating working copy for https://github.com/kstenerud/KSCrash
Working copy of https://github.com/kstenerud/KSCrash resolved at 2.1.2
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/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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GRPCSwiftPlugin
Building for debugging...
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBLoaderClass.m:5:9: fatal error: 'QuartzCore/QuartzCore.h' file not found
    5 | #import <QuartzCore/QuartzCore.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/59] Compiling EMBLoaderClass.m
[2/59] Compiling _AtomicsShims.c
[2/59] Compiling EMBURLSessionDelegateForwarder.m
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/59] Compiling EMBRURLSessionTaskHeaderInjector.m
[2/59] Compiling EMBStartupTracker.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.
[2/59] Compiling EMBURLSessionDelegateProxy+FRPPatch.m
/host/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBDisplayLinkProxy.m:5:9: fatal error: 'UIKit/Uikit.h' file not found
    5 | #import <UIKit/Uikit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[2/59] Compiling EMBDisplayLinkProxy.m
[2/59] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GRPCSwiftPlugin
Building for debugging...
[2/59] Copying PrivacyInfo.xcprivacy
[2/59] Write sources
[2/59] Copying PrivacyInfo.xcprivacy
[2/59] Write sources
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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[11/59] Compiling EMBURLSessionDelegateProxyFunctions.m
[11/59] Compiling EMBWKNavigationDelegateProxy.m
[11/59] Compiling KSCrashMonitor_Zombie.c
[11/59] Compiling KSCrashRecording resource_bundle_accessor.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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[11/59] Compiling URLSessionDelegateImplementerButWithoutConforming.m
[11/59] Compiling EMBURLSessionDelegateProxy.m
[11/59] Compiling _AtomicsShims.c
[11/59] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux