The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build DirectToSwiftUI, reference 0.2.0 (52a550), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:43:18 UTC.

Build Command

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

Build Log

10 | import protocol ZeeQL.QualifierEvaluation
11 |
12 | extension RuleClosurePredicate: Qualifier {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |   public func appendToStringRepresentation(_ ms: inout String) {
14 |     ms += "<RuleClosurePredicate>"
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:21:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
19 | }
20 |
21 | extension RuleClosurePredicate: QualifierEvaluation {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func evaluateWith(object: Any?) -> Bool {
23 |     guard let ruleContext = object as? RuleContext else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathAssignment.swift:51:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
31 |  * @see RuleAssignment
32 |  */
33 | public struct RuleKeyPathAssignment<K: DynamicEnvironmentKey>
   |                                     `- note: 'K' previously declared here
34 |               : RuleCandidate, RuleAction
35 | {
   :
49 |     return ObjectIdentifier(key)
50 |   }
51 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 |               -> Bool
53 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:11:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 9 |   // Any Predicates to support ActiveRecord dynamic properties.
10 |
11 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 |     self.init { ruleContext in
13 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:16:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 |     }
15 |   }
16 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value?) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |     self.init { ruleContext in
18 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:22:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 |   }
21 |
22 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
23 |               operation: SwiftUIRules.RuleComparisonOperation,
24 |               value: Value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:31:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |     }
30 |   }
31 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
32 |               operation: SwiftUIRules.RuleComparisonOperation,
33 |               value: Value?)
[212/239] Compiling DirectToSwiftUI KVCRuleSelfAssignment.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:27:1: warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
25 | //      to the protocol?
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:28:1: warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | extension BooleanQualifier       : RulePredicate {}
30 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:29:1: warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 | extension CompoundQualifier      : RulePredicate {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:31:1: warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
29 | extension BooleanQualifier       : RulePredicate {}
30 |
31 | extension CompoundQualifier      : RulePredicate {
   | |- warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |   public var rulePredicateComplexity : Int {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRuleSelfAssignment.swift:40:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 | * operation.
25 | */
26 | open class KVCRuleSelfAssignment<K: DynamicEnvironmentKey>
   |                                  `- note: 'K' previously declared here
27 |            : RuleCandidate, RuleAction
28 | {
   :
38 |     return ObjectIdentifier(key)
39 |   }
40 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
41 |               -> Bool
42 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:12:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
10 | import protocol ZeeQL.QualifierEvaluation
11 |
12 | extension RuleClosurePredicate: Qualifier {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |   public func appendToStringRepresentation(_ ms: inout String) {
14 |     ms += "<RuleClosurePredicate>"
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:21:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
19 | }
20 |
21 | extension RuleClosurePredicate: QualifierEvaluation {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func evaluateWith(object: Any?) -> Bool {
23 |     guard let ruleContext = object as? RuleContext else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathAssignment.swift:51:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
31 |  * @see RuleAssignment
32 |  */
33 | public struct RuleKeyPathAssignment<K: DynamicEnvironmentKey>
   |                                     `- note: 'K' previously declared here
34 |               : RuleCandidate, RuleAction
35 | {
   :
49 |     return ObjectIdentifier(key)
50 |   }
51 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 |               -> Bool
53 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:11:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 9 |   // Any Predicates to support ActiveRecord dynamic properties.
10 |
11 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 |     self.init { ruleContext in
13 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:16:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 |     }
15 |   }
16 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value?) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |     self.init { ruleContext in
18 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:22:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 |   }
21 |
22 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
23 |               operation: SwiftUIRules.RuleComparisonOperation,
24 |               value: Value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:31:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |     }
30 |   }
31 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
32 |               operation: SwiftUIRules.RuleComparisonOperation,
33 |               value: Value?)
[213/239] Compiling DirectToSwiftUI RuleClosurePredicateExtras.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:27:1: warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
25 | //      to the protocol?
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:28:1: warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | extension BooleanQualifier       : RulePredicate {}
30 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:29:1: warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 | extension CompoundQualifier      : RulePredicate {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:31:1: warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
29 | extension BooleanQualifier       : RulePredicate {}
30 |
31 | extension CompoundQualifier      : RulePredicate {
   | |- warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |   public var rulePredicateComplexity : Int {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRuleSelfAssignment.swift:40:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 | * operation.
25 | */
26 | open class KVCRuleSelfAssignment<K: DynamicEnvironmentKey>
   |                                  `- note: 'K' previously declared here
27 |            : RuleCandidate, RuleAction
28 | {
   :
38 |     return ObjectIdentifier(key)
39 |   }
40 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
41 |               -> Bool
42 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:12:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
10 | import protocol ZeeQL.QualifierEvaluation
11 |
12 | extension RuleClosurePredicate: Qualifier {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |   public func appendToStringRepresentation(_ ms: inout String) {
14 |     ms += "<RuleClosurePredicate>"
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:21:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
19 | }
20 |
21 | extension RuleClosurePredicate: QualifierEvaluation {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func evaluateWith(object: Any?) -> Bool {
23 |     guard let ruleContext = object as? RuleContext else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathAssignment.swift:51:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
31 |  * @see RuleAssignment
32 |  */
33 | public struct RuleKeyPathAssignment<K: DynamicEnvironmentKey>
   |                                     `- note: 'K' previously declared here
34 |               : RuleCandidate, RuleAction
35 | {
   :
49 |     return ObjectIdentifier(key)
50 |   }
51 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 |               -> Bool
53 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:11:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 9 |   // Any Predicates to support ActiveRecord dynamic properties.
10 |
11 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 |     self.init { ruleContext in
13 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:16:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 |     }
15 |   }
16 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value?) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |     self.init { ruleContext in
18 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:22:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 |   }
21 |
22 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
23 |               operation: SwiftUIRules.RuleComparisonOperation,
24 |               value: Value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:31:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |     }
30 |   }
31 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
32 |               operation: SwiftUIRules.RuleComparisonOperation,
33 |               value: Value?)
[214/239] Compiling DirectToSwiftUI RuleKeyPathAssignment.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:27:1: warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
25 | //      to the protocol?
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:28:1: warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | extension BooleanQualifier       : RulePredicate {}
30 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:29:1: warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 | extension CompoundQualifier      : RulePredicate {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:31:1: warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
29 | extension BooleanQualifier       : RulePredicate {}
30 |
31 | extension CompoundQualifier      : RulePredicate {
   | |- warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |   public var rulePredicateComplexity : Int {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRuleSelfAssignment.swift:40:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 | * operation.
25 | */
26 | open class KVCRuleSelfAssignment<K: DynamicEnvironmentKey>
   |                                  `- note: 'K' previously declared here
27 |            : RuleCandidate, RuleAction
28 | {
   :
38 |     return ObjectIdentifier(key)
39 |   }
40 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
41 |               -> Bool
42 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:12:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
10 | import protocol ZeeQL.QualifierEvaluation
11 |
12 | extension RuleClosurePredicate: Qualifier {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |   public func appendToStringRepresentation(_ ms: inout String) {
14 |     ms += "<RuleClosurePredicate>"
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:21:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
19 | }
20 |
21 | extension RuleClosurePredicate: QualifierEvaluation {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func evaluateWith(object: Any?) -> Bool {
23 |     guard let ruleContext = object as? RuleContext else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathAssignment.swift:51:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
31 |  * @see RuleAssignment
32 |  */
33 | public struct RuleKeyPathAssignment<K: DynamicEnvironmentKey>
   |                                     `- note: 'K' previously declared here
34 |               : RuleCandidate, RuleAction
35 | {
   :
49 |     return ObjectIdentifier(key)
50 |   }
51 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 |               -> Bool
53 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:11:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 9 |   // Any Predicates to support ActiveRecord dynamic properties.
10 |
11 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 |     self.init { ruleContext in
13 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:16:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 |     }
15 |   }
16 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value?) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |     self.init { ruleContext in
18 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:22:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 |   }
21 |
22 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
23 |               operation: SwiftUIRules.RuleComparisonOperation,
24 |               value: Value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:31:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |     }
30 |   }
31 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
32 |               operation: SwiftUIRules.RuleComparisonOperation,
33 |               value: Value?)
[215/239] Compiling DirectToSwiftUI RuleKeyPathPredicateExtras.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:27:1: warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
25 | //      to the protocol?
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:28:1: warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | extension BooleanQualifier       : RulePredicate {}
30 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:29:1: warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 | extension CompoundQualifier      : RulePredicate {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:31:1: warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
29 | extension BooleanQualifier       : RulePredicate {}
30 |
31 | extension CompoundQualifier      : RulePredicate {
   | |- warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |   public var rulePredicateComplexity : Int {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRuleSelfAssignment.swift:40:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 | * operation.
25 | */
26 | open class KVCRuleSelfAssignment<K: DynamicEnvironmentKey>
   |                                  `- note: 'K' previously declared here
27 |            : RuleCandidate, RuleAction
28 | {
   :
38 |     return ObjectIdentifier(key)
39 |   }
40 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
41 |               -> Bool
42 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:12:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
10 | import protocol ZeeQL.QualifierEvaluation
11 |
12 | extension RuleClosurePredicate: Qualifier {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |   public func appendToStringRepresentation(_ ms: inout String) {
14 |     ms += "<RuleClosurePredicate>"
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:21:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
19 | }
20 |
21 | extension RuleClosurePredicate: QualifierEvaluation {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func evaluateWith(object: Any?) -> Bool {
23 |     guard let ruleContext = object as? RuleContext else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathAssignment.swift:51:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
31 |  * @see RuleAssignment
32 |  */
33 | public struct RuleKeyPathAssignment<K: DynamicEnvironmentKey>
   |                                     `- note: 'K' previously declared here
34 |               : RuleCandidate, RuleAction
35 | {
   :
49 |     return ObjectIdentifier(key)
50 |   }
51 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 |               -> Bool
53 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:11:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 9 |   // Any Predicates to support ActiveRecord dynamic properties.
10 |
11 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 |     self.init { ruleContext in
13 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:16:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 |     }
15 |   }
16 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value?) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |     self.init { ruleContext in
18 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:22:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 |   }
21 |
22 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
23 |               operation: SwiftUIRules.RuleComparisonOperation,
24 |               value: Value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:31:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |     }
30 |   }
31 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
32 |               operation: SwiftUIRules.RuleComparisonOperation,
33 |               value: Value?)
[216/239] Compiling DirectToSwiftUI RuleModelExtras.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:27:1: warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
25 | //      to the protocol?
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:28:1: warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | extension BooleanQualifier       : RulePredicate {}
30 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:29:1: warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 | extension CompoundQualifier      : RulePredicate {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:31:1: warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
29 | extension BooleanQualifier       : RulePredicate {}
30 |
31 | extension CompoundQualifier      : RulePredicate {
   | |- warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |   public var rulePredicateComplexity : Int {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRuleSelfAssignment.swift:40:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 | * operation.
25 | */
26 | open class KVCRuleSelfAssignment<K: DynamicEnvironmentKey>
   |                                  `- note: 'K' previously declared here
27 |            : RuleCandidate, RuleAction
28 | {
   :
38 |     return ObjectIdentifier(key)
39 |   }
40 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
41 |               -> Bool
42 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:12:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
10 | import protocol ZeeQL.QualifierEvaluation
11 |
12 | extension RuleClosurePredicate: Qualifier {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |   public func appendToStringRepresentation(_ ms: inout String) {
14 |     ms += "<RuleClosurePredicate>"
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:21:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
19 | }
20 |
21 | extension RuleClosurePredicate: QualifierEvaluation {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func evaluateWith(object: Any?) -> Bool {
23 |     guard let ruleContext = object as? RuleContext else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathAssignment.swift:51:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
31 |  * @see RuleAssignment
32 |  */
33 | public struct RuleKeyPathAssignment<K: DynamicEnvironmentKey>
   |                                     `- note: 'K' previously declared here
34 |               : RuleCandidate, RuleAction
35 | {
   :
49 |     return ObjectIdentifier(key)
50 |   }
51 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 |               -> Bool
53 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:11:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 9 |   // Any Predicates to support ActiveRecord dynamic properties.
10 |
11 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 |     self.init { ruleContext in
13 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:16:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 |     }
15 |   }
16 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value?) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |     self.init { ruleContext in
18 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:22:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 |   }
21 |
22 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
23 |               operation: SwiftUIRules.RuleComparisonOperation,
24 |               value: Value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:31:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |     }
30 |   }
31 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
32 |               operation: SwiftUIRules.RuleComparisonOperation,
33 |               value: Value?)
[217/239] Compiling DirectToSwiftUI RuleOperatorExtras.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:27:1: warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
25 | //      to the protocol?
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:28:1: warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | extension BooleanQualifier       : RulePredicate {}
30 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:29:1: warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 | extension CompoundQualifier      : RulePredicate {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:31:1: warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
29 | extension BooleanQualifier       : RulePredicate {}
30 |
31 | extension CompoundQualifier      : RulePredicate {
   | |- warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |   public var rulePredicateComplexity : Int {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRuleSelfAssignment.swift:40:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 | * operation.
25 | */
26 | open class KVCRuleSelfAssignment<K: DynamicEnvironmentKey>
   |                                  `- note: 'K' previously declared here
27 |            : RuleCandidate, RuleAction
28 | {
   :
38 |     return ObjectIdentifier(key)
39 |   }
40 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
41 |               -> Bool
42 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:12:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
10 | import protocol ZeeQL.QualifierEvaluation
11 |
12 | extension RuleClosurePredicate: Qualifier {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |   public func appendToStringRepresentation(_ ms: inout String) {
14 |     ms += "<RuleClosurePredicate>"
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:21:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
19 | }
20 |
21 | extension RuleClosurePredicate: QualifierEvaluation {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func evaluateWith(object: Any?) -> Bool {
23 |     guard let ruleContext = object as? RuleContext else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathAssignment.swift:51:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
31 |  * @see RuleAssignment
32 |  */
33 | public struct RuleKeyPathAssignment<K: DynamicEnvironmentKey>
   |                                     `- note: 'K' previously declared here
34 |               : RuleCandidate, RuleAction
35 | {
   :
49 |     return ObjectIdentifier(key)
50 |   }
51 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 |               -> Bool
53 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:11:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 9 |   // Any Predicates to support ActiveRecord dynamic properties.
10 |
11 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 |     self.init { ruleContext in
13 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:16:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 |     }
15 |   }
16 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value?) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |     self.init { ruleContext in
18 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:22:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 |   }
21 |
22 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
23 |               operation: SwiftUIRules.RuleComparisonOperation,
24 |               value: Value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:31:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |     }
30 |   }
31 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
32 |               operation: SwiftUIRules.RuleComparisonOperation,
33 |               value: Value?)
[218/239] Compiling DirectToSwiftUI ZeeQLRuleParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:27:1: warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
25 | //      to the protocol?
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyValueQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:28:1: warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
26 |
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'KeyComparisonQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | extension BooleanQualifier       : RulePredicate {}
30 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:29:1: warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
27 | extension KeyValueQualifier      : RulePredicate {}
28 | extension KeyComparisonQualifier : RulePredicate {}
29 | extension BooleanQualifier       : RulePredicate {}
   | |- warning: extension declares a conformance of imported type 'BooleanQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 | extension CompoundQualifier      : RulePredicate {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRulePredicate.swift:31:1: warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
29 | extension BooleanQualifier       : RulePredicate {}
30 |
31 | extension CompoundQualifier      : RulePredicate {
   | |- warning: extension declares a conformance of imported type 'CompoundQualifier' to imported protocol 'RulePredicate'; this will not behave correctly if the owners of 'ZeeQL' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |   public var rulePredicateComplexity : Int {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/KVCRuleSelfAssignment.swift:40:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
24 | * operation.
25 | */
26 | open class KVCRuleSelfAssignment<K: DynamicEnvironmentKey>
   |                                  `- note: 'K' previously declared here
27 |            : RuleCandidate, RuleAction
28 | {
   :
38 |     return ObjectIdentifier(key)
39 |   }
40 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
41 |               -> Bool
42 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:12:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
10 | import protocol ZeeQL.QualifierEvaluation
11 |
12 | extension RuleClosurePredicate: Qualifier {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'Qualifier', 'SmartDescription', 'CustomStringConvertible', 'EquatableType', 'Expression'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |   public func appendToStringRepresentation(_ ms: inout String) {
14 |     ms += "<RuleClosurePredicate>"
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleClosurePredicateExtras.swift:21:1: warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
19 | }
20 |
21 | extension RuleClosurePredicate: QualifierEvaluation {
   | |- warning: extension declares a conformance of imported type 'RuleClosurePredicate' to imported protocols 'QualifierEvaluation', 'ExpressionEvaluation'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func evaluateWith(object: Any?) -> Bool {
23 |     guard let ruleContext = object as? RuleContext else { return false }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathAssignment.swift:51:33: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
31 |  * @see RuleAssignment
32 |  */
33 | public struct RuleKeyPathAssignment<K: DynamicEnvironmentKey>
   |                                     `- note: 'K' previously declared here
34 |               : RuleCandidate, RuleAction
35 | {
   :
49 |     return ObjectIdentifier(key)
50 |   }
51 |   public func isCandidateForKey<K: DynamicEnvironmentKey>(_ key: K.Type)
   |                                 `- warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
52 |               -> Bool
53 |   {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:11:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 9 |   // Any Predicates to support ActiveRecord dynamic properties.
10 |
11 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 |     self.init { ruleContext in
13 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:16:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 |     }
15 |   }
16 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>, value: Value?) {
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |     self.init { ruleContext in
18 |       eq(ruleContext[keyPath: keyPath], value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:22:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 |   }
21 |
22 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
23 |               operation: SwiftUIRules.RuleComparisonOperation,
24 |               value: Value)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/ZeeQLRules/RuleKeyPathPredicateExtras.swift:31:8: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |     }
30 |   }
31 |   init<Value>(keyPath: Swift.KeyPath<RuleContext, Any?>,
   |        `- warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
32 |               operation: SwiftUIRules.RuleComparisonOperation,
33 |               value: Value?)
[219/239] Compiling DirectToSwiftUI D2SDebugEntityDetails.swift
[220/239] Compiling DirectToSwiftUI D2SDebugEntityInfo.swift
[221/239] Compiling DirectToSwiftUI D2SDebugFormatter.swift
[222/239] Compiling DirectToSwiftUI D2SDebugLabel.swift
[223/239] Compiling DirectToSwiftUI D2SDebugObjectEditInfo.swift
[224/239] Compiling DirectToSwiftUI DefaultLook.swift
[225/239] Compiling DirectToSwiftUI D2SEntityPageView.swift
[226/239] Compiling DirectToSwiftUI D2SPageView.swift
[227/239] Compiling DirectToSwiftUI ListEnabledDatePicker.swift
[228/239] Compiling DirectToSwiftUI MultilineEditor.swift
[229/239] Compiling DirectToSwiftUI D2SMainView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:12:1: warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
 10 | import struct   SwiftUI.EnvironmentValues
 11 |
 12 | extension EnvironmentValues: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:23:1: warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
 21 | }
 22 |
 23 | extension RuleContext: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 24 |
 25 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:27:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 25 |       // Hm, this recursion won't fly:
 26 |       // \.model.d2s.isDefault == true => \.model <= \.database.model // '!'
 27 |       guard let model = ruleContext[D2SKeys.database].model else {
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 28 |         return D2SKeys.model.defaultValue
 29 |       }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:36:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 34 |   static var attribute: A<D2SKeys.attribute> {
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 38 |       return entity[attribute: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:37:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 38 |       return entity[attribute: propertyKey]
 39 |           ?? D2SKeys.attribute.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:44:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 42 |   static var relationship: A<D2SKeys.relationship> {
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 46 |       return entity[relationship: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:45:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 46 |       return entity[relationship: propertyKey]
 47 |           ?? D2SKeys.relationship.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:53:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 51 |   static var isEntityReadOnly: A<D2SKeys.isEntityReadOnly> {
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
 55 |       return roEntities.contains(entity.name)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:54:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 55 |       return roEntities.contains(entity.name)
 56 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:59:41: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 57 |   }
 58 |   static var isObjectEditable: A<D2SKeys.isObjectEditable> {
 59 |     .init { ruleContext in !ruleContext[D2SKeys.isEntityReadOnly] }
    |                                         |       |- note: add arguments after the type to construct a value of the type
    |                                         |       `- note: use '.self' to reference the type object
    |                                         `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:62:40: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
 62 |     .init { ruleContext in ruleContext[D2SKeys.isObjectEditable] }
    |                                        |       |- note: add arguments after the type to construct a value of the type
    |                                        |       `- note: use '.self' to reference the type object
    |                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 63 |   }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:67:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 65 |   static var propertyValue: A<D2SKeys.propertyValue> {
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:68:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:75:31: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 73 |   static var loginEntity: A<D2SKeys.entity> {
 74 |     .init { ruleContext in
 75 |       let model = ruleContext[D2SKeys.model]
    |                               |       |- note: add arguments after the type to construct a value of the type
    |                               |       `- note: use '.self' to reference the type object
    |                               `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 76 |       return model.lookupUserDatabaseEntity() ?? D2SKeys.entity.defaultValue
 77 |     }
[230/239] Compiling DirectToSwiftUI DefaultRules.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:12:1: warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
 10 | import struct   SwiftUI.EnvironmentValues
 11 |
 12 | extension EnvironmentValues: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:23:1: warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
 21 | }
 22 |
 23 | extension RuleContext: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 24 |
 25 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:27:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 25 |       // Hm, this recursion won't fly:
 26 |       // \.model.d2s.isDefault == true => \.model <= \.database.model // '!'
 27 |       guard let model = ruleContext[D2SKeys.database].model else {
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 28 |         return D2SKeys.model.defaultValue
 29 |       }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:36:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 34 |   static var attribute: A<D2SKeys.attribute> {
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 38 |       return entity[attribute: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:37:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 38 |       return entity[attribute: propertyKey]
 39 |           ?? D2SKeys.attribute.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:44:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 42 |   static var relationship: A<D2SKeys.relationship> {
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 46 |       return entity[relationship: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:45:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 46 |       return entity[relationship: propertyKey]
 47 |           ?? D2SKeys.relationship.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:53:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 51 |   static var isEntityReadOnly: A<D2SKeys.isEntityReadOnly> {
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
 55 |       return roEntities.contains(entity.name)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:54:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 55 |       return roEntities.contains(entity.name)
 56 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:59:41: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 57 |   }
 58 |   static var isObjectEditable: A<D2SKeys.isObjectEditable> {
 59 |     .init { ruleContext in !ruleContext[D2SKeys.isEntityReadOnly] }
    |                                         |       |- note: add arguments after the type to construct a value of the type
    |                                         |       `- note: use '.self' to reference the type object
    |                                         `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:62:40: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
 62 |     .init { ruleContext in ruleContext[D2SKeys.isObjectEditable] }
    |                                        |       |- note: add arguments after the type to construct a value of the type
    |                                        |       `- note: use '.self' to reference the type object
    |                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 63 |   }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:67:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 65 |   static var propertyValue: A<D2SKeys.propertyValue> {
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:68:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:75:31: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 73 |   static var loginEntity: A<D2SKeys.entity> {
 74 |     .init { ruleContext in
 75 |       let model = ruleContext[D2SKeys.model]
    |                               |       |- note: add arguments after the type to construct a value of the type
    |                               |       `- note: use '.self' to reference the type object
    |                               `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 76 |       return model.lookupUserDatabaseEntity() ?? D2SKeys.entity.defaultValue
 77 |     }
[231/239] Compiling DirectToSwiftUI ContextKVC.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:12:1: warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
 10 | import struct   SwiftUI.EnvironmentValues
 11 |
 12 | extension EnvironmentValues: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:23:1: warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
 21 | }
 22 |
 23 | extension RuleContext: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 24 |
 25 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:27:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 25 |       // Hm, this recursion won't fly:
 26 |       // \.model.d2s.isDefault == true => \.model <= \.database.model // '!'
 27 |       guard let model = ruleContext[D2SKeys.database].model else {
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 28 |         return D2SKeys.model.defaultValue
 29 |       }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:36:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 34 |   static var attribute: A<D2SKeys.attribute> {
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 38 |       return entity[attribute: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:37:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 38 |       return entity[attribute: propertyKey]
 39 |           ?? D2SKeys.attribute.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:44:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 42 |   static var relationship: A<D2SKeys.relationship> {
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 46 |       return entity[relationship: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:45:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 46 |       return entity[relationship: propertyKey]
 47 |           ?? D2SKeys.relationship.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:53:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 51 |   static var isEntityReadOnly: A<D2SKeys.isEntityReadOnly> {
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
 55 |       return roEntities.contains(entity.name)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:54:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 55 |       return roEntities.contains(entity.name)
 56 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:59:41: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 57 |   }
 58 |   static var isObjectEditable: A<D2SKeys.isObjectEditable> {
 59 |     .init { ruleContext in !ruleContext[D2SKeys.isEntityReadOnly] }
    |                                         |       |- note: add arguments after the type to construct a value of the type
    |                                         |       `- note: use '.self' to reference the type object
    |                                         `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:62:40: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
 62 |     .init { ruleContext in ruleContext[D2SKeys.isObjectEditable] }
    |                                        |       |- note: add arguments after the type to construct a value of the type
    |                                        |       `- note: use '.self' to reference the type object
    |                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 63 |   }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:67:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 65 |   static var propertyValue: A<D2SKeys.propertyValue> {
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:68:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:75:31: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 73 |   static var loginEntity: A<D2SKeys.entity> {
 74 |     .init { ruleContext in
 75 |       let model = ruleContext[D2SKeys.model]
    |                               |       |- note: add arguments after the type to construct a value of the type
    |                               |       `- note: use '.self' to reference the type object
    |                               `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 76 |       return model.lookupUserDatabaseEntity() ?? D2SKeys.entity.defaultValue
 77 |     }
[232/239] Compiling DirectToSwiftUI ActiveRecordDefaults.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:12:1: warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
 10 | import struct   SwiftUI.EnvironmentValues
 11 |
 12 | extension EnvironmentValues: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:23:1: warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
 21 | }
 22 |
 23 | extension RuleContext: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 24 |
 25 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:27:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 25 |       // Hm, this recursion won't fly:
 26 |       // \.model.d2s.isDefault == true => \.model <= \.database.model // '!'
 27 |       guard let model = ruleContext[D2SKeys.database].model else {
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 28 |         return D2SKeys.model.defaultValue
 29 |       }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:36:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 34 |   static var attribute: A<D2SKeys.attribute> {
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 38 |       return entity[attribute: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:37:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 38 |       return entity[attribute: propertyKey]
 39 |           ?? D2SKeys.attribute.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:44:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 42 |   static var relationship: A<D2SKeys.relationship> {
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 46 |       return entity[relationship: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:45:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 46 |       return entity[relationship: propertyKey]
 47 |           ?? D2SKeys.relationship.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:53:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 51 |   static var isEntityReadOnly: A<D2SKeys.isEntityReadOnly> {
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
 55 |       return roEntities.contains(entity.name)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:54:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 55 |       return roEntities.contains(entity.name)
 56 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:59:41: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 57 |   }
 58 |   static var isObjectEditable: A<D2SKeys.isObjectEditable> {
 59 |     .init { ruleContext in !ruleContext[D2SKeys.isEntityReadOnly] }
    |                                         |       |- note: add arguments after the type to construct a value of the type
    |                                         |       `- note: use '.self' to reference the type object
    |                                         `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:62:40: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
 62 |     .init { ruleContext in ruleContext[D2SKeys.isObjectEditable] }
    |                                        |       |- note: add arguments after the type to construct a value of the type
    |                                        |       `- note: use '.self' to reference the type object
    |                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 63 |   }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:67:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 65 |   static var propertyValue: A<D2SKeys.propertyValue> {
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:68:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:75:31: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 73 |   static var loginEntity: A<D2SKeys.entity> {
 74 |     .init { ruleContext in
 75 |       let model = ruleContext[D2SKeys.model]
    |                               |       |- note: add arguments after the type to construct a value of the type
    |                               |       `- note: use '.self' to reference the type object
    |                               `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 76 |       return model.lookupUserDatabaseEntity() ?? D2SKeys.entity.defaultValue
 77 |     }
[233/239] Compiling DirectToSwiftUI DatabaseDefaults.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:12:1: warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
 10 | import struct   SwiftUI.EnvironmentValues
 11 |
 12 | extension EnvironmentValues: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:23:1: warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
 21 | }
 22 |
 23 | extension RuleContext: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 24 |
 25 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:27:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 25 |       // Hm, this recursion won't fly:
 26 |       // \.model.d2s.isDefault == true => \.model <= \.database.model // '!'
 27 |       guard let model = ruleContext[D2SKeys.database].model else {
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 28 |         return D2SKeys.model.defaultValue
 29 |       }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:36:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 34 |   static var attribute: A<D2SKeys.attribute> {
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 38 |       return entity[attribute: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:37:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 38 |       return entity[attribute: propertyKey]
 39 |           ?? D2SKeys.attribute.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:44:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 42 |   static var relationship: A<D2SKeys.relationship> {
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 46 |       return entity[relationship: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:45:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 46 |       return entity[relationship: propertyKey]
 47 |           ?? D2SKeys.relationship.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:53:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 51 |   static var isEntityReadOnly: A<D2SKeys.isEntityReadOnly> {
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
 55 |       return roEntities.contains(entity.name)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:54:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 55 |       return roEntities.contains(entity.name)
 56 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:59:41: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 57 |   }
 58 |   static var isObjectEditable: A<D2SKeys.isObjectEditable> {
 59 |     .init { ruleContext in !ruleContext[D2SKeys.isEntityReadOnly] }
    |                                         |       |- note: add arguments after the type to construct a value of the type
    |                                         |       `- note: use '.self' to reference the type object
    |                                         `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:62:40: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
 62 |     .init { ruleContext in ruleContext[D2SKeys.isObjectEditable] }
    |                                        |       |- note: add arguments after the type to construct a value of the type
    |                                        |       `- note: use '.self' to reference the type object
    |                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 63 |   }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:67:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 65 |   static var propertyValue: A<D2SKeys.propertyValue> {
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:68:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:75:31: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 73 |   static var loginEntity: A<D2SKeys.entity> {
 74 |     .init { ruleContext in
 75 |       let model = ruleContext[D2SKeys.model]
    |                               |       |- note: add arguments after the type to construct a value of the type
    |                               |       `- note: use '.self' to reference the type object
    |                               `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 76 |       return model.lookupUserDatabaseEntity() ?? D2SKeys.entity.defaultValue
 77 |     }
[234/239] Compiling DirectToSwiftUI DefaultAssignment.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:12:1: warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
 10 | import struct   SwiftUI.EnvironmentValues
 11 |
 12 | extension EnvironmentValues: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:23:1: warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
 21 | }
 22 |
 23 | extension RuleContext: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 24 |
 25 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:27:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 25 |       // Hm, this recursion won't fly:
 26 |       // \.model.d2s.isDefault == true => \.model <= \.database.model // '!'
 27 |       guard let model = ruleContext[D2SKeys.database].model else {
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 28 |         return D2SKeys.model.defaultValue
 29 |       }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:36:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 34 |   static var attribute: A<D2SKeys.attribute> {
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 38 |       return entity[attribute: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:37:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 38 |       return entity[attribute: propertyKey]
 39 |           ?? D2SKeys.attribute.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:44:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 42 |   static var relationship: A<D2SKeys.relationship> {
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 46 |       return entity[relationship: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:45:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 46 |       return entity[relationship: propertyKey]
 47 |           ?? D2SKeys.relationship.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:53:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 51 |   static var isEntityReadOnly: A<D2SKeys.isEntityReadOnly> {
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
 55 |       return roEntities.contains(entity.name)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:54:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 55 |       return roEntities.contains(entity.name)
 56 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:59:41: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 57 |   }
 58 |   static var isObjectEditable: A<D2SKeys.isObjectEditable> {
 59 |     .init { ruleContext in !ruleContext[D2SKeys.isEntityReadOnly] }
    |                                         |       |- note: add arguments after the type to construct a value of the type
    |                                         |       `- note: use '.self' to reference the type object
    |                                         `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:62:40: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
 62 |     .init { ruleContext in ruleContext[D2SKeys.isObjectEditable] }
    |                                        |       |- note: add arguments after the type to construct a value of the type
    |                                        |       `- note: use '.self' to reference the type object
    |                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 63 |   }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:67:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 65 |   static var propertyValue: A<D2SKeys.propertyValue> {
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:68:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:75:31: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 73 |   static var loginEntity: A<D2SKeys.entity> {
 74 |     .init { ruleContext in
 75 |       let model = ruleContext[D2SKeys.model]
    |                               |       |- note: add arguments after the type to construct a value of the type
    |                               |       `- note: use '.self' to reference the type object
    |                               `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 76 |       return model.lookupUserDatabaseEntity() ?? D2SKeys.entity.defaultValue
 77 |     }
[235/239] Compiling DirectToSwiftUI EntityDefaults.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:12:1: warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
 10 | import struct   SwiftUI.EnvironmentValues
 11 |
 12 | extension EnvironmentValues: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:23:1: warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
 21 | }
 22 |
 23 | extension RuleContext: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 24 |
 25 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:27:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 25 |       // Hm, this recursion won't fly:
 26 |       // \.model.d2s.isDefault == true => \.model <= \.database.model // '!'
 27 |       guard let model = ruleContext[D2SKeys.database].model else {
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 28 |         return D2SKeys.model.defaultValue
 29 |       }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:36:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 34 |   static var attribute: A<D2SKeys.attribute> {
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 38 |       return entity[attribute: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:37:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 38 |       return entity[attribute: propertyKey]
 39 |           ?? D2SKeys.attribute.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:44:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 42 |   static var relationship: A<D2SKeys.relationship> {
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 46 |       return entity[relationship: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:45:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 46 |       return entity[relationship: propertyKey]
 47 |           ?? D2SKeys.relationship.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:53:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 51 |   static var isEntityReadOnly: A<D2SKeys.isEntityReadOnly> {
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
 55 |       return roEntities.contains(entity.name)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:54:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 55 |       return roEntities.contains(entity.name)
 56 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:59:41: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 57 |   }
 58 |   static var isObjectEditable: A<D2SKeys.isObjectEditable> {
 59 |     .init { ruleContext in !ruleContext[D2SKeys.isEntityReadOnly] }
    |                                         |       |- note: add arguments after the type to construct a value of the type
    |                                         |       `- note: use '.self' to reference the type object
    |                                         `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:62:40: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
 62 |     .init { ruleContext in ruleContext[D2SKeys.isObjectEditable] }
    |                                        |       |- note: add arguments after the type to construct a value of the type
    |                                        |       `- note: use '.self' to reference the type object
    |                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 63 |   }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:67:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 65 |   static var propertyValue: A<D2SKeys.propertyValue> {
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:68:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:75:31: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 73 |   static var loginEntity: A<D2SKeys.entity> {
 74 |     .init { ruleContext in
 75 |       let model = ruleContext[D2SKeys.model]
    |                               |       |- note: add arguments after the type to construct a value of the type
    |                               |       `- note: use '.self' to reference the type object
    |                               `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 76 |       return model.lookupUserDatabaseEntity() ?? D2SKeys.entity.defaultValue
 77 |     }
[236/239] Compiling DirectToSwiftUI ModelDefaults.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:12:1: warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
 10 | import struct   SwiftUI.EnvironmentValues
 11 |
 12 | extension EnvironmentValues: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:23:1: warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
 21 | }
 22 |
 23 | extension RuleContext: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 24 |
 25 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:27:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 25 |       // Hm, this recursion won't fly:
 26 |       // \.model.d2s.isDefault == true => \.model <= \.database.model // '!'
 27 |       guard let model = ruleContext[D2SKeys.database].model else {
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 28 |         return D2SKeys.model.defaultValue
 29 |       }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:36:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 34 |   static var attribute: A<D2SKeys.attribute> {
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 38 |       return entity[attribute: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:37:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 38 |       return entity[attribute: propertyKey]
 39 |           ?? D2SKeys.attribute.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:44:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 42 |   static var relationship: A<D2SKeys.relationship> {
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 46 |       return entity[relationship: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:45:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 46 |       return entity[relationship: propertyKey]
 47 |           ?? D2SKeys.relationship.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:53:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 51 |   static var isEntityReadOnly: A<D2SKeys.isEntityReadOnly> {
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
 55 |       return roEntities.contains(entity.name)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:54:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 55 |       return roEntities.contains(entity.name)
 56 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:59:41: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 57 |   }
 58 |   static var isObjectEditable: A<D2SKeys.isObjectEditable> {
 59 |     .init { ruleContext in !ruleContext[D2SKeys.isEntityReadOnly] }
    |                                         |       |- note: add arguments after the type to construct a value of the type
    |                                         |       `- note: use '.self' to reference the type object
    |                                         `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:62:40: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
 62 |     .init { ruleContext in ruleContext[D2SKeys.isObjectEditable] }
    |                                        |       |- note: add arguments after the type to construct a value of the type
    |                                        |       `- note: use '.self' to reference the type object
    |                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 63 |   }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:67:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 65 |   static var propertyValue: A<D2SKeys.propertyValue> {
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:68:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:75:31: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 73 |   static var loginEntity: A<D2SKeys.entity> {
 74 |     .init { ruleContext in
 75 |       let model = ruleContext[D2SKeys.model]
    |                               |       |- note: add arguments after the type to construct a value of the type
    |                               |       `- note: use '.self' to reference the type object
    |                               `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 76 |       return model.lookupUserDatabaseEntity() ?? D2SKeys.entity.defaultValue
 77 |     }
[237/239] Compiling DirectToSwiftUI EnvironmentKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:12:1: warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
 10 | import struct   SwiftUI.EnvironmentValues
 11 |
 12 | extension EnvironmentValues: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:23:1: warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
 21 | }
 22 |
 23 | extension RuleContext: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 24 |
 25 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:27:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 25 |       // Hm, this recursion won't fly:
 26 |       // \.model.d2s.isDefault == true => \.model <= \.database.model // '!'
 27 |       guard let model = ruleContext[D2SKeys.database].model else {
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 28 |         return D2SKeys.model.defaultValue
 29 |       }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:36:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 34 |   static var attribute: A<D2SKeys.attribute> {
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 38 |       return entity[attribute: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:37:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 38 |       return entity[attribute: propertyKey]
 39 |           ?? D2SKeys.attribute.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:44:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 42 |   static var relationship: A<D2SKeys.relationship> {
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 46 |       return entity[relationship: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:45:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 46 |       return entity[relationship: propertyKey]
 47 |           ?? D2SKeys.relationship.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:53:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 51 |   static var isEntityReadOnly: A<D2SKeys.isEntityReadOnly> {
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
 55 |       return roEntities.contains(entity.name)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:54:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 55 |       return roEntities.contains(entity.name)
 56 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:59:41: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 57 |   }
 58 |   static var isObjectEditable: A<D2SKeys.isObjectEditable> {
 59 |     .init { ruleContext in !ruleContext[D2SKeys.isEntityReadOnly] }
    |                                         |       |- note: add arguments after the type to construct a value of the type
    |                                         |       `- note: use '.self' to reference the type object
    |                                         `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:62:40: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
 62 |     .init { ruleContext in ruleContext[D2SKeys.isObjectEditable] }
    |                                        |       |- note: add arguments after the type to construct a value of the type
    |                                        |       `- note: use '.self' to reference the type object
    |                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 63 |   }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:67:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 65 |   static var propertyValue: A<D2SKeys.propertyValue> {
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:68:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:75:31: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 73 |   static var loginEntity: A<D2SKeys.entity> {
 74 |     .init { ruleContext in
 75 |       let model = ruleContext[D2SKeys.model]
    |                               |       |- note: add arguments after the type to construct a value of the type
    |                               |       `- note: use '.self' to reference the type object
    |                               `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 76 |       return model.lookupUserDatabaseEntity() ?? D2SKeys.entity.defaultValue
 77 |     }
[238/239] Compiling DirectToSwiftUI EnvironmentPathes.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:12:1: warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
 10 | import struct   SwiftUI.EnvironmentValues
 11 |
 12 | extension EnvironmentValues: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:23:1: warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
 21 | }
 22 |
 23 | extension RuleContext: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 24 |
 25 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:27:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 25 |       // Hm, this recursion won't fly:
 26 |       // \.model.d2s.isDefault == true => \.model <= \.database.model // '!'
 27 |       guard let model = ruleContext[D2SKeys.database].model else {
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 28 |         return D2SKeys.model.defaultValue
 29 |       }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:36:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 34 |   static var attribute: A<D2SKeys.attribute> {
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 38 |       return entity[attribute: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:37:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 38 |       return entity[attribute: propertyKey]
 39 |           ?? D2SKeys.attribute.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:44:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 42 |   static var relationship: A<D2SKeys.relationship> {
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 46 |       return entity[relationship: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:45:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 46 |       return entity[relationship: propertyKey]
 47 |           ?? D2SKeys.relationship.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:53:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 51 |   static var isEntityReadOnly: A<D2SKeys.isEntityReadOnly> {
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
 55 |       return roEntities.contains(entity.name)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:54:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 55 |       return roEntities.contains(entity.name)
 56 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:59:41: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 57 |   }
 58 |   static var isObjectEditable: A<D2SKeys.isObjectEditable> {
 59 |     .init { ruleContext in !ruleContext[D2SKeys.isEntityReadOnly] }
    |                                         |       |- note: add arguments after the type to construct a value of the type
    |                                         |       `- note: use '.self' to reference the type object
    |                                         `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:62:40: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
 62 |     .init { ruleContext in ruleContext[D2SKeys.isObjectEditable] }
    |                                        |       |- note: add arguments after the type to construct a value of the type
    |                                        |       `- note: use '.self' to reference the type object
    |                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 63 |   }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:67:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 65 |   static var propertyValue: A<D2SKeys.propertyValue> {
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:68:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:75:31: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 73 |   static var loginEntity: A<D2SKeys.entity> {
 74 |     .init { ruleContext in
 75 |       let model = ruleContext[D2SKeys.model]
    |                               |       |- note: add arguments after the type to construct a value of the type
    |                               |       `- note: use '.self' to reference the type object
    |                               `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 76 |       return model.lookupUserDatabaseEntity() ?? D2SKeys.entity.defaultValue
 77 |     }
[239/239] Compiling DirectToSwiftUI ViewModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:12:1: warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
 10 | import struct   SwiftUI.EnvironmentValues
 11 |
 12 | extension EnvironmentValues: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'EnvironmentValues' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/ContextKVC.swift:23:1: warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
 21 | }
 22 |
 23 | extension RuleContext: KeyValueCodingType {
    | |- warning: extension declares a conformance of imported type 'RuleContext' to imported protocol 'KeyValueCodingType'; this will not behave correctly if the owners of 'SwiftUIRules' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 24 |
 25 |   /**
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:27:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 25 |       // Hm, this recursion won't fly:
 26 |       // \.model.d2s.isDefault == true => \.model <= \.database.model // '!'
 27 |       guard let model = ruleContext[D2SKeys.database].model else {
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 28 |         return D2SKeys.model.defaultValue
 29 |       }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:36:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 34 |   static var attribute: A<D2SKeys.attribute> {
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 38 |       return entity[attribute: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:37:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 35 |     .init { ruleContext in
 36 |       let entity      = ruleContext[D2SKeys.entity]
 37 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 38 |       return entity[attribute: propertyKey]
 39 |           ?? D2SKeys.attribute.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:44:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 42 |   static var relationship: A<D2SKeys.relationship> {
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 46 |       return entity[relationship: propertyKey]
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:45:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 43 |     .init { ruleContext in
 44 |       let entity      = ruleContext[D2SKeys.entity]
 45 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 46 |       return entity[relationship: propertyKey]
 47 |           ?? D2SKeys.relationship.defaultValue
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:53:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 51 |   static var isEntityReadOnly: A<D2SKeys.isEntityReadOnly> {
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
 55 |       return roEntities.contains(entity.name)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:54:36: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 52 |     .init { ruleContext in
 53 |       let entity     = ruleContext[D2SKeys.entity]
 54 |       let roEntities = ruleContext[D2SKeys.readOnlyEntityNames]
    |                                    |       |- note: add arguments after the type to construct a value of the type
    |                                    |       `- note: use '.self' to reference the type object
    |                                    `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 55 |       return roEntities.contains(entity.name)
 56 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:59:41: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 57 |   }
 58 |   static var isObjectEditable: A<D2SKeys.isObjectEditable> {
 59 |     .init { ruleContext in !ruleContext[D2SKeys.isEntityReadOnly] }
    |                                         |       |- note: add arguments after the type to construct a value of the type
    |                                         |       `- note: use '.self' to reference the type object
    |                                         `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:62:40: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 60 |   }
 61 |   static var isObjectDeletable: A<D2SKeys.isObjectDeletable> {
 62 |     .init { ruleContext in ruleContext[D2SKeys.isObjectEditable] }
    |                                        |       |- note: add arguments after the type to construct a value of the type
    |                                        |       `- note: use '.self' to reference the type object
    |                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 63 |   }
 64 |
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:67:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 65 |   static var propertyValue: A<D2SKeys.propertyValue> {
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:68:37: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 66 |     .init { ruleContext in
 67 |       let object      = ruleContext[D2SKeys.object]
 68 |       let propertyKey = ruleContext[D2SKeys.propertyKey]
    |                                     |       |- note: add arguments after the type to construct a value of the type
    |                                     |       `- note: use '.self' to reference the type object
    |                                     `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 69 |       return KeyValueCoding.value(forKeyPath: propertyKey, inObject: object)
 70 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DirectToSwiftUI/Environment/DefaultAssignment/DefaultAssignment.swift:75:31: warning: expected member name or initializer call after type name; this will be an error in Swift 6
 73 |   static var loginEntity: A<D2SKeys.entity> {
 74 |     .init { ruleContext in
 75 |       let model = ruleContext[D2SKeys.model]
    |                               |       |- note: add arguments after the type to construct a value of the type
    |                               |       `- note: use '.self' to reference the type object
    |                               `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
 76 |       return model.lookupUserDatabaseEntity() ?? D2SKeys.entity.defaultValue
 77 |     }
Fetching https://github.com/ZeeQL/ZeeQL3.git
Fetching https://github.com/ZeeQL/ZeeQL3Combine.git
Fetching https://github.com/DirectToSwift/SwiftUIRules.git
[1/193] Fetching swiftuirules
[21/272] Fetching swiftuirules, zeeql3combine
[273/3682] Fetching swiftuirules, zeeql3combine, zeeql3
Fetched https://github.com/ZeeQL/ZeeQL3Combine.git from cache (1.07s)
Fetched https://github.com/DirectToSwift/SwiftUIRules.git from cache (1.07s)
Fetched https://github.com/ZeeQL/ZeeQL3.git from cache (1.07s)
Computing version for https://github.com/DirectToSwift/SwiftUIRules.git
Computed https://github.com/DirectToSwift/SwiftUIRules.git at 0.2.0 (1.59s)
Computing version for https://github.com/ZeeQL/ZeeQL3Combine.git
Computed https://github.com/ZeeQL/ZeeQL3Combine.git at 0.2.0 (0.52s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.22 (0.51s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.59s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (2.53s)
Creating working copy for https://github.com/ZeeQL/ZeeQL3.git
Working copy of https://github.com/ZeeQL/ZeeQL3.git resolved at 0.9.22
Creating working copy for https://github.com/ZeeQL/ZeeQL3Combine.git
Working copy of https://github.com/ZeeQL/ZeeQL3Combine.git resolved at 0.2.0
Creating working copy for https://github.com/ZeeQL/CSQLite3.git
Working copy of https://github.com/ZeeQL/CSQLite3.git resolved at 2.0.3
Creating working copy for https://github.com/DirectToSwift/SwiftUIRules.git
Working copy of https://github.com/DirectToSwift/SwiftUIRules.git resolved at 0.2.0
BUILD FAILURE 6.2 macosSpm