The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DirectToSwift/SwiftUIRules.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/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
========================================
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-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/23] Emitting module SwiftUIRules
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:30:33: note: 'K' previously declared here
public struct RuleKeyAssignment<K: DynamicEnvironmentKey,
                                ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:9:35: note: 'K' previously declared here
public struct RuleValueAssignment<K: DynamicEnvironmentKey>
                                  ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 RuleTypeIDAssignment.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:9:35: note: 'K' previously declared here
public struct RuleValueAssignment<K: DynamicEnvironmentKey>
                                  ^
[5/25] Compiling SwiftUIRules RuleTypeIDPathAssignment.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:9:35: note: 'K' previously declared here
public struct RuleValueAssignment<K: DynamicEnvironmentKey>
                                  ^
[6/25] Compiling SwiftUIRules RuleValueAssignment.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleValueAssignment.swift:9:35: note: 'K' previously declared here
public struct RuleValueAssignment<K: DynamicEnvironmentKey>
                                  ^
[7/25] Compiling SwiftUIRules RuleOperators.swift
[8/25] Compiling SwiftUIRules RuleBoolPredicate.swift
[9/25] Compiling SwiftUIRules RuleClosurePredicate.swift
[10/25] Compiling SwiftUIRules RuleModel.swift
[11/25] Compiling SwiftUIRules RuleDebug.swift
[12/25] Compiling SwiftUIRules DynamicEnvironmentKey.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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
                   ^
[13/25] Compiling SwiftUIRules DynamicEnvironmentPathes.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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
                   ^
[14/25] Compiling SwiftUIRules DynamicEnvironmentValues.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 RuleCompoundPredicate.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
[16/25] Compiling SwiftUIRules RuleKeyPathPredicate.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
[17/25] Compiling SwiftUIRules RulePredicate.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Predicates/RuleKeyPathPredicate.swift:9:36: note: 'Value' previously declared here
public struct RuleKeyPathPredicate<Value>: RulePredicate {
                                   ^
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 Rule.swift
[19/25] Compiling SwiftUIRules RuleContext.swift
[20/25] Compiling SwiftUIRules AssignmentOperators.swift
[21/25] Compiling SwiftUIRules CompoundPredicateOperators.swift
[22/25] Compiling SwiftUIRules KeyPathPredicateOperators.swift
[23/25] Compiling SwiftUIRules RuleAction.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:30:33: note: 'K' previously declared here
public struct RuleKeyAssignment<K: DynamicEnvironmentKey,
                                ^
[24/25] Compiling SwiftUIRules RuleCandidate.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:30:33: note: 'K' previously declared here
public struct RuleKeyAssignment<K: DynamicEnvironmentKey,
                                ^
[25/25] Compiling SwiftUIRules RuleKeyAssignment.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIRules/Assignments/RuleKeyAssignment.swift:30:33: note: 'K' previously declared here
public struct RuleKeyAssignment<K: DynamicEnvironmentKey,
                                ^
Build complete! (5.62s)
Build complete.
Done.