Build Information
Failed to build Sentry, reference main (69745f), with Swift 6.2 for macOS (SPM) on 30 Apr 2026 23:22:29 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getsentry/sentry-cocoa.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getsentry/sentry-cocoa
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 69745fc ci: add SentryCrash import ratchet to PR checks (#7723)
Cloned https://github.com/getsentry/sentry-cocoa.git
Revision (git rev-parse @):
69745fcdc7211175ba49a1efde3bbbd370a00b59
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/getsentry/sentry-cocoa.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/getsentry/sentry-cocoa.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/200] Write sources
[4/200] Copying Sentry.framework
[5/200] Write swift-version--3CB7CFEC50E0D141.txt
[7/213] Emitting module SentryCppHelper
[8/213] Compiling SentryCppHelper SentryCppHelper.swift
[8/213] Compiling _SentryPrivate SentryDummyPrivateEmptyClass.m
[9/213] Compiling SentryHeaders SentryDummyPublicEmptyClass.m
[11/423] Compiling SentryDistribution Error.swift
[12/423] Compiling SentryDistribution URLSession+Distribute.swift
[13/423] Compiling SentryDistribution BinaryParser.swift
[14/423] Compiling SentryDistribution Date+Parse.swift
[15/423] Compiling SentryDistribution CheckForUpdateParams.swift
[16/423] Compiling SentryDistribution Updater.swift
[17/423] Compiling SentryDistribution ReleaseInfo.swift
[18/423] Emitting module SentryDistribution
[19/423] Compiling SentryDistribution UpdateCheckResponse.swift
[20/423] Compiling SentrySwiftUI SentrySwiftUIExports.swift
[21/423] Emitting module SentrySwiftUI
[22/423] Compiling SentrySwift SentryUserFeedbackWidgetConfiguration.swift
[23/423] Compiling SentrySwift SentryFeedback.swift
[24/423] Compiling SentrySwift SentryFeedbackAPI.swift
[25/423] Compiling SentrySwift SentryShakeDetector.swift
[26/423] Compiling SentrySwift SentryUserFeedbackFormController.swift
[27/423] Compiling SentrySwift SentryUserFeedbackFormViewModel.swift
[28/423] Compiling SentrySwift SentryUserFeedbackIntegrationDriver.swift
[29/423] Compiling SentrySwift SentryUserFeedbackWidget.swift
[30/423] Compiling SentrySwift SentryUserFeedbackWidgetButtonMegaphoneIconView.swift
[31/423] Compiling SentrySwift SentryUserFeedbackWidgetButtonView.swift
[32/423] Compiling SentrySwift UserFeedbackIntegration.swift
[33/423] Compiling SentrySwift SentryViewHierarchyIntegration.swift
[34/423] Compiling SentrySwift SentryWatchdogTerminationAttributesProcessor.swift
[35/423] Compiling SentrySwift SentryWatchdogTerminationConstants.swift
[36/423] Compiling SentrySwift SentryWatchdogTerminationLogic.swift
[37/423] Compiling SentrySwift SentryWatchdogTerminationScopeObserver.swift
[38/423] Compiling SentrySwift SentryWatchdogTerminationTracker.swift
[39/423] Compiling SentrySwift SentryWatchdogTerminationTrackingIntegration.swift
[40/423] Compiling SentrySwift ConcurrentRateLimitsDictionary.swift
[41/423] Compiling SentrySwift DefaultRateLimits.swift
[42/423] Compiling SentrySwift HttpDateParser.swift
[43/423] Compiling SentrySwift RateLimitParser.swift
[44/423] Compiling SentrySwift RateLimits.swift
[45/446] Compiling SentrySwift SentryRenderVideoResult.swift
[46/446] Compiling SentrySwift SentryReplayEvent.swift
[47/446] Compiling SentrySwift SentryReplayFrame.swift
[48/446] Compiling SentrySwift SentryReplayNetworkDetails.swift
[49/446] Compiling SentrySwift SentryReplayOptions.swift
[50/446] Compiling SentrySwift SentryReplayRecording.swift
[51/446] Compiling SentrySwift SentryReplayType.swift
[52/446] Compiling SentrySwift SentryReplayVideoMaker.swift
[53/446] Compiling SentrySwift SentrySRDefaultBreadcrumbConverter.swift
[54/446] Compiling SentrySwift SentrySessionListener.swift
[55/446] Compiling SentrySwift SentrySessionReplay.swift
[56/446] Compiling SentrySwift SentrySessionReplayDelegate.swift
[57/446] Compiling SentrySwift SentrySessionReplayIntegration.swift
[58/446] Compiling SentrySwift SentryTouchTracker.swift
[59/446] Compiling SentrySwift SentryVideoFrameProcessor.swift
[60/446] Compiling SentrySwift SentryVideoInfo.swift
[61/446] Compiling SentrySwift SessionReplayFileManager.swift
[62/446] Compiling SentrySwift SessionReplayRecovery.swift
[63/446] Compiling SentrySwift SwiftAsyncIntegration.swift
[64/446] Compiling SentrySwift SentryUIEventTrackingIntegration.swift
[65/446] Compiling SentrySwift SentryUserFeedbackConfiguration.swift
[66/446] Compiling SentrySwift SentryUserFeedbackFormConfiguration.swift
[67/446] Compiling SentrySwift SentryUserFeedbackThemeConfiguration.swift
[68/469] Emitting module SentrySwift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[69/492] Compiling SentrySwift WeakReference.swift
[70/492] Compiling SentrySwift SentryAppStartTracker.swift
[71/492] Compiling SentrySwift SentryAppStartTrackingIntegration.swift
[72/492] Compiling SentrySwift SentryAutoBreadcrumbTrackingIntegration.swift
[73/492] Compiling SentrySwift SentryBreadcrumbDelegate.swift
[74/492] Compiling SentrySwift SentryBreadcrumbTracker.swift
[75/492] Compiling SentrySwift SentrySystemEventBreadcrumbs.swift
[76/492] Compiling SentrySwift SentryMetricsApi.swift
[77/492] Compiling SentrySwift SentryMetricsApiProtocol.swift
[78/492] Compiling SentrySwift SentryMetricsIntegration.swift
[79/492] Compiling SentrySwift SentryCoreDataSwizzling.swift
[80/492] Compiling SentrySwift SentryCoreDataTrackingIntegration.swift
[81/492] Compiling SentrySwift SentryFramesTrackingIntegration.swift
[82/492] Compiling SentrySwift Data+SentryTracing.swift
[83/492] Compiling SentrySwift FileManager+SentryTracing.swift
[84/492] Compiling SentrySwift SentryFileIOTracker+SwiftHelpers.swift
[85/492] Compiling SentrySwift SentryFileIOTracker.swift
[86/492] Compiling SentrySwift SentryFileIOTrackingIntegration.swift
[87/492] Compiling SentrySwift SentryNSDataSwizzling.swift
[88/492] Compiling SentrySwift SentryNSFileManagerSwizzling.swift
[89/492] Compiling SentrySwift SentryNetworkTrackingIntegration.swift
[90/492] Compiling SentrySwift SentryDisplayLinkWrapper.swift
[91/492] Compiling SentrySwift SentryPerformanceTrackingIntegration.swift
[92/492] Compiling SentrySwift RetryAfterHeaderParser.swift
[93/492] Compiling SentrySwift SentryHttpStatusCode.swift
[94/492] Compiling SentrySwift SentryHttpTransportHttpStatusCodeLogger.swift
[95/492] Compiling SentrySwift SentryNSURLRequestBuilder.swift
[96/492] Compiling SentrySwift SentryReachability.swift
[97/492] Compiling SentrySwift Options.swift
[98/492] Compiling SentrySwift SentryScopePersistentStore+Context.swift
[99/492] Compiling SentrySwift SentryScopePersistentStore+Extras.swift
[100/492] Compiling SentrySwift SentryScopePersistentStore+Fingerprint.swift
[101/492] Compiling SentrySwift SentryScopePersistentStore+Helper.swift
[102/492] Compiling SentrySwift SentryScopePersistentStore+String.swift
[103/492] Compiling SentrySwift SentryScopePersistentStore+Tags.swift
[104/492] Compiling SentrySwift SentryScopePersistentStore+User.swift
[105/492] Compiling SentrySwift SentryScopePersistentStore.swift
[106/492] Compiling SentrySwift SentrySample.swift
[107/492] Compiling SentrySwift DecodeArbitraryData.swift
[108/492] Compiling SentrySwift NSNumberDecodableWrapper.swift
[109/492] Compiling SentrySwift SentryBreadcrumbCodable.swift
[110/492] Compiling SentrySwift SentryCodable.swift
[111/492] Compiling SentrySwift SentryDebugMetaCodable.swift
[112/492] Compiling SentrySwift SentryEventCodable.swift
[113/492] Compiling SentrySwift SentryEventDecoder.swift
[114/492] Compiling SentrySwift SentryExceptionCodable.swift
[115/492] Compiling SentrySwift SentryProfileOptions.swift
[116/492] Compiling SentrySwift SentrySubClassFinder.swift
[117/492] Compiling SentrySwift SentryTransactionNameSource.swift
[118/492] Compiling SentrySwift SentryUIViewControllerSwizzling.swift
[119/492] Compiling SentrySwift SwizzleClassNameExclude.swift
[120/492] Compiling SentrySwift MXSample.swift
[121/492] Compiling SentrySwift SentryMXCallStackTree+Parsing.swift
[122/492] Compiling SentrySwift SentryMXCallStackTree.swift
[123/492] Compiling SentrySwift SentryMXManager.swift
[124/492] Compiling SentrySwift SentryMetricKitIntegration.swift
[125/492] Compiling SentrySwift SentryRedactOptions.swift
[126/492] Compiling SentrySwift SentryViewControllerBreadcrumbTracking.swift
[127/492] Compiling SentrySwift SwiftDescriptor.swift
[128/492] Compiling SentrySwift HTTPHeaderSanitizer.swift
[129/492] Compiling SentrySwift SentrySDKLog.swift
[130/492] Compiling SentrySwift UIImageHelper.swift
[131/492] Compiling SentrySwift URLSessionTaskHelper.swift
[132/492] Compiling SentrySwift UrlSanitized.swift
[133/492] Compiling SentrySwift SentryDefaultMaskRenderer.swift
[134/492] Compiling SentrySwift SentryDefaultViewRenderer.swift
[135/492] Compiling SentrySwift SentryGraphicsImageRenderer.swift
[136/492] Compiling SentrySwift SentryMaskRenderer.swift
[137/492] Compiling SentrySwift SentryMaskRendererV2.swift
[138/492] Compiling SentrySwift SentryRedactRegion.swift
[139/492] Compiling SentrySwift SentryEventContextEnricher.swift
[140/492] Compiling SentrySwift SentryExtensionDetector.swift
[141/492] Compiling SentrySwift SentryExtensionType.swift
[142/492] Compiling SentrySwift SentryExtraContextProvider.swift
[143/492] Compiling SentrySwift SentryFileManager.swift
[144/492] Compiling SentrySwift SentryIconography.swift
[145/492] Compiling SentrySwift SentryInstallation.swift
[146/492] Compiling SentrySwift SentryLastRunStatus.swift
[147/492] Compiling SentrySwift SentryMigrateSessionInit.swift
[148/492] Compiling SentrySwift SentryMobileProvisionParser.swift
[149/492] Compiling SentrySwift SentryNSNotificationCenterWrapper.swift
[150/492] Compiling SentrySwift SentryNSTimerFactory.swift
[151/492] Compiling SentrySwift SentryObjCRuntimeWrapper.swift
[152/492] Compiling SentrySwift SentryProcessInfo.swift
[153/492] Compiling SentrySwift SentryRandom.swift
[154/492] Compiling SentrySwift SentrySDK.swift
[155/492] Compiling SentrySwift SentrySdkInfo.swift
[156/492] Compiling SentrySwift SentrySdkPackage.swift
[157/492] Compiling SentrySwift SentrySerializationSwift.swift
[158/492] Compiling SentrySwift SentrySwizzleWrapper.swift
[159/492] Compiling SentrySwift SentrySysctl.swift
[160/492] Compiling SentrySwift SentryThreadWrapper.swift
[161/492] Compiling SentrySwift ThreadSafeApplication.swift
[162/492] Compiling SentrySwift SentryRedactRegionType.swift
[163/492] Compiling SentrySwift SentryRedactViewHelper.swift
[164/492] Compiling SentrySwift SentryScreenshotSource.swift
[165/492] Compiling SentrySwift SentryUIRedactBuilder.swift
[166/492] Compiling SentrySwift SentryViewPhotographer.swift
[167/492] Compiling SentrySwift SentryViewRenderer.swift
[168/492] Compiling SentrySwift SentryViewRendererV2.swift
[169/492] Compiling SentrySwift SentryViewScreenshotProvider.swift
[170/492] Compiling SentrySwift Exports.swift
[171/492] Compiling SentrySwift HangTracker.swift
[172/492] Compiling SentrySwift Dependencies.swift
[173/492] Compiling SentrySwift SentryInfoPlistError.swift
[174/492] Compiling SentrySwift SentryInfoPlistKey.swift
[175/492] Compiling SentrySwift SentryInfoPlistWrapper.swift
[176/492] Compiling SentrySwift SentryInfoPlistWrapperProvider.swift
[177/492] Compiling SentrySwift SentryApplication.swift
[178/492] Compiling SentrySwift SentryApplicationExtensions.swift
[179/492] Compiling SentrySwift SentryDateUtil.swift
[180/492] Compiling SentrySwift SentryDefaultObjCRuntimeWrapper.swift
[181/492] Compiling SentrySwift SentryDispatchQueueWrapper.swift
[182/492] Compiling SentrySwift SentryDispatchSourceWrapper.swift
[183/492] Compiling SentrySwift SentryEnabledFeaturesBuilder.swift
[184/492] Compiling SentrySwift SentryEnvelopeItemType.swift
[185/492] Compiling SentrySwift SentryAppState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[186/492] Compiling SentrySwift SentryAppStateManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[187/492] Compiling SentrySwift Locks.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[188/492] Compiling SentrySwift NumberExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[189/492] Compiling SentrySwift StringExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[190/492] Compiling SentrySwift UIViewExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[191/492] Compiling SentrySwift SentryLevel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[192/492] Compiling SentrySwift SentryBaggageSerialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[193/492] Compiling SentrySwift SentryBinaryImageCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[194/492] Compiling SentrySwift SentryByteCountFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[195/492] Compiling SentrySwift SentryCurrentDateProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[196/492] Compiling SentrySwift SentryExtraPackages.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[197/492] Compiling SentrySwift SentryFileContents.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[198/492] Compiling SentrySwift SentryInAppLogic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[199/492] Compiling SentrySwift SentryLocale.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[200/492] Compiling SentrySwift SentryUIDeviceWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[201/492] Compiling SentrySwift SentryANRTracker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[202/492] Compiling SentrySwift SentryANRTrackerV2Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[203/492] Compiling SentrySwift SentryANRType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[204/492] Compiling SentrySwift SentryDelayedFramesTrackerWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[205/492] Compiling SentrySwift SentryFramesDelayResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[206/492] Compiling SentrySwift SentryFramesTracker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[207/492] Compiling SentrySwift SentryScreenFrames.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[208/492] Compiling SentrySwift Integrations.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:6:1: warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
4 | private let levelNames = ["none", "debug", "info", "warning", "error", "fatal"]
5 |
6 | extension SentryLevel: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'SentryLevel' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'SentryHeaders' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 | public var description: String {
8 | return levelNames[Int(self.rawValue)]
[209/492] Compiling SentrySwift SentryUIViewControllerPerformanceTracker.swift
[210/492] Compiling SentrySwift SentryScreenshotIntegration.swift
[211/492] Compiling SentrySwift SentryScreenshotOptions.swift
[212/492] Compiling SentrySwift SentryCrashBridge.swift
[213/492] Compiling SentrySwift SentryCrashInstallationReporter.swift
[214/492] Compiling SentrySwift SentryCrashIntegration.swift
[215/492] Compiling SentrySwift SentryCrashIntegrationSessionHandler.swift
[216/492] Compiling SentrySwift SentryGlobalEventProcessor.swift
[217/492] Compiling SentrySwift SentryHangTrackingIntegration.swift
[218/492] Compiling SentrySwift SentryAutoSessionTrackingIntegration.swift
[219/492] Compiling SentrySwift SessionTracker.swift
[220/492] Compiling SentrySwift SentryMaskingPreviewView.swift
[221/492] Compiling SentrySwift SentryRRWebBreadcrumbEvent.swift
[222/492] Compiling SentrySwift SentryRRWebCustomEvent.swift
[223/492] Compiling SentrySwift SentryRRWebEvent.swift
[224/492] Compiling SentrySwift SentryRRWebMetaEvent.swift
[225/492] Compiling SentrySwift SentryRRWebOptionsEvent.swift
[226/492] Compiling SentrySwift SentryRRWebSpanEvent.swift
[227/492] Compiling SentrySwift SentryRRWebTouchEvent.swift
[228/492] Compiling SentrySwift SentryRRWebVideoEvent.swift
[229/492] Compiling SentrySwift SentryOnDemandReplay.swift
[230/492] Compiling SentrySwift SentryOnDemandReplayError.swift
[231/492] Compiling SentrySwift SentryPixelBuffer.swift
[232/492] Compiling SentrySwift SentryDiscardedEvent.swift
[233/492] Compiling SentrySwift SentryDispatchFactory.swift
[234/492] Compiling SentrySwift SentryEnvelope.swift
[235/492] Compiling SentrySwift SentryEnvelopeHeader.swift
[236/492] Compiling SentrySwift SentryEnvelopeItem.swift
[237/492] Compiling SentrySwift SentryLogger.swift
[238/492] Compiling SentrySwift SentryPredicateDescriptor.swift
[239/492] Compiling SentrySwift SentrySDKLog+Configure.swift
[240/492] Compiling SentrySwift SentryURLRequestFactory.swift
[241/492] Compiling SentrySwift SentryViewHierarchyProvider.swift
[242/492] Compiling SentrySwift DefaultTelemetryBufferDataForwardingTriggers.swift
[243/492] Compiling SentrySwift InMemoryInternalTelemetryBuffer.swift
[244/492] Compiling SentrySwift InternalTelemetryBuffer.swift
[245/492] Compiling SentrySwift TelemetryBuffer.swift
[246/492] Compiling SentrySwift TelemetryBufferConfig.swift
[247/492] Compiling SentrySwift TelemetryItem.swift
[248/492] Compiling SentrySwift TelemetryProcessor.swift
[249/492] Compiling SentrySwift TelemetryProcessorTransport.swift
[250/492] Compiling SentrySwift TelemetryScheduler.swift
[251/492] Compiling SentrySwift SentryLogScopeApplier.swift
[252/492] Compiling SentrySwift TelemetryScopeApplier.swift
[253/492] Compiling SentrySwift TelemetryScopeMetadata.swift
[254/492] Compiling SentrySwift SentryMeasurementValue.swift
[255/492] Compiling SentrySwift SentryFrameCodable.swift
[256/492] Compiling SentrySwift SentryGeoCodable.swift
[257/492] Compiling SentrySwift SentryMechanismCodable.swift
[258/492] Compiling SentrySwift SentryMechanismContextCodable.swift
[259/492] Compiling SentrySwift SentryMessage.swift
[260/492] Compiling SentrySwift SentryNSErrorCodable.swift
[261/492] Compiling SentrySwift SentryRequestCodable.swift
[262/492] Compiling SentrySwift SentryStacktraceCodable.swift
[263/492] Compiling SentrySwift SentryThreadCodable.swift
[264/492] Compiling SentrySwift SentryUserCodable.swift
[265/492] Compiling SentrySwift SentryAttribute.swift
[266/492] Compiling SentrySwift SentryAttributeContent.swift
[267/492] Compiling SentrySwift SentryAttributeValue.swift
[268/492] Compiling SentrySwift SentryFileManagerProtocol.swift
[269/492] Compiling SentrySwift SentryLog.swift
[270/492] Compiling SentrySwift SentryLogLevel.swift
[271/492] Compiling SentrySwift SentryLogMessage.swift
[272/492] Compiling SentrySwift SentryMetric.swift
[273/492] Compiling SentrySwift SentryMetricValue.swift
[274/492] Compiling SentrySwift SentrySDKSettings.swift
[275/492] Compiling SentrySwift SentryUnit.swift
[276/492] Compiling SentrySwift SentryUrlMatchable.swift
[277/492] Compiling SentrySwift SentryUrlMatcher.swift
[278/492] Compiling SentrySwift SentryClient.swift
[279/492] Compiling SentrySwift SentryCrashSwift.swift
[280/492] Compiling SentrySwift SentryCrashWrapper.swift
[281/492] Compiling SentrySwift SentryDebugImageProvider.swift
[282/492] Compiling SentrySwift SentryFrameRemover.swift
[283/492] Compiling SentrySwift SentryThreadInspecting.swift
[284/492] Compiling SentrySwift SentryThreadInspector.swift
[285/492] Compiling SentrySwift SentryDependencyContainer.swift
[286/492] Compiling SentrySwift SentryDsn.swift
[287/492] Compiling SentrySwift SentryExperimentalOptions.swift
[288/492] Compiling SentrySwift SentryHub.swift
[289/492] Compiling SentrySwift SentrySession.swift
[290/492] Compiling SentrySwift PreviewRedactOptions.swift
[291/492] Compiling SentrySwift SentryReplayMaskPreview.swift
[292/492] Compiling SentrySwift SentryReplayMaskPreviewUIView.swift
[293/492] Compiling SentrySwift SentryReplayView.swift
[294/492] Compiling SentrySwift SentrySpanOperation.swift
[295/492] Compiling SentrySwift SentryTraceOrigin.swift
[296/492] Compiling SentrySwift SentryTracedView.swift
[297/492] Compiling SentrySwift SentryPropagationContext.swift
[298/492] Compiling SentrySwift SentryScopeObserver.swift
[299/492] Compiling SentrySwift LoadValidator.swift
[300/492] Compiling SentrySwift SentryClientReport.swift
error: verify-emitted-module-interface command failed with exit code 1 (use -v to see invocation)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/SentrySwift.swiftinterface:15:19: error: no such module 'SentryHeaders'
13 | import Network
14 | import ObjectiveC
15 | @_exported import SentryHeaders
| `- error: no such module 'SentryHeaders'
16 | import Swift
17 | import SwiftUI
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/SentrySwift.swiftinterface:1:1: error: failed to verify module interface of 'SentrySwift' due to the errors above; the textual interface may be broken by project issues or a compiler bug
1 | // swift-interface-format-version: 1.0
| `- error: failed to verify module interface of 'SentrySwift' due to the errors above; the textual interface may be broken by project issues or a compiler bug
2 | // swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
3 | // swift-module-flags: -target arm64-apple-macosx10.14 -enable-objc-interop -enable-library-evolution -swift-version 5 -Onone -module-name SentrySwift -package-name spi_builder_workspace
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic-WithARM64e.xcframework.zip
[16375/65254669] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry.xcframework.zip
[10311708/174630742] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip
[11124955/324626426] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic-WithARM64e.xcframework.zip
[13849417/445372017] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip
[29543297/581283043] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic.xcframework.zip
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry.xcframework.zip (5.10s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip (7.27s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip (7.85s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic.xcframework.zip (8.62s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic-WithARM64e.xcframework.zip (9.24s)
BUILD FAILURE 6.2 macosSpm