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.3.0 (e2be58), with Swift 5.9 for macOS (SPM) on 31 Jan 2025 18:05:12 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/open-feature/swift-sdk.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/open-feature/swift-sdk
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at e2be585 chore(main): release 0.3.0 (#53)
Cloned https://github.com/open-feature/swift-sdk.git
Revision (git rev-parse @):
e2be5852827d7d6b837b9a4e577bb52bea6322d7
SUCCESS checkout https://github.com/open-feature/swift-sdk.git at 0.3.0
========================================
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 Reason.swift
[5/30] Compiling OpenFeature Structure.swift
[6/30] Compiling OpenFeature Value.swift
[7/30] Compiling OpenFeature MutableStructure.swift
[8/30] Compiling OpenFeature OpenFeatureAPI.swift
[9/30] Compiling OpenFeature OpenFeatureClient.swift
[10/30] Compiling OpenFeature EvaluationContext.swift
[11/30] Compiling OpenFeature EventHandler.swift
[12/30] Compiling OpenFeature Features+Defaults.swift
[13/30] Compiling OpenFeature BaseEvaluation.swift
[14/30] Compiling OpenFeature Client.swift
[15/30] Compiling OpenFeature ClientMetadata.swift
[16/30] Compiling OpenFeature ProviderEvents.swift
[17/30] Compiling OpenFeature ProviderMetadata.swift
[18/30] Compiling OpenFeature ProviderStatus.swift
[19/30] Compiling OpenFeature FlagMetadataValue.swift
[20/30] Compiling OpenFeature FlagValueType.swift
[21/30] Compiling OpenFeature Hook.swift
[22/30] Compiling OpenFeature Features.swift
[23/30] Compiling OpenFeature FlagEvaluationDetails.swift
[24/30] Compiling OpenFeature FlagEvaluationOptions.swift
[25/30] Compiling OpenFeature FeatureProvider.swift
[26/30] Compiling OpenFeature NoOpProvider.swift
[27/30] Compiling OpenFeature ProviderEvaluation.swift
[28/30] Compiling OpenFeature HookContext.swift
[29/30] Compiling OpenFeature HookSupport.swift
[30/30] Compiling OpenFeature MutableContext.swift
Build complete! (8.28s)
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"
    }
  ],
  "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.