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-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.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 into spi-builder-workspace
00dff8dbe59d3663df6ca69d904f41c5ab74779e
SUCCESS checkout https://github.com/DirectToSwift/SwiftUIRules.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/21] 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 {
                                   ^
[2/23] 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>
                                  ^
[3/23] 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>
                                  ^
[4/23] 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>
                                  ^
[5/23] 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 {
                                   ^
[6/23] 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 {
                                   ^
[7/23] 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 {
                                   ^
[8/23] Compiling SwiftUIRules RuleModel.swift
[9/23] Compiling SwiftUIRules RuleDebug.swift
[10/23] Compiling SwiftUIRules AssignmentOperators.swift
[11/23] Compiling SwiftUIRules CompoundPredicateOperators.swift
[12/23] Compiling SwiftUIRules KeyPathPredicateOperators.swift
[13/23] 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,
                                ^
[14/23] 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,
                                ^
[15/23] 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,
                                ^
[16/23] Compiling SwiftUIRules RuleOperators.swift
[17/23] Compiling SwiftUIRules RuleBoolPredicate.swift
[18/23] Compiling SwiftUIRules RuleClosurePredicate.swift
[19/23] Compiling SwiftUIRules Rule.swift
[20/23] Compiling SwiftUIRules RuleContext.swift
[21/23] 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
                   ^
[22/23] 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
                   ^
[23/23] 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
                   ^
Build complete! (10.71s)
Build complete.
Done.