Build Information
Failed to build Sentry, reference main (69745f), with Swift 6.1 for macOS (SPM) on 30 Apr 2026 23:21:36 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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)]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Core/Helper/SentryExtraPackages.swift:5:24: warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3 |
4 | @objc @_spi(Private) public final class SentryExtraPackages: NSObject {
5 | private static var extraPackages = Set<[String: String]>()
| |- warning: static property 'extraPackages' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'extraPackages' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'extraPackages' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
6 | private static let lock = NSRecursiveLock()
7 |
[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
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[279/492] Compiling SentrySwift SentryCrashSwift.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[280/492] Compiling SentrySwift SentryCrashWrapper.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[281/492] Compiling SentrySwift SentryDebugImageProvider.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[282/492] Compiling SentrySwift SentryFrameRemover.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[283/492] Compiling SentrySwift SentryThreadInspecting.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[284/492] Compiling SentrySwift SentryThreadInspector.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[285/492] Compiling SentrySwift SentryDependencyContainer.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[286/492] Compiling SentrySwift SentryDsn.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[287/492] Compiling SentrySwift SentryExperimentalOptions.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[288/492] Compiling SentrySwift SentryHub.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[289/492] Compiling SentrySwift SentrySession.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[290/492] Compiling SentrySwift PreviewRedactOptions.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[291/492] Compiling SentrySwift SentryReplayMaskPreview.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[292/492] Compiling SentrySwift SentryReplayMaskPreviewUIView.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[293/492] Compiling SentrySwift SentryReplayView.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[294/492] Compiling SentrySwift SentrySpanOperation.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[295/492] Compiling SentrySwift SentryTraceOrigin.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[296/492] Compiling SentrySwift SentryTracedView.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[297/492] Compiling SentrySwift SentryPropagationContext.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[298/492] Compiling SentrySwift SentryScopeObserver.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[299/492] Compiling SentrySwift LoadValidator.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
[300/492] Compiling SentrySwift SentryClientReport.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| |- warning: let 'defaultApplicationProvider' is not concurrency-safe because non-'Sendable' type '() -> (any SentryApplication)?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'defaultApplicationProvider' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:10:5: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
8 | // Declare the application provider block at the top level to prevent capturing 'self'
9 | // from the dependency container, which would create cyclic dependencies and memory leaks.
10 | let defaultApplicationProvider: () -> SentryApplication? = {
| `- warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
11 | #if (os(iOS) || os(tvOS) || os(visionOS)) && !SENTRY_NO_UI_FRAMEWORK
12 | return UIApplication.shared
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentryDependencyContainer.swift:43:24: warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
41 |
42 | private static let instanceLock = NSRecursiveLock()
43 | private static var instance = SentryDependencyContainer()
| |- warning: static property 'instance' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'instance' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 | private let paramLock = NSRecursiveLock()
45 |
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/Swift/SentrySwiftUI/SentryTracedView.swift:84:33: warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
82 | // because it may happen before other view `body` property get called.
83 | DispatchQueue.main.async {
84 | self.finishSpan(transactionId)
| |- warning: sending 'transactionId' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'transactionId' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
85 | }
86 | }
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.1 effective-5.10 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
3 | // swift-module-flags: -target arm64-apple-macosx10.14 -enable-objc-interop -enable-library-evolution -swift-version 5 -Onone -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -module-name SentrySwift -package-name spi_builder_workspace
Downloading binary artifact https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic-WithARM64e.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.xcframework.zip
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-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip
[8259/120745591] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip
[10436581/270741275] Downloading 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-WithARM64e.xcframework.zip
[10743695/406652301] Downloading 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-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic.xcframework.zip
[10838835/516028374] Downloading 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-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip
[52130918/581283043] Downloading 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-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic.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.xcframework.zip
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry.xcframework.zip (6.04s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip (8.01s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip (8.51s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic.xcframework.zip (9.37s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic-WithARM64e.xcframework.zip (9.96s)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/193] Write swift-version-2F0A5646E1D333AE.txt
[2/206] Emitting module SentryCppHelper
[3/206] Compiling SentryCppHelper SentryCppHelper.swift
[4/206] Compiling SentryDistribution Error.swift
[5/246] Compiling SentryDistribution ReleaseInfo.swift
[6/246] Compiling SentryDistribution URLSession+Distribute.swift
[7/246] Compiling SentryDistribution Date+Parse.swift
[8/251] Compiling SentryDistribution UpdateCheckResponse.swift
[9/259] Emitting module SentrySwiftUI
[10/259] Compiling SentrySwiftUI SentrySwiftUIExports.swift
[11/259] Compiling SentryDistribution Updater.swift
[12/269] Compiling SentryDistribution CheckForUpdateParams.swift
[13/269] Emitting module SentryDistribution
[14/269] Compiling SentryDistribution BinaryParser.swift
[15/416] 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)]
[16/416] 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)]
[17/416] 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)]
[18/416] 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)]
[19/416] 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)]
[20/416] 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)]
[21/416] 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)]
[22/416] 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)]
[23/416] 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)]
[24/416] 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)]
[25/416] 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)]
[26/416] 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)]
[27/416] 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)]
[28/416] 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)]
[29/416] 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)]
[30/416] 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)]
[31/416] 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)]
[32/416] 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)]
[33/416] 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)]
[34/416] 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)]
[35/416] 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)]
[36/416] 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)]
[37/416] 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)]
[38/416] 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)]
[39/439] Compiling SentrySwift SentryProfileOptions.swift
[40/439] Compiling SentrySwift SentrySubClassFinder.swift
[41/439] Compiling SentrySwift SentryTransactionNameSource.swift
[42/439] Compiling SentrySwift SentryUIViewControllerSwizzling.swift
[43/439] Compiling SentrySwift SwizzleClassNameExclude.swift
[44/439] Compiling SentrySwift MXSample.swift
[45/439] Compiling SentrySwift SentryMXCallStackTree+Parsing.swift
[46/439] Compiling SentrySwift SentryMXCallStackTree.swift
[47/439] Compiling SentrySwift SentryMXManager.swift
[48/439] Compiling SentrySwift SentryMetricKitIntegration.swift
[49/439] Compiling SentrySwift SentryRedactOptions.swift
[50/439] Compiling SentrySwift SentryViewControllerBreadcrumbTracking.swift
[51/439] Compiling SentrySwift SwiftDescriptor.swift
[52/439] Compiling SentrySwift HTTPHeaderSanitizer.swift
[53/439] Compiling SentrySwift SentrySDKLog.swift
[54/439] Compiling SentrySwift UIImageHelper.swift
[55/439] Compiling SentrySwift URLSessionTaskHelper.swift
[56/439] Compiling SentrySwift UrlSanitized.swift
[57/439] Compiling SentrySwift SentryDefaultMaskRenderer.swift
[58/439] Compiling SentrySwift SentryDefaultViewRenderer.swift
[59/439] Compiling SentrySwift SentryGraphicsImageRenderer.swift
[60/439] Compiling SentrySwift SentryMaskRenderer.swift
[61/439] Compiling SentrySwift SentryMaskRendererV2.swift
[62/439] Compiling SentrySwift SentryRedactRegion.swift
[63/462] Compiling SentrySwift SentryUserFeedbackWidgetConfiguration.swift
[64/462] Compiling SentrySwift SentryFeedback.swift
[65/462] Compiling SentrySwift SentryFeedbackAPI.swift
[66/462] Compiling SentrySwift SentryShakeDetector.swift
[67/462] Compiling SentrySwift SentryUserFeedbackFormController.swift
[68/462] Compiling SentrySwift SentryUserFeedbackFormViewModel.swift
[69/462] Compiling SentrySwift SentryUserFeedbackIntegrationDriver.swift
[70/462] Compiling SentrySwift SentryUserFeedbackWidget.swift
[71/462] Compiling SentrySwift SentryUserFeedbackWidgetButtonMegaphoneIconView.swift
[72/462] Compiling SentrySwift SentryUserFeedbackWidgetButtonView.swift
[73/462] Compiling SentrySwift UserFeedbackIntegration.swift
[74/462] Compiling SentrySwift SentryViewHierarchyIntegration.swift
[75/462] Compiling SentrySwift SentryWatchdogTerminationAttributesProcessor.swift
[76/462] Compiling SentrySwift SentryWatchdogTerminationConstants.swift
[77/462] Compiling SentrySwift SentryWatchdogTerminationLogic.swift
[78/462] Compiling SentrySwift SentryWatchdogTerminationScopeObserver.swift
[79/462] Compiling SentrySwift SentryWatchdogTerminationTracker.swift
[80/462] Compiling SentrySwift SentryWatchdogTerminationTrackingIntegration.swift
[81/462] Compiling SentrySwift ConcurrentRateLimitsDictionary.swift
[82/462] Compiling SentrySwift DefaultRateLimits.swift
[83/462] Compiling SentrySwift HttpDateParser.swift
[84/462] Compiling SentrySwift RateLimitParser.swift
[85/462] Compiling SentrySwift RateLimits.swift
[86/462] Compiling SentrySwift SentryUIViewControllerPerformanceTracker.swift
[87/462] Compiling SentrySwift SentryScreenshotIntegration.swift
[88/462] Compiling SentrySwift SentryScreenshotOptions.swift
[89/462] Compiling SentrySwift SentryCrashBridge.swift
[90/462] Compiling SentrySwift SentryCrashInstallationReporter.swift
[91/462] Compiling SentrySwift SentryCrashIntegration.swift
[92/462] Compiling SentrySwift SentryCrashIntegrationSessionHandler.swift
[93/462] Compiling SentrySwift SentryGlobalEventProcessor.swift
[94/462] Compiling SentrySwift SentryHangTrackingIntegration.swift
[95/462] Compiling SentrySwift SentryAutoSessionTrackingIntegration.swift
[96/462] Compiling SentrySwift SessionTracker.swift
[97/462] Compiling SentrySwift SentryMaskingPreviewView.swift
[98/462] Compiling SentrySwift SentryRRWebBreadcrumbEvent.swift
[99/462] Compiling SentrySwift SentryRRWebCustomEvent.swift
[100/462] Compiling SentrySwift SentryRRWebEvent.swift
[101/462] Compiling SentrySwift SentryRRWebMetaEvent.swift
[102/462] Compiling SentrySwift SentryRRWebOptionsEvent.swift
[103/462] Compiling SentrySwift SentryRRWebSpanEvent.swift
[104/462] Compiling SentrySwift SentryRRWebTouchEvent.swift
[105/462] Compiling SentrySwift SentryRRWebVideoEvent.swift
[106/462] Compiling SentrySwift SentryOnDemandReplay.swift
[107/462] Compiling SentrySwift SentryOnDemandReplayError.swift
[108/462] Compiling SentrySwift SentryPixelBuffer.swift
[109/485] Compiling SentrySwift SentryRenderVideoResult.swift
[110/485] Compiling SentrySwift SentryReplayEvent.swift
[111/485] Compiling SentrySwift SentryReplayFrame.swift
[112/485] Compiling SentrySwift SentryReplayNetworkDetails.swift
[113/485] Compiling SentrySwift SentryReplayOptions.swift
[114/485] Compiling SentrySwift SentryReplayRecording.swift
[115/485] Compiling SentrySwift SentryReplayType.swift
[116/485] Compiling SentrySwift SentryReplayVideoMaker.swift
[117/485] Compiling SentrySwift SentrySRDefaultBreadcrumbConverter.swift
[118/485] Compiling SentrySwift SentrySessionListener.swift
[119/485] Compiling SentrySwift SentrySessionReplay.swift
[120/485] Compiling SentrySwift SentrySessionReplayDelegate.swift
[121/485] Compiling SentrySwift SentrySessionReplayIntegration.swift
[122/485] Compiling SentrySwift SentryTouchTracker.swift
[123/485] Compiling SentrySwift SentryVideoFrameProcessor.swift
[124/485] Compiling SentrySwift SentryVideoInfo.swift
[125/485] Compiling SentrySwift SessionReplayFileManager.swift
[126/485] Compiling SentrySwift SessionReplayRecovery.swift
[127/485] Compiling SentrySwift SwiftAsyncIntegration.swift
[128/485] Compiling SentrySwift SentryUIEventTrackingIntegration.swift
[129/485] Compiling SentrySwift SentryUserFeedbackConfiguration.swift
[130/485] Compiling SentrySwift SentryUserFeedbackFormConfiguration.swift
[131/485] Compiling SentrySwift SentryUserFeedbackThemeConfiguration.swift
[132/485] Compiling SentrySwift RetryAfterHeaderParser.swift
[133/485] Compiling SentrySwift SentryHttpStatusCode.swift
[134/485] Compiling SentrySwift SentryHttpTransportHttpStatusCodeLogger.swift
[135/485] Compiling SentrySwift SentryNSURLRequestBuilder.swift
[136/485] Compiling SentrySwift SentryReachability.swift
[137/485] Compiling SentrySwift Options.swift
[138/485] Compiling SentrySwift SentryScopePersistentStore+Context.swift
[139/485] Compiling SentrySwift SentryScopePersistentStore+Extras.swift
[140/485] Compiling SentrySwift SentryScopePersistentStore+Fingerprint.swift
[141/485] Compiling SentrySwift SentryScopePersistentStore+Helper.swift
[142/485] Compiling SentrySwift SentryScopePersistentStore+String.swift
[143/485] Compiling SentrySwift SentryScopePersistentStore+Tags.swift
[144/485] Compiling SentrySwift SentryScopePersistentStore+User.swift
[145/485] Compiling SentrySwift SentryScopePersistentStore.swift
[146/485] Compiling SentrySwift SentrySample.swift
[147/485] Compiling SentrySwift DecodeArbitraryData.swift
[148/485] Compiling SentrySwift NSNumberDecodableWrapper.swift
[149/485] Compiling SentrySwift SentryBreadcrumbCodable.swift
[150/485] Compiling SentrySwift SentryCodable.swift
[151/485] Compiling SentrySwift SentryDebugMetaCodable.swift
[152/485] Compiling SentrySwift SentryEventCodable.swift
[153/485] Compiling SentrySwift SentryEventDecoder.swift
[154/485] Compiling SentrySwift SentryExceptionCodable.swift
[155/485] Compiling SentrySwift SentryRedactRegionType.swift
[156/485] Compiling SentrySwift SentryRedactViewHelper.swift
[157/485] Compiling SentrySwift SentryScreenshotSource.swift
[158/485] Compiling SentrySwift SentryUIRedactBuilder.swift
[159/485] Compiling SentrySwift SentryViewPhotographer.swift
[160/485] Compiling SentrySwift SentryViewRenderer.swift
[161/485] Compiling SentrySwift SentryViewRendererV2.swift
[162/485] Compiling SentrySwift SentryViewScreenshotProvider.swift
[163/485] Compiling SentrySwift Exports.swift
[164/485] Compiling SentrySwift HangTracker.swift
[165/485] Compiling SentrySwift Dependencies.swift
[166/485] Compiling SentrySwift SentryInfoPlistError.swift
[167/485] Compiling SentrySwift SentryInfoPlistKey.swift
[168/485] Compiling SentrySwift SentryInfoPlistWrapper.swift
[169/485] Compiling SentrySwift SentryInfoPlistWrapperProvider.swift
[170/485] Compiling SentrySwift SentryApplication.swift
[171/485] Compiling SentrySwift SentryApplicationExtensions.swift
[172/485] Compiling SentrySwift SentryDateUtil.swift
[173/485] Compiling SentrySwift SentryDefaultObjCRuntimeWrapper.swift
[174/485] Compiling SentrySwift SentryDispatchQueueWrapper.swift
[175/485] Compiling SentrySwift SentryDispatchSourceWrapper.swift
[176/485] Compiling SentrySwift SentryEnabledFeaturesBuilder.swift
[177/485] Compiling SentrySwift SentryEnvelopeItemType.swift
[178/485] Compiling SentrySwift WeakReference.swift
[179/485] Compiling SentrySwift SentryAppStartTracker.swift
[180/485] Compiling SentrySwift SentryAppStartTrackingIntegration.swift
[181/485] Compiling SentrySwift SentryAutoBreadcrumbTrackingIntegration.swift
[182/485] Compiling SentrySwift SentryBreadcrumbDelegate.swift
[183/485] Compiling SentrySwift SentryBreadcrumbTracker.swift
[184/485] Compiling SentrySwift SentrySystemEventBreadcrumbs.swift
[185/485] Compiling SentrySwift SentryMetricsApi.swift
[186/485] Compiling SentrySwift SentryMetricsApiProtocol.swift
[187/485] Compiling SentrySwift SentryMetricsIntegration.swift
[188/485] Compiling SentrySwift SentryCoreDataSwizzling.swift
[189/485] Compiling SentrySwift SentryCoreDataTrackingIntegration.swift
[190/485] Compiling SentrySwift SentryFramesTrackingIntegration.swift
[191/485] Compiling SentrySwift Data+SentryTracing.swift
[192/485] Compiling SentrySwift FileManager+SentryTracing.swift
[193/485] Compiling SentrySwift SentryFileIOTracker+SwiftHelpers.swift
[194/485] Compiling SentrySwift SentryFileIOTracker.swift
[195/485] Compiling SentrySwift SentryFileIOTrackingIntegration.swift
[196/485] Compiling SentrySwift SentryNSDataSwizzling.swift
[197/485] Compiling SentrySwift SentryNSFileManagerSwizzling.swift
[198/485] Compiling SentrySwift SentryNetworkTrackingIntegration.swift
[199/485] Compiling SentrySwift SentryDisplayLinkWrapper.swift
[200/485] Compiling SentrySwift SentryPerformanceTrackingIntegration.swift
[201/485] Compiling SentrySwift SentryEventContextEnricher.swift
[202/485] Compiling SentrySwift SentryExtensionDetector.swift
[203/485] Compiling SentrySwift SentryExtensionType.swift
[204/485] Compiling SentrySwift SentryExtraContextProvider.swift
[205/485] Compiling SentrySwift SentryFileManager.swift
[206/485] Compiling SentrySwift SentryIconography.swift
[207/485] Compiling SentrySwift SentryInstallation.swift
[208/485] Compiling SentrySwift SentryLastRunStatus.swift
[209/485] Compiling SentrySwift SentryMigrateSessionInit.swift
[210/485] Compiling SentrySwift SentryMobileProvisionParser.swift
[211/485] Compiling SentrySwift SentryNSNotificationCenterWrapper.swift
[212/485] Compiling SentrySwift SentryNSTimerFactory.swift
[213/485] Compiling SentrySwift SentryObjCRuntimeWrapper.swift
[214/485] Compiling SentrySwift SentryProcessInfo.swift
[215/485] Compiling SentrySwift SentryRandom.swift
[216/485] Compiling SentrySwift SentrySDK.swift
[217/485] Compiling SentrySwift SentrySdkInfo.swift
[218/485] Compiling SentrySwift SentrySdkPackage.swift
[219/485] Compiling SentrySwift SentrySerializationSwift.swift
[220/485] Compiling SentrySwift SentrySwizzleWrapper.swift
[221/485] Compiling SentrySwift SentrySysctl.swift
[222/485] Compiling SentrySwift SentryThreadWrapper.swift
[223/485] Compiling SentrySwift ThreadSafeApplication.swift
[224/485] 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)]
[225/485] Compiling SentrySwift SentryFrameCodable.swift
[226/485] Compiling SentrySwift SentryGeoCodable.swift
[227/485] Compiling SentrySwift SentryMechanismCodable.swift
[228/485] Compiling SentrySwift SentryMechanismContextCodable.swift
[229/485] Compiling SentrySwift SentryMessage.swift
[230/485] Compiling SentrySwift SentryNSErrorCodable.swift
[231/485] Compiling SentrySwift SentryRequestCodable.swift
[232/485] Compiling SentrySwift SentryStacktraceCodable.swift
[233/485] Compiling SentrySwift SentryThreadCodable.swift
[234/485] Compiling SentrySwift SentryUserCodable.swift
[235/485] Compiling SentrySwift SentryAttribute.swift
[236/485] Compiling SentrySwift SentryAttributeContent.swift
[237/485] Compiling SentrySwift SentryAttributeValue.swift
[238/485] Compiling SentrySwift SentryFileManagerProtocol.swift
[239/485] Compiling SentrySwift SentryLog.swift
[240/485] Compiling SentrySwift SentryLogLevel.swift
[241/485] Compiling SentrySwift SentryLogMessage.swift
[242/485] Compiling SentrySwift SentryMetric.swift
[243/485] Compiling SentrySwift SentryMetricValue.swift
[244/485] Compiling SentrySwift SentrySDKSettings.swift
[245/485] Compiling SentrySwift SentryUnit.swift
[246/485] Compiling SentrySwift SentryUrlMatchable.swift
[247/485] Compiling SentrySwift SentryUrlMatcher.swift
[248/485] Compiling SentrySwift SentryDiscardedEvent.swift
[249/485] Compiling SentrySwift SentryDispatchFactory.swift
[250/485] Compiling SentrySwift SentryEnvelope.swift
[251/485] Compiling SentrySwift SentryEnvelopeHeader.swift
[252/485] Compiling SentrySwift SentryEnvelopeItem.swift
[253/485] Compiling SentrySwift SentryLogger.swift
[254/485] Compiling SentrySwift SentryPredicateDescriptor.swift
[255/485] Compiling SentrySwift SentrySDKLog+Configure.swift
[256/485] Compiling SentrySwift SentryURLRequestFactory.swift
[257/485] Compiling SentrySwift SentryViewHierarchyProvider.swift
[258/485] Compiling SentrySwift DefaultTelemetryBufferDataForwardingTriggers.swift
[259/485] Compiling SentrySwift InMemoryInternalTelemetryBuffer.swift
[260/485] Compiling SentrySwift InternalTelemetryBuffer.swift
[261/485] Compiling SentrySwift TelemetryBuffer.swift
[262/485] Compiling SentrySwift TelemetryBufferConfig.swift
[263/485] Compiling SentrySwift TelemetryItem.swift
[264/485] Compiling SentrySwift TelemetryProcessor.swift
[265/485] Compiling SentrySwift TelemetryProcessorTransport.swift
[266/485] Compiling SentrySwift TelemetryScheduler.swift
[267/485] Compiling SentrySwift SentryLogScopeApplier.swift
[268/485] Compiling SentrySwift TelemetryScopeApplier.swift
[269/485] Compiling SentrySwift TelemetryScopeMetadata.swift
[270/485] Compiling SentrySwift SentryMeasurementValue.swift
[271/485] Compiling SentrySwift SentryClient.swift
[272/485] Compiling SentrySwift SentryCrashSwift.swift
[273/485] Compiling SentrySwift SentryCrashWrapper.swift
[274/485] Compiling SentrySwift SentryDebugImageProvider.swift
[275/485] Compiling SentrySwift SentryFrameRemover.swift
[276/485] Compiling SentrySwift SentryThreadInspecting.swift
[277/485] Compiling SentrySwift SentryThreadInspector.swift
[278/485] Compiling SentrySwift SentryDependencyContainer.swift
[279/485] Compiling SentrySwift SentryDsn.swift
[280/485] Compiling SentrySwift SentryExperimentalOptions.swift
[281/485] Compiling SentrySwift SentryHub.swift
[282/485] Compiling SentrySwift SentrySession.swift
[283/485] Compiling SentrySwift PreviewRedactOptions.swift
[284/485] Compiling SentrySwift SentryReplayMaskPreview.swift
[285/485] Compiling SentrySwift SentryReplayMaskPreviewUIView.swift
[286/485] Compiling SentrySwift SentryReplayView.swift
[287/485] Compiling SentrySwift SentrySpanOperation.swift
[288/485] Compiling SentrySwift SentryTraceOrigin.swift
[289/485] Compiling SentrySwift SentryTracedView.swift
[290/485] Compiling SentrySwift SentryPropagationContext.swift
[291/485] Compiling SentrySwift SentryScopeObserver.swift
[292/485] Compiling SentrySwift LoadValidator.swift
[293/485] 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.1 effective-5.10 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
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
BUILD FAILURE 6.1 macosSpm