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 main (56b477), with Swift 5.10 for macOS (SPM) on 12 Sep 2025 03:07:07 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/open-feature/swift-sdk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/open-feature/swift-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 56b477e feat!: add provider event details (#77)
Cloned https://github.com/open-feature/swift-sdk.git
Revision (git rev-parse @):
56b477e69250bc52feab0c9838234843d83b5732
SUCCESS checkout https://github.com/open-feature/swift-sdk.git at main
========================================
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/33] Emitting module OpenFeature
[4/36] Compiling OpenFeature Value.swift
[5/36] Compiling OpenFeature ErrorCode.swift
[6/36] Compiling OpenFeature OpenFeatureError.swift
[7/36] Compiling OpenFeature ProviderEventDetails.swift
[8/36] Compiling OpenFeature ProviderEvents.swift
[9/36] Compiling OpenFeature ProviderMetadata.swift
[10/36] Compiling OpenFeature EventHandler.swift
[11/36] Compiling OpenFeature EventMetadataValue.swift
[12/36] Compiling OpenFeature Features+Defaults.swift
[13/36] Compiling OpenFeature Features.swift
[14/36] Compiling OpenFeature ProviderStatus.swift
[15/36] Compiling OpenFeature Reason.swift
[16/36] Compiling OpenFeature Structure.swift
[17/36] Compiling OpenFeature BaseEvaluation.swift
[18/36] Compiling OpenFeature Client.swift
[19/36] Compiling OpenFeature ClientMetadata.swift
[20/36] Compiling OpenFeature EvaluationContext.swift
[21/36] Compiling OpenFeature ImmutableContext.swift
[22/36] Compiling OpenFeature ImmutableStructure.swift
[23/36] Compiling OpenFeature MetadataValue.swift
[24/36] Compiling OpenFeature FeatureProvider.swift
[25/36] Compiling OpenFeature NoOpProvider.swift
[26/36] Compiling OpenFeature ProviderEvaluation.swift
[27/36] Compiling OpenFeature MutableStructure.swift
[28/36] Compiling OpenFeature OpenFeatureAPI.swift
[29/36] Compiling OpenFeature OpenFeatureClient.swift
[30/36] Compiling OpenFeature FlagEvaluationDetails.swift
[31/36] Compiling OpenFeature FlagEvaluationOptions.swift
[32/36] Compiling OpenFeature FlagMetadataValue.swift
[33/36] Compiling OpenFeature FlagValueType.swift
[34/36] Compiling OpenFeature Hook.swift
[35/36] Compiling OpenFeature HookContext.swift
[36/36] Compiling OpenFeature HookSupport.swift
Build complete! (6.91s)
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",
        "OpenFeatureClientTests.swift",
        "ProviderEventTests.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",
        "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",
        "MetadataValue.swift",
        "MutableStructure.swift",
        "OpenFeatureAPI.swift",
        "OpenFeatureClient.swift",
        "Provider/FeatureProvider.swift",
        "Provider/NoOpProvider.swift",
        "Provider/ProviderEvaluation.swift",
        "Provider/ProviderEventDetails.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.