Build Information
Failed to build Sentry, reference 9.12.0 (0baded), with Swift 6.1 for macOS (SPM) on 30 Apr 2026 13:54:38 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
17 | public static let enableFastViewRendering: Bool = false
18 | public static let quality: SentryReplayQuality = .medium
| |- warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'quality' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | // The following properties are public because they are used by SentrySwiftUI.
:
46 | */
47 | @objc
48 | public enum SentryReplayQuality: Int, CustomStringConvertible {
| `- note: consider making enum 'SentryReplayQuality' conform to the 'Sendable' protocol
49 | /**
50 | * Video Scale: 80%
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:29:27: warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
27 |
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailAllowUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
31 | public static let networkCaptureBodies: Bool = true
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:30:27: warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailDenyUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let networkCaptureBodies: Bool = true
32 | public static let networkRequestHeaders: [String] = ["Content-Type", "Content-Length", "Accept"]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:37:32: warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
35 | // The following properties are defaults which are not configurable by the user.
36 |
37 | fileprivate static let sdkInfo: [String: Any]? = nil
| |- warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sdkInfo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | fileprivate static let frameRate: UInt = 1
39 | fileprivate static let errorReplayDuration: TimeInterval = 30
[202/492] Compiling SentrySwift SessionReplayFileManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:18:27: warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public static let enableViewRendererV2: Bool = true
17 | public static let enableFastViewRendering: Bool = false
18 | public static let quality: SentryReplayQuality = .medium
| |- warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'quality' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | // The following properties are public because they are used by SentrySwiftUI.
:
46 | */
47 | @objc
48 | public enum SentryReplayQuality: Int, CustomStringConvertible {
| `- note: consider making enum 'SentryReplayQuality' conform to the 'Sendable' protocol
49 | /**
50 | * Video Scale: 80%
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:29:27: warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
27 |
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailAllowUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
31 | public static let networkCaptureBodies: Bool = true
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:30:27: warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailDenyUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let networkCaptureBodies: Bool = true
32 | public static let networkRequestHeaders: [String] = ["Content-Type", "Content-Length", "Accept"]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:37:32: warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
35 | // The following properties are defaults which are not configurable by the user.
36 |
37 | fileprivate static let sdkInfo: [String: Any]? = nil
| |- warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sdkInfo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | fileprivate static let frameRate: UInt = 1
39 | fileprivate static let errorReplayDuration: TimeInterval = 30
[203/492] Compiling SentrySwift SessionReplayRecovery.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:18:27: warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public static let enableViewRendererV2: Bool = true
17 | public static let enableFastViewRendering: Bool = false
18 | public static let quality: SentryReplayQuality = .medium
| |- warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'quality' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | // The following properties are public because they are used by SentrySwiftUI.
:
46 | */
47 | @objc
48 | public enum SentryReplayQuality: Int, CustomStringConvertible {
| `- note: consider making enum 'SentryReplayQuality' conform to the 'Sendable' protocol
49 | /**
50 | * Video Scale: 80%
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:29:27: warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
27 |
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailAllowUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
31 | public static let networkCaptureBodies: Bool = true
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:30:27: warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailDenyUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let networkCaptureBodies: Bool = true
32 | public static let networkRequestHeaders: [String] = ["Content-Type", "Content-Length", "Accept"]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:37:32: warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
35 | // The following properties are defaults which are not configurable by the user.
36 |
37 | fileprivate static let sdkInfo: [String: Any]? = nil
| |- warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sdkInfo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | fileprivate static let frameRate: UInt = 1
39 | fileprivate static let errorReplayDuration: TimeInterval = 30
[204/492] Compiling SentrySwift SwiftAsyncIntegration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:18:27: warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public static let enableViewRendererV2: Bool = true
17 | public static let enableFastViewRendering: Bool = false
18 | public static let quality: SentryReplayQuality = .medium
| |- warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'quality' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | // The following properties are public because they are used by SentrySwiftUI.
:
46 | */
47 | @objc
48 | public enum SentryReplayQuality: Int, CustomStringConvertible {
| `- note: consider making enum 'SentryReplayQuality' conform to the 'Sendable' protocol
49 | /**
50 | * Video Scale: 80%
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:29:27: warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
27 |
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailAllowUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
31 | public static let networkCaptureBodies: Bool = true
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:30:27: warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailDenyUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let networkCaptureBodies: Bool = true
32 | public static let networkRequestHeaders: [String] = ["Content-Type", "Content-Length", "Accept"]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:37:32: warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
35 | // The following properties are defaults which are not configurable by the user.
36 |
37 | fileprivate static let sdkInfo: [String: Any]? = nil
| |- warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sdkInfo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | fileprivate static let frameRate: UInt = 1
39 | fileprivate static let errorReplayDuration: TimeInterval = 30
[205/492] Compiling SentrySwift SentryUIEventTrackingIntegration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:18:27: warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public static let enableViewRendererV2: Bool = true
17 | public static let enableFastViewRendering: Bool = false
18 | public static let quality: SentryReplayQuality = .medium
| |- warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'quality' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | // The following properties are public because they are used by SentrySwiftUI.
:
46 | */
47 | @objc
48 | public enum SentryReplayQuality: Int, CustomStringConvertible {
| `- note: consider making enum 'SentryReplayQuality' conform to the 'Sendable' protocol
49 | /**
50 | * Video Scale: 80%
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:29:27: warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
27 |
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailAllowUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
31 | public static let networkCaptureBodies: Bool = true
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:30:27: warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailDenyUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let networkCaptureBodies: Bool = true
32 | public static let networkRequestHeaders: [String] = ["Content-Type", "Content-Length", "Accept"]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:37:32: warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
35 | // The following properties are defaults which are not configurable by the user.
36 |
37 | fileprivate static let sdkInfo: [String: Any]? = nil
| |- warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sdkInfo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | fileprivate static let frameRate: UInt = 1
39 | fileprivate static let errorReplayDuration: TimeInterval = 30
[206/492] Compiling SentrySwift SentryUserFeedbackConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:18:27: warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public static let enableViewRendererV2: Bool = true
17 | public static let enableFastViewRendering: Bool = false
18 | public static let quality: SentryReplayQuality = .medium
| |- warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'quality' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | // The following properties are public because they are used by SentrySwiftUI.
:
46 | */
47 | @objc
48 | public enum SentryReplayQuality: Int, CustomStringConvertible {
| `- note: consider making enum 'SentryReplayQuality' conform to the 'Sendable' protocol
49 | /**
50 | * Video Scale: 80%
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:29:27: warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
27 |
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailAllowUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
31 | public static let networkCaptureBodies: Bool = true
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:30:27: warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailDenyUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let networkCaptureBodies: Bool = true
32 | public static let networkRequestHeaders: [String] = ["Content-Type", "Content-Length", "Accept"]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:37:32: warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
35 | // The following properties are defaults which are not configurable by the user.
36 |
37 | fileprivate static let sdkInfo: [String: Any]? = nil
| |- warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sdkInfo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | fileprivate static let frameRate: UInt = 1
39 | fileprivate static let errorReplayDuration: TimeInterval = 30
[207/492] Compiling SentrySwift SentryUserFeedbackFormConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:18:27: warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public static let enableViewRendererV2: Bool = true
17 | public static let enableFastViewRendering: Bool = false
18 | public static let quality: SentryReplayQuality = .medium
| |- warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'quality' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | // The following properties are public because they are used by SentrySwiftUI.
:
46 | */
47 | @objc
48 | public enum SentryReplayQuality: Int, CustomStringConvertible {
| `- note: consider making enum 'SentryReplayQuality' conform to the 'Sendable' protocol
49 | /**
50 | * Video Scale: 80%
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:29:27: warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
27 |
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailAllowUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
31 | public static let networkCaptureBodies: Bool = true
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:30:27: warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailDenyUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let networkCaptureBodies: Bool = true
32 | public static let networkRequestHeaders: [String] = ["Content-Type", "Content-Length", "Accept"]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:37:32: warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
35 | // The following properties are defaults which are not configurable by the user.
36 |
37 | fileprivate static let sdkInfo: [String: Any]? = nil
| |- warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sdkInfo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | fileprivate static let frameRate: UInt = 1
39 | fileprivate static let errorReplayDuration: TimeInterval = 30
[208/492] Compiling SentrySwift SentryUserFeedbackThemeConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:18:27: warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public static let enableViewRendererV2: Bool = true
17 | public static let enableFastViewRendering: Bool = false
18 | public static let quality: SentryReplayQuality = .medium
| |- warning: static property 'quality' is not concurrency-safe because non-'Sendable' type 'SentryReplayOptions.SentryReplayQuality' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'quality' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | // The following properties are public because they are used by SentrySwiftUI.
:
46 | */
47 | @objc
48 | public enum SentryReplayQuality: Int, CustomStringConvertible {
| `- note: consider making enum 'SentryReplayQuality' conform to the 'Sendable' protocol
49 | /**
50 | * Video Scale: 80%
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:29:27: warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
27 |
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailAllowUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailAllowUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
31 | public static let networkCaptureBodies: Bool = true
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:30:27: warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
28 | // Network capture configuration defaults
29 | public static let networkDetailAllowUrls: [SentryUrlMatchable] = []
30 | public static let networkDetailDenyUrls: [SentryUrlMatchable] = []
| |- warning: static property 'networkDetailDenyUrls' is not concurrency-safe because non-'Sendable' type '[any SentryUrlMatchable]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'networkDetailDenyUrls' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let networkCaptureBodies: Bool = true
32 | public static let networkRequestHeaders: [String] = ["Content-Type", "Content-Length", "Accept"]
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Protocol/SentryUrlMatchable.swift:20:17: note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
18 | ///
19 | /// Conforming types: String (substring matching), NSRegularExpression (regex matching).
20 | public protocol SentryUrlMatchable {
| `- note: protocol 'SentryUrlMatchable' does not conform to the 'Sendable' protocol
21 | /// Converts the conforming value to a `SentryUrlMatcher` enum representation.
22 | /// Internal SDK use only.
/Users/admin/builder/spi-builder-workspace/Sources/Swift/Integrations/SessionReplay/SentryReplayOptions.swift:37:32: warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
35 | // The following properties are defaults which are not configurable by the user.
36 |
37 | fileprivate static let sdkInfo: [String: Any]? = nil
| |- warning: static property 'sdkInfo' is not concurrency-safe because non-'Sendable' type '[String : Any]?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sdkInfo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | fileprivate static let frameRate: UInt = 1
39 | fileprivate static let errorReplayDuration: TimeInterval = 30
[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.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-Dynamic-WithARM64e.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
[8029/135911026] Downloading https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic.xcframework.zip
[81035/245287099] Downloading 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
[703663/395282783] Downloading 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-Dynamic-WithARM64e.xcframework.zip
[27342879/460537452] Downloading 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-Dynamic-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry.xcframework.zip
[28833257/581283043] Downloading 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-Dynamic-WithARM64e.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry.xcframework.zip, https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry.xcframework.zip (5.28s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit.xcframework.zip (7.90s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-WithoutUIKitOrAppKit-WithARM64e.xcframework.zip (8.57s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic.xcframework.zip (9.17s)
Downloaded https://github.com/getsentry/sentry-cocoa/releases/download/9.12.0/Sentry-Dynamic-WithARM64e.xcframework.zip (9.85s)
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] Compiling SentryCppHelper SentryCppHelper.swift
[3/206] Emitting module SentryCppHelper
[4/416] Compiling SentryDistribution Updater.swift
[5/416] Compiling SentryDistribution Error.swift
[6/416] Compiling SentryDistribution Date+Parse.swift
[7/416] Emitting module SentrySwiftUI
[8/416] Compiling SentrySwiftUI SentrySwiftUIExports.swift
[9/416] Compiling SentryDistribution URLSession+Distribute.swift
[10/416] Compiling SentryDistribution UpdateCheckResponse.swift
[11/416] Compiling SentryDistribution ReleaseInfo.swift
[12/416] Emitting module SentryDistribution
[13/416] Compiling SentryDistribution CheckForUpdateParams.swift
[14/416] Compiling SentryDistribution BinaryParser.swift
[15/416] Compiling SentrySwift SentryRedactRegionType.swift
[16/416] Compiling SentrySwift SentryRedactViewHelper.swift
[17/416] Compiling SentrySwift SentryScreenshotSource.swift
[18/416] Compiling SentrySwift SentryUIRedactBuilder.swift
[19/416] Compiling SentrySwift SentryViewPhotographer.swift
[20/416] Compiling SentrySwift SentryViewRenderer.swift
[21/416] Compiling SentrySwift SentryViewRendererV2.swift
[22/416] Compiling SentrySwift SentryViewScreenshotProvider.swift
[23/416] Compiling SentrySwift Exports.swift
[24/416] Compiling SentrySwift HangTracker.swift
[25/416] Compiling SentrySwift Dependencies.swift
[26/416] Compiling SentrySwift SentryInfoPlistError.swift
[27/416] Compiling SentrySwift SentryInfoPlistKey.swift
[28/416] Compiling SentrySwift SentryInfoPlistWrapper.swift
[29/416] Compiling SentrySwift SentryInfoPlistWrapperProvider.swift
[30/416] Compiling SentrySwift SentryApplication.swift
[31/416] Compiling SentrySwift SentryApplicationExtensions.swift
[32/416] Compiling SentrySwift SentryDateUtil.swift
[33/416] Compiling SentrySwift SentryDefaultObjCRuntimeWrapper.swift
[34/416] Compiling SentrySwift SentryDispatchQueueWrapper.swift
[35/416] Compiling SentrySwift SentryDispatchSourceWrapper.swift
[36/416] Compiling SentrySwift SentryEnabledFeaturesBuilder.swift
[37/416] Compiling SentrySwift SentryEnvelopeItemType.swift
[38/416] Compiling SentrySwift SentryProfileOptions.swift
[39/416] Compiling SentrySwift SentrySubClassFinder.swift
[40/416] Compiling SentrySwift SentryTransactionNameSource.swift
[41/416] Compiling SentrySwift SentryUIViewControllerSwizzling.swift
[42/416] Compiling SentrySwift SwizzleClassNameExclude.swift
[43/416] Compiling SentrySwift MXSample.swift
[44/416] Compiling SentrySwift SentryMXCallStackTree+Parsing.swift
[45/416] Compiling SentrySwift SentryMXCallStackTree.swift
[46/416] Compiling SentrySwift SentryMXManager.swift
[47/416] Compiling SentrySwift SentryMetricKitIntegration.swift
[48/416] Compiling SentrySwift SentryRedactOptions.swift
[49/416] Compiling SentrySwift SentryViewControllerBreadcrumbTracking.swift
[50/416] Compiling SentrySwift SwiftDescriptor.swift
[51/416] Compiling SentrySwift HTTPHeaderSanitizer.swift
[52/416] Compiling SentrySwift SentrySDKLog.swift
[53/416] Compiling SentrySwift UIImageHelper.swift
[54/416] Compiling SentrySwift URLSessionTaskHelper.swift
[55/416] Compiling SentrySwift UrlSanitized.swift
[56/416] Compiling SentrySwift SentryDefaultMaskRenderer.swift
[57/416] Compiling SentrySwift SentryDefaultViewRenderer.swift
[58/416] Compiling SentrySwift SentryGraphicsImageRenderer.swift
[59/416] Compiling SentrySwift SentryMaskRenderer.swift
[60/416] Compiling SentrySwift SentryMaskRendererV2.swift
[61/416] Compiling SentrySwift SentryRedactRegion.swift
[62/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)]
[63/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)]
[64/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)]
[65/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)]
[66/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)]
[67/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)]
[68/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)]
[69/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)]
[70/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)]
[71/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)]
[72/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)]
[73/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)]
[74/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)]
[75/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)]
[76/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)]
[77/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)]
[78/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)]
[79/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)]
[80/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)]
[81/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)]
[82/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)]
[83/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)]
[84/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)]
[85/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)]
[86/485] Compiling SentrySwift SentryRenderVideoResult.swift
[87/485] Compiling SentrySwift SentryReplayEvent.swift
[88/485] Compiling SentrySwift SentryReplayFrame.swift
[89/485] Compiling SentrySwift SentryReplayNetworkDetails.swift
[90/485] Compiling SentrySwift SentryReplayOptions.swift
[91/485] Compiling SentrySwift SentryReplayRecording.swift
[92/485] Compiling SentrySwift SentryReplayType.swift
[93/485] Compiling SentrySwift SentryReplayVideoMaker.swift
[94/485] Compiling SentrySwift SentrySRDefaultBreadcrumbConverter.swift
[95/485] Compiling SentrySwift SentrySessionListener.swift
[96/485] Compiling SentrySwift SentrySessionReplay.swift
[97/485] Compiling SentrySwift SentrySessionReplayDelegate.swift
[98/485] Compiling SentrySwift SentrySessionReplayIntegration.swift
[99/485] Compiling SentrySwift SentryTouchTracker.swift
[100/485] Compiling SentrySwift SentryVideoFrameProcessor.swift
[101/485] Compiling SentrySwift SentryVideoInfo.swift
[102/485] Compiling SentrySwift SessionReplayFileManager.swift
[103/485] Compiling SentrySwift SessionReplayRecovery.swift
[104/485] Compiling SentrySwift SwiftAsyncIntegration.swift
[105/485] Compiling SentrySwift SentryUIEventTrackingIntegration.swift
[106/485] Compiling SentrySwift SentryUserFeedbackConfiguration.swift
[107/485] Compiling SentrySwift SentryUserFeedbackFormConfiguration.swift
[108/485] Compiling SentrySwift SentryUserFeedbackThemeConfiguration.swift
[109/485] Compiling SentrySwift SentryUserFeedbackWidgetConfiguration.swift
[110/485] Compiling SentrySwift SentryFeedback.swift
[111/485] Compiling SentrySwift SentryFeedbackAPI.swift
[112/485] Compiling SentrySwift SentryShakeDetector.swift
[113/485] Compiling SentrySwift SentryUserFeedbackFormController.swift
[114/485] Compiling SentrySwift SentryUserFeedbackFormViewModel.swift
[115/485] Compiling SentrySwift SentryUserFeedbackIntegrationDriver.swift
[116/485] Compiling SentrySwift SentryUserFeedbackWidget.swift
[117/485] Compiling SentrySwift SentryUserFeedbackWidgetButtonMegaphoneIconView.swift
[118/485] Compiling SentrySwift SentryUserFeedbackWidgetButtonView.swift
[119/485] Compiling SentrySwift UserFeedbackIntegration.swift
[120/485] Compiling SentrySwift SentryViewHierarchyIntegration.swift
[121/485] Compiling SentrySwift SentryWatchdogTerminationAttributesProcessor.swift
[122/485] Compiling SentrySwift SentryWatchdogTerminationConstants.swift
[123/485] Compiling SentrySwift SentryWatchdogTerminationLogic.swift
[124/485] Compiling SentrySwift SentryWatchdogTerminationScopeObserver.swift
[125/485] Compiling SentrySwift SentryWatchdogTerminationTracker.swift
[126/485] Compiling SentrySwift SentryWatchdogTerminationTrackingIntegration.swift
[127/485] Compiling SentrySwift ConcurrentRateLimitsDictionary.swift
[128/485] Compiling SentrySwift DefaultRateLimits.swift
[129/485] Compiling SentrySwift HttpDateParser.swift
[130/485] Compiling SentrySwift RateLimitParser.swift
[131/485] Compiling SentrySwift RateLimits.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] 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)]
[156/485] Compiling SentrySwift SentryUIViewControllerPerformanceTracker.swift
[157/485] Compiling SentrySwift SentryScreenshotIntegration.swift
[158/485] Compiling SentrySwift SentryScreenshotOptions.swift
[159/485] Compiling SentrySwift SentryCrashBridge.swift
[160/485] Compiling SentrySwift SentryCrashInstallationReporter.swift
[161/485] Compiling SentrySwift SentryCrashIntegration.swift
[162/485] Compiling SentrySwift SentryCrashIntegrationSessionHandler.swift
[163/485] Compiling SentrySwift SentryGlobalEventProcessor.swift
[164/485] Compiling SentrySwift SentryHangTrackingIntegration.swift
[165/485] Compiling SentrySwift SentryAutoSessionTrackingIntegration.swift
[166/485] Compiling SentrySwift SessionTracker.swift
[167/485] Compiling SentrySwift SentryMaskingPreviewView.swift
[168/485] Compiling SentrySwift SentryRRWebBreadcrumbEvent.swift
[169/485] Compiling SentrySwift SentryRRWebCustomEvent.swift
[170/485] Compiling SentrySwift SentryRRWebEvent.swift
[171/485] Compiling SentrySwift SentryRRWebMetaEvent.swift
[172/485] Compiling SentrySwift SentryRRWebOptionsEvent.swift
[173/485] Compiling SentrySwift SentryRRWebSpanEvent.swift
[174/485] Compiling SentrySwift SentryRRWebTouchEvent.swift
[175/485] Compiling SentrySwift SentryRRWebVideoEvent.swift
[176/485] Compiling SentrySwift SentryOnDemandReplay.swift
[177/485] Compiling SentrySwift SentryOnDemandReplayError.swift
[178/485] Compiling SentrySwift SentryPixelBuffer.swift
[179/485] Compiling SentrySwift SentryEventContextEnricher.swift
[180/485] Compiling SentrySwift SentryExtensionDetector.swift
[181/485] Compiling SentrySwift SentryExtensionType.swift
[182/485] Compiling SentrySwift SentryExtraContextProvider.swift
[183/485] Compiling SentrySwift SentryFileManager.swift
[184/485] Compiling SentrySwift SentryIconography.swift
[185/485] Compiling SentrySwift SentryInstallation.swift
[186/485] Compiling SentrySwift SentryLastRunStatus.swift
[187/485] Compiling SentrySwift SentryMigrateSessionInit.swift
[188/485] Compiling SentrySwift SentryMobileProvisionParser.swift
[189/485] Compiling SentrySwift SentryNSNotificationCenterWrapper.swift
[190/485] Compiling SentrySwift SentryNSTimerFactory.swift
[191/485] Compiling SentrySwift SentryObjCRuntimeWrapper.swift
[192/485] Compiling SentrySwift SentryProcessInfo.swift
[193/485] Compiling SentrySwift SentryRandom.swift
[194/485] Compiling SentrySwift SentrySDK.swift
[195/485] Compiling SentrySwift SentrySdkInfo.swift
[196/485] Compiling SentrySwift SentrySdkPackage.swift
[197/485] Compiling SentrySwift SentrySerializationSwift.swift
[198/485] Compiling SentrySwift SentrySwizzleWrapper.swift
[199/485] Compiling SentrySwift SentrySysctl.swift
[200/485] Compiling SentrySwift SentryThreadWrapper.swift
[201/485] Compiling SentrySwift ThreadSafeApplication.swift
[202/485] Compiling SentrySwift WeakReference.swift
[203/485] Compiling SentrySwift SentryAppStartTracker.swift
[204/485] Compiling SentrySwift SentryAppStartTrackingIntegration.swift
[205/485] Compiling SentrySwift SentryAutoBreadcrumbTrackingIntegration.swift
[206/485] Compiling SentrySwift SentryBreadcrumbDelegate.swift
[207/485] Compiling SentrySwift SentryBreadcrumbTracker.swift
[208/485] Compiling SentrySwift SentrySystemEventBreadcrumbs.swift
[209/485] Compiling SentrySwift SentryMetricsApi.swift
[210/485] Compiling SentrySwift SentryMetricsApiProtocol.swift
[211/485] Compiling SentrySwift SentryMetricsIntegration.swift
[212/485] Compiling SentrySwift SentryCoreDataSwizzling.swift
[213/485] Compiling SentrySwift SentryCoreDataTrackingIntegration.swift
[214/485] Compiling SentrySwift SentryFramesTrackingIntegration.swift
[215/485] Compiling SentrySwift Data+SentryTracing.swift
[216/485] Compiling SentrySwift FileManager+SentryTracing.swift
[217/485] Compiling SentrySwift SentryFileIOTracker+SwiftHelpers.swift
[218/485] Compiling SentrySwift SentryFileIOTracker.swift
[219/485] Compiling SentrySwift SentryFileIOTrackingIntegration.swift
[220/485] Compiling SentrySwift SentryNSDataSwizzling.swift
[221/485] Compiling SentrySwift SentryNSFileManagerSwizzling.swift
[222/485] Compiling SentrySwift SentryNetworkTrackingIntegration.swift
[223/485] Compiling SentrySwift SentryDisplayLinkWrapper.swift
[224/485] Compiling SentrySwift SentryPerformanceTrackingIntegration.swift
[225/485] Compiling SentrySwift SentryDiscardedEvent.swift
[226/485] Compiling SentrySwift SentryDispatchFactory.swift
[227/485] Compiling SentrySwift SentryEnvelope.swift
[228/485] Compiling SentrySwift SentryEnvelopeHeader.swift
[229/485] Compiling SentrySwift SentryEnvelopeItem.swift
[230/485] Compiling SentrySwift SentryLogger.swift
[231/485] Compiling SentrySwift SentryPredicateDescriptor.swift
[232/485] Compiling SentrySwift SentrySDKLog+Configure.swift
[233/485] Compiling SentrySwift SentryURLRequestFactory.swift
[234/485] Compiling SentrySwift SentryViewHierarchyProvider.swift
[235/485] Compiling SentrySwift DefaultTelemetryBufferDataForwardingTriggers.swift
[236/485] Compiling SentrySwift InMemoryInternalTelemetryBuffer.swift
[237/485] Compiling SentrySwift InternalTelemetryBuffer.swift
[238/485] Compiling SentrySwift TelemetryBuffer.swift
[239/485] Compiling SentrySwift TelemetryBufferConfig.swift
[240/485] Compiling SentrySwift TelemetryItem.swift
[241/485] Compiling SentrySwift TelemetryProcessor.swift
[242/485] Compiling SentrySwift TelemetryProcessorTransport.swift
[243/485] Compiling SentrySwift TelemetryScheduler.swift
[244/485] Compiling SentrySwift SentryLogScopeApplier.swift
[245/485] Compiling SentrySwift TelemetryScopeApplier.swift
[246/485] Compiling SentrySwift TelemetryScopeMetadata.swift
[247/485] Compiling SentrySwift SentryMeasurementValue.swift
[248/485] Compiling SentrySwift SentryFrameCodable.swift
[249/485] Compiling SentrySwift SentryGeoCodable.swift
[250/485] Compiling SentrySwift SentryMechanismCodable.swift
[251/485] Compiling SentrySwift SentryMechanismContextCodable.swift
[252/485] Compiling SentrySwift SentryMessage.swift
[253/485] Compiling SentrySwift SentryNSErrorCodable.swift
[254/485] Compiling SentrySwift SentryRequestCodable.swift
[255/485] Compiling SentrySwift SentryStacktraceCodable.swift
[256/485] Compiling SentrySwift SentryThreadCodable.swift
[257/485] Compiling SentrySwift SentryUserCodable.swift
[258/485] Compiling SentrySwift SentryAttribute.swift
[259/485] Compiling SentrySwift SentryAttributeContent.swift
[260/485] Compiling SentrySwift SentryAttributeValue.swift
[261/485] Compiling SentrySwift SentryFileManagerProtocol.swift
[262/485] Compiling SentrySwift SentryLog.swift
[263/485] Compiling SentrySwift SentryLogLevel.swift
[264/485] Compiling SentrySwift SentryLogMessage.swift
[265/485] Compiling SentrySwift SentryMetric.swift
[266/485] Compiling SentrySwift SentryMetricValue.swift
[267/485] Compiling SentrySwift SentrySDKSettings.swift
[268/485] Compiling SentrySwift SentryUnit.swift
[269/485] Compiling SentrySwift SentryUrlMatchable.swift
[270/485] Compiling SentrySwift SentryUrlMatcher.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