Build Information
Failed to build Datadog, reference develop (2b4736), with Swift 6.1 for macOS (SPM) on 11 Dec 2025 19:39:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.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 | internal struct FeatureStorage {
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:67:25: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
65 | switch consent {
66 | case .notGranted:
67 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
68 | case .granted:
69 | try directories.unauthorized.moveAllFiles(to: directories.authorized)
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:85:21: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
83 | queue.async {
84 | do {
85 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
86 | } catch {
87 | telemetry.error("Failed clear unauthorized data in \(featureName)", error: error)
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:95:21: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
93 | queue.async {
94 | do {
95 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
96 | try directories.authorized.deleteAllFiles()
97 | } catch {
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:65:24: warning: capture of 'consent' with non-sendable type 'TrackingConsent' in a '@Sendable' closure
63 | queue.async {
64 | do {
65 | switch consent {
| `- warning: capture of 'consent' with non-sendable type 'TrackingConsent' in a '@Sendable' closure
66 | case .notGranted:
67 | try directories.unauthorized.deleteAllFiles()
/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 {
| `- 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/Storage/FeatureStorage.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 | internal struct FeatureStorage {
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:67:25: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
65 | switch consent {
66 | case .notGranted:
67 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
68 | case .granted:
69 | try directories.unauthorized.moveAllFiles(to: directories.authorized)
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:85:21: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
83 | queue.async {
84 | do {
85 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
86 | } catch {
87 | telemetry.error("Failed clear unauthorized data in \(featureName)", error: error)
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:95:21: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
93 | queue.async {
94 | do {
95 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
96 | try directories.authorized.deleteAllFiles()
97 | } catch {
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:65:24: warning: capture of 'consent' with non-sendable type 'TrackingConsent' in a '@Sendable' closure
63 | queue.async {
64 | do {
65 | switch consent {
| `- warning: capture of 'consent' with non-sendable type 'TrackingConsent' in a '@Sendable' closure
66 | case .notGranted:
67 | try directories.unauthorized.deleteAllFiles()
/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 {
| `- 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/Storage/FeatureStorage.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 | internal struct FeatureStorage {
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:67:25: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
65 | switch consent {
66 | case .notGranted:
67 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
68 | case .granted:
69 | try directories.unauthorized.moveAllFiles(to: directories.authorized)
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:85:21: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
83 | queue.async {
84 | do {
85 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
86 | } catch {
87 | telemetry.error("Failed clear unauthorized data in \(featureName)", error: error)
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:95:21: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
93 | queue.async {
94 | do {
95 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
96 | try directories.authorized.deleteAllFiles()
97 | } catch {
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:65:24: warning: capture of 'consent' with non-sendable type 'TrackingConsent' in a '@Sendable' closure
63 | queue.async {
64 | do {
65 | switch consent {
| `- warning: capture of 'consent' with non-sendable type 'TrackingConsent' in a '@Sendable' closure
66 | case .notGranted:
67 | try directories.unauthorized.deleteAllFiles()
/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 {
| `- 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/Storage/FeatureStorage.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 | internal struct FeatureStorage {
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:67:25: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
65 | switch consent {
66 | case .notGranted:
67 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
68 | case .granted:
69 | try directories.unauthorized.moveAllFiles(to: directories.authorized)
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:85:21: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
83 | queue.async {
84 | do {
85 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
86 | } catch {
87 | telemetry.error("Failed clear unauthorized data in \(featureName)", error: error)
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Storage/FeatureStorage.swift:95:21: warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
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
:
93 | queue.async {
94 | do {
95 | try directories.unauthorized.deleteAllFiles()
| `- warning: capture of 'self' with non-sendable type 'FeatureStorage' in a '@Sendable' closure
96 | try directories.authorized.deleteAllFiles()
97 | } catch {
/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)
[619/717] 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 |
[620/717] Compiling DatadogWebViewTracking MessageEmitter.swift
[621/717] Compiling DatadogWebViewTracking WebViewTracking+objc.swift
[622/717] Compiling DatadogWebViewTracking WebViewTracking.swift
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:50:53: warning: main actor-isolated property 'userContentController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
48 | try runOnMainThreadSync {
49 | try enableOrThrow(
50 | 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
51 | hosts: hosts,
52 | 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:50:39: warning: main actor-isolated property 'configuration' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
48 | try runOnMainThreadSync {
49 | try enableOrThrow(
50 | 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
51 | hosts: hosts,
52 | 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:58:13: warning: reference to var 'consolePrint' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
56 | }
57 | } catch let error {
58 | consolePrint("\(error)", .error)
| `- warning: reference to var 'consolePrint' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
59 | }
60 | }
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/DD.swift:37:12: note: var declared here
35 |
36 | /// Function printing `String` content to console.
37 | public var consolePrint: @Sendable (String, CoreLoggerLevel) -> Void = { message, level in
| `- note: var declared here
38 | #if canImport(OSLog)
39 | if #available(iOS 14.0, tvOS 14.0, *) {
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:69: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
66 | ///
67 | /// - Parameter webView: The web-view to stop tracking.
68 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
69 | 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
70 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
71 | 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:69: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
66 | ///
67 | /// - Parameter webView: The web-view to stop tracking.
68 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
69 | 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
70 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
71 | 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:70: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
66 | ///
67 | /// - Parameter webView: The web-view to stop tracking.
68 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
69 | let controller = webView.configuration.userContentController
70 | 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
71 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
72 | 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:70: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
66 | ///
67 | /// - Parameter webView: The web-view to stop tracking.
68 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
69 | let controller = webView.configuration.userContentController
70 | 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
71 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
72 | 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:71: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
66 | ///
67 | /// - Parameter webView: The web-view to stop tracking.
68 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
69 | let controller = webView.configuration.userContentController
70 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
71 | 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
72 | controller.removeAllUserScripts()
73 | 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:71: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
69 | let controller = webView.configuration.userContentController
70 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
71 | 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
72 | controller.removeAllUserScripts()
73 | 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:72: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
66 | ///
67 | /// - Parameter webView: The web-view to stop tracking.
68 | public static func disable(webView: WKWebView) {
| `- note: add '@MainActor' to make static method 'disable(webView:)' part of global actor 'MainActor'
69 | let controller = webView.configuration.userContentController
70 | controller.removeScriptMessageHandler(forName: DDScriptMessageHandler.name)
71 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
72 | 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
73 | others.forEach(controller.addUserScript)
74 | }
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:73: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
71 | let others = controller.userScripts.filter { !$0.source.starts(with: Self.jsCodePrefix) }
72 | controller.removeAllUserScripts()
73 | 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
74 | }
75 |
/Users/admin/builder/spi-builder-workspace/DatadogWebViewTracking/Sources/WebViewTracking.swift:93: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
78 | static let jsCodePrefix = "/* DatadogEventBridge */"
79 |
80 | static func enableOrThrow(
| `- note: add '@MainActor' to make static method 'enableOrThrow(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
81 | tracking controller: WKUserContentController,
82 | hosts: Set<String>,
:
91 | }
92 |
93 | 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
94 | guard !isTracking else {
95 | 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:93: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
91 | }
92 |
93 | 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
94 | guard !isTracking else {
95 | 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:99: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
78 | static let jsCodePrefix = "/* DatadogEventBridge */"
79 |
80 | static func enableOrThrow(
| `- note: add '@MainActor' to make static method 'enableOrThrow(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
81 | tracking controller: WKUserContentController,
82 | hosts: Set<String>,
:
97 | }
98 |
99 | 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
100 |
101 | 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:101: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
78 | static let jsCodePrefix = "/* DatadogEventBridge */"
79 |
80 | static func enableOrThrow(
| `- note: add '@MainActor' to make static method 'enableOrThrow(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
81 | tracking controller: WKUserContentController,
82 | hosts: Set<String>,
:
99 | let bridgeName = DDScriptMessageHandler.name
100 |
101 | 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
102 | emitter: MessageEmitter(
103 | 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:108: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
78 | static let jsCodePrefix = "/* DatadogEventBridge */"
79 |
80 | static func enableOrThrow(
| `- note: add '@MainActor' to make static method 'enableOrThrow(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
81 | tracking controller: WKUserContentController,
82 | hosts: Set<String>,
:
106 | )
107 |
108 | 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
109 |
110 | // 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:157: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
78 | static let jsCodePrefix = "/* DatadogEventBridge */"
79 |
80 | static func enableOrThrow(
| `- note: add '@MainActor' to make static method 'enableOrThrow(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
81 | tracking controller: WKUserContentController,
82 | hosts: Set<String>,
:
155 | """
156 |
157 | 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
158 | WKUserScript(
159 | 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:158: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
78 | static let jsCodePrefix = "/* DatadogEventBridge */"
79 |
80 | static func enableOrThrow(
| `- note: add '@MainActor' to make static method 'enableOrThrow(tracking:hosts:hostsSanitizer:logsSampleRate:in:)' part of global actor 'MainActor'
81 | tracking controller: WKUserContentController,
82 | hosts: Set<String>,
:
156 |
157 | controller.addUserScript(
158 | 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
159 | source: js,
160 | 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:101:30: warning: sending value of non-Sendable type 'MessageEmitter' risks causing data races; this is an error in the Swift 6 language mode
99 | let bridgeName = DDScriptMessageHandler.name
100 |
101 | 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
102 | emitter: MessageEmitter(
103 | logsSampler: Sampler(samplingRate: logsSampleRate),
[623/717] 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 |
[624/717] 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 | }
/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 |
[634/717] Compiling DatadogRUM AppHangsMonitor.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 |
[635/717] Compiling DatadogRUM AppHangsWatchdogThread.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 |
[636/717] Compiling DatadogRUM FatalAppHangsHandler.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 |
[661/717] 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 |
[662/717] Compiling DatadogRUM ViewEndedController.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 |
[663/717] 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 |
[664/717] Compiling DatadogRUM ViewHitchesMetric.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 |
[665/717] 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 |
[666/717] 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 |
[667/717] 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 |
[668/717] 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 |
[669/717] 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 |
[670/717] 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 |
[671/717] 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 |
/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 |
Fetching https://github.com/microsoft/plcrashreporter.git
Fetching https://github.com/DataDog/opentelemetry-swift-packages.git
[1/834] Fetching opentelemetry-swift-packages
[360/17829] Fetching opentelemetry-swift-packages, plcrashreporter
Fetched https://github.com/microsoft/plcrashreporter.git from cache (2.17s)
Fetched https://github.com/DataDog/opentelemetry-swift-packages.git from cache (2.17s)
Computing version for https://github.com/DataDog/opentelemetry-swift-packages.git
Computed https://github.com/DataDog/opentelemetry-swift-packages.git at 1.13.1 (2.86s)
Computing version for https://github.com/microsoft/plcrashreporter.git
Computed https://github.com/microsoft/plcrashreporter.git at 1.12.2 (0.67s)
Creating working copy for https://github.com/DataDog/opentelemetry-swift-packages.git
Working copy of https://github.com/DataDog/opentelemetry-swift-packages.git resolved at 1.13.1
Creating working copy for https://github.com/microsoft/plcrashreporter.git
Working copy of https://github.com/microsoft/plcrashreporter.git resolved at 1.12.2
warning: 'spi-builder-workspace': found 132 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDInternalLoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDUIKitRUMViewsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIViewControllerSwizzlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/UIKitExtensionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDDatadogTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/JSONEncoderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMEventOutputs/RUMEventFileOutputTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDInternalLogger+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/ExtensionBackgroundTaskCoordinatorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDSessionReplay+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStore+TLVTests.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/DDSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalRefreshRateReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosInternetAddressTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/DateFormattingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDRUM+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/DDErrorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDTrace+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LaunchInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/NetworkConnectionInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIApplicationSwizzlerTests.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/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/URLSessionAutoInstrumentation/Interception/URLFiltering/FirstPartyURLsFilterTests.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/CarrierInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextProviderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMDebuggingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/ViewHitchesReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalCPUReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/TelemetryReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIKitRUMViewsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/DatadogTraceFeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DD/InternalLoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/FeatureDataStoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogPrivate/ObjcExceptionHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Helpers/NSURLSessionBridge.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDSwiftUIRUMActionsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ApplicationStatePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/TracingWithLoggingIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDB3HTTPHeadersWriter+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/DatadogCore/DatadogCore+FeatureDataStoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/OpenTracing/OTSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/Casting+Tracing.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDTraceConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMFeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDURLSessionInstrumentationConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/FeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoSamplerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/CryptographyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDSwiftUIRUMViewsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/DatadogContextProviderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/FilesOrchestratorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/AppBackgroundTaskCoordinatorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/RetryingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/BrightnessLevelPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/BatteryStatusPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/TestUtilities/DirectoriesStub.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadWorkerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/CITestIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/TracerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDW3CHTTPHeadersWriter+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/PerformancePresetTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Writing/FileWriterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextTests.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/Reading/FileReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/TLV/TLVBlockTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/OTelSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Private/ObjcExceptionHandler.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDRUMTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/SwiftUIExtensionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ApplicationVersionPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/AccountInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDURLSessionInstrumentationTests+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LocaleInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMInternalProxyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDRUMConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileWriterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/URLSessionClientTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserverLoader.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDRUMMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDRUMMonitor+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDWebViewTracking+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserver.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDDatadog+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosTimeStorageTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDConfiguration+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/RequestBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDTraceTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/RUMFeatureMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashReporterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Files/FileTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosNTPPacketTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Casting+RUM.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/SDKMetrics/BatchMetricsTests.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/FeatureContextTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Storage+TLVTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Private/ObjcAppLaunchHandler.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDTracerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDHTTPHeadersWriter+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ServerOffsetPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadStatusTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Helpers/CustomObjcViewController.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/RUM/RUMDataModels+objcTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DirectoriesTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/TrackingConsentPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadConditionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDLogsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/InternalProxyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/MessageBusTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Logs/DatadogLogsFeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/LoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LowPowerModePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadDelayTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Integrations/CrashReportReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDUIKitRUMActionsPredicateTests.swift
warning: 'spi-builder-workspace': found 58 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/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/Utils/ValuePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMEventSanitizerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/MonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMFeatureOperationManagerTests.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/RUMMonitor/RUMScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Resources/URLSessionRUMResourcesHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/ErrorMessageReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryInterceptorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationAppStateManagerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMDeviceInfoTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/DDTAssertValidRUMUUID.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Resources/BaggageHeaderMergerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMUserActionScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Scrubbing/RUMEventsMapperTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocol+ConvenienceTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/RUMInstrumentationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMViewEventsFilterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/SDKMetrics/SessionEndedMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/RUM_FEATURE.md
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationCheckerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMEventBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMContext/AccessibilityReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocolTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/SwiftUIViewNameExtractorIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/DataModels/RUMDataModelsMappingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMCommandTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/INVMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMSessionScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Actions/SwiftUIComponentDetectorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/TNSMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMResourceScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/AppHangs/AppHangsWatchdogThreadTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/SessionReplayDependencyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/RUMOffViewEventsHandlingRuleTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/LaunchReasonResolverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/AnonymousIdentifierManagerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Views/RUMViewsHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/SDKMetrics/SessionEndedMetricControllerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMApplicationScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Views/SwiftUIViewNameExtractorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/FatalErrorContextNotifierTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/WebViewEventReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocol+InternalTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/AppHangs/AppHangsMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMViewScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/FlagEvaluationReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/ViewCacheTests.swift
warning: 'spi-builder-workspace': found 7 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/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/PLCrashReporterIntegration/PLCrashReporterIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/CrashReportTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/CrashReportingPluginTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/DDCrashReportExporterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/DDCrashReportBuilderTests.swift
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/212] Compiling DatadogInternal HTTPHeadersReader.swift
[3/212] Compiling DatadogInternal HTTPHeadersWriter.swift
[4/212] Compiling DatadogInternal TracingHTTPHeaders.swift
[5/212] Compiling DatadogInternal DatadogURLSessionHandler.swift
[6/212] Compiling DatadogInternal FirstPartyHosts.swift
[7/212] Compiling DatadogInternal GraphQLRequestAttributes.swift
[8/212] Compiling DatadogInternal HostsSanitizer.swift
[9/212] Compiling DatadogInternal NetworkContext.swift
[10/212] Compiling DatadogInternal NetworkContextProvider.swift
[11/212] Compiling DatadogInternal NetworkInstrumentationFeature.swift
[12/212] Compiling DatadogInternal TraceContext.swift
[13/222] Compiling DatadogInternal CoreRegistry.swift
[14/222] Compiling DatadogInternal DD.swift
[15/222] Compiling DatadogInternal DataStore.swift
[16/222] Compiling DatadogInternal DatadogCoreProtocol.swift
[17/222] Compiling DatadogInternal DatadogFeature.swift
[18/222] Compiling DatadogInternal Data+Crypto.swift
[19/222] Compiling DatadogInternal DatadogExtended.swift
[20/222] Compiling DatadogInternal FixedWidthInteger+Convenience.swift
[21/222] Compiling DatadogInternal B3HTTPHeadersReader.swift
[22/222] Compiling DatadogInternal B3HTTPHeadersWriter.swift
[23/222] Compiling DatadogInternal Writer.swift
[24/222] Compiling DatadogInternal Attributes.swift
[25/222] Compiling DatadogInternal AttributesSanitizer.swift
[26/222] Compiling DatadogInternal BacktraceReporter.swift
[27/222] Compiling DatadogInternal BacktraceReportingFeature.swift
[28/222] Compiling DatadogInternal BenchmarkProfiler.swift
[29/222] Compiling DatadogInternal AnyCodable.swift
[30/222] Compiling DatadogInternal AnyDecodable.swift
[31/222] Compiling DatadogInternal AnyEncodable.swift
[32/222] Compiling DatadogInternal DynamicCodingKey.swift
[33/222] Compiling DatadogInternal CompletionHandler.swift
[34/222] Compiling DatadogInternal Crash.swift
[35/222] Compiling DatadogInternal CrashContext.swift
[36/222] Compiling DatadogInternal DDCrashReport.swift
[37/222] Compiling DatadogInternal DDThread.swift
[38/222] Compiling DatadogInternal LaunchReport.swift
[39/222] Compiling DatadogInternal LogEventAttributes.swift
[40/222] Compiling DatadogInternal NetworkConnectionInfo.swift
[41/222] Compiling DatadogInternal OperatingSystem+Utils.swift
[42/222] Compiling DatadogInternal Sysctl.swift
[43/222] Compiling DatadogInternal TrackingConsent.swift
[44/222] Compiling DatadogInternal UserInfo.swift
[45/222] Compiling DatadogInternal TraceContextInjection.swift
[46/222] Compiling DatadogInternal TracePropagationHeadersReader.swift
[47/222] Compiling DatadogInternal TracePropagationHeadersWriter.swift
[48/222] Compiling DatadogInternal TracingHeaderType+objc.swift
[49/222] Compiling DatadogInternal TracingHeaderType.swift
[50/222] Compiling DatadogInternal ImmutableRequest.swift
[51/222] Compiling DatadogInternal NetworkInstrumentationSwizzler.swift
[52/222] Compiling DatadogInternal URLSessionDataDelegateSwizzler.swift
[53/222] Compiling DatadogInternal URLSessionInstrumentation.swift
[54/222] Compiling DatadogInternal URLSessionSwizzler.swift
[55/222] Compiling DatadogInternal URLSessionTask+Tracking.swift
[56/222] Compiling DatadogInternal URLSessionTaskDelegateSwizzler.swift
[57/222] Compiling DatadogInternal URLSessionTaskInterception.swift
[58/222] Compiling DatadogInternal URLSessionTaskSwizzler.swift
[59/222] Compiling DatadogInternal W3CHTTPHeaders.swift
[60/222] Compiling DatadogInternal W3CHTTPHeadersReader.swift
[61/222] Compiling DatadogInternal W3CHTTPHeadersWriter.swift
[62/222] Compiling DatadogInternal MethodCalledMetric.swift
[63/222] Compiling DatadogInternal SDKMetricFields.swift
[64/222] Compiling DatadogInternal UploadQualityMetric.swift
[65/222] Compiling DatadogInternal Storage.swift
[66/222] Compiling DatadogInternal PerformancePresetOverride.swift
[67/222] Emitting module OpenTelemetryApi
[68/222] Compiling DatadogInternal LaunchInfo.swift
[69/222] Compiling DatadogInternal LocaleInfo.swift
[70/222] Compiling DatadogInternal LogMessage.swift
[71/222] Compiling DatadogInternal RUMCoreContext.swift
[72/222] Compiling DatadogInternal RUMDataModels.swift
[73/222] Compiling DatadogInternal RUMPayloadMessages.swift
[74/222] Compiling DatadogInternal RUMWebViewContext.swift
[75/222] Compiling DatadogInternal SessionReplayConfiguration.swift
[76/222] Compiling DatadogInternal SessionReplayCoreContext.swift
[77/222] Compiling DatadogInternal SpanCoreContext.swift
[78/222] Compiling DatadogInternal SpanID.swift
[79/222] Compiling DatadogInternal AccountInfo.swift
[80/222] Compiling DatadogInternal AppState.swift
[81/222] Compiling DatadogInternal ApplicationNotifications.swift
[82/222] Compiling DatadogInternal BatteryStatus.swift
[83/222] Compiling DatadogInternal BrightnessLevel.swift
[84/222] Compiling DatadogInternal BundleType.swift
[85/222] Compiling DatadogInternal CarrierInfo.swift
[86/222] Compiling DatadogInternal DatadogContext.swift
[87/222] Compiling DatadogInternal DatadogSite.swift
[88/222] Compiling DatadogInternal DateProvider.swift
[89/222] Compiling DatadogInternal DeviceInfo.swift
[115/234] Compiling DatadogInternal TraceID.swift
[116/234] Compiling DatadogInternal WebViewMessage.swift
[117/234] Compiling DatadogInternal B3HTTPHeaders.swift
[118/234] Compiling DatadogInternal Foundation+Datadog.swift
[119/234] Compiling DatadogInternal InternalExtended.swift
[120/234] Compiling DatadogInternal TimeInterval+Convenience.swift
[121/234] Compiling DatadogInternal FeatureMessage.swift
[122/234] Compiling DatadogInternal FeatureMessageReceiver.swift
[123/234] Compiling DatadogInternal BacktraceReport.swift
[124/234] Compiling DatadogInternal BinaryImage.swift
[125/234] Compiling OpenTelemetryApi SpanContext.swift
[126/234] Compiling OpenTelemetryApi SpanException.swift
[127/234] Compiling OpenTelemetryApi SpanId.swift
[128/234] Compiling OpenTelemetryApi SpanKind.swift
[129/234] Compiling OpenTelemetryApi Status.swift
[130/234] Compiling OpenTelemetryApi TraceFlags.swift
[131/234] Compiling OpenTelemetryApi TraceId.swift
[132/234] Compiling OpenTelemetryApi TraceState.swift
[133/234] Compiling OpenTelemetryApi Tracer.swift
[134/234] Compiling OpenTelemetryApi TracerProvider.swift
[154/234] Compiling DatadogInternal DataFormat.swift
[155/234] Compiling DatadogInternal DefaultJSONEncoder.swift
[156/234] Compiling DatadogInternal Event.swift
[157/234] Compiling DatadogInternal FeatureRequestBuilder.swift
[158/234] Compiling DatadogInternal URLRequestBuilder.swift
[197/234] 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 |
[198/234] Compiling DatadogInternal Assert.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 |
[199/234] Compiling DatadogInternal CustomDump.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 |
[200/234] Compiling DatadogInternal DDError.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 |
[201/234] Compiling DatadogInternal DateFormatting.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 |
[202/234] Compiling DatadogInternal DeterministicSampler.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 |
[203/234] Compiling DatadogInternal ReflectionMirror.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 |
[204/234] Compiling DatadogInternal Reflector.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 |
[205/234] Compiling DatadogInternal Sampler.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 |
[206/234] Compiling DatadogInternal SwiftExtensions.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 |
[207/234] Compiling DatadogInternal UIKitExtensions.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 |
[208/234] Compiling DatadogInternal WatchKitExtensions.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/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
[222/234] Emitting module DatadogInternal
/Users/admin/builder/spi-builder-workspace/DatadogInternal/Sources/Context/AppState.swift:209: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 {
| `- 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
:
207 | public struct DefaultAppStateProvider: AppStateProvider {
208 | public init() {}
209 | 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
210 | }
211 |
/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 |
[235/604] Compiling DatadogCrashReporting ThirdPartyCrashReporter.swift
[236/605] Compiling DatadogSessionReplay ImageRenderer.swift
[237/605] Compiling DatadogSessionReplay ImageRepresentable.swift
[238/605] Compiling DatadogSessionReplay ShapeResource.swift
[239/605] Compiling DatadogSessionReplay ShapeResourceBuilder.swift
[240/605] Compiling DatadogSessionReplay SwiftUIWireframesBuilder.swift
[241/605] Compiling DatadogSessionReplay Text+Reflection.swift
[242/605] Compiling DatadogSessionReplay Text.swift
[243/605] Compiling DatadogSessionReplay UIActivityIndicatorRecorder.swift
[244/605] Compiling DatadogSessionReplay UIDatePickerRecorder.swift
[245/605] Compiling DatadogSessionReplay UIHostingViewRecorder.swift
[246/615] Compiling DatadogCrashReporting SwiftExtensions.swift
[247/615] Compiling DatadogCore LowPowerModePublisher.swift
[248/615] Compiling DatadogCore NetworkConnectionInfoPublisher.swift
[249/615] Compiling DatadogCore ServerOffsetPublisher.swift
[250/615] Compiling DatadogCore TrackingConsentPublisher.swift
[251/615] Compiling DatadogCore DatadogConfiguration.swift
[252/615] Compiling DatadogCore CITestIntegration.swift
[253/615] Compiling DatadogCore KronosClock.swift
[254/615] Compiling DatadogCore KronosDNSResolver.swift
[255/615] Compiling DatadogCore KronosData+Bytes.swift
[256/615] Compiling DatadogCore KronosInternetAddress.swift
[257/615] Compiling DatadogSessionReplay ViewTreeSnapshotProducer.swift
[258/615] Compiling DatadogSessionReplay WindowViewTreeSnapshotProducer.swift
[259/615] Compiling DatadogSessionReplay AppWindowObserver.swift
[260/615] Compiling DatadogSessionReplay KeyWindowObserver.swift
[261/615] Compiling DatadogSessionReplay SessionReplay+objc.swift
[262/615] Compiling DatadogSessionReplay SessionReplay.swift
[263/615] Compiling DatadogSessionReplay SessionReplayConfiguration.swift
[264/615] Compiling DatadogSessionReplay SessionReplayPrivacyOverrides+objc.swift
[265/615] Compiling DatadogSessionReplay SessionReplayPrivacyOverrides.swift
[266/615] Compiling DatadogSessionReplay SessionReplayPrivacyView.swift
[267/615] Compiling DatadogCore KronosNSTimer+ClosureKit.swift
[268/615] Compiling DatadogSessionReplay UITextFieldRecorder.swift
[269/615] Compiling DatadogSessionReplay UITextViewRecorder.swift
[270/615] Compiling DatadogSessionReplay UIViewRecorder.swift
[271/615] Compiling DatadogSessionReplay UnsupportedViewRecorder.swift
[272/615] Compiling DatadogSessionReplay WKWebViewRecorder.swift
[273/615] Compiling DatadogSessionReplay ViewTreeRecorder.swift
[274/615] Compiling DatadogSessionReplay ViewTreeRecordingContext.swift
[275/615] Compiling DatadogSessionReplay ViewTreeSnapshot.swift
[276/615] Compiling DatadogSessionReplay ViewTreeSnapshotBuilder.swift
[277/615] Compiling DatadogCore FilesOrchestrator.swift
[278/615] Compiling DatadogCore DataReader.swift
[279/617] Compiling DatadogCore AccountInfoPublisher.swift
[280/617] Compiling DatadogCore ApplicationStatePublisher.swift
[281/617] Compiling DatadogCore ApplicationVersionPublisher.swift
[282/617] Compiling DatadogCore BatteryStatusPublisher.swift
[283/617] Compiling DatadogCore BrightnessLevelPublisher.swift
[284/617] Compiling DatadogCore CarrierInfoPublisher.swift
[285/617] Compiling DatadogCore ContextValuePublisher.swift
[286/617] Compiling DatadogCore DataUploadWorker.swift
[287/617] Compiling DatadogCore DataUploader.swift
[288/623] Compiling DatadogCrashReporting PLCrashReporterPlugin.swift
[289/623] Compiling DatadogCore KronosNTPClient.swift
[290/623] Compiling DatadogCore KronosNTPPacket.swift
[291/623] Compiling DatadogCore KronosNTPProtocol.swift
[292/623] Compiling DatadogCore KronosTimeFreeze.swift
[293/623] Compiling DatadogCore KronosTimeStorage.swift
[294/623] Compiling DatadogCore URLSessionInstrumentation+objc.swift
[295/623] Compiling DatadogCore PerformancePreset.swift
[296/623] Compiling DatadogCore DatadogContextProvider.swift
[297/623] Compiling DatadogCore LaunchInfoPublisher.swift
[298/623] Compiling DatadogCore LocaleInfoPublisher.swift
[299/623] Emitting module DatadogSessionReplay
[300/623] Compiling DatadogCore FeatureDataStore.swift
[301/623] Compiling DatadogCore DatadogCore.swift
[302/623] Compiling DatadogCore MessageBus.swift
[303/623] Compiling DatadogCore FeatureUpload.swift
[304/623] Compiling DatadogCore HTTPClient.swift
[305/623] Compiling DatadogCore URLSessionClient.swift
[306/623] Compiling DatadogCore Datadog+Internal.swift
[307/623] Compiling DatadogCore Datadog+objc.swift
[308/623] Compiling DatadogCore Datadog.swift
[309/623] Compiling DatadogCore DatadogConfiguration+objc.swift
[310/623] Compiling DatadogFlags FlagsError.swift
[311/623] Compiling DatadogFlags FlagsEvaluationContext.swift
[312/623] Compiling DatadogCore Storage+TLV.swift
[313/623] Compiling DatadogCore AsyncWriter.swift
[314/623] Compiling DatadogCore FileWriter.swift
[315/623] Compiling DatadogCore TLVBlock.swift
[316/623] Compiling DatadogCore UserInfoPublisher.swift
[317/623] Compiling DatadogCore DataStore+TLV.swift
[318/623] Compiling DatadogCore DataStoreFileReader.swift
[319/623] Compiling DatadogCore DataStoreFileWriter.swift
[329/623] Compiling DatadogCore TLVBlockReader.swift
[330/623] Compiling DatadogCore BackgroundTaskCoordinator.swift
[331/623] Compiling DatadogCore DataUploadConditions.swift
[332/623] Compiling DatadogCore DataUploadDelay.swift
[333/623] Compiling DatadogCore DataUploadStatus.swift
[336/623] Compiling DatadogCore DataEncryption.swift
[337/623] Compiling DatadogCore Directories.swift
[338/623] Compiling DatadogCore EventGenerator.swift
[339/623] Compiling DatadogCore FeatureStorage.swift
[340/623] Compiling DatadogCore Directory.swift
[341/623] Compiling DatadogCore File.swift
[348/624] Compiling DatadogCrashReporting PLCrashReporterIntegration.swift
[357/624] Emitting module DatadogCrashReporting
[360/624] Emitting module DatadogFlags
[361/624] Compiling DatadogLogs RemoteLogger.swift
[366/624] Emitting module DatadogLogs
[369/624] Compiling DatadogWebViewTracking DDScriptMessageHandler.swift
[370/624] Compiling DatadogWebViewTracking WebViewTracking+objc.swift
[371/624] Compiling DatadogWebViewTracking MessageEmitter.swift
[372/624] Compiling DatadogWebViewTracking WebViewTracking.swift
[373/624] Emitting module DatadogWebViewTracking
[374/624] Compiling DatadogCrashReporting resource_bundle_accessor.swift
[375/624] Compiling DatadogSessionReplay UIView+SessionReplayPrivacyOverrides+objc.swift
[376/624] Compiling DatadogSessionReplay CGRectExtensions.swift
[377/624] Compiling DatadogSessionReplay Colors.swift
[378/624] Compiling DatadogSessionReplay Errors.swift
[379/624] Compiling DatadogSessionReplay Queue.swift
[380/624] Compiling DatadogSessionReplay MainThreadScheduler.swift
[381/624] Compiling DatadogSessionReplay Scheduler.swift
[382/624] Compiling DatadogSessionReplay RecordWriter.swift
[383/624] Compiling DatadogSessionReplay ResourcesWriter.swift
[384/624] Compiling DatadogSessionReplay SRCompression.swift
[404/628] Emitting module DatadogTrace
[435/628] Compiling DatadogLogs LogEventMapper.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 |
[477/639] Compiling DatadogTrace Tracer.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 |
[478/639] Compiling DatadogTrace ActiveSpansPool.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 |
[479/639] Compiling DatadogTrace Casting.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/DatadogCore/Sources/Core/Context/LaunchInfoPublisher.swift:15:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
13 | internal import DatadogPrivate
14 | #else
15 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
16 | #endif
17 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Context/LaunchInfoPublisher.swift:15:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
13 | internal import DatadogPrivate
14 | #else
15 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
16 | #endif
17 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Context/LaunchInfoPublisher.swift:15:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
13 | internal import DatadogPrivate
14 | #else
15 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
16 | #endif
17 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Context/LaunchInfoPublisher.swift:15:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
13 | internal import DatadogPrivate
14 | #else
15 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
16 | #endif
17 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Context/LaunchInfoPublisher.swift:15:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
13 | internal import DatadogPrivate
14 | #else
15 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
16 | #endif
17 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Context/LaunchInfoPublisher.swift:15:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
13 | internal import DatadogPrivate
14 | #else
15 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
16 | #endif
17 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Context/LaunchInfoPublisher.swift:15:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
13 | internal import DatadogPrivate
14 | #else
15 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
16 | #endif
17 | #endif
[487/639] Emitting module DatadogCore
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/Context/LaunchInfoPublisher.swift:15:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
13 | internal import DatadogPrivate
14 | #else
15 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
16 | #endif
17 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:628:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
626 | internal import DatadogPrivate
627 | #else
628 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
629 | #endif
630 | #endif
[495/639] Compiling DatadogCore BatchMetrics.swift
[496/639] Compiling DatadogCore BenchmarkURLSessionTaskDelegate.swift
[497/639] Compiling DatadogCore Cryptography.swift
[498/639] Compiling DatadogCore Retrying.swift
[499/639] Compiling DatadogCore Versioning.swift
[500/639] Compiling DatadogCore resource_bundle_accessor.swift
[501/639] 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 |
[533/639] Compiling DatadogRUM VitalInfoSampler.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/639] Compiling DatadogRUM VitalMemoryReader.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/639] Compiling DatadogRUM SessionEndedMetric.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 |
[552/639] 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 |
[553/639] Compiling DatadogRUM ViewEndedController.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 |
[554/639] 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 |
[555/639] Compiling DatadogRUM ViewHitchesMetric.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 |
[556/639] 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 |
[557/639] 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 |
[558/639] 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 |
[559/639] 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 |
[560/639] 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 |
[561/639] 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 |
[562/639] 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/DatadogCore/Sources/Core/DatadogCore.swift:628:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
626 | internal import DatadogPrivate
627 | #else
628 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
629 | #endif
630 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:628:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
626 | internal import DatadogPrivate
627 | #else
628 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
629 | #endif
630 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:628:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
626 | internal import DatadogPrivate
627 | #else
628 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
629 | #endif
630 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:628:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
626 | internal import DatadogPrivate
627 | #else
628 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
629 | #endif
630 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:628:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
626 | internal import DatadogPrivate
627 | #else
628 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
629 | #endif
630 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:628:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
626 | internal import DatadogPrivate
627 | #else
628 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
629 | #endif
630 | #endif
/Users/admin/builder/spi-builder-workspace/DatadogCore/Sources/Core/DatadogCore.swift:628:26: warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
626 | internal import DatadogPrivate
627 | #else
628 | @_implementationOnly import DatadogPrivate
| `- warning: using '@_implementationOnly' without enabling library evolution for 'DatadogCore' may lead to instability during execution
629 | #endif
630 | #endif
/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)
[627/639] 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 |
/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 132 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMFeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LowPowerModePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/OpenTracing/OTSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDUIKitRUMViewsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/TrackingConsentPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMDebuggingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadStatusTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDConfiguration+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDURLSessionInstrumentationTests+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadDelayTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Private/ObjcExceptionHandler.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/FeatureContextTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMEventOutputs/RUMEventFileOutputTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIApplicationSwizzlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Mocks/RUM/RUMFeatureMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDRUMMonitor+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/BrightnessLevelPublisherTests.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/ServerOffsetPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/ApplicationVersionPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDRUMConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDW3CHTTPHeadersWriter+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDUIKitRUMActionsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalCPUReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Helpers/NSURLSessionBridge.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LaunchInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDTraceConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DD/InternalLoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Files/FileTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/RequestBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/BatteryStatusPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCore+FeatureDirectoriesTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosInternetAddressTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/TracingURLSessionHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/SwiftUIExtensionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadWorkerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/TracerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Writing/FileWriterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDRUMMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDSwiftUIRUMViewsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMInternalProxyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/DatadogTraceFeatureTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosNTPPacketTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/ViewHitchesReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Tracing/OTelSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/UIKitExtensionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDHTTPHeadersWriter+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/DatadogPrivate/ObjcExceptionHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDRUM+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDLogsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDB3HTTPHeadersWriter+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/CarrierInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserverLoader.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Helpers/CustomObjcViewController.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDTrace+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDInternalLoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDSessionReplay+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/LoggerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Casting+RUM.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/Integrations/CrashReportReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDWebViewTracking+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoSamplerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/RUM/RUMDataModels+objcTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/DDErrorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIKitRUMViewsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDTraceTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/URLSessionAutoInstrumentation/Interception/URLFiltering/FirstPartyURLsFilterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/FilesOrchestrator+MetricsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/FeatureTests.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/TLV/TLVBlockReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalMemoryReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Kronos/KronosTimeStorageTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/TestsObserver/DatadogTestsObserver.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/RetryingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DirectoriesTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/URLSessionClientTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/TelemetryReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashContext/CrashContextProviderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDTracerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Utils/JSONEncoderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/TracingWithLoggingIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDDatadog+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/DisplayLinkerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/UIViewControllerSwizzlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/FeatureDataStoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/LocaleInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDDatadogTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/ObjcAPITests/DDInternalLogger+apiTests.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/CrashReporting/CrashReporterTests.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/Datadog/Tracing/DDSpanTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/DatadogContextProviderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalRefreshRateReaderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDSwiftUIRUMActionsPredicateTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMVitals/VitalInfoTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStore+TLVTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/NetworkConnectionInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/AccountInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/RUM/RUMMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/Storage+TLVTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Logs/DatadogLogsFeatureTests.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/EventGeneratorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/MessageBusTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/SDKMetrics/BatchMetricsTests.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/Utils/CryptographyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/DataStore/DataStoreFileWriterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/DataUploadConditionsTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/DatadogCore+FeatureDataStoreTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Utils/Casting+Tracing.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Private/ObjcAppLaunchHandler.m
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Persistence/FilesOrchestratorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Helpers/DatadogExtensions.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/Upload/ExtensionBackgroundTaskCoordinatorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/TestUtilities/DirectoriesStub.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDRUMTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/InternalProxyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/DatadogCore/Context/UserInfoPublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/Core/PerformancePresetTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Datadog/FeaturesIntegration/CITestIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCore/Tests/Objc/DDURLSessionInstrumentationConfigurationTests.swift
warning: 'spi-builder-workspace': found 58 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/TNSMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMocks.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMDeviceInfoTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMFeatureOperationManagerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMConfigurationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMViewScopeTests.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/RUMMonitorProtocol+ConvenienceTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/AppHangs/AppHangsWatchdogThreadTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMCommandTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/RUMInstrumentationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/AnonymousIdentifierManagerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/ViewIdentifierTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Resources/URLSessionRUMResourcesHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/RUMScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/TelemetryInterceptorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/SDKMetrics/SessionEndedMetricControllerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/SwiftUIViewNameExtractorIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/ErrorMessageReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/LaunchReasonResolverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/RUM_FEATURE.md
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Views/RUMViewsHandlerTests.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/SDKMetrics/SessionEndedMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/MemoryWarnings/MemoryWarningMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationAppStateManagerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/DDTAssertValidRUMUUID.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/Utils/ViewCacheTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Resources/BaggageHeaderMergerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Actions/SwiftUIComponentDetectorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/SessionReplayDependencyTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/DataModels/RUMDataModelsMappingTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/WebViewEventReceiverTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationCheckerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMUserActionScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocol+InternalTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMEvent/RUMEventBuilderTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Utils/ValuePublisherTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMetrics/INVMetricTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMSessionScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/Scopes/RUMApplicationScopeTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitorProtocolTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMViewEventsFilterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/Actions/RUMActionsHandlerTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/RUMMonitor/MonitorTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Instrumentation/WatchdogTerminations/WatchdogTerminationMocks.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/RUMContext/AccessibilityReaderTests.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/Monitor+GlobalAttributesTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogRUM/Tests/Integrations/FlagEvaluationReceiverTests.swift
warning: 'spi-builder-workspace': found 7 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/CrashReportingPluginTests.swift
/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/PLCrashReporterIntegration/CrashReportMinifierTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/DDCrashReportExporterTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/PLCrashReporterIntegrationTests.swift
/Users/admin/builder/spi-builder-workspace/DatadogCrashReporting/Tests/PLCrashReporterIntegration/CrashReportTests.swift
BUILD FAILURE 6.1 macosSpm