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 feature-flags, reference 1.2.1 (d732b0), with Swift 6.0 for macOS (SPM) on 15 Jun 2025 13:15:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.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/nashysolutions/feature-flags.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/feature-flags
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at d732b08 Using https protocol for dependency.
Cloned https://github.com/nashysolutions/feature-flags.git
Revision (git rev-parse @):
d732b08ca3fe4a8b74e4c25fdede45e9632ef2ca
SUCCESS checkout https://github.com/nashysolutions/feature-flags.git at 1.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/nashysolutions/feature-flags.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/5] Compiling Versioning SemanticVersion.swift
[5/5] Emitting module Versioning
[6/10] Compiling FeatureFlags FeatureRegistry.swift
[7/10] Compiling FeatureFlags UserOverrideManager.swift
[8/10] Compiling FeatureFlags FeatureFlags.swift
[9/10] Emitting module FeatureFlags
[10/10] Compiling FeatureFlags FeatureFlag.swift
Build complete! (5.64s)
Fetching https://github.com/nashysolutions/versioning.git
[1/80] Fetching versioning
Fetched https://github.com/nashysolutions/versioning.git from cache (0.69s)
Computing version for https://github.com/nashysolutions/versioning.git
Computed https://github.com/nashysolutions/versioning.git at 2.2.0 (0.55s)
Creating working copy for https://github.com/nashysolutions/versioning.git
Working copy of https://github.com/nashysolutions/versioning.git resolved at 2.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "versioning",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "2.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nashysolutions/versioning.git"
    }
  ],
  "manifest_display_name" : "feature-flags",
  "name" : "feature-flags",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FeatureFlags",
      "targets" : [
        "FeatureFlags"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FeatureFlagsTests",
      "module_type" : "SwiftTarget",
      "name" : "FeatureFlagsTests",
      "path" : "Tests/FeatureFlagsTests",
      "sources" : [
        "FeatureFlagTests.swift",
        "FeatureFlagsTests.swift",
        "FeatureRegistryTests.swift",
        "UserOverrideManagerTests.swift"
      ],
      "target_dependencies" : [
        "FeatureFlags"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeatureFlags",
      "module_type" : "SwiftTarget",
      "name" : "FeatureFlags",
      "path" : "Sources/FeatureFlags",
      "product_dependencies" : [
        "Versioning"
      ],
      "product_memberships" : [
        "FeatureFlags"
      ],
      "sources" : [
        "FeatureFlag.swift",
        "FeatureFlags.swift",
        "FeatureRegistry.swift",
        "UserOverrideManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.