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 (3a5af1), with Swift 5.9 for macOS (SPM) on 13 Jun 2025 17:05:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.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 3a5af18 feat: Adds watchOS / tvOS support (#67)
Cloned https://github.com/open-feature/swift-sdk.git
Revision (git rev-parse @):
3a5af18e7615e5c5a67690c2d626789bcee1e8a6
SUCCESS checkout https://github.com/open-feature/swift-sdk.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/open-feature/swift-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/28] Emitting module OpenFeature
[2/30] Compiling OpenFeature ErrorCode.swift
[3/30] Compiling OpenFeature OpenFeatureError.swift
[4/30] Compiling OpenFeature Features.swift
[5/30] Compiling OpenFeature FlagEvaluationDetails.swift
[6/30] Compiling OpenFeature FlagEvaluationOptions.swift
[7/30] Compiling OpenFeature ProviderEvents.swift
[8/30] Compiling OpenFeature ProviderMetadata.swift
[9/30] Compiling OpenFeature ProviderStatus.swift
[10/30] Compiling OpenFeature MutableStructure.swift
[11/30] Compiling OpenFeature OpenFeatureAPI.swift
[12/30] Compiling OpenFeature OpenFeatureClient.swift
[13/30] Compiling OpenFeature BaseEvaluation.swift
[14/30] Compiling OpenFeature Client.swift
[15/30] Compiling OpenFeature ClientMetadata.swift
[16/30] Compiling OpenFeature Reason.swift
[17/30] Compiling OpenFeature Structure.swift
[18/30] Compiling OpenFeature Value.swift
[19/30] Compiling OpenFeature FlagMetadataValue.swift
[20/30] Compiling OpenFeature FlagValueType.swift
[21/30] Compiling OpenFeature Hook.swift
[22/30] Compiling OpenFeature EvaluationContext.swift
[23/30] Compiling OpenFeature EventHandler.swift
[24/30] Compiling OpenFeature Features+Defaults.swift
[25/30] Compiling OpenFeature HookContext.swift
[26/30] Compiling OpenFeature HookSupport.swift
[27/30] Compiling OpenFeature MutableContext.swift
[28/30] Compiling OpenFeature FeatureProvider.swift
[29/30] Compiling OpenFeature NoOpProvider.swift
[30/30] Compiling OpenFeature ProviderEvaluation.swift
Build complete! (7.57s)
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/StaggeredProvider.swift",
        "Helpers/ThrowingProvider.swift",
        "HookSpecTests.swift",
        "HookSupportTests.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",
        "MutableContext.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.