The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of OpenFeature, reference 0.4.0 (8455ef), with Swift 5.10 for macOS (SPM) on 6 Aug 2025 12:34:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/open-feature/swift-sdk.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/open-feature/swift-sdk
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 8455efe chore(main): release 0.4.0 (#71)
Cloned https://github.com/open-feature/swift-sdk.git
Revision (git rev-parse @):
8455efe44541420cfb5ffcf6d95422361e8209a8
SUCCESS checkout https://github.com/open-feature/swift-sdk.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/open-feature/swift-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/30] Emitting module OpenFeature
[4/33] Compiling OpenFeature ProviderStatus.swift
[5/33] Compiling OpenFeature Reason.swift
[6/33] Compiling OpenFeature Structure.swift
[7/33] Compiling OpenFeature Value.swift
[8/33] Compiling OpenFeature ErrorCode.swift
[9/33] Compiling OpenFeature OpenFeatureError.swift
[10/33] Compiling OpenFeature ImmutableStructure.swift
[11/33] Compiling OpenFeature MutableStructure.swift
[12/33] Compiling OpenFeature OpenFeatureAPI.swift
[13/33] Compiling OpenFeature HookContext.swift
[14/33] Compiling OpenFeature HookSupport.swift
[15/33] Compiling OpenFeature ImmutableContext.swift
[16/33] Compiling OpenFeature OpenFeatureClient.swift
[17/33] Compiling OpenFeature FeatureProvider.swift
[18/33] Compiling OpenFeature NoOpProvider.swift
[19/33] Compiling OpenFeature FlagMetadataValue.swift
[20/33] Compiling OpenFeature FlagValueType.swift
[21/33] Compiling OpenFeature Hook.swift
[22/33] Compiling OpenFeature Features.swift
[23/33] Compiling OpenFeature FlagEvaluationDetails.swift
[24/33] Compiling OpenFeature FlagEvaluationOptions.swift
[25/33] Compiling OpenFeature ProviderEvaluation.swift
[26/33] Compiling OpenFeature ProviderEvents.swift
[27/33] Compiling OpenFeature ProviderMetadata.swift
[28/33] Compiling OpenFeature EvaluationContext.swift
[29/33] Compiling OpenFeature EventHandler.swift
[30/33] Compiling OpenFeature Features+Defaults.swift
[31/33] Compiling OpenFeature BaseEvaluation.swift
[32/33] Compiling OpenFeature Client.swift
[33/33] Compiling OpenFeature ClientMetadata.swift
Build complete! (7.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OpenFeature",
  "name" : "OpenFeature",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenFeature",
      "targets" : [
        "OpenFeature"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenFeatureTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenFeatureTests",
      "path" : "Tests/OpenFeatureTests",
      "sources" : [
        "DeveloperExperienceTests.swift",
        "EvalContextTests.swift",
        "FlagEvaluationTests.swift",
        "Helpers/AlwaysBrokenProvider.swift",
        "Helpers/BooleanHookMock.swift",
        "Helpers/DoSomethingProvider.swift",
        "Helpers/IntHookMock.swift",
        "Helpers/MutableContext.swift",
        "Helpers/StaggeredProvider.swift",
        "Helpers/ThrowingProvider.swift",
        "HookSpecTests.swift",
        "HookSupportTests.swift",
        "ImmutableContextTests.swift",
        "OpenFeatureClientTests.swift",
        "ProviderSpecTests.swift",
        "StructureTests.swift",
        "ValueTests.swift"
      ],
      "target_dependencies" : [
        "OpenFeature"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenFeature",
      "module_type" : "SwiftTarget",
      "name" : "OpenFeature",
      "path" : "Sources/OpenFeature",
      "product_memberships" : [
        "OpenFeature"
      ],
      "sources" : [
        "BaseEvaluation.swift",
        "Client.swift",
        "ClientMetadata.swift",
        "EvaluationContext.swift",
        "EventHandler.swift",
        "Features+Defaults.swift",
        "Features.swift",
        "FlagEvaluationDetails.swift",
        "FlagEvaluationOptions.swift",
        "FlagMetadataValue.swift",
        "FlagValueType.swift",
        "Hook.swift",
        "HookContext.swift",
        "HookSupport.swift",
        "ImmutableContext.swift",
        "ImmutableStructure.swift",
        "MutableStructure.swift",
        "OpenFeatureAPI.swift",
        "OpenFeatureClient.swift",
        "Provider/FeatureProvider.swift",
        "Provider/NoOpProvider.swift",
        "Provider/ProviderEvaluation.swift",
        "Provider/ProviderEvents.swift",
        "Provider/ProviderMetadata.swift",
        "Provider/ProviderStatus.swift",
        "Reason.swift",
        "Structure.swift",
        "Value.swift",
        "exceptions/ErrorCode.swift",
        "exceptions/OpenFeatureError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.