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 Sentry, reference main (5741a3), with Swift 5.10 for Linux on 16 Jun 2025 10:37:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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/getsentry/sentry-cocoa.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/getsentry/sentry-cocoa
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5741a3f chore(deps): Update clang-format version (#5410)
Cloned https://github.com/getsentry/sentry-cocoa.git
Revision (git rev-parse @):
5741a3f7980c39fa21e17a833da27f27eb1b3a66
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/getsentry/sentry-cocoa.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/getsentry/sentry-cocoa.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:de327bef702ff4959f5638a3616172a6097ac13671afdda000dc7db6c28901e3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
[8259/99032649] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.52.1/Sentry-Dynamic.xcframework.zip
[20987895/138973372] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/8.52.1/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/8.52.1/Sentry.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.52.1/Sentry.xcframework.zip
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/8.52.1/Sentry-Dynamic.xcframework.zip
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.52.1/Sentry.xcframework.zip (4.48s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/8.52.1/Sentry-Dynamic.xcframework.zip (10.07s)
Building for debugging...
[0/4] Write sources
[2/4] Compiling SentryInternal.m
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/48] Emitting module SentryCoreSwift
/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:7:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelNone)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelDebug)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelInfo)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelWarning)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelError)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:23:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelFatal)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:38:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryBaggageSerialization.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:15:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryFileContents.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:5:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(addListener:)
    ~^~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:7:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(removeListener:)
    ~^~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:4:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:12:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:23:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:39:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:48:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:9:25: error: cannot find type 'CFTimeInterval' in scope
    init(delayDuration: CFTimeInterval, framesContributingToDelayCount: UInt) {
                        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:6:24: error: cannot find type 'CFTimeInterval' in scope
    let delayDuration: CFTimeInterval
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:5:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceCustom)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:8:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceUrl)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceRoute)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceView)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceComponent)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceTask)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SwizzleClassNameExclude.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:41:6: error: Objective-C interoperability is disabled
    @objc(initWithUUIDString:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryViewControllerBreadcrumbTracking.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:10:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:26:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/HTTPHeaderSanitizer.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:13:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:31:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:47:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:6:59: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public static func getGraphQLOperationName(from task: URLSessionTask?) -> String? {
                                                          ^~~~~~~~~~~~~~
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' has been explicitly marked unavailable here
public typealias URLSessionTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Swift/Core/Tools/UrlSanitized.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[6/53] Compiling SentryCoreSwift SentryUIRedactBuilder.swift
[7/53] Compiling SentryCoreSwift SentryViewPhotographer.swift
[8/53] Compiling SentryCoreSwift SentryViewRenderer.swift
[9/53] Compiling SentryCoreSwift SentryViewRendererV2.swift
[10/53] Compiling SentryCoreSwift SentryViewScreenshotProvider.swift
[11/53] Compiling SentryCoreSwift SentryMaskRenderer.swift
[12/53] Compiling SentryCoreSwift SentryMaskRendererV2.swift
[13/53] Compiling SentryCoreSwift SentryRedactRegion.swift
[14/53] Compiling SentryCoreSwift SentryRedactRegionType.swift
[15/53] Compiling SentryCoreSwift SentryRedactViewHelper.swift
[16/53] Compiling SentrySwiftUI SentryReplayView.swift
[17/53] Compiling SentrySwiftUI SentrySpanOperation.swift
[18/53] Compiling SentrySwiftUI SentryTraceOrigin.swift
[19/53] Compiling SentrySwiftUI PreviewRedactOptions.swift
[20/53] Emitting module SentrySwiftUI
[21/53] Compiling SentrySwiftUI SentryReplayMaskPreview.swift
[22/53] Compiling SentrySwiftUI SentryReplayMaskPreviewUIView.swift
[23/53] Compiling SentrySwiftUI SentryTracedView.swift
[25/54] Compiling SentryCoreSwift SentryMXCallStackTree.swift
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:41:6: error: Objective-C interoperability is disabled
    @objc(initWithUUIDString:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryViewControllerBreadcrumbTracking.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
[26/54] Compiling SentryCoreSwift SentryMXManager.swift
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:41:6: error: Objective-C interoperability is disabled
    @objc(initWithUUIDString:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryViewControllerBreadcrumbTracking.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
[27/54] Compiling SentryCoreSwift SentryId.swift
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:41:6: error: Objective-C interoperability is disabled
    @objc(initWithUUIDString:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryViewControllerBreadcrumbTracking.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
[28/54] Compiling SentryCoreSwift SentryRedactOptions.swift
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:41:6: error: Objective-C interoperability is disabled
    @objc(initWithUUIDString:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryViewControllerBreadcrumbTracking.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
[29/54] Compiling SentryCoreSwift SentryViewControllerBreadcrumbTracking.swift
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryId.swift:41:6: error: Objective-C interoperability is disabled
    @objc(initWithUUIDString:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryRedactOptions.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Protocol/SentryViewControllerBreadcrumbTracking.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
[30/54] Compiling SentryCoreSwift Locks.swift
/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:7:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelNone)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelDebug)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelInfo)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelWarning)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelError)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:23:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelFatal)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:38:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[31/54] Compiling SentryCoreSwift NumberExtensions.swift
/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:7:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelNone)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelDebug)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelInfo)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelWarning)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelError)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:23:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelFatal)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:38:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[32/54] Compiling SentryCoreSwift StringExtensions.swift
/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:7:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelNone)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelDebug)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelInfo)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelWarning)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelError)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:23:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelFatal)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:38:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[33/54] Compiling SentryCoreSwift UIViewExtensions.swift
/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:7:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelNone)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelDebug)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelInfo)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelWarning)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelError)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:23:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelFatal)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:38:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[34/54] Compiling SentryCoreSwift SentryLevel.swift
/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:7:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelNone)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelDebug)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelInfo)
    ~^~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelWarning)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelError)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:23:6: error: Objective-C interoperability is disabled
    @objc(kSentryLevelFatal)
    ~^~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Helper/Log/SentryLevel.swift:38:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[35/54] Compiling SentryCoreSwift SentryBaggageSerialization.swift
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryBaggageSerialization.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:15:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:38:9: error: cannot find 'clock_gettime_nsec_np' in scope
        clock_gettime_nsec_np(CLOCK_UPTIME_RAW)
        ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:38:31: error: cannot find 'CLOCK_UPTIME_RAW' in scope
        clock_gettime_nsec_np(CLOCK_UPTIME_RAW)
                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryFileContents.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:5:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(addListener:)
    ~^~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:7:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(removeListener:)
    ~^~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:4:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[36/54] Compiling SentryCoreSwift SentryCurrentDateProvider.swift
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryBaggageSerialization.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:15:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:38:9: error: cannot find 'clock_gettime_nsec_np' in scope
        clock_gettime_nsec_np(CLOCK_UPTIME_RAW)
        ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:38:31: error: cannot find 'CLOCK_UPTIME_RAW' in scope
        clock_gettime_nsec_np(CLOCK_UPTIME_RAW)
                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryFileContents.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:5:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(addListener:)
    ~^~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:7:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(removeListener:)
    ~^~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:4:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[37/54] Compiling SentryCoreSwift SentryFileContents.swift
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryBaggageSerialization.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:15:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:38:9: error: cannot find 'clock_gettime_nsec_np' in scope
        clock_gettime_nsec_np(CLOCK_UPTIME_RAW)
        ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:38:31: error: cannot find 'CLOCK_UPTIME_RAW' in scope
        clock_gettime_nsec_np(CLOCK_UPTIME_RAW)
                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryFileContents.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:5:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(addListener:)
    ~^~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:7:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(removeListener:)
    ~^~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:4:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[38/54] Compiling SentryCoreSwift SentryANRTracker.swift
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryBaggageSerialization.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:15:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:38:9: error: cannot find 'clock_gettime_nsec_np' in scope
        clock_gettime_nsec_np(CLOCK_UPTIME_RAW)
        ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:38:31: error: cannot find 'CLOCK_UPTIME_RAW' in scope
        clock_gettime_nsec_np(CLOCK_UPTIME_RAW)
                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryFileContents.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:5:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(addListener:)
    ~^~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:7:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(removeListener:)
    ~^~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:4:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[39/54] Compiling SentryCoreSwift SentryANRTrackerV2Delegate.swift
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryBaggageSerialization.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:15:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:38:9: error: cannot find 'clock_gettime_nsec_np' in scope
        clock_gettime_nsec_np(CLOCK_UPTIME_RAW)
        ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryCurrentDateProvider.swift:38:31: error: cannot find 'CLOCK_UPTIME_RAW' in scope
        clock_gettime_nsec_np(CLOCK_UPTIME_RAW)
                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Helper/SentryFileContents.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:3:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:5:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(addListener:)
    ~^~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTracker.swift:7:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(removeListener:)
    ~^~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:4:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRTrackerV2Delegate.swift:11:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[40/54] Compiling SentryCoreSwift SentryANRType.swift
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:12:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:23:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:39:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:48:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:9:25: error: cannot find type 'CFTimeInterval' in scope
    init(delayDuration: CFTimeInterval, framesContributingToDelayCount: UInt) {
                        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:6:24: error: cannot find type 'CFTimeInterval' in scope
    let delayDuration: CFTimeInterval
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:5:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceCustom)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:8:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceUrl)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceRoute)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceView)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceComponent)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceTask)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SwizzleClassNameExclude.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[41/54] Compiling SentryCoreSwift SentryFramesDelayResult.swift
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:12:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:23:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:39:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:48:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:9:25: error: cannot find type 'CFTimeInterval' in scope
    init(delayDuration: CFTimeInterval, framesContributingToDelayCount: UInt) {
                        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:6:24: error: cannot find type 'CFTimeInterval' in scope
    let delayDuration: CFTimeInterval
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:5:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceCustom)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:8:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceUrl)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceRoute)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceView)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceComponent)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceTask)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SwizzleClassNameExclude.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[42/54] Compiling SentryCoreSwift SentryProfileOptions.swift
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:12:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:23:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:39:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:48:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:9:25: error: cannot find type 'CFTimeInterval' in scope
    init(delayDuration: CFTimeInterval, framesContributingToDelayCount: UInt) {
                        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:6:24: error: cannot find type 'CFTimeInterval' in scope
    let delayDuration: CFTimeInterval
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:5:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceCustom)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:8:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceUrl)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceRoute)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceView)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceComponent)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceTask)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SwizzleClassNameExclude.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[43/54] Compiling SentryCoreSwift SentryTransactionNameSource.swift
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:12:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:23:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:39:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:48:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:9:25: error: cannot find type 'CFTimeInterval' in scope
    init(delayDuration: CFTimeInterval, framesContributingToDelayCount: UInt) {
                        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:6:24: error: cannot find type 'CFTimeInterval' in scope
    let delayDuration: CFTimeInterval
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:5:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceCustom)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:8:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceUrl)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceRoute)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceView)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceComponent)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceTask)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SwizzleClassNameExclude.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[44/54] Compiling SentryCoreSwift SwizzleClassNameExclude.swift
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:12:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:23:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:39:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/ANR/SentryANRType.swift:48:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:9:25: error: cannot find type 'CFTimeInterval' in scope
    init(delayDuration: CFTimeInterval, framesContributingToDelayCount: UInt) {
                        ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/FramesTracking/SentryFramesDelayResult.swift:6:24: error: cannot find type 'CFTimeInterval' in scope
    let delayDuration: CFTimeInterval
                       ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:5:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceCustom)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:8:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceUrl)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:11:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceRoute)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:14:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceView)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:17:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceComponent)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SentryTransactionNameSource.swift:20:6: error: Objective-C interoperability is disabled
    @objc(kSentryTransactionNameSourceTask)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/Swift/Core/Integrations/Performance/SwizzleClassNameExclude.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[45/54] Compiling SentryCoreSwift URLSessionTaskHelper.swift
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:6:59: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public static func getGraphQLOperationName(from task: URLSessionTask?) -> String? {
                                                          ^~~~~~~~~~~~~~
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' has been explicitly marked unavailable here
public typealias URLSessionTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:8:20: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'originalRequest'
        guard task.originalRequest?.value(forHTTPHeaderField: "Content-Type") == "application/json" else { return nil }
              ~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:9:38: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'originalRequest'
        guard let requestBody = task.originalRequest?.httpBody else { return nil }
                                ~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/UrlSanitized.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[46/54] Compiling SentryCoreSwift UrlSanitized.swift
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:6:59: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public static func getGraphQLOperationName(from task: URLSessionTask?) -> String? {
                                                          ^~~~~~~~~~~~~~
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' has been explicitly marked unavailable here
public typealias URLSessionTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:8:20: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'originalRequest'
        guard task.originalRequest?.value(forHTTPHeaderField: "Content-Type") == "application/json" else { return nil }
              ~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:9:38: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'originalRequest'
        guard let requestBody = task.originalRequest?.httpBody else { return nil }
                                ~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/UrlSanitized.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[47/54] Compiling SentryCoreSwift SentryDefaultMaskRenderer.swift
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:6:59: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public static func getGraphQLOperationName(from task: URLSessionTask?) -> String? {
                                                          ^~~~~~~~~~~~~~
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' has been explicitly marked unavailable here
public typealias URLSessionTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:8:20: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'originalRequest'
        guard task.originalRequest?.value(forHTTPHeaderField: "Content-Type") == "application/json" else { return nil }
              ~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:9:38: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'originalRequest'
        guard let requestBody = task.originalRequest?.httpBody else { return nil }
                                ~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/UrlSanitized.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[48/54] Compiling SentryCoreSwift SentryDefaultViewRenderer.swift
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:6:59: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public static func getGraphQLOperationName(from task: URLSessionTask?) -> String? {
                                                          ^~~~~~~~~~~~~~
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' has been explicitly marked unavailable here
public typealias URLSessionTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:8:20: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'originalRequest'
        guard task.originalRequest?.value(forHTTPHeaderField: "Content-Type") == "application/json" else { return nil }
              ~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:9:38: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'originalRequest'
        guard let requestBody = task.originalRequest?.httpBody else { return nil }
                                ~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/UrlSanitized.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[49/54] Compiling SentryCoreSwift SentryGraphicsImageRenderer.swift
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:6:59: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public static func getGraphQLOperationName(from task: URLSessionTask?) -> String? {
                                                          ^~~~~~~~~~~~~~
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' has been explicitly marked unavailable here
public typealias URLSessionTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:8:20: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'originalRequest'
        guard task.originalRequest?.value(forHTTPHeaderField: "Content-Type") == "application/json" else { return nil }
              ~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/URLSessionTaskHelper.swift:9:38: error: value of type 'URLSessionTask' (aka 'AnyObject') has no member 'originalRequest'
        guard let requestBody = task.originalRequest?.httpBody else { return nil }
                                ~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/UrlSanitized.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
[50/54] Compiling SentryCoreSwift SwiftDescriptor.swift
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:10:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:26:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/HTTPHeaderSanitizer.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:13:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:31:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:47:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

[51/54] Compiling SentryCoreSwift HTTPHeaderSanitizer.swift
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:10:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:26:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/HTTPHeaderSanitizer.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:13:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:31:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:47:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

[52/54] Compiling SentryCoreSwift SentryLog.swift
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:10:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:26:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/HTTPHeaderSanitizer.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:13:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:31:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:47:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

[53/54] Compiling SentryCoreSwift SentryLogOutput.swift
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:10:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:26:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/HTTPHeaderSanitizer.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:13:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:31:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:47:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

[54/54] Compiling SentryCoreSwift UIImageHelper.swift
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:7:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:10:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/SwiftDescriptor.swift:26:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/HTTPHeaderSanitizer.swift:3:1: error: Objective-C interoperability is disabled
@objcMembers
^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:13:2: error: Objective-C interoperability is disabled
@objc
~^~~~
/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:31:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

/host/spi-builder-workspace/Sources/Swift/Core/Tools/SentryLog.swift:47:6: error: Objective-C interoperability is disabled
    @objc
    ~^~~~

error: fatalError
BUILD FAILURE 5.10 linux