The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DatadogOpenFeatureProvider, reference develop (f8aa96), with Swift 6.3 for Wasm on 18 Apr 2026 08:54:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DataDog/dd-openfeature-provider-swift.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/DataDog/dd-openfeature-provider-swift
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at f8aa963 Merge pull request #13 from DataDog/release/0.1.0
Cloned https://github.com/DataDog/dd-openfeature-provider-swift.git
Revision (git rev-parse @):
f8aa96323c66ff2cfb9c41a482498c9bbd456b70
SUCCESS checkout https://github.com/DataDog/dd-openfeature-provider-swift.git at develop
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/DataDog/dd-openfeature-provider-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/open-feature/swift-sdk.git
Fetching https://github.com/DataDog/dd-sdk-ios.git
[1/1570] Fetching swift-sdk
[1571/118450] Fetching swift-sdk, dd-sdk-ios
Fetched https://github.com/open-feature/swift-sdk.git from cache (12.20s)
Fetched https://github.com/DataDog/dd-sdk-ios.git from cache (12.41s)
Computing version for https://github.com/open-feature/swift-sdk.git
Computed https://github.com/open-feature/swift-sdk.git at 0.3.1 (17.87s)
Computing version for https://github.com/DataDog/dd-sdk-ios.git
Computed https://github.com/DataDog/dd-sdk-ios.git at 3.10.0 (1.07s)
Fetching https://github.com/kstenerud/KSCrash.git
Fetching https://github.com/open-telemetry/opentelemetry-swift-core
[1/14002] Fetching opentelemetry-swift-core
[2382/39195] Fetching opentelemetry-swift-core, kscrash
Fetched https://github.com/open-telemetry/opentelemetry-swift-core from cache (1.43s)
[22170/25193] Fetching kscrash
Fetched https://github.com/kstenerud/KSCrash.git from cache (2.89s)
Computing version for https://github.com/open-telemetry/opentelemetry-swift-core
Computed https://github.com/open-telemetry/opentelemetry-swift-core at 2.3.0 (3.84s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.54s)
Computing version for https://github.com/kstenerud/KSCrash.git
Computed https://github.com/kstenerud/KSCrash.git at 2.5.1 (1.03s)
Creating working copy for https://github.com/DataDog/dd-sdk-ios.git
Working copy of https://github.com/DataDog/dd-sdk-ios.git resolved at 3.10.0
Creating working copy for https://github.com/open-feature/swift-sdk.git
Working copy of https://github.com/open-feature/swift-sdk.git resolved at 0.3.1
Creating working copy for https://github.com/open-telemetry/opentelemetry-swift-core
Working copy of https://github.com/open-telemetry/opentelemetry-swift-core resolved at 2.3.0
Creating working copy for https://github.com/kstenerud/KSCrash.git
Working copy of https://github.com/kstenerud/KSCrash.git resolved at 2.5.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/5] Write sources
[0/5] Write swift-version-24593BA9C3E375BF.txt
[0/5] Write sources
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/157] Emitting module OpenFeature
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/160] Emitting module DatadogInternal
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[8/177] Compiling OpenFeature Value.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[9/177] Compiling OpenFeature ErrorCode.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[10/177] Compiling OpenFeature OpenFeatureError.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[11/177] Compiling DatadogInternal CarrierInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[12/177] Compiling DatadogInternal DatadogContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[13/177] Compiling DatadogInternal DatadogSite.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[14/177] Compiling DatadogInternal DateProvider.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[15/177] Compiling DatadogInternal DeviceInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[16/177] Compiling DatadogInternal LaunchInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[17/177] Compiling DatadogInternal AttributeEncoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[18/177] Compiling DatadogInternal Attributes.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[19/177] Compiling DatadogInternal AttributesSanitizer.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[20/177] Compiling DatadogInternal BacktraceReporter.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[21/177] Compiling DatadogInternal ReadWriteLock.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[22/177] Compiling DatadogInternal Threading.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[23/177] Compiling DatadogInternal AccountInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[24/177] Compiling DatadogInternal AppState.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[25/177] Compiling DatadogInternal ApplicationNotifications.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[26/177] Compiling DatadogInternal BatteryStatus.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[27/177] Compiling DatadogInternal BrightnessLevel.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[28/177] Compiling DatadogInternal BundleType.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[29/177] Compiling DatadogInternal AnyEncodable.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[30/177] Compiling DatadogInternal DynamicCodingKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[31/177] Compiling DatadogInternal CompletionHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[32/177] Compiling DatadogInternal Flushable.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[33/177] Compiling DatadogInternal DatadogFeature.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[34/177] Compiling DatadogInternal Data+Crypto.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[35/177] Compiling DatadogInternal DatadogExtended.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[36/177] Compiling DatadogInternal FixedWidthInteger+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[37/177] Compiling DatadogInternal Foundation+Datadog.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[38/177] Compiling DatadogInternal InternalExtended.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[39/177] Compiling DatadogInternal TimeInterval+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[40/177] Compiling DatadogInternal DatadogCoreProtocol+Heatmaps.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[41/177] Compiling DatadogInternal HeatmapAttributes.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[42/177] Compiling DatadogInternal HeatmapIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[43/177] Compiling DatadogInternal HeatmapIdentifierRegistry.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[44/177] Compiling DatadogInternal HeatmapIdentifierRegistryFeature.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[45/177] Compiling DatadogInternal FeatureMessage.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[46/177] Compiling DatadogInternal FeatureMessageReceiver.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[47/177] Compiling DatadogInternal BacktraceReport.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[48/177] Compiling DatadogInternal BinaryImage.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[49/177] Compiling DatadogInternal Crash.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[50/177] Compiling DatadogInternal CrashContext.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[51/177] Compiling DatadogInternal DefaultJSONEncoder.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[52/177] Compiling DatadogInternal Event.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[53/177] Compiling DatadogInternal FeatureRequestBuilder.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[54/177] Compiling DatadogInternal MultipartFormData.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[55/177] Compiling DatadogInternal URLRequestBuilder.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[56/177] Compiling DatadogInternal UploadPerformancePreset.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[57/177] Compiling DatadogInternal Assert.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[58/177] Compiling DatadogInternal CustomDump.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[59/177] Compiling DatadogInternal DDError.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[60/177] Compiling DatadogInternal DateFormatting.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[61/177] Compiling DatadogInternal DeterministicSampler.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[62/177] Compiling DatadogInternal ReflectionMirror.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[63/177] Compiling DatadogInternal Reflector.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[64/177] Compiling DatadogInternal Sampler.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[65/177] Compiling DatadogInternal SwiftExtensions.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[66/177] Compiling DatadogInternal UIKitExtensions.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[67/177] Compiling DatadogInternal WatchKitExtensions.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[68/177] Compiling DatadogInternal BacktraceReportingFeature.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[69/177] Compiling DatadogInternal BenchmarkProfiler.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[70/177] Compiling DatadogInternal AnyCodable.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
[71/177] Compiling DatadogInternal AnyDecodable.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/Sources/OpenFeature/EventHandler.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Foundation
 3 |
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[90/177] Compiling DatadogInternal SamplingPriority.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[91/177] Compiling DatadogInternal SpanContext.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[92/177] Compiling DatadogInternal SpanID.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[93/177] Compiling DatadogInternal TraceCoreContext.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[94/177] Compiling DatadogInternal TraceID.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[95/177] Compiling DatadogInternal WebViewMessage.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[96/177] Compiling DatadogInternal B3HTTPHeaders.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[97/177] Compiling DatadogInternal B3HTTPHeadersReader.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[98/177] Compiling DatadogInternal B3HTTPHeadersWriter.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[99/177] Compiling DatadogInternal HTTPHeadersReader.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[100/177] Compiling DatadogInternal HTTPHeadersWriter.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[101/177] Compiling DatadogInternal TracingHTTPHeaders.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[102/177] Compiling DatadogInternal DatadogURLSessionHandler.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[103/177] Compiling DatadogInternal FirstPartyHosts.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[104/177] Compiling DatadogInternal GraphQLRequestAttributes.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[105/177] Compiling DatadogInternal HostsSanitizer.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[106/177] Compiling DatadogInternal NetworkContext.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[107/177] Compiling DatadogInternal NetworkContextProvider.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[108/177] Compiling DatadogInternal W3CHTTPHeaders.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[109/177] Compiling DatadogInternal W3CHTTPHeadersReader.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[110/177] Compiling DatadogInternal W3CHTTPHeadersWriter.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[111/177] Compiling DatadogInternal MethodCalledMetric.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[112/177] Compiling DatadogInternal SDKMetricFields.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[113/177] Compiling DatadogInternal UploadQualityMetric.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[114/177] Compiling DatadogInternal Storage.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[115/177] Compiling DatadogInternal PerformancePresetOverride.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[116/177] Compiling DatadogInternal Writer.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[117/177] Compiling DatadogInternal MethodSwizzler.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[118/177] Compiling DatadogInternal CoreLogger.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[119/177] Compiling DatadogInternal CoreLoggerLevel+objc.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[120/177] Compiling DatadogInternal InternalLogger+objc.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[121/177] Compiling DatadogInternal InternalLogger.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[122/177] Compiling DatadogInternal Telemetry.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[123/177] Compiling DatadogInternal DataCompression.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[124/177] Compiling DatadogInternal DataFormat.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[125/177] Compiling DatadogInternal NetworkInstrumentationFeature.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[126/177] Compiling DatadogInternal TraceContext.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[127/177] Compiling DatadogInternal TraceContextInjection.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[128/177] Compiling DatadogInternal TracePropagationHeadersReader.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[129/177] Compiling DatadogInternal TracePropagationHeadersWriter.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[130/177] Compiling DatadogInternal TracingHeaderType+objc.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[131/177] Compiling DatadogInternal TracingHeaderType.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[132/177] Compiling DatadogInternal ImmutableRequest.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[133/177] Compiling DatadogInternal NetworkInstrumentationSwizzler.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[134/177] Compiling DatadogInternal URLSessionDataDelegateSwizzler.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[135/177] Compiling DatadogInternal URLSessionInstrumentation.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[136/177] Compiling DatadogInternal URLSessionSwizzler.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[137/177] Compiling DatadogInternal URLSessionTask+Tracking.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[138/177] Compiling DatadogInternal URLSessionTaskDelegateSwizzler.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[139/177] Compiling DatadogInternal URLSessionTaskInterception.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[140/177] Compiling DatadogInternal URLSessionTaskStateSwizzler.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[141/177] Compiling DatadogInternal URLSessionTaskSwizzler.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[153/177] Compiling DatadogInternal Sysctl.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[154/177] Compiling DatadogInternal TrackingConsent.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[155/177] Compiling DatadogInternal UserInfo.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[156/177] Compiling DatadogInternal CoreRegistry.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[157/177] Compiling DatadogInternal DD.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[158/177] Compiling DatadogInternal DataStore.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[159/177] Compiling DatadogInternal DatadogCoreProtocol.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[160/177] Compiling DatadogInternal DDCrashReport.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[161/177] Compiling DatadogInternal DDThread.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[162/177] Compiling DatadogInternal LaunchReport.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[163/177] Compiling DatadogInternal LogEventAttributes.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[164/177] Compiling DatadogInternal LogMessage.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[165/177] Compiling DatadogInternal ProfilingContext.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[166/177] Compiling DatadogInternal ProfilingMessages.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[167/177] Compiling DatadogInternal ProfilingOptions+objc.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[168/177] Compiling DatadogInternal ProfilingOptions.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[169/177] Compiling DatadogInternal OperationOptions.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[170/177] Compiling DatadogInternal RUMCoreContext.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[171/177] Compiling DatadogInternal RUMDataModels.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[172/177] Compiling DatadogInternal RUMPayloadMessages.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[173/177] Compiling DatadogInternal RUMWebViewContext.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[174/177] Compiling DatadogInternal SessionReplayConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[175/177] Compiling DatadogInternal SessionReplayCoreContext.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[176/177] Compiling DatadogInternal ActiveSpanProvider.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
[177/177] Compiling DatadogInternal SamplingMechanismType.swift
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/DeviceInfo.swift:123:8: error: no such module 'MachO'
121 | }
122 |
123 | import MachO
    |        `- error: no such module 'MachO'
124 |
125 | #if canImport(UIKit)
BUILD FAILURE 6.3 wasm