The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
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-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-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 (4.94s)
Fetched https://github.com/DataDog/dd-sdk-ios.git from cache (5.04s)
Computing version for https://github.com/open-feature/swift-sdk.git
Computed https://github.com/open-feature/swift-sdk.git at 0.3.1 (7.21s)
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.42s)
Fetching https://github.com/open-telemetry/opentelemetry-swift-core
Fetching https://github.com/kstenerud/KSCrash.git
[1/14002] Fetching opentelemetry-swift-core
[3502/39195] Fetching opentelemetry-swift-core, kscrash
Fetched https://github.com/open-telemetry/opentelemetry-swift-core from cache (0.73s)
[12849/25193] Fetching kscrash
Fetched https://github.com/kstenerud/KSCrash.git from cache (1.50s)
Computing version for https://github.com/open-telemetry/opentelemetry-swift-core
Computed https://github.com/open-telemetry/opentelemetry-swift-core at 2.3.0 (2.04s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.90s)
Computing version for https://github.com/kstenerud/KSCrash.git
Computed https://github.com/kstenerud/KSCrash.git at 2.5.1 (0.65s)
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
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/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
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/157] 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)
[7/174] 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 |
[8/174] 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 |
[9/174] 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 |
[10/174] 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 |
[11/174] 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 |
[12/174] 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 |
[13/174] 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 |
[14/174] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/174] 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 |
[16/174] Compiling DatadogInternal Data+Crypto.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/174] Compiling DatadogInternal DatadogExtended.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/174] Compiling DatadogInternal FixedWidthInteger+Convenience.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/174] 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 |
[20/174] 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 |
[21/174] Compiling DatadogInternal DatadogFeature.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/174] 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 |
[23/174] 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 |
[24/174] 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 |
[25/174] 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 |
[26/174] Compiling DatadogInternal Foundation+Datadog.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/174] Compiling DatadogInternal InternalExtended.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/174] Compiling DatadogInternal TimeInterval+Convenience.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/174] Compiling DatadogInternal DatadogCoreProtocol+Heatmaps.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/174] 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)
[31/174] 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 |
[32/174] 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)
[33/174] 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 |
[34/174] 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)
[35/174] 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 |
[36/174] 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)
[37/174] 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 |
[38/174] 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)
[39/174] 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)
[40/174] 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)
[41/174] 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)
[42/174] 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)
[43/174] 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)
[44/174] 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)
[45/174] 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)
[46/174] 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)
[47/174] 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)
[48/174] 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)
[49/174] 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)
[50/174] 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)
[51/174] 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)
[52/174] 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)
[53/174] 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)
[54/174] 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)
[55/174] 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)
[56/174] 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)
[57/174] 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)
[58/174] 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)
[59/174] 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)
[60/174] 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)
[61/174] 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)
[62/174] 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)
[63/174] 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)
[64/174] 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)
[65/174] 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)
[66/174] 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)
[67/174] 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)
[68/174] 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)
[69/174] 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)
[70/174] 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)
[71/174] 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)
[72/174] 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)
[73/174] 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)
[74/174] 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)
[75/174] 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)
[76/174] 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)
[77/174] 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)
[78/174] 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)
[79/174] 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)
[80/174] 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)
[81/174] 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)
[82/174] 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)
[83/174] 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)
[84/174] 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)
[85/174] 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)
[86/174] 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)
[87/174] 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)
[88/174] 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)
[89/174] 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)
[90/174] 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)
[91/174] 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)
[92/174] 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)
[93/174] 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)
[94/174] 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)
[95/174] 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)
[96/174] 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)
[97/174] 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)
[98/174] 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)
[99/174] 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)
[100/174] 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)
[101/174] 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)
[102/174] 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)
/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)
[121/174] Compiling DatadogInternal BrightnessLevel.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/174] Compiling DatadogInternal BundleType.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/174] Compiling DatadogInternal CarrierInfo.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/174] Compiling DatadogInternal DatadogContext.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/174] Compiling DatadogInternal DatadogSite.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/174] Compiling DatadogInternal DateProvider.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/174] Compiling DatadogInternal DeviceInfo.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/174] Compiling DatadogInternal LaunchInfo.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/174] Compiling DatadogInternal LocaleInfo.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/174] Compiling DatadogInternal NetworkConnectionInfo.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/174] Compiling DatadogInternal OperatingSystem+Utils.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/174] 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)
[133/174] 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)
[134/174] 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)
[135/174] 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)
[136/174] 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)
[137/174] 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)
[138/174] 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)
/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)
[147/174] 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)
[148/174] 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)
[149/174] 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)
[150/174] 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)
[151/174] 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)
[152/174] 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)
[153/174] 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)
[154/174] 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)
[155/174] 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)
[156/174] 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)
[157/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 |
[158/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 |
[159/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 |
[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 linux