Build Information
Failed to build Sentry, reference 9.1.0 (0041fe), with Swift 6.1 for Linux on 10 Dec 2025 19:17:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getsentry/sentry-cocoa.git
Reference: 9.1.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/getsentry/sentry-cocoa
* tag 9.1.0 -> FETCH_HEAD
HEAD is now at 0041fe6 release: 9.1.0
Cloned https://github.com/getsentry/sentry-cocoa.git
Revision (git rev-parse @):
0041fe6374a0557747d3c7f19888510a30684dfa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/getsentry/sentry-cocoa.git at 9.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/getsentry/sentry-cocoa.git
https://github.com/getsentry/sentry-cocoa.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++14",
"dependencies" : [
],
"manifest_display_name" : "Sentry",
"name" : "Sentry",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Sentry",
"targets" : [
"Sentry",
"SentryCppHelper"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Sentry-Dynamic",
"targets" : [
"Sentry-Dynamic"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Sentry-Dynamic-WithARM64e",
"targets" : [
"Sentry-Dynamic-WithARM64e"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Sentry-WithoutUIKitOrAppKit",
"targets" : [
"Sentry-WithoutUIKitOrAppKit",
"SentryCppHelper"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Sentry-WithoutUIKitOrAppKit-WithARM64e",
"targets" : [
"Sentry-WithoutUIKitOrAppKit-WithARM64e",
"SentryCppHelper"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SentrySwiftUI",
"targets" : [
"Sentry",
"SentrySwiftUI",
"SentryCppHelper"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SentryDistribution",
"targets" : [
"SentryDistribution"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SentrySPM",
"targets" : [
"SentryObjc"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "_SentryPrivate",
"module_type" : "ClangTarget",
"name" : "_SentryPrivate",
"path" : "Sources/Sentry",
"product_memberships" : [
"SentrySPM"
],
"sources" : [
"SentryDummyPrivateEmptyClass.m"
],
"target_dependencies" : [
"SentryHeaders"
],
"type" : "library"
},
{
"c99name" : "SentrySwiftUI",
"module_type" : "SwiftTarget",
"name" : "SentrySwiftUI",
"path" : "Sources/SentrySwiftUI",
"product_memberships" : [
"SentrySwiftUI"
],
"sources" : [
"Preview/PreviewRedactOptions.swift",
"Preview/SentryReplayMaskPreview.swift",
"Preview/SentryReplayMaskPreviewUIView.swift",
"SentryReplayView.swift",
"SentrySpanOperation.swift",
"SentryTraceOrigin.swift",
"SentryTracedView.swift"
],
"target_dependencies" : [
"Sentry",
"SentryInternal"
],
"type" : "library"
},
{
"c99name" : "SentrySwift",
"module_type" : "SwiftTarget",
"name" : "SentrySwift",
"path" : "Sources/Swift",
"product_memberships" : [
"SentrySPM"
],
"sources" : [
"AppState/SentryAppState.swift",
"AppState/SentryAppStateManager.swift",
"Core/Extensions/Locks.swift",
"Core/Extensions/NumberExtensions.swift",
"Core/Extensions/StringExtensions.swift",
"Core/Extensions/UIViewExtensions.swift",
"Core/Helper/Log/SentryLevel.swift",
"Core/Helper/SentryBaggageSerialization.swift",
"Core/Helper/SentryBinaryImageCache.swift",
"Core/Helper/SentryCurrentDateProvider.swift",
"Core/Helper/SentryExtraPackages.swift",
"Core/Helper/SentryFileContents.swift",
"Core/Helper/SentryInAppLogic.swift",
"Core/Helper/SentryUIDeviceWrapper.swift",
"Core/Integrations/ANR/SentryANRTracker.swift",
"Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift",
"Core/Integrations/ANR/SentryANRType.swift",
"Core/Integrations/FramesTracking/SentryDelayedFramesTrackerWrapper.swift",
"Core/Integrations/FramesTracking/SentryFramesDelayResult.swift",
"Core/Integrations/FramesTracking/SentryFramesTracker.swift",
"Core/Integrations/FramesTracking/SentryScreenFrames.swift",
"Core/Integrations/Integrations.swift",
"Core/Integrations/Performance/SentryProfileOptions.swift",
"Core/Integrations/Performance/SentryTransactionNameSource.swift",
"Core/Integrations/Performance/SwizzleClassNameExclude.swift",
"Core/MetricKit/SentryMXCallStackTree.swift",
"Core/MetricKit/SentryMXManager.swift",
"Core/Protocol/SentryRedactOptions.swift",
"Core/Protocol/SentryViewControllerBreadcrumbTracking.swift",
"Core/SwiftDescriptor.swift",
"Core/Tools/HTTPHeaderSanitizer.swift",
"Core/Tools/SentrySDKLog.swift",
"Core/Tools/UIImageHelper.swift",
"Core/Tools/URLSessionTaskHelper.swift",
"Core/Tools/UrlSanitized.swift",
"Core/Tools/ViewCapture/SentryDefaultMaskRenderer.swift",
"Core/Tools/ViewCapture/SentryDefaultViewRenderer.swift",
"Core/Tools/ViewCapture/SentryGraphicsImageRenderer.swift",
"Core/Tools/ViewCapture/SentryMaskRenderer.swift",
"Core/Tools/ViewCapture/SentryMaskRendererV2.swift",
"Core/Tools/ViewCapture/SentryRedactRegion.swift",
"Core/Tools/ViewCapture/SentryRedactRegionType.swift",
"Core/Tools/ViewCapture/SentryRedactViewHelper.swift",
"Core/Tools/ViewCapture/SentryScreenshotSource.swift",
"Core/Tools/ViewCapture/SentryUIRedactBuilder.swift",
"Core/Tools/ViewCapture/SentryViewPhotographer.swift",
"Core/Tools/ViewCapture/SentryViewRenderer.swift",
"Core/Tools/ViewCapture/SentryViewRendererV2.swift",
"Core/Tools/ViewCapture/SentryViewScreenshotProvider.swift",
"Exports.swift",
"Helper/Dependencies.swift",
"Helper/InfoPlist/SentryInfoPlistError.swift",
"Helper/InfoPlist/SentryInfoPlistKey.swift",
"Helper/InfoPlist/SentryInfoPlistWrapper.swift",
"Helper/InfoPlist/SentryInfoPlistWrapperProvider.swift",
"Helper/InfoPlist/SentryXcodeVersion.swift",
"Helper/SentryApplication.swift",
"Helper/SentryApplicationExtensions.swift",
"Helper/SentryDateUtil.swift",
"Helper/SentryDefaultObjCRuntimeWrapper.swift",
"Helper/SentryDispatchQueueWrapper.swift",
"Helper/SentryDispatchSourceWrapper.swift",
"Helper/SentryEnabledFeaturesBuilder.swift",
"Helper/SentryEnvelopeItemType.swift",
"Helper/SentryExtensionDetector.swift",
"Helper/SentryExtensionType.swift",
"Helper/SentryExtraContextProvider.swift",
"Helper/SentryFileManager.swift",
"Helper/SentryIconography.swift",
"Helper/SentryMigrateSessionInit.swift",
"Helper/SentryMobileProvisionParser.swift",
"Helper/SentryNSNotificationCenterWrapper.swift",
"Helper/SentryNSTimerFactory.swift",
"Helper/SentryObjCRuntimeWrapper.swift",
"Helper/SentryProcessInfo.swift",
"Helper/SentryRandom.swift",
"Helper/SentrySDK.swift",
"Helper/SentrySdkInfo.swift",
"Helper/SentrySdkPackage.swift",
"Helper/SentrySerializationSwift.swift",
"Helper/SentrySwizzleWrapper.swift",
"Helper/SentrySysctl.swift",
"Helper/SentryThreadWrapper.swift",
"Helper/ThreadSafeApplication.swift",
"Integrations/Log/FlushLogsIntegration.swift",
"Integrations/Performance/IO/Data+SentryTracing.swift",
"Integrations/Performance/IO/FileManager+SentryTracing.swift",
"Integrations/Performance/IO/SentryFileIOTracker+SwiftHelpers.swift",
"Integrations/Performance/IO/SentryFileIOTracker.swift",
"Integrations/Performance/SentryDisplayLinkWrapper.swift",
"Integrations/Performance/SentryUIViewControllerPerformanceTracker.swift",
"Integrations/Screenshot/SentryScreenshotOptions.swift",
"Integrations/SentryGlobalEventProcessor.swift",
"Integrations/Session/SentryAutoSessionTrackingIntegration.swift",
"Integrations/Session/SessionTracker.swift",
"Integrations/SessionReplay/Preview/SentryMaskingPreviewView.swift",
"Integrations/SessionReplay/RRWeb/SentryRRWebBreadcrumbEvent.swift",
"Integrations/SessionReplay/RRWeb/SentryRRWebCustomEvent.swift",
"Integrations/SessionReplay/RRWeb/SentryRRWebEvent.swift",
"Integrations/SessionReplay/RRWeb/SentryRRWebMetaEvent.swift",
"Integrations/SessionReplay/RRWeb/SentryRRWebOptionsEvent.swift",
"Integrations/SessionReplay/RRWeb/SentryRRWebSpanEvent.swift",
"Integrations/SessionReplay/RRWeb/SentryRRWebTouchEvent.swift",
"Integrations/SessionReplay/RRWeb/SentryRRWebVideoEvent.swift",
"Integrations/SessionReplay/SentryOnDemandReplay.swift",
"Integrations/SessionReplay/SentryOnDemandReplayError.swift",
"Integrations/SessionReplay/SentryPixelBuffer.swift",
"Integrations/SessionReplay/SentryRenderVideoResult.swift",
"Integrations/SessionReplay/SentryReplayEvent.swift",
"Integrations/SessionReplay/SentryReplayFrame.swift",
"Integrations/SessionReplay/SentryReplayOptions.swift",
"Integrations/SessionReplay/SentryReplayRecording.swift",
"Integrations/SessionReplay/SentryReplayType.swift",
"Integrations/SessionReplay/SentryReplayVideoMaker.swift",
"Integrations/SessionReplay/SentrySRDefaultBreadcrumbConverter.swift",
"Integrations/SessionReplay/SentrySessionReplay.swift",
"Integrations/SessionReplay/SentrySessionReplayDelegate.swift",
"Integrations/SessionReplay/SentrySessionReplayEnvironmentChecker.swift",
"Integrations/SessionReplay/SentrySessionReplayEnvironmentCheckerProvider.swift",
"Integrations/SessionReplay/SentryTouchTracker.swift",
"Integrations/SessionReplay/SentryVideoFrameProcessor.swift",
"Integrations/SessionReplay/SentryVideoInfo.swift",
"Integrations/SwiftAsyncIntegration.swift",
"Integrations/UserFeedback/Configuration/SentryUserFeedbackConfiguration.swift",
"Integrations/UserFeedback/Configuration/SentryUserFeedbackFormConfiguration.swift",
"Integrations/UserFeedback/Configuration/SentryUserFeedbackThemeConfiguration.swift",
"Integrations/UserFeedback/Configuration/SentryUserFeedbackWidgetConfiguration.swift",
"Integrations/UserFeedback/SentryFeedback.swift",
"Integrations/UserFeedback/SentryFeedbackAPI.swift",
"Integrations/UserFeedback/SentryUserFeedbackFormController.swift",
"Integrations/UserFeedback/SentryUserFeedbackFormViewModel.swift",
"Integrations/UserFeedback/SentryUserFeedbackIntegrationDriver.swift",
"Integrations/UserFeedback/SentryUserFeedbackWidget.swift",
"Integrations/UserFeedback/SentryUserFeedbackWidgetButtonMegaphoneIconView.swift",
"Integrations/UserFeedback/SentryUserFeedbackWidgetButtonView.swift",
"Integrations/UserFeedback/UserFeedbackIntegration.swift",
"Integrations/WatchdogTerminations/Processors/SentryWatchdogTerminationAttributesProcessor.swift",
"Integrations/WatchdogTerminations/SentryWatchdogTerminationScopeObserver.swift",
"Networking/DefaultRateLimits.swift",
"Networking/HttpDateParser.swift",
"Networking/RateLimitParser.swift",
"Networking/RateLimits.swift",
"Networking/RetryAfterHeaderParser.swift",
"Networking/SentryNSURLRequestBuilder.swift",
"Networking/SentryReachability.swift",
"Options.swift",
"Persistence/SentryScopePersistentStore+Context.swift",
"Persistence/SentryScopePersistentStore+Extras.swift",
"Persistence/SentryScopePersistentStore+Fingerprint.swift",
"Persistence/SentryScopePersistentStore+Helper.swift",
"Persistence/SentryScopePersistentStore+String.swift",
"Persistence/SentryScopePersistentStore+Tags.swift",
"Persistence/SentryScopePersistentStore+User.swift",
"Persistence/SentryScopePersistentStore.swift",
"Protocol/Codable/DecodeArbitraryData.swift",
"Protocol/Codable/NSNumberDecodableWrapper.swift",
"Protocol/Codable/SentryBreadcrumbCodable.swift",
"Protocol/Codable/SentryCodable.swift",
"Protocol/Codable/SentryDebugMetaCodable.swift",
"Protocol/Codable/SentryEventCodable.swift",
"Protocol/Codable/SentryEventDecoder.swift",
"Protocol/Codable/SentryExceptionCodable.swift",
"Protocol/Codable/SentryFrameCodable.swift",
"Protocol/Codable/SentryGeoCodable.swift",
"Protocol/Codable/SentryMechanismCodable.swift",
"Protocol/Codable/SentryMechanismContextCodable.swift",
"Protocol/Codable/SentryMessage.swift",
"Protocol/Codable/SentryNSErrorCodable.swift",
"Protocol/Codable/SentryRequestCodable.swift",
"Protocol/Codable/SentryStacktraceCodable.swift",
"Protocol/Codable/SentryThreadCodable.swift",
"Protocol/Codable/SentryUserCodable.swift",
"Protocol/SentryFileManagerProtocol.swift",
"Protocol/SentryLog.swift",
"Protocol/SentryLogAttribute.swift",
"Protocol/SentryLogLevel.swift",
"Protocol/SentryLogMessage.swift",
"Protocol/SentrySDKSettings.swift",
"SentryClient.swift",
"SentryCrash/SentryCrashSwift.swift",
"SentryCrash/SentryCrashWrapper.swift",
"SentryCrash/SentryDebugImageProvider.swift",
"SentryCrash/SentryFrameRemover.swift",
"SentryCrash/SentryThreadInspecting.swift",
"SentryCrash/SentryThreadInspector.swift",
"SentryDependencyContainer.swift",
"SentryDsn.swift",
"SentryExperimentalOptions.swift",
"SentryHub.swift",
"SentrySession.swift",
"State/SentryScopeObserver.swift",
"Tools/LoadValidator.swift",
"Tools/SentryClientReport.swift",
"Tools/SentryDiscardedEvent.swift",
"Tools/SentryDispatchFactory.swift",
"Tools/SentryEnvelope.swift",
"Tools/SentryEnvelopeHeader.swift",
"Tools/SentryEnvelopeItem.swift",
"Tools/SentryLogBatcher.swift",
"Tools/SentryLogger.swift",
"Tools/SentrySDKLog+Configure.swift",
"Tools/SentryURLRequestFactory.swift",
"Tools/SentryViewHierarchyProvider.swift",
"Transaction/SentryMeasurementValue.swift"
],
"target_dependencies" : [
"_SentryPrivate",
"SentryHeaders"
],
"type" : "library"
},
{
"c99name" : "SentryObjc",
"module_type" : "ClangTarget",
"name" : "SentryObjc",
"path" : "Sources",
"product_memberships" : [
"SentrySPM"
],
"sources" : [
"Sentry/NSLocale+Sentry.m",
"Sentry/NSMutableDictionary+Sentry.m",
"Sentry/PrivateSentrySDKOnly.m",
"Sentry/Processors/SentryWatchdogTerminationBreadcrumbProcessor.m",
"Sentry/Profiling/SentryContinuousProfiler.mm",
"Sentry/Profiling/SentryLaunchProfiling.m",
"Sentry/Profiling/SentryProfileConfiguration.m",
"Sentry/Profiling/SentryProfiledTracerConcurrency.mm",
"Sentry/Profiling/SentryProfilerSerialization.m",
"Sentry/Profiling/SentryProfilerState.mm",
"Sentry/Profiling/SentryProfilerTestHelpers.m",
"Sentry/Profiling/SentryProfilingScreenFramesHelper.m",
"Sentry/Profiling/SentryProfilingSwiftHelpers.m",
"Sentry/Profiling/SentrySample.m",
"Sentry/Profiling/SentryTraceProfiler.mm",
"Sentry/SentryANRStoppedResultInternal.m",
"Sentry/SentryANRTrackerV1.m",
"Sentry/SentryANRTrackerV2.m",
"Sentry/SentryANRTrackingIntegration.m",
"Sentry/SentryAppStartMeasurement.m",
"Sentry/SentryAppStartTracker.m",
"Sentry/SentryAppStartTrackingIntegration.m",
"Sentry/SentryArray.m",
"Sentry/SentryAsyncLog.m",
"Sentry/SentryAsyncSafeLog.c",
"Sentry/SentryAsynchronousOperation.m",
"Sentry/SentryAttachment.m",
"Sentry/SentryAutoBreadcrumbTrackingIntegration.m",
"Sentry/SentryBacktrace.cpp",
"Sentry/SentryBaggage.m",
"Sentry/SentryBaseIntegration.m",
"Sentry/SentryBreadcrumb.m",
"Sentry/SentryBreadcrumbTracker.m",
"Sentry/SentryBuildAppStartSpans.m",
"Sentry/SentryByteCountFormatter.m",
"Sentry/SentryClient.m",
"Sentry/SentryConcurrentRateLimitsDictionary.m",
"Sentry/SentryCoreDataSwizzling.m",
"Sentry/SentryCoreDataTracker.m",
"Sentry/SentryCoreDataTrackingIntegration.m",
"Sentry/SentryCrashDefaultMachineContextWrapper.m",
"Sentry/SentryCrashExceptionApplication.m",
"Sentry/SentryCrashExceptionApplicationHelper.m",
"Sentry/SentryCrashInstallationReporter.m",
"Sentry/SentryCrashIntegration.m",
"Sentry/SentryCrashIntegrationSessionHandler.m",
"Sentry/SentryCrashReportConverter.m",
"Sentry/SentryCrashReportSink.m",
"Sentry/SentryCrashScopeObserver.m",
"Sentry/SentryCrashStackEntryMapper.m",
"Sentry/SentryDataCategoryMapper.m",
"Sentry/SentryDateUtils.m",
"Sentry/SentryDebugImageProviderInternal.m",
"Sentry/SentryDebugMeta.m",
"Sentry/SentryDefaultAppStateManager.m",
"Sentry/SentryDefaultThreadInspector.m",
"Sentry/SentryDefaultUIViewControllerPerformanceTracker.m",
"Sentry/SentryDelayedFrame.m",
"Sentry/SentryDelayedFramesTracker.m",
"Sentry/SentryDependencyContainerSwiftHelper.m",
"Sentry/SentryDevice.m",
"Sentry/SentryDiscardReasonMapper.m",
"Sentry/SentryEnvelopeAttachmentHeader.m",
"Sentry/SentryEnvelopeItemHeader.m",
"Sentry/SentryEnvelopeRateLimit.m",
"Sentry/SentryError.mm",
"Sentry/SentryEvent.m",
"Sentry/SentryEventSwiftHelper.m",
"Sentry/SentryException.m",
"Sentry/SentryFileIOTrackerHelper.m",
"Sentry/SentryFileIOTrackingIntegration.m",
"Sentry/SentryFileManagerHelper.m",
"Sentry/SentryFrame.m",
"Sentry/SentryFramesTrackingIntegration.m",
"Sentry/SentryGeo.m",
"Sentry/SentryHttpStatusCodeRange.m",
"Sentry/SentryHttpTransport.m",
"Sentry/SentryHub.m",
"Sentry/SentryId.m",
"Sentry/SentryInstallation.m",
"Sentry/SentryLevelMapper.m",
"Sentry/SentryLogC.m",
"Sentry/SentryMachLogging.cpp",
"Sentry/SentryMeasurementUnit.m",
"Sentry/SentryMechanism.m",
"Sentry/SentryMechanismContext.m",
"Sentry/SentryMessage.m",
"Sentry/SentryMeta.m",
"Sentry/SentryMetricKitIntegration.m",
"Sentry/SentryMetricProfiler.m",
"Sentry/SentryMsgPackSerializer.m",
"Sentry/SentryNSDataSwizzling.m",
"Sentry/SentryNSDataUtils.m",
"Sentry/SentryNSDictionarySanitize.m",
"Sentry/SentryNSError.m",
"Sentry/SentryNSFileManagerSwizzling.m",
"Sentry/SentryNSURLSessionTaskSearch.m",
"Sentry/SentryNetworkTracker.m",
"Sentry/SentryNetworkTrackingIntegration.m",
"Sentry/SentryNoOpSpan.m",
"Sentry/SentryOptionsInternal.m",
"Sentry/SentryPerformanceTracker.m",
"Sentry/SentryPerformanceTrackingIntegration.m",
"Sentry/SentryPredicateDescriptor.m",
"Sentry/SentryProfileCollector.mm",
"Sentry/SentryProfileTimeseries.m",
"Sentry/SentryProfiler.mm",
"Sentry/SentryPropagationContext.m",
"Sentry/SentryQueueableRequestManager.m",
"Sentry/SentryReplayApi.m",
"Sentry/SentryRequest.m",
"Sentry/SentryRequestOperation.m",
"Sentry/SentrySDKInternal.m",
"Sentry/SentrySampleDecision.m",
"Sentry/SentrySamplerDecision.m",
"Sentry/SentrySampling.m",
"Sentry/SentrySamplingContext.m",
"Sentry/SentrySamplingProfiler.cpp",
"Sentry/SentryScope.m",
"Sentry/SentryScopeSyncC.c",
"Sentry/SentryScreenshotIntegration.m",
"Sentry/SentrySerialization.m",
"Sentry/SentrySessionInternal.m",
"Sentry/SentrySessionReplayHybridSDK.m",
"Sentry/SentrySessionReplayIntegration.m",
"Sentry/SentrySessionReplaySyncC.c",
"Sentry/SentrySpan.m",
"Sentry/SentrySpanContext.m",
"Sentry/SentrySpanDataKey.m",
"Sentry/SentrySpanId.m",
"Sentry/SentrySpanOperation.m",
"Sentry/SentrySpanStatus.m",
"Sentry/SentrySpotlightTransport.m",
"Sentry/SentryStacktrace.m",
"Sentry/SentryStacktraceBuilder.m",
"Sentry/SentrySubClassFinder.m",
"Sentry/SentrySwizzle.m",
"Sentry/SentrySwizzleWrapperHelper.m",
"Sentry/SentrySysctlObjC.m",
"Sentry/SentrySystemEventBreadcrumbs.m",
"Sentry/SentrySystemWrapper.mm",
"Sentry/SentryThread.mm",
"Sentry/SentryThreadHandle.cpp",
"Sentry/SentryThreadMetadataCache.cpp",
"Sentry/SentryTime.mm",
"Sentry/SentryTimeToDisplayTracker.m",
"Sentry/SentryTraceContext.m",
"Sentry/SentryTraceHeader.m",
"Sentry/SentryTraceOrigin.m",
"Sentry/SentryTracePropagation.m",
"Sentry/SentryTracer.m",
"Sentry/SentryTracerConfiguration.m",
"Sentry/SentryTransaction.m",
"Sentry/SentryTransactionContext.m",
"Sentry/SentryTransportAdapter.m",
"Sentry/SentryTransportFactory.m",
"Sentry/SentryUIEventTracker.m",
"Sentry/SentryUIEventTrackerTransactionMode.m",
"Sentry/SentryUIEventTrackingIntegration.m",
"Sentry/SentryUIViewControllerSwizzling.m",
"Sentry/SentryUncaughtNSExceptions.m",
"Sentry/SentryUseNSExceptionCallstackWrapper.m",
"Sentry/SentryUser.m",
"Sentry/SentryUserAccess.m",
"Sentry/SentryViewHierarchyIntegration.m",
"Sentry/SentryViewHierarchyProviderHelper.m",
"Sentry/SentryWatchdogTerminationLogic.m",
"Sentry/SentryWatchdogTerminationTracker.m",
"Sentry/SentryWatchdogTerminationTrackingIntegration.m",
"Sentry/SentryWeakMap.m",
"Sentry/UIViewController+Sentry.m",
"Sentry/_SentryDispatchQueueWrapperInternal.m",
"SentryCrash/Installations/SentryCrashInstallation.m",
"SentryCrash/Recording/Monitors/SentryCrashMonitor.c",
"SentryCrash/Recording/Monitors/SentryCrashMonitorType.c",
"SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.c",
"SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp",
"SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c",
"SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m",
"SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.c",
"SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m",
"SentryCrash/Recording/SentryBinaryImageCacheCallbacks.m",
"SentryCrash/Recording/SentryCrash.m",
"SentryCrash/Recording/SentryCrashBinaryImageCache.c",
"SentryCrash/Recording/SentryCrashC.c",
"SentryCrash/Recording/SentryCrashCachedData.c",
"SentryCrash/Recording/SentryCrashDoctor.m",
"SentryCrash/Recording/SentryCrashReport.c",
"SentryCrash/Recording/SentryCrashReportFixer.c",
"SentryCrash/Recording/SentryCrashReportStore.c",
"SentryCrash/Recording/Tools/SentryCrashCPU.c",
"SentryCrash/Recording/Tools/SentryCrashCPU_arm.c",
"SentryCrash/Recording/Tools/SentryCrashCPU_arm64.c",
"SentryCrash/Recording/Tools/SentryCrashCPU_x86_32.c",
"SentryCrash/Recording/Tools/SentryCrashCPU_x86_64.c",
"SentryCrash/Recording/Tools/SentryCrashCxaThrowSwapper.c",
"SentryCrash/Recording/Tools/SentryCrashDate.c",
"SentryCrash/Recording/Tools/SentryCrashDebug.c",
"SentryCrash/Recording/Tools/SentryCrashDynamicLinker.c",
"SentryCrash/Recording/Tools/SentryCrashFileUtils.c",
"SentryCrash/Recording/Tools/SentryCrashID.c",
"SentryCrash/Recording/Tools/SentryCrashJSONCodec.c",
"SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.m",
"SentryCrash/Recording/Tools/SentryCrashMach-O.c",
"SentryCrash/Recording/Tools/SentryCrashMach.c",
"SentryCrash/Recording/Tools/SentryCrashMachineContext.c",
"SentryCrash/Recording/Tools/SentryCrashMemory.c",
"SentryCrash/Recording/Tools/SentryCrashNSErrorUtil.m",
"SentryCrash/Recording/Tools/SentryCrashObjC.c",
"SentryCrash/Recording/Tools/SentryCrashSignalInfo.c",
"SentryCrash/Recording/Tools/SentryCrashStackCursor.c",
"SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c",
"SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.c",
"SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.m",
"SentryCrash/Recording/Tools/SentryCrashString.c",
"SentryCrash/Recording/Tools/SentryCrashSysCtl.c",
"SentryCrash/Recording/Tools/SentryCrashThread.c",
"SentryCrash/Recording/Tools/SentryCrashUUIDConversion.c",
"SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.m",
"SentryCrash/Reporting/Filters/Tools/SentryDictionaryDeepSearch.m"
],
"target_dependencies" : [
"SentrySwift"
],
"type" : "library"
},
{
"c99name" : "SentryInternal",
"module_type" : "ClangTarget",
"name" : "SentryInternal",
"path" : "Sources/SentrySwiftUI",
"product_memberships" : [
"SentrySwiftUI"
],
"sources" : [
"SentryInternal/SentryInternal.m"
],
"type" : "library"
},
{
"c99name" : "SentryHeaders",
"module_type" : "ClangTarget",
"name" : "SentryHeaders",
"path" : "Sources/Sentry",
"product_memberships" : [
"SentrySPM"
],
"sources" : [
"SentryDummyPublicEmptyClass.m"
],
"type" : "library"
},
{
"c99name" : "SentryDistributionTests",
"module_type" : "SwiftTarget",
"name" : "SentryDistributionTests",
"path" : "Sources/SentryDistributionTests",
"sources" : [
"BinaryParserTests.swift",
"CheckForUpdateParamsTests.swift",
"DistributionReleaseInfoTests.swift",
"MockURLProtocol.swift",
"UpdaterTests.swift"
],
"target_dependencies" : [
"SentryDistribution"
],
"type" : "test"
},
{
"c99name" : "SentryDistribution",
"module_type" : "SwiftTarget",
"name" : "SentryDistribution",
"path" : "Sources/SentryDistribution",
"product_memberships" : [
"SentryDistribution"
],
"sources" : [
"Mach-O/BinaryParser.swift",
"Models/CheckForUpdateParams.swift",
"Models/ReleaseInfo.swift",
"Models/UpdateCheckResponse.swift",
"Network/URLSession+Distribute.swift",
"Updater.swift",
"Utils/Date+Parse.swift",
"Utils/Error.swift"
],
"type" : "library"
},
{
"c99name" : "SentryCppHelper",
"module_type" : "SwiftTarget",
"name" : "SentryCppHelper",
"path" : "Sources/SentryCppHelper",
"product_memberships" : [
"Sentry",
"Sentry-WithoutUIKitOrAppKit",
"Sentry-WithoutUIKitOrAppKit-WithARM64e",
"SentrySwiftUI"
],
"sources" : [
"SentryCppHelper.swift"
],
"type" : "library"
},
{
"c99name" : "Sentry_WithoutUIKitOrAppKit_WithARM64e",
"module_type" : "BinaryTarget",
"name" : "Sentry-WithoutUIKitOrAppKit-WithARM64e",
"path" : "remote/archive/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip",
"product_memberships" : [
"Sentry-WithoutUIKitOrAppKit-WithARM64e"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "Sentry_WithoutUIKitOrAppKit",
"module_type" : "BinaryTarget",
"name" : "Sentry-WithoutUIKitOrAppKit",
"path" : "remote/archive/Sentry-WithoutUIKitOrAppKit.xcframework.zip",
"product_memberships" : [
"Sentry-WithoutUIKitOrAppKit"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "Sentry_Dynamic_WithARM64e",
"module_type" : "BinaryTarget",
"name" : "Sentry-Dynamic-WithARM64e",
"path" : "remote/archive/Sentry-Dynamic-WithARM64e.xcframework.zip",
"product_memberships" : [
"Sentry-Dynamic-WithARM64e"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "Sentry_Dynamic",
"module_type" : "BinaryTarget",
"name" : "Sentry-Dynamic",
"path" : "remote/archive/Sentry-Dynamic.xcframework.zip",
"product_memberships" : [
"Sentry-Dynamic"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "Sentry",
"module_type" : "BinaryTarget",
"name" : "Sentry",
"path" : "remote/archive/Sentry.xcframework.zip",
"product_memberships" : [
"Sentry",
"SentrySwiftUI"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic-WithARM64e.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip
[16375/130609983] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic-WithARM64e.xcframework.zip
[32034/249096119] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic.xcframework.zip
[1108188/357128413] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip
[1188746/411329203] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry.xcframework.zip
[1430739/509424666] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry.xcframework.zip (11.26s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic-WithARM64e.xcframework.zip (15.30s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip (16.72s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip (17.74s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.1.0/Sentry-Dynamic.xcframework.zip (18.50s)
Building for debugging...
[0/228] Write sources
/host/spi-builder-workspace/Sources/Sentry/SentryDummyPublicEmptyClass.m:1:9: fatal error: 'Foundation/Foundation.h' file not found
1 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[4/228] Compiling SentryHeaders SentryDummyPublicEmptyClass.m
[4/228] Compiling SentryInternal.m
/host/spi-builder-workspace/Sources/Sentry/SentryDummyPrivateEmptyClass.m:1:9: fatal error: 'Foundation/Foundation.h' file not found
1 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[4/228] Compiling _SentryPrivate SentryDummyPrivateEmptyClass.m
[4/228] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
/host/spi-builder-workspace/Sources/Sentry/SentryDummyPublicEmptyClass.m:1:9: fatal error: 'Foundation/Foundation.h' file not found
1 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/224] Compiling SentryHeaders SentryDummyPublicEmptyClass.m
/host/spi-builder-workspace/Sources/Sentry/SentryDummyPrivateEmptyClass.m:1:9: fatal error: 'Foundation/Foundation.h' file not found
1 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/224] Compiling _SentryPrivate SentryDummyPrivateEmptyClass.m
[0/224] Compiling SentryInternal.m
[0/224] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux