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 GOFeatureFlag, reference main (283d3a), with Swift 5.10 for macOS (SPM) on 25 May 2025 14:19:47 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/go-feature-flag/openfeature-swift-provider.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/go-feature-flag/openfeature-swift-provider
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 283d3a9 Update README.md
Cloned https://github.com/go-feature-flag/openfeature-swift-provider.git
Revision (git rev-parse @):
283d3a93e71bd8b6f801f6393497b96ad2f8ef53
SUCCESS checkout https://github.com/go-feature-flag/openfeature-swift-provider.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/go-feature-flag/openfeature-swift-provider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-33747A42983211AE.txt
[5/32] Emitting module OpenFeature
[6/34] Compiling OpenFeature ErrorCode.swift
[7/34] Compiling OpenFeature OpenFeatureError.swift
[8/34] Compiling OpenFeature Features.swift
[9/34] Compiling OpenFeature FlagEvaluationDetails.swift
[10/34] Compiling OpenFeature FlagEvaluationOptions.swift
[11/34] Compiling OpenFeature MutableStructure.swift
[12/34] Compiling OpenFeature OpenFeatureAPI.swift
[13/34] Compiling OpenFeature OpenFeatureClient.swift
[14/34] Compiling OpenFeature Reason.swift
[15/34] Compiling OpenFeature Structure.swift
[16/34] Compiling OpenFeature Value.swift
[17/34] Compiling OpenFeature BaseEvaluation.swift
[18/34] Compiling OpenFeature Client.swift
[19/34] Compiling OpenFeature ClientMetadata.swift
[20/34] Compiling OpenFeature FlagMetadataValue.swift
[21/34] Compiling OpenFeature FlagValueType.swift
[22/34] Compiling OpenFeature Hook.swift
[23/34] Compiling OpenFeature ProviderEvents.swift
[24/34] Compiling OpenFeature ProviderMetadata.swift
[25/34] Compiling OpenFeature ProviderStatus.swift
[26/34] Compiling OpenFeature FeatureProvider.swift
[27/34] Compiling OpenFeature NoOpProvider.swift
[28/34] Compiling OpenFeature ProviderEvaluation.swift
[29/34] Compiling OpenFeature HookContext.swift
[30/34] Compiling OpenFeature HookSupport.swift
[31/34] Compiling OpenFeature MutableContext.swift
[32/34] Compiling OpenFeature EvaluationContext.swift
[33/34] Compiling OpenFeature EventHandler.swift
[34/34] Compiling OpenFeature Features+Defaults.swift
[35/44] Compiling OFREP bulk_evaluation_response.swift
[36/44] Compiling OFREP ofrep_errors.swift
[37/45] Compiling OFREP options.swift
[38/45] Compiling OFREP ofrep_api.swift
[39/45] Emitting module OFREP
[40/45] Compiling OFREP ofrep.swift
[41/45] Compiling OFREP bulk_evalutaion_request.swift
[42/45] Compiling OFREP networking_service.swift
[43/45] Compiling OFREP bulk_evaluation_status.swift
[44/45] Compiling OFREP option_exceptions.swift
[45/45] Compiling OFREP json_value.swift
[46/60] Compiling GOFeatureFlag data_collector_response.swift
[47/60] Compiling GOFeatureFlag options.swift
[48/60] Compiling GOFeatureFlag value_extension.swift
[49/61] Compiling GOFeatureFlag data_collector_string_hook.swift
[50/61] Compiling GOFeatureFlag data_collector_request.swift
[51/61] Compiling GOFeatureFlag data_collector_bool_hook.swift
[52/61] Compiling GOFeatureFlag data_collector_double_hook.swift
[53/61] Compiling GOFeatureFlag data_collector_integer_hook.swift
[54/61] Compiling GOFeatureFlag data_collector_object_hook.swift
[55/61] Compiling GOFeatureFlag goff_api.swift
[56/61] Compiling GOFeatureFlag goff_errors.swift
[57/61] Compiling GOFeatureFlag feature_event.swift
[58/61] Emitting module GOFeatureFlag
[59/61] Compiling GOFeatureFlag data_collector_manager.swift
[60/61] Compiling GOFeatureFlag exporter_metadata.swift
[61/61] Compiling GOFeatureFlag provider.swift
Build complete! (12.58s)
Fetching https://github.com/open-feature/swift-sdk.git
[1/718] Fetching swift-sdk
Fetched https://github.com/open-feature/swift-sdk.git from cache (1.16s)
Computing version for https://github.com/open-feature/swift-sdk.git
Computed https://github.com/open-feature/swift-sdk.git at 0.3.0 (0.48s)
Creating working copy for https://github.com/open-feature/swift-sdk.git
Working copy of https://github.com/open-feature/swift-sdk.git resolved at 0.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/open-feature/swift-sdk.git"
    }
  ],
  "manifest_display_name" : "GOFeatureFlag",
  "name" : "GOFeatureFlag",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "GOFeatureFlag",
      "targets" : [
        "GOFeatureFlag"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OFREP",
      "targets" : [
        "OFREP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OFREPTests",
      "module_type" : "SwiftTarget",
      "name" : "OFREPTests",
      "path" : "Tests/OFREPTests",
      "sources" : [
        "mock_networking_service.swift",
        "ofrep_api_tests.swift",
        "provider_tests.swift"
      ],
      "target_dependencies" : [
        "OFREP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OFREP",
      "module_type" : "SwiftTarget",
      "name" : "OFREP",
      "path" : "Sources/OFREP",
      "product_dependencies" : [
        "OpenFeature"
      ],
      "product_memberships" : [
        "GOFeatureFlag",
        "OFREP"
      ],
      "sources" : [
        "controller/ofrep_api.swift",
        "exception/ofrep_errors.swift",
        "exception/option_exceptions.swift",
        "model/bulk_evaluation_response.swift",
        "model/bulk_evaluation_status.swift",
        "model/bulk_evalutaion_request.swift",
        "model/json_value.swift",
        "model/options.swift",
        "ofrep.swift",
        "protocol/networking_service.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GOFeatureFlagTests",
      "module_type" : "SwiftTarget",
      "name" : "GOFeatureFlagTests",
      "path" : "Tests/GOFeatureFlagTests",
      "sources" : [
        "goff_api_tests.swift",
        "mock_networking_service.swift",
        "provider_tests.swift"
      ],
      "target_dependencies" : [
        "GOFeatureFlag"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GOFeatureFlag",
      "module_type" : "SwiftTarget",
      "name" : "GOFeatureFlag",
      "path" : "Sources/GOFeatureFlag",
      "product_memberships" : [
        "GOFeatureFlag"
      ],
      "sources" : [
        "controller/data_collector_manager.swift",
        "controller/exporter_metadata.swift",
        "controller/goff_api.swift",
        "exception/goff_errors.swift",
        "hook/data_collector_bool_hook.swift",
        "hook/data_collector_double_hook.swift",
        "hook/data_collector_integer_hook.swift",
        "hook/data_collector_object_hook.swift",
        "hook/data_collector_string_hook.swift",
        "model/data_collector_request.swift",
        "model/data_collector_response.swift",
        "model/feature_event.swift",
        "model/value_extension.swift",
        "options.swift",
        "provider.swift"
      ],
      "target_dependencies" : [
        "OFREP"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.