Build Information
Failed to build DatadogOpenFeatureProvider, reference develop (f8aa96), with Swift 6.1 for Linux on 30 Jan 2026 06:22:53 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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.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.1
Building package at path: $PWD
https://github.com/DataDog/dd-openfeature-provider-swift.git
https://github.com/DataDog/dd-openfeature-provider-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/open-feature/swift-sdk.git"
},
{
"identity" : "dd-sdk-ios",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/DataDog/dd-sdk-ios.git"
}
],
"manifest_display_name" : "DatadogOpenFeatureProvider",
"name" : "DatadogOpenFeatureProvider",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DatadogOpenFeatureProvider",
"targets" : [
"DatadogOpenFeatureProvider"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DatadogOpenFeatureProviderTests",
"module_type" : "SwiftTarget",
"name" : "DatadogOpenFeatureProviderTests",
"path" : "Tests/DatadogOpenFeatureProviderTests",
"product_dependencies" : [
"DatadogFlags",
"OpenFeature"
],
"sources" : [
"AnyValueConversionTests.swift",
"ContextConversionTests.swift",
"DatadogProviderTests.swift",
"ProviderEvaluationTests.swift",
"TestUtilities.swift",
"ValueConversionTests.swift"
],
"target_dependencies" : [
"DatadogOpenFeatureProvider"
],
"type" : "test"
},
{
"c99name" : "DatadogOpenFeatureProvider",
"module_type" : "SwiftTarget",
"name" : "DatadogOpenFeatureProvider",
"path" : "Sources/DatadogOpenFeatureProvider",
"product_dependencies" : [
"DatadogFlags",
"OpenFeature"
],
"product_memberships" : [
"DatadogOpenFeatureProvider"
],
"sources" : [
"AnyValue+OpenFeature.swift",
"DatadogProvider.swift",
"FlagsEvaluationContext+OpenFeature.swift",
"ProviderEvaluation+DatadogFlags.swift",
"Value+DatadogFlags.swift",
"Versioning.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/open-feature/swift-sdk.git
Fetching https://github.com/DataDog/dd-sdk-ios.git
[1/1404] Fetching swift-sdk
Fetched https://github.com/open-feature/swift-sdk.git from cache (0.58s)
[1/106396] Fetching dd-sdk-ios
Fetched https://github.com/DataDog/dd-sdk-ios.git from cache (7.84s)
Computing version for https://github.com/open-feature/swift-sdk.git
Computed https://github.com/open-feature/swift-sdk.git at 0.3.1 (12.21s)
Computing version for https://github.com/DataDog/dd-sdk-ios.git
Computed https://github.com/DataDog/dd-sdk-ios.git at 3.6.0 (1.35s)
Fetching https://github.com/open-telemetry/opentelemetry-swift-core
Fetching https://github.com/kstenerud/KSCrash.git
[1/13565] Fetching opentelemetry-swift-core
[1494/35095] Fetching opentelemetry-swift-core, kscrash
Fetched https://github.com/open-telemetry/opentelemetry-swift-core from cache (1.35s)
Fetched https://github.com/kstenerud/KSCrash.git from cache (1.36s)
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.36s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
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.19s)
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/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/DataDog/dd-sdk-ios.git
Working copy of https://github.com/DataDog/dd-sdk-ios.git resolved at 3.6.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/147] 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/150] 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/166] 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)
[9/166] 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)
[10/166] 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)
[11/166] 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)
[12/166] 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)
[13/166] 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)
[14/166] 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)
[15/166] 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)
[16/166] 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)
[17/166] 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)
[18/166] 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)
[19/166] 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)
[20/166] 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)
[21/166] 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)
[22/166] 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)
[23/166] 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)
[24/166] 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)
[25/166] 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)
[26/166] 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)
[27/166] 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)
[28/166] 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)
[29/166] 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)
[30/166] 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)
[31/166] 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)
[32/166] 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)
[33/166] 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)
[34/166] 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)
[35/166] 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)
[36/166] 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)
[37/166] 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)
[38/166] 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)
[39/166] 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)
[40/166] 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 |
[41/166] 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 |
[42/166] 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 |
[43/166] 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 |
[44/166] 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 |
[45/166] 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 |
[46/166] 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 |
[47/166] 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 |
[48/166] 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 |
[49/166] Compiling DatadogInternal FeatureMessage.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 |
[50/166] 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 |
[51/166] 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 |
[52/166] 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 |
[53/166] 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 |
[54/166] 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 |
[55/166] 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 |
[56/166] 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 |
[57/166] 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 |
[58/166] 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 |
[59/166] Compiling DatadogInternal DatadogCoreProtocol.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 |
[60/166] 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 |
[61/166] 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 |
[62/166] 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 |
[63/166] 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 |
[64/166] 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 |
[65/166] 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)
[66/166] 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)
[67/166] 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)
[68/166] 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)
[69/166] 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)
[70/166] 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)
[71/166] 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)
[72/166] 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)
[73/166] 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)
[74/166] 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)
[75/166] 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)
[76/166] 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)
[77/166] 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)
[78/166] 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)
[79/166] 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)
[80/166] 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)
[81/166] 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)
[82/166] 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)
[83/166] 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)
[84/166] 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)
[85/166] 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)
[86/166] 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)
[87/166] 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)
[88/166] 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)
[89/166] 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)
[90/166] 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)
[91/166] 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)
[92/166] 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)
[93/166] 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)
[94/166] 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)
[95/166] 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)
[96/166] 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)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/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)
[109/166] 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)
[110/166] 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)
[111/166] 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)
[112/166] 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)
[113/166] 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)
[114/166] 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)
[115/166] 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)
[116/166] 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)
[117/166] 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)
[118/166] 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)
[119/166] 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)
[120/166] 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)
[121/166] 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)
[122/166] 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)
[123/166] 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)
[124/166] 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)
[125/166] 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)
[126/166] 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)
[127/166] 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)
[128/166] 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)
[129/166] 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)
[130/166] 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)
[131/166] 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)
[132/166] 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)
[133/166] 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)
[134/166] 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)
[135/166] 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)
[136/166] 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)
[137/166] 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)
[138/166] 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)
[139/166] 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)
[140/166] 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)
[141/166] 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)
[142/166] 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)
[143/166] 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)
[144/166] 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)
[145/166] 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)
/host/spi-builder-workspace/.build/checkouts/dd-sdk-ios/DatadogInternal/Sources/Context/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)
[150/166] Compiling DatadogInternal BenchmarkProfiler.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/166] Compiling DatadogInternal AnyCodable.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/166] Compiling DatadogInternal AnyDecodable.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/166] Compiling DatadogInternal AnyEncodable.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/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/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/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/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 |
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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/63] 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 |
[3/63] Compiling DatadogInternal LocaleInfo.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 |
[4/63] Compiling DatadogInternal NetworkConnectionInfo.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 |
[5/146] 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 |
[6/146] 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 |
[7/146] 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 |
[8/146] 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 |
[9/146] 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 |
[10/146] 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 |
[11/146] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/146] 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 |
[13/146] 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 |
[14/146] 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 |
[15/146] 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 |
[16/146] 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 |
[17/146] 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 |
[18/146] 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 |
[19/146] 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 |
[20/146] Compiling DatadogInternal CoreRegistry.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/146] Compiling DatadogInternal DD.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/146] Compiling DatadogInternal DataStore.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/146] 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/146] Compiling DatadogInternal OperatingSystem+Utils.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/146] Compiling DatadogInternal Sysctl.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/146] Compiling DatadogInternal TrackingConsent.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/146] Compiling DatadogInternal UserInfo.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/146] 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 |
[29/146] 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 |
[30/146] 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 |
[31/146] 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 |
BUILD FAILURE 6.1 linux