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 main (d732b0), with Swift 6.1 for macOS (SPM) on 16 Jun 2025 03:47:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nashysolutions/feature-flags.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/feature-flags
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/nashysolutions/versioning.git
[1/80] Fetching versioning
Fetched https://github.com/nashysolutions/versioning.git from cache (0.61s)
Computing version for https://github.com/nashysolutions/versioning.git
Computed https://github.com/nashysolutions/versioning.git at 2.2.0 (1.24s)
Creating working copy for https://github.com/nashysolutions/versioning.git
Working copy of https://github.com/nashysolutions/versioning.git resolved at 2.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "feature-flags",
      "name": "feature-flags",
      "url": "https://github.com/nashysolutions/feature-flags.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/feature-flags",
      "dependencies": [
        {
          "identity": "versioning",
          "name": "versioning",
          "url": "https://github.com/nashysolutions/versioning.git",
          "version": "2.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/versioning",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/nashysolutions/feature-flags.git
[1/73] Fetching feature-flags
Fetched https://github.com/nashysolutions/feature-flags.git from cache (0.63s)
Fetching https://github.com/nashysolutions/versioning.git from cache
Fetched https://github.com/nashysolutions/versioning.git from cache (0.46s)
Computing version for https://github.com/nashysolutions/versioning.git
Computed https://github.com/nashysolutions/versioning.git at 2.2.0 (0.51s)
Creating working copy for https://github.com/nashysolutions/versioning.git
Working copy of https://github.com/nashysolutions/versioning.git resolved at 2.2.0
Creating working copy for https://github.com/nashysolutions/feature-flags.git
Working copy of https://github.com/nashysolutions/feature-flags.git resolved at main (d732b08)
warning: '.resolve-product-dependencies': dependency 'feature-flags' is not used by any target
Found 1 product dependencies
  - versioning
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nashysolutions/feature-flags.git
https://github.com/nashysolutions/feature-flags.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/5] Compiling Versioning SemanticVersion.swift
[5/5] Emitting module Versioning
[6/10] Compiling FeatureFlags UserOverrideManager.swift
[7/10] Compiling FeatureFlags FeatureRegistry.swift
[8/10] Compiling FeatureFlags FeatureFlags.swift
[9/10] Compiling FeatureFlags FeatureFlag.swift
[10/10] Emitting module FeatureFlags
Build complete! (4.85s)
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.