This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftUIRules with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.37.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DirectToSwift/SwiftUIRules.git
Reference: 0.2.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/DirectToSwift/SwiftUIRules
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 00dff8d Merge branch 'develop'
Cloned https://github.com/DirectToSwift/SwiftUIRules.git
Revision (git rev-parse @):
00dff8dbe59d3663df6ca69d904f41c5ab74779e
SUCCESS checkout https://github.com/DirectToSwift/SwiftUIRules.git at 0.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftuirules",
      "name": "SwiftUIRules",
      "url": "https://github.com/DirectToSwift/SwiftUIRules.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIRules",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/DirectToSwift/SwiftUIRules.git from cache
Fetched https://github.com/DirectToSwift/SwiftUIRules.git from cache (0.16s)
Creating working copy for https://github.com/DirectToSwift/SwiftUIRules.git
Working copy of https://github.com/DirectToSwift/SwiftUIRules.git resolved at 0.2.0 (00dff8d)
warning: '.resolve-product-dependencies': dependency 'swiftuirules' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/DirectToSwift/SwiftUIRules.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/23] Emitting module SwiftUIRules
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:49:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:30:33: note: 'K' previously declared here
public struct RuleKeyAssignment<K: DynamicEnvironmentKey,
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleTypeIDAssignment.swift:66:29: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
           where Value == K.Value
                            ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleTypeIDAssignment.swift:65:63: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  init<K: DynamicEnvironmentKey>(_ key: K.Type, _ constant: K.Value)
                                                              ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:15:28: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  public let constant  : K.Value
                           ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:17:44: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  public init(_ key: K.Type, _ constant: K.Value) {
                                           ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:26:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:9:35: note: 'K' previously declared here
public struct RuleValueAssignment<K: DynamicEnvironmentKey>
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:22:69: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  func defaultValue<K: DynamicEnvironmentKey>(for key: K.Type) -> K.Value
                                                                    ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:31:57: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  subscript<K: DynamicEnvironmentKey>(key: K.Type) -> K.Value {
                                                        ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:47:63: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  func optional<K: DynamicEnvironmentKey>(_ key: K.Type) -> K.Value? {
                                                              ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:68:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(keyPath: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:83:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(keyPath: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:94:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(_ lhs: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:110:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(_ lhs: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
[4/25] Compiling SwiftUIRules RuleOperators.swift
[5/25] Compiling SwiftUIRules RuleBoolPredicate.swift
[6/25] Compiling SwiftUIRules RuleClosurePredicate.swift
[7/25] Compiling SwiftUIRules RuleTypeIDAssignment.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleTypeIDAssignment.swift:66:29: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
           where Value == K.Value
                            ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleTypeIDAssignment.swift:65:63: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  init<K: DynamicEnvironmentKey>(_ key: K.Type, _ constant: K.Value)
                                                              ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:15:28: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  public let constant  : K.Value
                           ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:17:44: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  public init(_ key: K.Type, _ constant: K.Value) {
                                           ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:26:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:9:35: note: 'K' previously declared here
public struct RuleValueAssignment<K: DynamicEnvironmentKey>
                                  ^
[8/25] Compiling SwiftUIRules RuleTypeIDPathAssignment.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleTypeIDAssignment.swift:66:29: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
           where Value == K.Value
                            ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleTypeIDAssignment.swift:65:63: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  init<K: DynamicEnvironmentKey>(_ key: K.Type, _ constant: K.Value)
                                                              ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:15:28: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  public let constant  : K.Value
                           ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:17:44: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  public init(_ key: K.Type, _ constant: K.Value) {
                                           ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:26:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:9:35: note: 'K' previously declared here
public struct RuleValueAssignment<K: DynamicEnvironmentKey>
                                  ^
[9/25] Compiling SwiftUIRules RuleValueAssignment.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleTypeIDAssignment.swift:66:29: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
           where Value == K.Value
                            ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleTypeIDAssignment.swift:65:63: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  init<K: DynamicEnvironmentKey>(_ key: K.Type, _ constant: K.Value)
                                                              ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:15:28: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  public let constant  : K.Value
                           ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:17:44: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  public init(_ key: K.Type, _ constant: K.Value) {
                                           ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:26:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:9:35: note: 'K' previously declared here
public struct RuleValueAssignment<K: DynamicEnvironmentKey>
                                  ^
[10/25] Compiling SwiftUIRules RuleModel.swift
[11/25] Compiling SwiftUIRules RuleDebug.swift
[12/25] Compiling SwiftUIRules Rule.swift
[13/25] Compiling SwiftUIRules RuleContext.swift
[14/25] Compiling SwiftUIRules DynamicEnvironmentKey.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:22:69: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  func defaultValue<K: DynamicEnvironmentKey>(for key: K.Type) -> K.Value
                                                                    ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:31:57: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  subscript<K: DynamicEnvironmentKey>(key: K.Type) -> K.Value {
                                                        ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:47:63: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  func optional<K: DynamicEnvironmentKey>(_ key: K.Type) -> K.Value? {
                                                              ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
[15/25] Compiling SwiftUIRules DynamicEnvironmentPathes.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:22:69: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  func defaultValue<K: DynamicEnvironmentKey>(for key: K.Type) -> K.Value
                                                                    ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:31:57: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  subscript<K: DynamicEnvironmentKey>(key: K.Type) -> K.Value {
                                                        ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:47:63: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  func optional<K: DynamicEnvironmentKey>(_ key: K.Type) -> K.Value? {
                                                              ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
[16/25] Compiling SwiftUIRules DynamicEnvironmentValues.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:22:69: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  func defaultValue<K: DynamicEnvironmentKey>(for key: K.Type) -> K.Value
                                                                    ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:31:57: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  subscript<K: DynamicEnvironmentKey>(key: K.Type) -> K.Value {
                                                        ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentValues.swift:47:63: warning: cannot use associated type 'Value' here; 'SwiftUI' was not imported by this file
  func optional<K: DynamicEnvironmentKey>(_ key: K.Type) -> K.Value? {
                                                              ^
SwiftUI.EnvironmentKey:3:20: note: type declared here
    associatedtype Value
                   ^
[17/25] Compiling SwiftUIRules RuleCompoundPredicate.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:68:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(keyPath: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:83:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(keyPath: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:94:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(_ lhs: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:110:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(_ lhs: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
[18/25] Compiling SwiftUIRules RuleKeyPathPredicate.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:68:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(keyPath: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:83:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(keyPath: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:94:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(_ lhs: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:110:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(_ lhs: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
[19/25] Compiling SwiftUIRules RulePredicate.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:68:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(keyPath: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:83:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(keyPath: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:94:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(_ lhs: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:110:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  init<Value>(_ lhs: Swift.KeyPath<RuleContext, Value>,
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
[20/25] Compiling SwiftUIRules RuleAction.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:49:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:30:33: note: 'K' previously declared here
public struct RuleKeyAssignment<K: DynamicEnvironmentKey,
                                ^
[21/25] Compiling SwiftUIRules RuleCandidate.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:49:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:30:33: note: 'K' previously declared here
public struct RuleKeyAssignment<K: DynamicEnvironmentKey,
                                ^
[22/25] Compiling SwiftUIRules RuleKeyAssignment.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:49:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:30:33: note: 'K' previously declared here
public struct RuleKeyAssignment<K: DynamicEnvironmentKey,
                                ^
[23/25] Compiling SwiftUIRules AssignmentOperators.swift
[24/25] Compiling SwiftUIRules CompoundPredicateOperators.swift
[25/25] Compiling SwiftUIRules KeyPathPredicateOperators.swift
Build complete! (7.66s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.