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.5.0 (d71686), with Swift 5.10 for macOS (SPM) on 12 Nov 2025 21:22:11 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/open-feature/swift-sdk.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/open-feature/swift-sdk
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at d716862 chore(main): release 0.5.0 (#73)
Cloned https://github.com/open-feature/swift-sdk.git
Revision (git rev-parse @):
d71686219a65ab78f77923ceb0e2ea549e1e50ef
SUCCESS checkout https://github.com/open-feature/swift-sdk.git at 0.5.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/40] Emitting module OpenFeature
[4/44] Compiling OpenFeature EventHandler.swift
[5/44] Compiling OpenFeature EventMetadataValue.swift
[6/44] Compiling OpenFeature Features+Defaults.swift
[7/44] Compiling OpenFeature Features.swift
[8/44] Compiling OpenFeature TrackingEventDetails.swift
[9/44] Compiling OpenFeature Value.swift
[10/44] Compiling OpenFeature ErrorCode.swift
[11/44] Compiling OpenFeature OpenFeatureError.swift
[12/44] Compiling OpenFeature Hook.swift
[13/44] Compiling OpenFeature HookContext.swift
[14/44] Compiling OpenFeature HookSupport.swift
[15/44] Compiling OpenFeature ImmutableContext.swift
[16/44] Compiling OpenFeature OpenFeatureAPI.swift
[17/44] Compiling OpenFeature OpenFeatureClient.swift
[18/44] Compiling OpenFeature FeatureProvider.swift
[19/44] Compiling OpenFeature FirstMatchStrategy.swift
[20/44] Compiling OpenFeature AsyncProviderOperationsQueue.swift
[21/44] Compiling OpenFeature BaseEvaluation.swift
[22/44] Compiling OpenFeature Client.swift
[23/44] Compiling OpenFeature ClientMetadata.swift
[24/44] Compiling OpenFeature EvaluationContext.swift
[25/44] Compiling OpenFeature FlagEvaluationDetails.swift
[26/44] Compiling OpenFeature FlagEvaluationOptions.swift
[27/44] Compiling OpenFeature FlagMetadataValue.swift
[28/44] Compiling OpenFeature FlagValueType.swift
[29/44] Compiling OpenFeature FirstSuccessfulStrategy.swift
[30/44] Compiling OpenFeature MultiProvider.swift
[31/44] Compiling OpenFeature Strategy.swift
[32/44] Compiling OpenFeature NoOpProvider.swift
[33/44] Compiling OpenFeature ImmutableStructure.swift
[34/44] Compiling OpenFeature ImmutableTrackingEventDetails.swift
[35/44] Compiling OpenFeature MetadataValue.swift
[36/44] Compiling OpenFeature MutableStructure.swift
[37/44] Compiling OpenFeature ProviderStatus.swift
[38/44] Compiling OpenFeature Reason.swift
[39/44] Compiling OpenFeature Structure.swift
[40/44] Compiling OpenFeature Tracking.swift
[41/44] Compiling OpenFeature ProviderEvaluation.swift
[42/44] Compiling OpenFeature ProviderEventDetails.swift
[43/44] Compiling OpenFeature ProviderEvents.swift
[44/44] Compiling OpenFeature ProviderMetadata.swift
Build complete! (6.76s)
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/MockProvider.swift",
        "Helpers/MutableContext.swift",
        "Helpers/StaggeredProvider.swift",
        "Helpers/ThrowingProvider.swift",
        "HookSpecTests.swift",
        "HookSupportTests.swift",
        "ImmutableContextTests.swift",
        "ImmutableTrackingEventDetailsTests.swift",
        "MultiProviderTests.swift",
        "OpenFeatureClientTests.swift",
        "ProviderEventTests.swift",
        "ProviderOperationsQueueTests.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" : [
        "AsyncProviderOperationsQueue.swift",
        "BaseEvaluation.swift",
        "Client.swift",
        "ClientMetadata.swift",
        "EvaluationContext.swift",
        "EventHandler.swift",
        "EventMetadataValue.swift",
        "Features+Defaults.swift",
        "Features.swift",
        "FlagEvaluationDetails.swift",
        "FlagEvaluationOptions.swift",
        "FlagMetadataValue.swift",
        "FlagValueType.swift",
        "Hook.swift",
        "HookContext.swift",
        "HookSupport.swift",
        "ImmutableContext.swift",
        "ImmutableStructure.swift",
        "ImmutableTrackingEventDetails.swift",
        "MetadataValue.swift",
        "MutableStructure.swift",
        "OpenFeatureAPI.swift",
        "OpenFeatureClient.swift",
        "Provider/FeatureProvider.swift",
        "Provider/MultiProvider/FirstMatchStrategy.swift",
        "Provider/MultiProvider/FirstSuccessfulStrategy.swift",
        "Provider/MultiProvider/MultiProvider.swift",
        "Provider/MultiProvider/Strategy.swift",
        "Provider/NoOpProvider.swift",
        "Provider/ProviderEvaluation.swift",
        "Provider/ProviderEventDetails.swift",
        "Provider/ProviderEvents.swift",
        "Provider/ProviderMetadata.swift",
        "Provider/ProviderStatus.swift",
        "Reason.swift",
        "Structure.swift",
        "Tracking.swift",
        "TrackingEventDetails.swift",
        "Value.swift",
        "exceptions/ErrorCode.swift",
        "exceptions/OpenFeatureError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.