Build Information
Failed to build Datadog, reference 2.26.0 (868b60
), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 15:44:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
98 | }
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:534:14: warning: let 'registerObjcExceptionHandlerOnce' is not concurrency-safe because non-'Sendable' type '() -> Void' may have shared mutable state; this is an error in the Swift 6 language mode
532 | #endif
533 |
534 | internal let registerObjcExceptionHandlerOnce: () -> Void = {
| |- warning: let 'registerObjcExceptionHandlerOnce' is not concurrency-safe because non-'Sendable' type '() -> Void' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'registerObjcExceptionHandlerOnce' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
535 | ObjcException.rethrow = __dd_private_ObjcExceptionHandler.rethrow
536 | return {}
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:535:19: warning: reference to static property 'rethrow' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
533 |
534 | internal let registerObjcExceptionHandlerOnce: () -> Void = {
535 | ObjcException.rethrow = __dd_private_ObjcExceptionHandler.rethrow
| `- warning: reference to static property 'rethrow' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
536 | return {}
537 | }()
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DDError.swift:103:23: note: static property declared here
101 | /// full-expression if that full-expression throws an exception. Therefore, ARC-generated code leaks by default
102 | /// on exceptions.
103 | public static var rethrow: ((() -> Void) throws -> Void) = { $0() }
| `- note: static property declared here
104 |
105 | /// The underlying `NSError` describing the `NSException`
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:167:17: warning: capture of 'allStorages' with non-sendable type '[FeatureStorage]' in a '@Sendable' closure
165 | // data migration must be synchronized on the context queue. This guarantees that
166 | // all latest events have been written before migration occurs.
167 | allStorages.forEach { $0.migrateUnauthorizedData(toConsent: trackingConsent) }
| `- warning: capture of 'allStorages' with non-sendable type '[FeatureStorage]' in a '@Sendable' closure
168 | }
169 | consentPublisher.consent = trackingConsent
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:10:17: note: consider making struct 'FeatureStorage' conform to the 'Sendable' protocol
8 | import DatadogInternal
9 |
10 | internal struct FeatureStorage {
| `- note: consider making struct 'FeatureStorage' conform to the 'Sendable' protocol
11 | /// The name of this Feature, used to distinguish storage instances in telemetry and logs.
12 | let featureName: String
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:167:77: warning: capture of 'trackingConsent' with non-sendable type 'TrackingConsent' in a '@Sendable' closure
165 | // data migration must be synchronized on the context queue. This guarantees that
166 | // all latest events have been written before migration occurs.
167 | allStorages.forEach { $0.migrateUnauthorizedData(toConsent: trackingConsent) }
| `- warning: capture of 'trackingConsent' with non-sendable type 'TrackingConsent' in a '@Sendable' closure
168 | }
169 | consentPublisher.consent = trackingConsent
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/TrackingConsent.swift:13:13: note: enum 'TrackingConsent' does not conform to the 'Sendable' protocol
11 | /// This value should be used to grant the permission for Datadog SDK to store data collected in
12 | /// Logging, Tracing or RUM and upload it to Datadog servers.
13 | public enum TrackingConsent: Codable, PassthroughAnyCodable {
| `- note: enum 'TrackingConsent' does not conform to the 'Sendable' protocol
14 | /// The permission to persist and send data to the Datadog servers was granted.
15 | /// Any previously stored pending data will be marked as ready for sent.
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'DatadogInternal'
6 |
7 | import Foundation
8 | import DatadogInternal
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'DatadogInternal'
9 |
10 | /// Core implementation of Datadog SDK.
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:167:77: warning: capture of 'trackingConsent' with non-sendable type 'TrackingConsent' in an isolated closure; this is an error in the Swift 6 language mode
165 | // data migration must be synchronized on the context queue. This guarantees that
166 | // all latest events have been written before migration occurs.
167 | allStorages.forEach { $0.migrateUnauthorizedData(toConsent: trackingConsent) }
| `- warning: capture of 'trackingConsent' with non-sendable type 'TrackingConsent' in an isolated closure; this is an error in the Swift 6 language mode
168 | }
169 | consentPublisher.consent = trackingConsent
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/TrackingConsent.swift:13:13: note: enum 'TrackingConsent' does not conform to the 'Sendable' protocol
11 | /// This value should be used to grant the permission for Datadog SDK to store data collected in
12 | /// Logging, Tracing or RUM and upload it to Datadog servers.
13 | public enum TrackingConsent: Codable, PassthroughAnyCodable {
| `- note: enum 'TrackingConsent' does not conform to the 'Sendable' protocol
14 | /// The permission to persist and send data to the Datadog servers was granted.
15 | /// Any previously stored pending data will be marked as ready for sent.
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:189:36: warning: capture of 'messageReceiver' with non-sendable type 'any FeatureMessageReceiver' in a '@Sendable' closure
187 | bus.connect(messageReceiver, forKey: key)
188 | contextProvider.read { context in
189 | self.bus.queue.async { messageReceiver.receive(message: .context(context), from: self) }
| `- warning: capture of 'messageReceiver' with non-sendable type 'any FeatureMessageReceiver' in a '@Sendable' closure
190 | }
191 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/MessageBus/FeatureMessageReceiver.swift:14:17: note: protocol 'FeatureMessageReceiver' does not conform to the 'Sendable' protocol
12 | /// The message is composed of a key and a dictionary of attributes. The message format is a loose
13 | /// agreement between Features - all messages supported by a Feature should be properly documented.
14 | public protocol FeatureMessageReceiver {
| `- note: protocol 'FeatureMessageReceiver' does not conform to the 'Sendable' protocol
15 | /// Receives messages from the message bus.
16 | ///
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:189:78: warning: capture of 'context' with non-sendable type 'DatadogContext' in a '@Sendable' closure
187 | bus.connect(messageReceiver, forKey: key)
188 | contextProvider.read { context in
189 | self.bus.queue.async { messageReceiver.receive(message: .context(context), from: self) }
| `- warning: capture of 'context' with non-sendable type 'DatadogContext' in a '@Sendable' closure
190 | }
191 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/DatadogContext.swift:9:15: note: struct 'DatadogContext' does not conform to the 'Sendable' protocol
7 | import Foundation
8 |
9 | public struct DatadogContext {
| `- note: struct 'DatadogContext' does not conform to the 'Sendable' protocol
10 | // MARK: - Datadog Specific
11 |
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:189:94: warning: capture of 'self' with non-sendable type 'DatadogCore' in a '@Sendable' closure
15 | /// By complying with `DatadogCoreProtocol`, the core can
16 | /// provide context and writing scopes to Features for event recording.
17 | internal final class DatadogCore {
| `- note: class 'DatadogCore' does not conform to the 'Sendable' protocol
18 | /// The root location for storing Features data in this instance of the SDK.
19 | /// For each Feature a set of subdirectories is created inside `CoreDirectory` based on their storage configuration.
:
187 | bus.connect(messageReceiver, forKey: key)
188 | contextProvider.read { context in
189 | self.bus.queue.async { messageReceiver.receive(message: .context(context), from: self) }
| `- warning: capture of 'self' with non-sendable type 'DatadogCore' in a '@Sendable' closure
190 | }
191 | }
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:347:20: warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
345 | guard let storage = core.stores[Feature.name]?.storage else {
346 | if core.get(feature: Feature.self) != nil { // the feature is running, but has no storage
347 | DD.logger.error(
| `- warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
348 | "Failed to obtain Event Write Context for '\(Feature.name)' because it is not a `DatadogRemoteFeature`."
349 | )
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/DD.swift:20:23: note: static property declared here
18 | /// to the SDK user**. Think of possible logs that we may want to receive from our users when asking them to enable
19 | /// SDK verbosity and send us their console log.
20 | public static var logger: CoreLogger = InternalLogger(
| `- note: static property declared here
21 | dateProvider: SystemDateProvider(),
22 | timeZone: .current,
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:46:30: warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
11 | ///
12 | /// The bus dispatches messages on a serial queue.
13 | internal final class MessageBus {
| `- note: class 'MessageBus' does not conform to the 'Sendable' protocol
14 | /// The message bus GDC queue.
15 | let queue = DispatchQueue(
:
44 | init(configurationDispatchTime: DispatchTimeInterval = .seconds(5)) {
45 | queue.asyncAfter(deadline: .now() + configurationDispatchTime) {
46 | guard let core = self.core, let configuration = self.configuration else {
| `- warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
47 | return
48 | }
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:62:23: warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
11 | ///
12 | /// The bus dispatches messages on a serial queue.
13 | internal final class MessageBus {
| `- note: class 'MessageBus' does not conform to the 'Sendable' protocol
14 | /// The message bus GDC queue.
15 | let queue = DispatchQueue(
:
60 | /// - Parameter core: The core ference.
61 | func connect(core: DatadogCoreProtocol) {
62 | queue.async { self.core = core }
| `- warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:62:35: warning: capture of 'core' with non-sendable type 'any DatadogCoreProtocol' in a '@Sendable' closure
60 | /// - Parameter core: The core ference.
61 | func connect(core: DatadogCoreProtocol) {
62 | queue.async { self.core = core }
| `- warning: capture of 'core' with non-sendable type 'any DatadogCoreProtocol' in a '@Sendable' closure
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/DatadogCoreProtocol.swift:14:17: note: protocol 'DatadogCoreProtocol' does not conform to the 'Sendable' protocol
12 | /// Any reference to `DatadogCoreProtocol` must be captured as `weak` within a Feature. This is to avoid
13 | /// retain cycle of core holding the Feature and vice-versa.
14 | public protocol DatadogCoreProtocol: AnyObject, MessageSending, BaggageSharing, Storage {
| `- note: protocol 'DatadogCoreProtocol' does not conform to the 'Sendable' protocol
15 | // Remove `DatadogCoreProtocol` conformance to `MessageSending` and `BaggageSharing` once
16 | // all features are migrated to depend on `FeatureScope` interface.
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'DatadogInternal'
6 |
7 | import Foundation
8 | import DatadogInternal
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'DatadogInternal'
9 |
10 | /// The message-bus sends messages to a set of registered receivers.
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:71:23: warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
11 | ///
12 | /// The bus dispatches messages on a serial queue.
13 | internal final class MessageBus {
| `- note: class 'MessageBus' does not conform to the 'Sendable' protocol
14 | /// The message bus GDC queue.
15 | let queue = DispatchQueue(
:
69 | /// - key: The key associated with the receiver.
70 | func connect(_ receiver: FeatureMessageReceiver, forKey key: String) {
71 | queue.async { self.bus[key] = receiver }
| `- warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
72 | }
73 |
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:71:39: warning: capture of 'receiver' with non-sendable type 'any FeatureMessageReceiver' in a '@Sendable' closure
69 | /// - key: The key associated with the receiver.
70 | func connect(_ receiver: FeatureMessageReceiver, forKey key: String) {
71 | queue.async { self.bus[key] = receiver }
| `- warning: capture of 'receiver' with non-sendable type 'any FeatureMessageReceiver' in a '@Sendable' closure
72 | }
73 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/MessageBus/FeatureMessageReceiver.swift:14:17: note: protocol 'FeatureMessageReceiver' does not conform to the 'Sendable' protocol
12 | /// The message is composed of a key and a dictionary of attributes. The message format is a loose
13 | /// agreement between Features - all messages supported by a Feature should be properly documented.
14 | public protocol FeatureMessageReceiver {
| `- note: protocol 'FeatureMessageReceiver' does not conform to the 'Sendable' protocol
15 | /// Receives messages from the message bus.
16 | ///
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:78:23: warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
11 | ///
12 | /// The bus dispatches messages on a serial queue.
13 | internal final class MessageBus {
| `- note: class 'MessageBus' does not conform to the 'Sendable' protocol
14 | /// The message bus GDC queue.
15 | let queue = DispatchQueue(
:
76 | /// - Parameter key: The key to remove along with its associated receiver.
77 | func removeReceiver(forKey key: String) {
78 | queue.async { self.bus.removeValue(forKey: key) }
| `- warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
79 | }
80 |
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:98:30: warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
11 | ///
12 | /// The bus dispatches messages on a serial queue.
13 | internal final class MessageBus {
| `- note: class 'MessageBus' does not conform to the 'Sendable' protocol
14 | /// The message bus GDC queue.
15 | let queue = DispatchQueue(
:
96 |
97 | queue.async {
98 | guard let core = self.core else {
| `- warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
99 | return
100 | }
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:103:37: warning: capture of 'message' with non-sendable type 'FeatureMessage' in a '@Sendable' closure
101 |
102 | let receivers = self.bus.values.filter {
103 | $0.receive(message: message, from: core)
| `- warning: capture of 'message' with non-sendable type 'FeatureMessage' in a '@Sendable' closure
104 | }
105 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/MessageBus/FeatureMessage.swift:10:13: note: enum 'FeatureMessage' does not conform to the 'Sendable' protocol
8 |
9 | /// The set of messages that can be transimtted on the Features message bus.
10 | public enum FeatureMessage {
| `- note: enum 'FeatureMessage' does not conform to the 'Sendable' protocol
11 | /// A custom message with generic encodable attributes.
12 | ///
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:107:17: warning: capture of 'fallback' with non-sendable type '() -> Void' in a '@Sendable' closure
105 |
106 | if receivers.isEmpty {
107 | fallback()
| |- warning: capture of 'fallback' with non-sendable type '() -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
108 | }
109 | }
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:103:37: warning: capture of 'message' with non-sendable type 'FeatureMessage' in an isolated closure; this is an error in the Swift 6 language mode
101 |
102 | let receivers = self.bus.values.filter {
103 | $0.receive(message: message, from: core)
| `- warning: capture of 'message' with non-sendable type 'FeatureMessage' in an isolated closure; this is an error in the Swift 6 language mode
104 | }
105 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/MessageBus/FeatureMessage.swift:10:13: note: enum 'FeatureMessage' does not conform to the 'Sendable' protocol
8 |
9 | /// The set of messages that can be transimtted on the Features message bus.
10 | public enum FeatureMessage {
| `- note: enum 'FeatureMessage' does not conform to the 'Sendable' protocol
11 | /// A custom message with generic encodable attributes.
12 | ///
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:121:13: warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
11 | ///
12 | /// The bus dispatches messages on a serial queue.
13 | internal final class MessageBus {
| `- note: class 'MessageBus' does not conform to the 'Sendable' protocol
14 | /// The message bus GDC queue.
15 | let queue = DispatchQueue(
:
119 | queue.async {
120 | // merge with the current configuration if any
121 | self.configuration = self.configuration.map {
| `- warning: capture of 'self' with non-sendable type 'MessageBus' in a '@Sendable' closure
122 | $0.merged(with: configuration)
123 | } ?? configuration
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:122:33: warning: capture of 'configuration' with non-sendable type 'ConfigurationTelemetry' in a '@Sendable' closure
120 | // merge with the current configuration if any
121 | self.configuration = self.configuration.map {
122 | $0.merged(with: configuration)
| `- warning: capture of 'configuration' with non-sendable type 'ConfigurationTelemetry' in a '@Sendable' closure
123 | } ?? configuration
124 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Telemetry/Telemetry.swift:10:15: note: struct 'ConfigurationTelemetry' does not conform to the 'Sendable' protocol
8 |
9 | /// Defines the type of configuration telemetry events supported by the SDK.
10 | public struct ConfigurationTelemetry: Equatable {
| `- note: struct 'ConfigurationTelemetry' does not conform to the 'Sendable' protocol
11 | public let actionNameAttribute: String?
12 | public let allowFallbackToLocalStorage: Bool?
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:122:33: warning: capture of 'configuration' with non-sendable type 'ConfigurationTelemetry' in an isolated closure; this is an error in the Swift 6 language mode
120 | // merge with the current configuration if any
121 | self.configuration = self.configuration.map {
122 | $0.merged(with: configuration)
| `- warning: capture of 'configuration' with non-sendable type 'ConfigurationTelemetry' in an isolated closure; this is an error in the Swift 6 language mode
123 | } ?? configuration
124 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Telemetry/Telemetry.swift:10:15: note: struct 'ConfigurationTelemetry' does not conform to the 'Sendable' protocol
8 |
9 | /// Defines the type of configuration telemetry events supported by the SDK.
10 | public struct ConfigurationTelemetry: Equatable {
| `- note: struct 'ConfigurationTelemetry' does not conform to the 'Sendable' protocol
11 | public let actionNameAttribute: String?
12 | public let allowFallbackToLocalStorage: Bool?
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/MessageBus.swift:123:18: warning: implicit capture of 'configuration' requires that 'ConfigurationTelemetry' conforms to 'Sendable'; this is an error in the Swift 6 language mode
121 | self.configuration = self.configuration.map {
122 | $0.merged(with: configuration)
123 | } ?? configuration
| `- warning: implicit capture of 'configuration' requires that 'ConfigurationTelemetry' conforms to 'Sendable'; this is an error in the Swift 6 language mode
124 | }
125 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Telemetry/Telemetry.swift:10:15: note: struct 'ConfigurationTelemetry' does not conform to the 'Sendable' protocol
8 |
9 | /// Defines the type of configuration telemetry events supported by the SDK.
10 | public struct ConfigurationTelemetry: Equatable {
| `- note: struct 'ConfigurationTelemetry' does not conform to the 'Sendable' protocol
11 | public let actionNameAttribute: String?
12 | public let allowFallbackToLocalStorage: Bool?
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[589/676] Emitting module DatadogRUM
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[590/676] Compiling DatadogWebViewTracking WebViewTracking+objc.swift
[591/676] Compiling DatadogWebViewTracking DDScriptMessageHandler.swift
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/DDScriptMessageHandler.swift:41:10: warning: main actor-isolated instance method 'flush()' cannot be used to satisfy nonisolated requirement from protocol 'Flushable'; this is an error in the Swift 6 language mode
38 | }
39 |
40 | extension DDScriptMessageHandler: Flushable {
| `- note: add '@preconcurrency' to the 'Flushable' conformance to defer isolation checking to run time
41 | func flush() {
| |- warning: main actor-isolated instance method 'flush()' cannot be used to satisfy nonisolated requirement from protocol 'Flushable'; this is an error in the Swift 6 language mode
| `- note: add 'nonisolated' to 'flush()' to make this instance method not isolated to the actor
42 | queue.sync { }
43 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Concurrency/Flushable.swift:13:10: note: mark the protocol requirement 'flush()' 'async' to allow actor-isolated conformances
11 | ///
12 | /// **blocks the caller thread**
13 | func flush()
| `- note: mark the protocol requirement 'flush()' 'async' to allow actor-isolated conformances
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/DDScriptMessageHandler.swift:35:37: warning: capture of 'body' with non-sendable type 'Any' in a '@Sendable' closure
33 | let body = message.body
34 | queue.async {
35 | self.emitter.send(body: body, slotId: hash)
| `- warning: capture of 'body' with non-sendable type 'Any' in a '@Sendable' closure
36 | }
37 | }
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/DDScriptMessageHandler.swift:35:18: warning: main actor-isolated property 'emitter' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
14 | static let name = "DatadogEventBridge"
15 |
16 | let emitter: MessageEmitter
| `- note: property declared here
17 |
18 | let queue = DispatchQueue(
:
33 | let body = message.body
34 | queue.async {
35 | self.emitter.send(body: body, slotId: hash)
| `- warning: main actor-isolated property 'emitter' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
36 | }
37 | }
[592/676] Compiling DatadogWebViewTracking MessageEmitter.swift
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/MessageEmitter.swift:35:23: warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
33 | override func send(body: Any, slotId: String? = nil) {
34 | guard let core = core else {
35 | return DD.logger.debug("Core must not be nil when using WebViewTracking")
| `- warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
36 | }
37 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/DD.swift:20:23: note: static property declared here
18 | /// to the SDK user**. Think of possible logs that we may want to receive from our users when asking them to enable
19 | /// SDK verbosity and send us their console log.
20 | public static var logger: CoreLogger = InternalLogger(
| `- note: static property declared here
21 | dateProvider: SystemDateProvider(),
22 | timeZone: .current,
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/MessageEmitter.swift:59:16: warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
57 | }
58 | } catch {
59 | DD.logger.error("Encountered an error when receiving web view event", error: error)
| `- warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
60 | core.telemetry.error("Encountered an error when receiving web view event", error: error)
61 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/DD.swift:20:23: note: static property declared here
18 | /// to the SDK user**. Think of possible logs that we may want to receive from our users when asking them to enable
19 | /// SDK verbosity and send us their console log.
20 | public static var logger: CoreLogger = InternalLogger(
| `- note: static property declared here
21 | dateProvider: SystemDateProvider(),
22 | timeZone: .current,
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/MessageEmitter.swift:70:16: warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
68 |
69 | core.send(message: .webview(message), else: {
70 | DD.logger.warn("A WebView log is lost because Logging is disabled in the SDK")
| `- warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
71 | })
72 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/DD.swift:20:23: note: static property declared here
18 | /// to the SDK user**. Think of possible logs that we may want to receive from our users when asking them to enable
19 | /// SDK verbosity and send us their console log.
20 | public static var logger: CoreLogger = InternalLogger(
| `- note: static property declared here
21 | dateProvider: SystemDateProvider(),
22 | timeZone: .current,
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/MessageEmitter.swift:76:16: warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
74 | private func send(rum message: WebViewMessage, in core: DatadogCoreProtocol) {
75 | core.send(message: .webview(message), else: {
76 | DD.logger.warn("A WebView RUM event is lost because RUM is disabled in the SDK")
| `- warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
77 | })
78 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/DD.swift:20:23: note: static property declared here
18 | /// to the SDK user**. Think of possible logs that we may want to receive from our users when asking them to enable
19 | /// SDK verbosity and send us their console log.
20 | public static var logger: CoreLogger = InternalLogger(
| `- note: static property declared here
21 | dateProvider: SystemDateProvider(),
22 | timeZone: .current,
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/MessageEmitter.swift:86:16: warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
84 |
85 | core.send(message: .webview(.record(event, view)), else: {
86 | DD.logger.warn("A WebView Replay record is lost because Session Replay is disabled in the SDK")
| `- warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
87 | })
88 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/DD.swift:20:23: note: static property declared here
18 | /// to the SDK user**. Think of possible logs that we may want to receive from our users when asking them to enable
19 | /// SDK verbosity and send us their console log.
20 | public static var logger: CoreLogger = InternalLogger(
| `- note: static property declared here
21 | dateProvider: SystemDateProvider(),
22 | timeZone: .current,
[593/676] Compiling DatadogWebViewTracking WebViewTracking.swift
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:46:45: warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
37 | /// where 0 means no logs will be sent and 100 means all will be uploaded. Default: `100`.
38 | /// - core: Datadog SDK core to use for tracking.
39 | public static func enable(
| `- note: add '@MainActor' to make static method 'enable(webView:hosts:logsSampleRate:in:)' part of global actor 'MainActor'
40 | webView: WKWebView,
41 | hosts: Set<String> = [],
:
44 | ) {
45 | enable(
46 | tracking: webView.configuration.userContentController,
| `- warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 | hosts: hosts,
48 | hostsSanitizer: HostsSanitizer(),
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
| `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:46:31: warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
37 | /// where 0 means no logs will be sent and 100 means all will be uploaded. Default: `100`.
38 | /// - core: Datadog SDK core to use for tracking.
39 | public static func enable(
| `- note: add '@MainActor' to make static method 'enable(webView:hosts:logsSampleRate:in:)' part of global actor 'MainActor'
40 | webView: WKWebView,
41 | hosts: Set<String> = [],
:
44 | ) {
45 | enable(
46 | tracking: webView.configuration.userContentController,
| `- warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 | hosts: hosts,
48 | hostsSanitizer: HostsSanitizer(),
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
89 | /*! @abstract A copy of the configuration with which the web view was
90 | initialized. */
91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
| `- note: property declared here
92 |
93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:61:48: warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | ///
59 | /// - Parameter webView: The web-view to stop tracking.
60 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
61 | let controller = webView.configuration.userContentController
| `- warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
62 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
63 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h:118:56: note: property declared here
116 | /*! @abstract The user content controller to associate with the web view.
117 | */
118 | @property (nonatomic, strong) WKUserContentController *userContentController;
| `- note: property declared here
119 |
120 | /*! @abstract The web extension controller to associate with the web view.
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:61:34: warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | ///
59 | /// - Parameter webView: The web-view to stop tracking.
60 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
61 | let controller = webView.configuration.userContentController
| `- warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
62 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
63 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:91:63: note: property declared here
89 | /*! @abstract A copy of the configuration with which the web view was
90 | initialized. */
91 | @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
| `- note: property declared here
92 |
93 | /*! @abstract The web view's navigation delegate. */
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:62:20: warning: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
58 | ///
59 | /// - Parameter webView: The web-view to stop tracking.
60 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
61 | let controller = webView.configuration.userContentController
62 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
| `- warning: call to main actor-isolated instance method 'removeScriptMessageHandler(forName:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
63 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
64 | controller.removeAllUserScripts()
WebKit.WKUserContentController.removeScriptMessageHandler:2:22: note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeScriptMessageHandler(forName name: String)}
| `- note: calls to instance method 'removeScriptMessageHandler(forName:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:62:79: warning: main actor-isolated static property 'name' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | ///
59 | /// - Parameter webView: The web-view to stop tracking.
60 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
61 | let controller = webView.configuration.userContentController
62 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
| `- warning: main actor-isolated static property 'name' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
63 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
64 | controller.removeAllUserScripts()
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/DDScriptMessageHandler.swift:14:16: note: static property declared here
12 |
13 | internal class DDScriptMessageHandler: NSObject, WKScriptMessageHandler {
14 | static let name = "DatadogEventBridge"
| `- note: static property declared here
15 |
16 | let emitter: MessageEmitter
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:63:33: warning: main actor-isolated property 'userScripts' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | ///
59 | /// - Parameter webView: The web-view to stop tracking.
60 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
61 | let controller = webView.configuration.userContentController
62 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
63 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
| `- warning: main actor-isolated property 'userScripts' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
64 | controller.removeAllUserScripts()
65 | others.forEach(controller.addUserScript)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKUserContentController.h:50:64: note: property declared here
48 | controller.
49 | */
50 | @property (nonatomic, readonly, copy) NSArray<WKUserScript *> *userScripts;
| `- note: property declared here
51 |
52 | /*! @abstract Adds a user script.
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:63:58: warning: main actor-isolated property 'source' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | let controller = webView.configuration.userContentController
62 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
63 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
| `- warning: main actor-isolated property 'source' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
64 | controller.removeAllUserScripts()
65 | others.forEach(controller.addUserScript)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKUserScript.h:50:49: note: property declared here
48 |
49 | /* @abstract The script source code. */
50 | @property (nonatomic, readonly, copy) NSString *source;
| `- note: property declared here
51 |
52 | /* @abstract When the script should be injected. */
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:64:20: warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
58 | ///
59 | /// - Parameter webView: The web-view to stop tracking.
60 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
61 | let controller = webView.configuration.userContentController
62 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
63 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
64 | controller.removeAllUserScripts()
| `- warning: call to main actor-isolated instance method 'removeAllUserScripts()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
65 | others.forEach(controller.addUserScript)
66 | }
WebKit.WKUserContentController.removeAllUserScripts:2:22: note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func removeAllUserScripts()}
| `- note: calls to instance method 'removeAllUserScripts()' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:65:35: warning: converting function value of type '@MainActor @Sendable (WKUserScript) -> Void' to '(WKUserScript) throws -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
63 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
64 | controller.removeAllUserScripts()
65 | others.forEach(controller.addUserScript)
| `- warning: converting function value of type '@MainActor @Sendable (WKUserScript) -> Void' to '(WKUserScript) throws -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
66 | }
67 |
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:79:37: warning: main actor-isolated property 'userScripts' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
70 | static let jsCodePrefix = "/* DatadogEventBridge */"
71 |
72 | static func enable(
| `- note: add '@MainActor' to make static method 'enable(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
73 | tracking controller: WKUserContentController,
74 | hosts: Set<String>,
:
77 | in core: DatadogCoreProtocol
78 | ) {
79 | let isTracking = controller.userScripts.contains { $0.source.starts(with: Self.jsCodePrefix) }
| `- warning: main actor-isolated property 'userScripts' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
80 | guard !isTracking else {
81 | DD.logger.warn("`startTrackingDatadogEvents(core:hosts:)` was called more than once for the same WebView. Second call will be ignored. Make sure you call it only once.")
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKUserContentController.h:50:64: note: property declared here
48 | controller.
49 | */
50 | @property (nonatomic, readonly, copy) NSArray<WKUserScript *> *userScripts;
| `- note: property declared here
51 |
52 | /*! @abstract Adds a user script.
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:79:63: warning: main actor-isolated property 'source' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
77 | in core: DatadogCoreProtocol
78 | ) {
79 | let isTracking = controller.userScripts.contains { $0.source.starts(with: Self.jsCodePrefix) }
| `- warning: main actor-isolated property 'source' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
80 | guard !isTracking else {
81 | DD.logger.warn("`startTrackingDatadogEvents(core:hosts:)` was called more than once for the same WebView. Second call will be ignored. Make sure you call it only once.")
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKUserScript.h:50:49: note: property declared here
48 |
49 | /* @abstract The script source code. */
50 | @property (nonatomic, readonly, copy) NSString *source;
| `- note: property declared here
51 |
52 | /* @abstract When the script should be injected. */
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:81:16: warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
79 | let isTracking = controller.userScripts.contains { $0.source.starts(with: Self.jsCodePrefix) }
80 | guard !isTracking else {
81 | DD.logger.warn("`startTrackingDatadogEvents(core:hosts:)` was called more than once for the same WebView. Second call will be ignored. Make sure you call it only once.")
| `- warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
82 | return
83 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/DD.swift:20:23: note: static property declared here
18 | /// to the SDK user**. Think of possible logs that we may want to receive from our users when asking them to enable
19 | /// SDK verbosity and send us their console log.
20 | public static var logger: CoreLogger = InternalLogger(
| `- note: static property declared here
21 | dateProvider: SystemDateProvider(),
22 | timeZone: .current,
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:85:49: warning: main actor-isolated static property 'name' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
70 | static let jsCodePrefix = "/* DatadogEventBridge */"
71 |
72 | static func enable(
| `- note: add '@MainActor' to make static method 'enable(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
73 | tracking controller: WKUserContentController,
74 | hosts: Set<String>,
:
83 | }
84 |
85 | let bridgeName = DDScriptMessageHandler.name
| `- warning: main actor-isolated static property 'name' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
86 |
87 | let messageHandler = DDScriptMessageHandler(
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/DDScriptMessageHandler.swift:14:16: note: static property declared here
12 |
13 | internal class DDScriptMessageHandler: NSObject, WKScriptMessageHandler {
14 | static let name = "DatadogEventBridge"
| `- note: static property declared here
15 |
16 | let emitter: MessageEmitter
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:87:30: warning: call to main actor-isolated initializer 'init(emitter:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | static let jsCodePrefix = "/* DatadogEventBridge */"
71 |
72 | static func enable(
| `- note: add '@MainActor' to make static method 'enable(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
73 | tracking controller: WKUserContentController,
74 | hosts: Set<String>,
:
85 | let bridgeName = DDScriptMessageHandler.name
86 |
87 | let messageHandler = DDScriptMessageHandler(
| `- warning: call to main actor-isolated initializer 'init(emitter:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
88 | emitter: MessageEmitter(
89 | logsSampler: Sampler(samplingRate: logsSampleRate),
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/DDScriptMessageHandler.swift:23:5: note: calls to initializer 'init(emitter:)' from outside of its actor context are implicitly asynchronous
21 | )
22 |
23 | init(emitter: MessageEmitter) {
| |- note: calls to initializer 'init(emitter:)' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from conformance to protocol 'WKScriptMessageHandler'
24 | self.emitter = emitter
25 | }
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:94:20: warning: call to main actor-isolated instance method 'add(_:name:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | static let jsCodePrefix = "/* DatadogEventBridge */"
71 |
72 | static func enable(
| `- note: add '@MainActor' to make static method 'enable(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
73 | tracking controller: WKUserContentController,
74 | hosts: Set<String>,
:
92 | )
93 |
94 | controller.add(messageHandler, name: bridgeName)
| `- warning: call to main actor-isolated instance method 'add(_:name:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
95 |
96 | // WebKit installs message handlers with the given name format below
WebKit.WKUserContentController.add:2:22: note: calls to instance method 'add(_:name:)' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func add(_ scriptMessageHandler: any WKScriptMessageHandler, name: String)}
| `- note: calls to instance method 'add(_:name:)' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:143:20: warning: call to main actor-isolated instance method 'addUserScript' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | static let jsCodePrefix = "/* DatadogEventBridge */"
71 |
72 | static func enable(
| `- note: add '@MainActor' to make static method 'enable(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
73 | tracking controller: WKUserContentController,
74 | hosts: Set<String>,
:
141 | """
142 |
143 | controller.addUserScript(
| `- warning: call to main actor-isolated instance method 'addUserScript' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
144 | WKUserScript(
145 | source: js,
WebKit.WKUserContentController.addUserScript:2:22: note: calls to instance method 'addUserScript' from outside of its actor context are implicitly asynchronous
1 | class WKUserContentController {
2 | @MainActor open func addUserScript(_ userScript: WKUserScript)}
| `- note: calls to instance method 'addUserScript' from outside of its actor context are implicitly asynchronous
3 |
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:144:13: warning: call to main actor-isolated initializer 'init(source:injectionTime:forMainFrameOnly:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | static let jsCodePrefix = "/* DatadogEventBridge */"
71 |
72 | static func enable(
| `- note: add '@MainActor' to make static method 'enable(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
73 | tracking controller: WKUserContentController,
74 | hosts: Set<String>,
:
142 |
143 | controller.addUserScript(
144 | WKUserScript(
| `- warning: call to main actor-isolated initializer 'init(source:injectionTime:forMainFrameOnly:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
145 | source: js,
146 | injectionTime: .atDocumentStart,
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKUserScript.h:64:1: note: calls to initializer 'init(source:injectionTime:forMainFrameOnly:)' from outside of its actor context are implicitly asynchronous
62 | @discussion Calling this method is the same as calling `initWithSource:injectionTime:forMainFrameOnly:inContentWorld:` with a `contentWorld` value of `WKContentWorld.pageWorld`
63 | */
64 | - (instancetype)initWithSource:(NSString *)source injectionTime:(WKUserScriptInjectionTime)injectionTime forMainFrameOnly:(BOOL)forMainFrameOnly;
| `- note: calls to initializer 'init(source:injectionTime:forMainFrameOnly:)' from outside of its actor context are implicitly asynchronous
65 |
66 | /*! @abstract Returns an initialized user script that can be added to a @link WKUserContentController @/link.
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:87:30: warning: sending value of non-Sendable type 'MessageEmitter' risks causing data races; this is an error in the Swift 6 language mode
85 | let bridgeName = DDScriptMessageHandler.name
86 |
87 | let messageHandler = DDScriptMessageHandler(
| |- warning: sending value of non-Sendable type 'MessageEmitter' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated value of non-Sendable type 'MessageEmitter' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
88 | emitter: MessageEmitter(
89 | logsSampler: Sampler(samplingRate: logsSampleRate),
[594/676] Emitting module DatadogWebViewTracking
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/DDScriptMessageHandler.swift:41:10: warning: main actor-isolated instance method 'flush()' cannot be used to satisfy nonisolated requirement from protocol 'Flushable'; this is an error in the Swift 6 language mode
38 | }
39 |
40 | extension DDScriptMessageHandler: Flushable {
| `- note: add '@preconcurrency' to the 'Flushable' conformance to defer isolation checking to run time
41 | func flush() {
| |- warning: main actor-isolated instance method 'flush()' cannot be used to satisfy nonisolated requirement from protocol 'Flushable'; this is an error in the Swift 6 language mode
| `- note: add 'nonisolated' to 'flush()' to make this instance method not isolated to the actor
42 | queue.sync { }
43 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Concurrency/Flushable.swift:13:10: note: mark the protocol requirement 'flush()' 'async' to allow actor-isolated conformances
11 | ///
12 | /// **blocks the caller thread**
13 | func flush()
| `- note: mark the protocol requirement 'flush()' 'async' to allow actor-isolated conformances
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[617/676] Compiling DatadogRUM SessionEndedMetricController.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[618/676] Compiling DatadogRUM ViewEndedMetric.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[619/676] Compiling DatadogRUM ViewEndedMetricController.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[620/676] Compiling DatadogRUM RUMEventsMapper.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[621/676] Compiling DatadogRUM RUMUUID.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[622/676] Compiling DatadogRUM RUMUUIDGenerator.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[623/676] Compiling DatadogRUM SwiftUIExtensions.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[624/676] Compiling DatadogRUM UIKitExtensions.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[625/676] Compiling DatadogRUM ValuePublisher.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[626/676] Compiling DatadogRUM resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
warning: 'spi-builder-workspace': found 153 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDURLSessionInstrumentationTests+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/OTelSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/CarrierInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/Casting+Tracing.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/CrashReportingFeatureMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDB3HTTPHeadersWriter+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/AppBackgroundTaskCoordinatorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Storage+TLVTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/LoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/HTTPClientMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Helpers/NSURLSessionBridge.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/TracingFeatureMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDW3CHTTPHeadersWriter+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/EventGeneratorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/FilesOrchestrator+MetricsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/DatadogTraceFeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDUIKitRUMViewsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DirectoriesMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/VitalMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/InternalProxyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Private/ObjcAppLaunchHandler.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/TrackingConsentPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/TelemetryReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/LogMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDSessionReplay+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosTimeStorageTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDWebViewTracking+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/CoreMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/FilesOrchestratorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/FeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/PerformancePresetTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalMemoryReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosInternetAddressTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/RUMEventMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/SRRequestMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/ExtensionBackgroundTaskCoordinatorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDNSURLSessionDelegateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/DatadogCoreProxy.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadWorkerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoSamplerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogPrivate/ObjcExceptionHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/SDKMetrics/BatchMetricsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/DatadogContextProviderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogCore/ContextValuePublisherMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadDelayTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/LogsMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMEventOutputs/RUMEventFileOutputTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDTrace+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserver.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIViewControllerSwizzlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadStatusTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadConditionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/RetryingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogCore/DatadogContextProviderMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/UploadMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/RUMDataModelMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDUIKitRUMActionsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/URLSessionAutoInstrumentation/Interception/URLFiltering/FirstPartyURLsFilterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDNSURLSessionDelegate+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/CryptographyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashReporterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/JSONEncoderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ApplicationStatePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/FeatureDataStoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Logs/CrashLogReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDHTTPHeadersWriter+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Files/DirectoryTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMInternalProxyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DirectoriesTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/UIKitExtensionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/URLSessionClientTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Private/ObjcExceptionHandler.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosNTPPacketTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTracerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/DatadogRemoteFeatureMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/DDErrorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/TracingWithLoggingIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/OpenTracing/OTSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalRefreshRateReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Logs/DatadogLogsFeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDDatadogTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ApplicationVersionPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/KronosClockMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalCPUReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/DateFormattingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDRUMMonitor+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDRUM+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/RUM/RUMDataModels+objcTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Helpers/CustomObjcViewController.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/SpanMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDURLSessionInstrumentationConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/MessageBusTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDConfiguration+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LowPowerModePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/JSONDataMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMDebuggingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/TLV/TLVBlockTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDInternalLogger+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DD/InternalLoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCore+FeatureDirectoriesTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/TracingURLSessionHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/TracerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/SwiftUIExtensionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/RUMSessionMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/FeatureContextTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/TLV/TLVBlockReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTraceConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileWriterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/SRSegmentMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/BatteryStatusPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Reading/FileReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Casting+RUM.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/UserInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LaunchTimePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/ViewHitchesReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTraceTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/RequestBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDInternalLoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMFeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/CITestIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/UIKitMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/DDSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextProviderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Writing/FileWriterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIKitRUMViewsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/WebKitMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Files/FileTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/RUMFeatureMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Integrations/CrashReportReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserverLoader.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDDatadog+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/NetworkConnectionInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ServerOffsetPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Helpers/DatadogExtensions.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/DisplayLinkerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCore+FeatureDataStoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIApplicationSwizzlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/CoreTelephonyMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDLogsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStore+TLVTests.swift
warning: 'spi-builder-workspace': found 54 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMViewEventsFilterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/RUMOffViewEventsHandlingRuleTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocol+InternalTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/SessionReplayDependencyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/SDKMetrics/SessionEndedMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMSessionScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMViewScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Views/RUMViewsHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Monitor+GlobalAttributesTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMResourceScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/DDTAssertValidRUMUUID.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Mocks/RUMDataModelMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Scrubbing/RUMEventsMapperTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/INVMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/TNSMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocol+ConvenienceTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMCommandTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryInterceptorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/AppHangs/AppHangsWatchdogThreadTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Utils/ValuePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/ViewCacheTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMApplicationScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/WebViewEventReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/ErrorMessageReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/RUMInstrumentationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMDeviceInfoTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/FatalErrorContextNotifierTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/SDKMetrics/SessionEndedMetricControllerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Resources/URLSessionRUMResourcesHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/DataModels/RUMDataModelsMappingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/SwiftUIViewNameExtractorIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMEventBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Actions/RUMActionsHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMEventSanitizerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationAppStateManagerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Feature/RequestBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/AnonymousIdentifierManagerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Mocks/RUMFeatureMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMUserActionScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/ViewIdentifierTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/MonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocolTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Views/SwiftUIViewNameExtractorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/AppHangs/AppHangsMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationCheckerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Mocks/UIKitMocks.swift
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/DDCrashReportBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/Utils/SwiftExtensionTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/CrashReportingPluginTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/CrashReportMinifierTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/Mocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/CrashReportTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/DDCrashReportExporterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/PLCrashReporterIntegrationTests.swift
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/TestUtilities/Package.swift
/Users/admin/builder/spi-builder-workspace/TestUtilities/README.md
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/196] Compiling DatadogInternal TracingHTTPHeaders.swift
[3/196] Compiling DatadogInternal DatadogURLSessionHandler.swift
[4/196] Compiling DatadogInternal FirstPartyHosts.swift
[5/196] Compiling DatadogInternal HostsSanitizer.swift
[6/196] Compiling DatadogInternal NetworkInstrumentationFeature.swift
[7/196] Compiling DatadogInternal SpanID.swift
[8/196] Compiling DatadogInternal TraceContext.swift
[9/196] Compiling DatadogInternal TraceContextInjection.swift
[10/196] Compiling DatadogInternal TraceID.swift
[11/196] Compiling DatadogInternal TracePropagationHeadersReader.swift
[12/196] Compiling DatadogInternal TracePropagationHeadersWriter.swift
[13/196] Compiling DatadogInternal CoreLogger.swift
[14/196] Compiling DatadogInternal InternalLogger.swift
[15/196] Compiling DatadogInternal Telemetry.swift
[16/196] Compiling DatadogInternal DataCompression.swift
[17/196] Compiling DatadogInternal DataFormat.swift
[18/196] Compiling DatadogInternal DefaultJSONEncoder.swift
[19/196] Compiling DatadogInternal Event.swift
[20/196] Compiling DatadogInternal FeatureRequestBuilder.swift
[21/196] Compiling DatadogInternal URLRequestBuilder.swift
[22/196] Compiling OpenTelemetryApi DefaultTracerProvider.swift
[23/206] Compiling DatadogInternal DatadogExtended.swift
[24/206] Compiling DatadogInternal FixedWidthInteger+Convenience.swift
[25/206] Compiling DatadogInternal Foundation+Datadog.swift
[26/206] Compiling DatadogInternal InternalExtended.swift
[27/206] Compiling DatadogInternal TimeInterval+Convenience.swift
[28/206] Compiling DatadogInternal FeatureBaggage.swift
[29/206] Compiling DatadogInternal FeatureMessage.swift
[30/206] Compiling DatadogInternal FeatureMessageReceiver.swift
[31/206] Compiling DatadogInternal BacktraceReport.swift
[32/206] Compiling DatadogInternal BinaryImage.swift
[33/206] Compiling DatadogInternal DDCrashReport.swift
[34/206] Compiling DatadogInternal Data+Crypto.swift
[35/206] Compiling DatadogInternal DDThread.swift
[36/206] Compiling DatadogInternal LaunchReport.swift
[37/206] Compiling DatadogInternal GlobalRUMAttributes.swift
[38/206] Compiling DatadogInternal SessionReplayConfiguration.swift
[39/206] Compiling DatadogInternal WebViewMessage.swift
[40/206] Compiling DatadogInternal B3HTTPHeaders.swift
[41/206] Compiling DatadogInternal B3HTTPHeadersReader.swift
[42/206] Compiling DatadogInternal B3HTTPHeadersWriter.swift
[43/206] Compiling DatadogInternal HTTPHeadersReader.swift
[44/206] Compiling DatadogInternal HTTPHeadersWriter.swift
[45/206] Compiling DatadogInternal TracingHeaderType.swift
[46/206] Compiling DatadogInternal DatadogURLSessionDelegate.swift
[47/206] Compiling DatadogInternal ImmutableRequest.swift
[48/206] Compiling DatadogInternal NetworkInstrumentationSwizzler.swift
[49/206] Compiling DatadogInternal URLSessionDataDelegateSwizzler.swift
[50/206] Compiling DatadogInternal URLSessionInstrumentation.swift
[51/206] Compiling DatadogInternal URLSessionInterceptor.swift
[52/206] Compiling DatadogInternal URLSessionSwizzler.swift
[53/206] Compiling DatadogInternal URLSessionTask+Tracking.swift
[54/206] Compiling DatadogInternal URLSessionTaskDelegateSwizzler.swift
[55/206] Compiling DatadogInternal URLSessionTaskInterception.swift
[56/206] Compiling DatadogInternal URLSessionTaskSwizzler.swift
[57/206] Compiling DatadogInternal W3CHTTPHeaders.swift
[58/206] Compiling DatadogInternal W3CHTTPHeadersReader.swift
[59/206] Compiling DatadogInternal W3CHTTPHeadersWriter.swift
[60/206] Compiling DatadogInternal MethodCalledMetric.swift
[61/206] Compiling DatadogInternal SDKMetricFields.swift
[62/206] Compiling DatadogInternal UploadQualityMetric.swift
[63/206] Compiling DatadogInternal Storage.swift
[64/206] Compiling DatadogInternal PerformancePresetOverride.swift
[65/206] Compiling DatadogInternal Writer.swift
[66/206] Compiling DatadogInternal MethodSwizzler.swift
[78/216] Compiling DatadogInternal Flushable.swift
[79/216] Compiling DatadogInternal ReadWriteLock.swift
[80/216] Compiling DatadogInternal AppState.swift
[81/216] Compiling DatadogInternal ApplicationNotifications.swift
[82/216] Compiling DatadogInternal BatteryStatus.swift
[83/216] Compiling DatadogInternal BundleType.swift
[84/216] Compiling DatadogInternal CarrierInfo.swift
[85/216] Compiling DatadogInternal DatadogContext.swift
[86/216] Compiling DatadogInternal DatadogSite.swift
[87/216] Compiling DatadogInternal DateProvider.swift
[88/216] Compiling DatadogInternal DeviceInfo.swift
[89/216] Compiling DatadogInternal Attributes.swift
[90/216] Compiling DatadogInternal AttributesSanitizer.swift
[91/216] Compiling DatadogInternal BacktraceReporter.swift
[92/216] Compiling DatadogInternal BacktraceReportingFeature.swift
[93/216] Compiling DatadogInternal BenchmarkProfiler.swift
[94/216] Compiling DatadogInternal AnyCodable.swift
[95/216] Compiling DatadogInternal AnyDecodable.swift
[96/216] Compiling DatadogInternal AnyDecoder.swift
[97/216] Compiling DatadogInternal AnyEncodable.swift
[98/216] Compiling DatadogInternal AnyEncoder.swift
[99/216] Compiling DatadogInternal DynamicCodingKey.swift
[100/216] Emitting module OpenTelemetryApi
[123/216] Compiling DatadogInternal LaunchTime.swift
[124/216] Compiling DatadogInternal NetworkConnectionInfo.swift
[125/216] Compiling DatadogInternal Sysctl.swift
[126/216] Compiling DatadogInternal TrackingConsent.swift
[127/216] Compiling DatadogInternal UserInfo.swift
[128/216] Compiling DatadogInternal CoreRegistry.swift
[129/216] Compiling DatadogInternal DD.swift
[130/216] Compiling DatadogInternal DataStore.swift
[131/216] Compiling DatadogInternal DatadogCoreProtocol.swift
[132/216] Compiling DatadogInternal DatadogFeature.swift
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
[185/216] Compiling DatadogInternal CustomDump.swift
[186/216] Compiling DatadogInternal DDError.swift
[187/216] Compiling DatadogInternal DateFormatting.swift
[188/216] Compiling DatadogInternal ReflectionMirror.swift
[189/216] Compiling DatadogInternal Reflector.swift
[190/216] Compiling DatadogInternal Sampler.swift
[191/216] Compiling DatadogInternal SwiftExtensions.swift
[192/216] Compiling DatadogInternal UIKitExtensions.swift
[193/216] Compiling DatadogInternal WatchKitExtensions.swift
[194/216] Compiling OpenTelemetryApi TracerProvider.swift
[195/216] Emitting module DatadogInternal
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:213:16: warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
17 |
18 | /// Application state.
19 | public enum AppState: Codable, PassthroughAnyCodable {
| `- note: consider making enum 'AppState' conform to the 'Sendable' protocol
20 | /// The app is running in the foreground and currently receiving events.
21 | case active
:
211 | public struct DefaultAppStateProvider: AppStateProvider {
212 | public init() {}
213 | public let current: AppState = .active
| `- warning: stored property 'current' of 'Sendable'-conforming struct 'DefaultAppStateProvider' has non-sendable type 'AppState'; this is an error in the Swift 6 language mode
214 | }
215 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DateFormatting.swift:14:1: warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | }
13 |
14 | extension ISO8601DateFormatter: DateFormatterType, @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | extension DateFormatter: DateFormatterType, @unchecked Sendable {}
16 |
[207/216] Compiling DatadogInternal UploadPerformancePreset.swift
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DateFormatting.swift:14:1: warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | }
13 |
14 | extension ISO8601DateFormatter: DateFormatterType, @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | extension DateFormatter: DateFormatterType, @unchecked Sendable {}
16 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DateFormatting.swift:14:1: warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | }
13 |
14 | extension ISO8601DateFormatter: DateFormatterType, @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | extension DateFormatter: DateFormatterType, @unchecked Sendable {}
16 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DateFormatting.swift:14:1: warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | }
13 |
14 | extension ISO8601DateFormatter: DateFormatterType, @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | extension DateFormatter: DateFormatterType, @unchecked Sendable {}
16 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DateFormatting.swift:14:1: warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | }
13 |
14 | extension ISO8601DateFormatter: DateFormatterType, @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | extension DateFormatter: DateFormatterType, @unchecked Sendable {}
16 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DateFormatting.swift:14:1: warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | }
13 |
14 | extension ISO8601DateFormatter: DateFormatterType, @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | extension DateFormatter: DateFormatterType, @unchecked Sendable {}
16 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DateFormatting.swift:14:1: warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | }
13 |
14 | extension ISO8601DateFormatter: DateFormatterType, @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | extension DateFormatter: DateFormatterType, @unchecked Sendable {}
16 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DateFormatting.swift:14:1: warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | }
13 |
14 | extension ISO8601DateFormatter: DateFormatterType, @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | extension DateFormatter: DateFormatterType, @unchecked Sendable {}
16 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DateFormatting.swift:14:1: warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | }
13 |
14 | extension ISO8601DateFormatter: DateFormatterType, @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | extension DateFormatter: DateFormatterType, @unchecked Sendable {}
16 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DateFormatting.swift:14:1: warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | }
13 |
14 | extension ISO8601DateFormatter: DateFormatterType, @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | extension DateFormatter: DateFormatterType, @unchecked Sendable {}
16 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Utils/DateFormatting.swift:14:1: warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
12 | }
13 |
14 | extension ISO8601DateFormatter: DateFormatterType, @unchecked Sendable {}
| |- warning: extension declares a conformance of imported type 'ISO8601DateFormatter' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | extension DateFormatter: DateFormatterType, @unchecked Sendable {}
16 |
[217/568] Compiling DatadogCrashReporting ThirdPartyCrashReporter.swift
[218/569] Emitting module DatadogSessionReplay
[219/578] Compiling DatadogSessionReplay TextObfuscator.swift
[220/578] Compiling DatadogSessionReplay ResourcesProcessor.swift
[221/578] Compiling DatadogSessionReplay SnapshotProcessor.swift
[222/578] Compiling DatadogSessionReplay PrivacyLevel.swift
[223/578] Compiling DatadogSessionReplay Recorder.swift
[224/578] Compiling DatadogSessionReplay RecordingCoordinator.swift
[225/578] Compiling DatadogSessionReplay TouchIdentifierGenerator.swift
[226/578] Compiling DatadogSessionReplay TouchSnapshot.swift
[227/578] Compiling DatadogSessionReplay TouchSnapshotProducer.swift
[228/578] Compiling DatadogSessionReplay UIApplicationSwizzler.swift
[229/578] Compiling DatadogCrashReporting SwiftExtensions.swift
[230/578] Compiling DatadogRUM RUMDeviceInfo.swift
[231/578] Compiling DatadogRUM RUMEventBuilder.swift
[232/578] Compiling DatadogRUM RUMEventSanitizer.swift
[233/578] Compiling DatadogRUM RUMOperatingSystemInfo.swift
[234/578] Compiling DatadogRUM RUMUser.swift
[235/578] Compiling DatadogRUM INVMetric.swift
[236/578] Compiling DatadogRUM NetworkSettledResourcePredicate.swift
[237/578] Compiling DatadogRUM NextViewActionPredicate.swift
[238/578] Compiling DatadogRUM TNSMetric.swift
[239/578] Compiling DatadogWebViewTracking WebViewTracking+objc.swift
[240/578] Compiling DatadogCore BatteryStatusPublisher.swift
[241/578] Compiling DatadogCore CarrierInfoPublisher.swift
[242/578] Compiling DatadogSessionReplay SwiftUIWireframesBuilder.swift
[243/578] Compiling DatadogSessionReplay Text+Reflection.swift
[244/578] Compiling DatadogSessionReplay Text.swift
[245/578] Compiling DatadogSessionReplay UIActivityIndicatorRecorder.swift
[246/578] Compiling DatadogSessionReplay UIDatePickerRecorder.swift
[247/578] Compiling DatadogSessionReplay UIHostingViewRecorder.swift
[248/578] Compiling DatadogRUM ErrorMessageReceiver.swift
[249/578] Compiling DatadogRUM RUMContextAttributes.swift
[250/578] Compiling DatadogSessionReplay UILabelRecorder.swift
[251/578] Compiling DatadogSessionReplay WindowViewTreeSnapshotProducer.swift
[252/578] Compiling DatadogSessionReplay AppWindowObserver.swift
[253/578] Compiling DatadogSessionReplay KeyWindowObserver.swift
[254/578] Compiling DatadogSessionReplay SessionReplay+objc.swift
[255/578] Compiling DatadogSessionReplay SessionReplay.swift
[256/578] Compiling DatadogSessionReplay SessionReplayConfiguration.swift
[257/578] Compiling DatadogSessionReplay SessionReplayPrivacyOverrides+objc.swift
[258/578] Compiling DatadogSessionReplay SessionReplayPrivacyOverrides.swift
[259/578] Compiling DatadogSessionReplay UIView+SessionReplayPrivacyOverrides+objc.swift
[260/578] Compiling DatadogRUM RUMMonitor.swift
[261/578] Compiling DatadogRUM Monitor.swift
[262/578] Compiling DatadogRUM RUMCommand.swift
[263/578] Compiling DatadogSessionReplay WKWebViewRecorder.swift
[264/578] Compiling DatadogSessionReplay ViewTreeRecorder.swift
[265/578] Compiling DatadogSessionReplay ViewTreeRecordingContext.swift
[266/578] Compiling DatadogSessionReplay ViewTreeSnapshot.swift
[267/578] Compiling DatadogSessionReplay ViewTreeSnapshotBuilder.swift
[268/578] Compiling DatadogSessionReplay ViewTreeSnapshotProducer.swift
[269/578] Compiling DatadogSessionReplay WindowTouchSnapshotProducer.swift
[270/578] Compiling DatadogSessionReplay CFType+Safety.swift
[271/578] Compiling DatadogSessionReplay CGImage+SessionReplay.swift
[272/578] Compiling DatadogSessionReplay CGRect+SessionReplay.swift
[273/578] Compiling DatadogSessionReplay CGSize+SessionReplay.swift
[274/578] Compiling DatadogSessionReplay Int64+SessionReplay.swift
[275/578] Compiling DatadogSessionReplay SystemColors.swift
[276/578] Compiling DatadogSessionReplay UIColor+SessionReplay.swift
[277/578] Compiling DatadogSessionReplay UIImage+SessionReplay.swift
[278/578] Compiling DatadogSessionReplay UIView+SessionReplay.swift
[279/578] Compiling DatadogSessionReplay Xoshiro.swift
[280/578] Compiling DatadogRUM TelemetryReceiver.swift
[281/578] Compiling DatadogRUM WebViewEventReceiver.swift
[282/578] Compiling DatadogRUM RUM+Internal.swift
[283/578] Compiling DatadogRUM RUM.swift
[284/578] Compiling DatadogRUM RUMConfiguration.swift
[285/578] Compiling DatadogRUM RUMContext.swift
[286/578] Compiling DatadogRUM RUMContextProvider.swift
[287/578] Compiling DatadogRUM RUMConnectivityInfoProvider.swift
[288/578] Compiling DatadogCore FeatureDataStore.swift
[289/578] Compiling DatadogCore DatadogCore.swift
[290/579] Compiling DatadogCore MessageBus.swift
[291/579] Compiling DatadogCore DataEncryption.swift
[298/582] Compiling DatadogCore Directories.swift
[299/582] Compiling DatadogCore LowPowerModePublisher.swift
[300/582] Compiling DatadogCore NetworkConnectionInfoPublisher.swift
[301/582] Compiling DatadogCore ServerOffsetPublisher.swift
[302/582] Compiling DatadogSessionReplay WireframesBuilder.swift
[303/582] Compiling DatadogCore UserInfoPublisher.swift
[304/582] Compiling DatadogCore DataStore+TLV.swift
[305/582] Compiling DatadogSessionReplay NodesFlattener.swift
[306/582] Compiling DatadogCrashReporting PLCrashReporterPlugin.swift
[313/582] Compiling DatadogCore ApplicationStatePublisher.swift
[314/582] Compiling DatadogCore ApplicationVersionPublisher.swift
[317/582] Compiling DatadogCore ContextValuePublisher.swift
[318/582] Compiling DatadogCore DatadogContextProvider.swift
[319/582] Compiling DatadogCore LaunchTimePublisher.swift
[320/582] Compiling DatadogCore DataStoreFileWriter.swift
[323/582] Emitting module DatadogLogs
[324/582] Compiling DatadogLogs Logs.swift
[325/582] Compiling DatadogLogs RemoteLogger.swift
[334/582] Compiling DatadogSessionReplay CGRectExtensions.swift
[335/582] Compiling DatadogSessionReplay Colors.swift
[336/582] Compiling DatadogSessionReplay Errors.swift
[337/582] Compiling DatadogSessionReplay Queue.swift
[338/582] Compiling DatadogSessionReplay MainThreadScheduler.swift
[339/582] Compiling DatadogSessionReplay Scheduler.swift
[340/582] Compiling DatadogSessionReplay RecordWriter.swift
[341/582] Compiling DatadogSessionReplay ResourcesWriter.swift
[342/582] Compiling DatadogSessionReplay SRCompression.swift
[343/582] Emitting module DatadogWebViewTracking
[344/582] Compiling DatadogWebViewTracking MessageEmitter.swift
[345/582] Compiling DatadogWebViewTracking WebViewTracking.swift
[346/582] Compiling DatadogWebViewTracking DDScriptMessageHandler.swift
[347/582] Compiling DatadogCrashReporting resource_bundle_accessor.swift
[352/582] Compiling DatadogLogs LogEventMapper.swift
[353/582] Emitting module DatadogTrace
[354/582] Emitting module DatadogCore
[363/588] Emitting module DatadogCrashReporting
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[377/598] Compiling DatadogTrace ActiveSpansPool.swift
[378/598] Compiling DatadogTrace Casting.swift
[379/598] Compiling DatadogTrace Warnings.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[467/598] Compiling DatadogCore BatchMetrics.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[468/598] Compiling DatadogCore BenchmarkURLSessionTaskDelegate.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[469/598] Compiling DatadogCore Cryptography.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[470/598] Compiling DatadogCore Retrying.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[471/598] Compiling DatadogCore Versioning.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[472/598] Compiling DatadogCore resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[532/598] Compiling DatadogRUM SessionEndedMetricController.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[533/598] Compiling DatadogRUM ViewEndedMetric.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[534/598] Compiling DatadogRUM ViewEndedMetricController.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[535/598] Compiling DatadogRUM RUMEventsMapper.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[538/598] Compiling DatadogRUM RUMUUID.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[542/598] Compiling DatadogRUM RUMUUIDGenerator.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[543/598] Compiling DatadogRUM SwiftUIExtensions.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[545/598] Compiling DatadogRUM UIKitExtensions.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[546/598] Compiling DatadogRUM ValuePublisher.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
[547/598] Compiling DatadogRUM resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[548/598] Emitting module DatadogRUM
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Sources/Debugging/RUMDebugging.swift:8:8: error: no such module 'UIKit'
6 |
7 | import Foundation
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import DatadogInternal
10 |
warning: 'spi-builder-workspace': found 153 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDDatadog+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogCore/DatadogContextProviderMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LaunchTimePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCore+FeatureDirectoriesTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalMemoryReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Files/DirectoryTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/URLSessionClientTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosTimeStorageTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogCore/ContextValuePublisherMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/SDKMetrics/BatchMetricsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/UIKitExtensionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDB3HTTPHeadersWriter+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/TracingFeatureMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/PerformancePresetTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/WebKitMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/DatadogRemoteFeatureMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/RUMSessionMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/RUM/RUMDataModels+objcTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadWorkerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Reading/FileReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/DDErrorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/RUMDataModelMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/RetryingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashReporterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoSamplerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIApplicationSwizzlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTracerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/LogMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserver.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/DDSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/InternalProxyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/TLV/TLVBlockTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/FeatureContextTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDHTTPHeadersWriter+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Helpers/CustomObjcViewController.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Helpers/NSURLSessionBridge.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStore+TLVTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMDebuggingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ApplicationVersionPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/RUMEventMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadConditionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIKitRUMViewsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDNSURLSessionDelegate+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/RUMFeatureMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/CrashReportingFeatureMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Files/FileTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDUIKitRUMActionsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDTrace+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/EventGeneratorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/JSONEncoderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/TLV/TLVBlockReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LowPowerModePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/DatadogCoreProxy.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/DatadogTraceFeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMInternalProxyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileWriterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDURLSessionInstrumentationConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/LogsMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/FilesOrchestrator+MetricsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/LoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/MessageBusTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Logs/CrashLogReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Casting+RUM.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/JSONDataMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDNSURLSessionDelegateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Writing/FileWriterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTraceTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ApplicationStatePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/DateFormattingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/SpanMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/ExtensionBackgroundTaskCoordinatorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalRefreshRateReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Helpers/DatadogExtensions.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DirectoriesTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDLogsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIViewControllerSwizzlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosInternetAddressTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/TrackingConsentPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/VitalMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/HTTPClientMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDRUM+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/CarrierInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDDatadogTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDTraceConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/CITestIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Private/ObjcExceptionHandler.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/TracerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/CryptographyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalCPUReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/DatadogContextProviderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/TracingURLSessionHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/AppBackgroundTaskCoordinatorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDRUMMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/Casting+Tracing.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Logs/DatadogLogsFeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/OpenTracing/OTSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMEventOutputs/RUMEventFileOutputTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DatadogInternal/UploadMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/CoreTelephonyMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMFeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/BatteryStatusPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/TracingWithLoggingIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/NetworkConnectionInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDSessionReplay+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/KronosClockMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserverLoader.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/SwiftUIExtensionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDInternalLoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ServerOffsetPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/ViewHitchesReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DD/InternalLoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Private/ObjcAppLaunchHandler.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/DirectoriesMock.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/SystemFrameworks/UIKitMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Storage+TLVTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Integrations/CrashReportReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCore+FeatureDataStoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosNTPPacketTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDRUMMonitor+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDWebViewTracking+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/FilesOrchestratorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/OTelSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/RequestBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/CoreMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/SRRequestMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDInternalLogger+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/URLSessionAutoInstrumentation/Interception/URLFiltering/FirstPartyURLsFilterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/UserInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextProviderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/TelemetryReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogPrivate/ObjcExceptionHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/FeatureDataStoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadDelayTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDConfiguration+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/FeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadStatusTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/DDUIKitRUMViewsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDURLSessionInstrumentationTests+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogObjc/ObjcAPITests/DDW3CHTTPHeadersWriter+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Matchers/SRSegmentMatcher.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/DisplayLinkerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogConfigurationTests.swift
warning: 'spi-builder-workspace': found 54 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Mocks/UIKitMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/SDKMetrics/SessionEndedMetricControllerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/DDTAssertValidRUMUUID.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/DataModels/RUMDataModelsMappingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMDeviceInfoTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMApplicationScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/RUMOffViewEventsHandlingRuleTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Feature/RequestBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Actions/RUMActionsHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/INVMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMUserActionScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/TNSMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/AppHangs/AppHangsMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/SDKMetrics/SessionEndedMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryInterceptorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocol+ConvenienceTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Scrubbing/RUMEventsMapperTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMResourceScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMCommandTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/MonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/RUMInstrumentationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMSessionScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMEventBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Mocks/RUMDataModelMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/WebViewEventReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMViewScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/ViewCacheTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Resources/URLSessionRUMResourcesHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/SwiftUIViewNameExtractorIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Mocks/RUMFeatureMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMViewEventsFilterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Utils/ValuePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Views/SwiftUIViewNameExtractorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/AnonymousIdentifierManagerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocolTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Views/RUMViewsHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationCheckerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/AppHangs/AppHangsWatchdogThreadTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/FatalErrorContextNotifierTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMEventSanitizerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Monitor+GlobalAttributesTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/ViewIdentifierTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocol+InternalTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/SessionReplayDependencyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationAppStateManagerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/ErrorMessageReceiverTests.swift
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/CrashReportTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/DDCrashReportBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/DDCrashReportExporterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/Utils/SwiftExtensionTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/CrashReportMinifierTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/CrashReportingPluginTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/Mocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/PLCrashReporterIntegrationTests.swift
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/TestUtilities/README.md
/Users/admin/builder/spi-builder-workspace/TestUtilities/Package.swift
BUILD FAILURE 6.1 macosSpm