The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DirectToSwift/SwiftUIRules.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/DirectToSwift/SwiftUIRules
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 7b56b35 Travis: Use xcpretty
Cloned https://github.com/DirectToSwift/SwiftUIRules.git
Revision (git rev-parse @):
7b56b3543eeb32bff5d4f71f7e5c115edc40a2b7
SUCCESS checkout https://github.com/DirectToSwift/SwiftUIRules.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 (0.21s)
Creating working copy for https://github.com/DirectToSwift/SwiftUIRules.git
Working copy of https://github.com/DirectToSwift/SwiftUIRules.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'swiftuirules' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/21] Compiling SwiftUIRules RuleOperators.swift
[2/21] Compiling SwiftUIRules RuleBoolPredicate.swift
[3/21] Compiling SwiftUIRules RuleClosurePredicate.swift
[4/23] 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/23] 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/23] 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/23] Compiling SwiftUIRules RuleModel.swift
[8/23] Compiling SwiftUIRules RuleDebug.swift
[9/23] 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,
                                ^
[10/23] 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,
                                ^
[11/23] 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,
                                ^
[12/23] Compiling SwiftUIRules Rule.swift
[13/23] Compiling SwiftUIRules RuleContext.swift
[14/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 {
                                   ^
[15/23] Compiling SwiftUIRules AssignmentOperators.swift
[16/23] Compiling SwiftUIRules CompoundPredicateOperators.swift
[17/23] Compiling SwiftUIRules KeyPathPredicateOperators.swift
[18/23] 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 {
                                   ^
[19/23] 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 {
                                   ^
[20/23] 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 {
                                   ^
[21/23] 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
                   ^
[22/23] 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
                   ^
[23/23] 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
                   ^
Build complete! (9.12s)
Build complete.
Done.