The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DatadogOpenFeatureProvider, reference 0.1.0 (8df682), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 18 Apr 2026 09:08:56 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DatadogOpenFeatureProvider -destination platform=macOS,arch=arm64

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: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DataDog/dd-openfeature-provider-swift
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 8df682b Merge pull request #19 from DataDog/release/0.1.0
Cloned https://github.com/DataDog/dd-openfeature-provider-swift.git
Revision (git rev-parse @):
8df682bf63e703b2917bf6cb1a5eb04d9bf2b6e9
SUCCESS checkout https://github.com/DataDog/dd-openfeature-provider-swift.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/DataDog/dd-openfeature-provider-swift.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/open-feature/swift-sdk.git
Fetching from https://github.com/DataDog/dd-sdk-ios.git
Fetching from https://github.com/kstenerud/KSCrash.git
Fetching from https://github.com/open-telemetry/opentelemetry-swift-core
Fetching from https://github.com/apple/swift-atomics.git
Creating working copy of package ‘swift-sdk’
Checking out 0.3.1 of package ‘swift-sdk’
Creating working copy of package ‘opentelemetry-swift-core’
Checking out 2.3.0 of package ‘opentelemetry-swift-core’
Creating working copy of package ‘swift-atomics’
Checking out 1.3.0 of package ‘swift-atomics’
Creating working copy of package ‘dd-sdk-ios’
Checking out 3.10.0 of package ‘dd-sdk-ios’
Creating working copy of package ‘KSCrash’
Checking out 2.5.1 of package ‘KSCrash’
Resolve Package Graph
Resolved source packages:
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  Datadog: https://github.com/DataDog/dd-sdk-ios.git @ 3.10.0
  OpenFeature: https://github.com/open-feature/swift-sdk.git @ 0.3.1
  KSCrash: https://github.com/kstenerud/KSCrash.git @ 2.5.1
  DatadogOpenFeatureProvider: /Users/admin/builder/spi-builder-workspace
  opentelemetry-swift-core: https://github.com/open-telemetry/opentelemetry-swift-core @ 2.3.0
resolved source packages: swift-atomics, Datadog, OpenFeature, KSCrash, DatadogOpenFeatureProvider, opentelemetry-swift-core
2026-04-18 05:08:32.588 xcodebuild[529:3082] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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" : "/Users/admin/builder/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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BootTimeMonitor",
      "DatadogOpenFeatureProvider",
      "Filters",
      "Installations",
      "KSCrash-Package",
      "Recording",
      "Reporting",
      "Sinks"
    ]
  }
}
2026-04-18 05:08:41.921 xcodebuild[823:4818] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BootTimeMonitor",
      "DatadogOpenFeatureProvider",
      "Filters",
      "Installations",
      "KSCrash-Package",
      "Recording",
      "Reporting",
      "Sinks"
    ]
  }
}
2026-04-18 05:08:43.481 xcodebuild[843:4970] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DatadogOpenFeatureProvider -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DatadogOpenFeatureProvider -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  KSCrash: https://github.com/kstenerud/KSCrash.git @ 2.5.1
  OpenFeature: https://github.com/open-feature/swift-sdk.git @ 0.3.1
  opentelemetry-swift-core: https://github.com/open-telemetry/opentelemetry-swift-core @ 2.3.0
  Datadog: https://github.com/DataDog/dd-sdk-ios.git @ 3.10.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  DatadogOpenFeatureProvider: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'DatadogOpenFeatureProvider' in project 'DatadogOpenFeatureProvider'
        ➜ Explicit dependency on target 'DatadogOpenFeatureProvider' in project 'DatadogOpenFeatureProvider'
        ➜ Explicit dependency on target 'DatadogFlags' in project 'Datadog'
        ➜ Explicit dependency on target 'OpenFeature' in project 'OpenFeature'
    Target 'DatadogOpenFeatureProvider' in project 'DatadogOpenFeatureProvider'
        ➜ Explicit dependency on target 'DatadogFlags' in project 'Datadog'
        ➜ Explicit dependency on target 'OpenFeature' in project 'OpenFeature'
    Target 'OpenFeature' in project 'OpenFeature'
        ➜ Explicit dependency on target 'OpenFeature' in project 'OpenFeature'
    Target 'OpenFeature' in project 'OpenFeature' (no dependencies)
    Target 'DatadogFlags' in project 'Datadog'
        ➜ Explicit dependency on target 'DatadogFlags' in project 'Datadog'
        ➜ Explicit dependency on target 'DatadogInternal' in project 'Datadog'
    Target 'DatadogFlags' in project 'Datadog'
        ➜ Explicit dependency on target 'DatadogInternal' in project 'Datadog'
    Target 'DatadogInternal' in project 'Datadog' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: dd866e9f1a74fcbccff8c359c1b367da
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/dd866e9f1a74fcbccff8c359c1b367da.xcbuilddata
error: The package product 'DatadogFlags' requires minimum platform version 12.6 for the macOS platform, but this target supports 12.0 (in target 'DatadogOpenFeatureProvider' from project 'DatadogOpenFeatureProvider')
2026-04-18 05:08:48.328 xcodebuild[846:5012] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e277cf36600f88ceaeef7a58302d6d42105863b0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e277cf36600f88ceaeef7a58302d6d42105863b0, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e277cf36600f88ceaeef7a58302d6d42105863b0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e277cf36600f88ceaeef7a58302d6d42105863b0, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme DatadogOpenFeatureProvider
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  OpenFeature: https://github.com/open-feature/swift-sdk.git @ 0.3.1
  Datadog: https://github.com/DataDog/dd-sdk-ios.git @ 3.10.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  DatadogOpenFeatureProvider: /Users/admin/builder/spi-builder-workspace
  opentelemetry-swift-core: https://github.com/open-telemetry/opentelemetry-swift-core @ 2.3.0
  KSCrash: https://github.com/kstenerud/KSCrash.git @ 2.5.1
resolved source packages: OpenFeature, Datadog, swift-atomics, DatadogOpenFeatureProvider, opentelemetry-swift-core, KSCrash
2026-04-18 05:08:51.397 xcodebuild[905:5375] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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" : "/Users/admin/builder/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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BootTimeMonitor",
      "DatadogOpenFeatureProvider",
      "Filters",
      "Installations",
      "KSCrash-Package",
      "Recording",
      "Reporting",
      "Sinks"
    ]
  }
}
2026-04-18 05:08:53.108 xcodebuild[915:5478] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "BootTimeMonitor",
      "DatadogOpenFeatureProvider",
      "Filters",
      "Installations",
      "KSCrash-Package",
      "Recording",
      "Reporting",
      "Sinks"
    ]
  }
}
2026-04-18 05:08:54.567 xcodebuild[919:5515] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DatadogOpenFeatureProvider -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DatadogOpenFeatureProvider -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  DatadogOpenFeatureProvider: /Users/admin/builder/spi-builder-workspace
  OpenFeature: https://github.com/open-feature/swift-sdk.git @ 0.3.1
  opentelemetry-swift-core: https://github.com/open-telemetry/opentelemetry-swift-core @ 2.3.0
  KSCrash: https://github.com/kstenerud/KSCrash.git @ 2.5.1
  Datadog: https://github.com/DataDog/dd-sdk-ios.git @ 3.10.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'DatadogOpenFeatureProvider' in project 'DatadogOpenFeatureProvider'
        ➜ Explicit dependency on target 'DatadogOpenFeatureProvider' in project 'DatadogOpenFeatureProvider'
        ➜ Explicit dependency on target 'DatadogFlags' in project 'Datadog'
        ➜ Explicit dependency on target 'OpenFeature' in project 'OpenFeature'
    Target 'DatadogOpenFeatureProvider' in project 'DatadogOpenFeatureProvider'
        ➜ Explicit dependency on target 'DatadogFlags' in project 'Datadog'
        ➜ Explicit dependency on target 'OpenFeature' in project 'OpenFeature'
    Target 'OpenFeature' in project 'OpenFeature'
        ➜ Explicit dependency on target 'OpenFeature' in project 'OpenFeature'
    Target 'OpenFeature' in project 'OpenFeature' (no dependencies)
    Target 'DatadogFlags' in project 'Datadog'
        ➜ Explicit dependency on target 'DatadogFlags' in project 'Datadog'
        ➜ Explicit dependency on target 'DatadogInternal' in project 'Datadog'
    Target 'DatadogFlags' in project 'Datadog'
        ➜ Explicit dependency on target 'DatadogInternal' in project 'Datadog'
    Target 'DatadogInternal' in project 'Datadog' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: dd866e9f1a74fcbccff8c359c1b367da
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/dd866e9f1a74fcbccff8c359c1b367da.xcbuilddata
error: The package product 'DatadogFlags' requires minimum platform version 12.6 for the macOS platform, but this target supports 12.0 (in target 'DatadogOpenFeatureProvider' from project 'DatadogOpenFeatureProvider')
2026-04-18 05:08:56.016 xcodebuild[922:5545] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e277cf36600f88ceaeef7a58302d6d42105863b0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e277cf36600f88ceaeef7a58302d6d42105863b0, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e277cf36600f88ceaeef7a58302d6d42105863b0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e277cf36600f88ceaeef7a58302d6d42105863b0, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme DatadogOpenFeatureProvider
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild