The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NorthwindSwiftData, reference 0.9.0 (f552b0), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 23:50:34 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Northwind-swift/NorthwindSwiftData.git
Reference: 0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Northwind-swift/NorthwindSwiftData
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at f552b08 Exclude license file as a resource
Cloned https://github.com/Northwind-swift/NorthwindSwiftData.git
Revision (git rev-parse @):
f552b0884d11c8cc583da9b87399b4c125879574
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Northwind-swift/NorthwindSwiftData.git at 0.9.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "northwindswiftdata",
      "name": "NorthwindSwiftData",
      "url": "https://github.com/Northwind-swift/NorthwindSwiftData.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NorthwindSwiftData",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Northwind-swift/NorthwindSwiftData.git
[1/50] Fetching northwindswiftdata
Fetched https://github.com/Northwind-swift/NorthwindSwiftData.git from cache (1.54s)
Creating working copy for https://github.com/Northwind-swift/NorthwindSwiftData.git
Working copy of https://github.com/Northwind-swift/NorthwindSwiftData.git resolved at 0.9.0 (f552b08)
warning: '.resolve-product-dependencies': dependency 'northwindswiftdata' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Northwind-swift/NorthwindSwiftData.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying Northwind.store
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/22] Compiling NorthwindSwiftData Reexports.swift
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:12:1: error: type 'Category' does not conform to protocol 'PredicateCodableKeyPathProviding'
10 | //       way the key pathes are only build once.
11 |
12 | extension Category: PredicateCodableKeyPathProviding {
   | |- error: type 'Category' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
13 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Category>]'
14 |     buildKeyPathMap(for: Category.self)
15 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:16:1: error: type 'Customer' does not conform to protocol 'PredicateCodableKeyPathProviding'
14 |     buildKeyPathMap(for: Category.self)
15 | }
16 | extension Customer: PredicateCodableKeyPathProviding {
   | |- error: type 'Customer' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
17 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Customer>]'
18 |     buildKeyPathMap(for: Customer.self)
19 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:20:1: error: type 'CustomerDemographic' does not conform to protocol 'PredicateCodableKeyPathProviding'
18 |     buildKeyPathMap(for: Customer.self)
19 | }
20 | extension CustomerDemographic: PredicateCodableKeyPathProviding {
   | |- error: type 'CustomerDemographic' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
21 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<CustomerDemographic>]'
22 |     buildKeyPathMap(for: CustomerDemographic.self)
23 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:24:1: error: type 'Employee' does not conform to protocol 'PredicateCodableKeyPathProviding'
22 |     buildKeyPathMap(for: CustomerDemographic.self)
23 | }
24 | extension Employee: PredicateCodableKeyPathProviding {
   | |- error: type 'Employee' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
25 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Employee>]'
26 |     buildKeyPathMap(for: Employee.self)
27 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:28:1: error: type 'Order' does not conform to protocol 'PredicateCodableKeyPathProviding'
26 |     buildKeyPathMap(for: Employee.self)
27 | }
28 | extension Order: PredicateCodableKeyPathProviding {
   | |- error: type 'Order' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
29 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Order>]'
30 |     buildKeyPathMap(for: Order.self)
31 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:32:1: error: type 'OrderDetail' does not conform to protocol 'PredicateCodableKeyPathProviding'
30 |     buildKeyPathMap(for: Order.self)
31 | }
32 | extension OrderDetail: PredicateCodableKeyPathProviding {
   | |- error: type 'OrderDetail' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
33 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<OrderDetail>]'
34 |     buildKeyPathMap(for: OrderDetail.self)
35 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:36:1: error: type 'Product' does not conform to protocol 'PredicateCodableKeyPathProviding'
34 |     buildKeyPathMap(for: OrderDetail.self)
35 | }
36 | extension Product: PredicateCodableKeyPathProviding {
   | |- error: type 'Product' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
37 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Product>]'
38 |     buildKeyPathMap(for: Product.self)
39 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:40:1: error: type 'Region' does not conform to protocol 'PredicateCodableKeyPathProviding'
38 |     buildKeyPathMap(for: Product.self)
39 | }
40 | extension Region: PredicateCodableKeyPathProviding {
   | |- error: type 'Region' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
41 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Region>]'
42 |     buildKeyPathMap(for: Region.self)
43 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:44:1: error: type 'Shipper' does not conform to protocol 'PredicateCodableKeyPathProviding'
42 |     buildKeyPathMap(for: Region.self)
43 | }
44 | extension Shipper: PredicateCodableKeyPathProviding {
   | |- error: type 'Shipper' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
45 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Shipper>]'
46 |     buildKeyPathMap(for: Shipper.self)
47 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:48:1: error: type 'Supplier' does not conform to protocol 'PredicateCodableKeyPathProviding'
46 |     buildKeyPathMap(for: Shipper.self)
47 | }
48 | extension Supplier: PredicateCodableKeyPathProviding {
   | |- error: type 'Supplier' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
49 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Supplier>]'
50 |     buildKeyPathMap(for: Supplier.self)
51 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:52:1: error: type 'Territory' does not conform to protocol 'PredicateCodableKeyPathProviding'
50 |     buildKeyPathMap(for: Supplier.self)
51 | }
52 | extension Territory: PredicateCodableKeyPathProviding {
   | |- error: type 'Territory' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
53 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Territory>]'
54 |     buildKeyPathMap(for: Territory.self)
55 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
[5/22] Compiling NorthwindSwiftData CodableKeyPathes.swift
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:12:1: error: type 'Category' does not conform to protocol 'PredicateCodableKeyPathProviding'
10 | //       way the key pathes are only build once.
11 |
12 | extension Category: PredicateCodableKeyPathProviding {
   | |- error: type 'Category' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
13 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Category>]'
14 |     buildKeyPathMap(for: Category.self)
15 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:16:1: error: type 'Customer' does not conform to protocol 'PredicateCodableKeyPathProviding'
14 |     buildKeyPathMap(for: Category.self)
15 | }
16 | extension Customer: PredicateCodableKeyPathProviding {
   | |- error: type 'Customer' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
17 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Customer>]'
18 |     buildKeyPathMap(for: Customer.self)
19 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:20:1: error: type 'CustomerDemographic' does not conform to protocol 'PredicateCodableKeyPathProviding'
18 |     buildKeyPathMap(for: Customer.self)
19 | }
20 | extension CustomerDemographic: PredicateCodableKeyPathProviding {
   | |- error: type 'CustomerDemographic' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
21 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<CustomerDemographic>]'
22 |     buildKeyPathMap(for: CustomerDemographic.self)
23 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:24:1: error: type 'Employee' does not conform to protocol 'PredicateCodableKeyPathProviding'
22 |     buildKeyPathMap(for: CustomerDemographic.self)
23 | }
24 | extension Employee: PredicateCodableKeyPathProviding {
   | |- error: type 'Employee' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
25 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Employee>]'
26 |     buildKeyPathMap(for: Employee.self)
27 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:28:1: error: type 'Order' does not conform to protocol 'PredicateCodableKeyPathProviding'
26 |     buildKeyPathMap(for: Employee.self)
27 | }
28 | extension Order: PredicateCodableKeyPathProviding {
   | |- error: type 'Order' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
29 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Order>]'
30 |     buildKeyPathMap(for: Order.self)
31 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:32:1: error: type 'OrderDetail' does not conform to protocol 'PredicateCodableKeyPathProviding'
30 |     buildKeyPathMap(for: Order.self)
31 | }
32 | extension OrderDetail: PredicateCodableKeyPathProviding {
   | |- error: type 'OrderDetail' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
33 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<OrderDetail>]'
34 |     buildKeyPathMap(for: OrderDetail.self)
35 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:36:1: error: type 'Product' does not conform to protocol 'PredicateCodableKeyPathProviding'
34 |     buildKeyPathMap(for: OrderDetail.self)
35 | }
36 | extension Product: PredicateCodableKeyPathProviding {
   | |- error: type 'Product' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
37 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Product>]'
38 |     buildKeyPathMap(for: Product.self)
39 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:40:1: error: type 'Region' does not conform to protocol 'PredicateCodableKeyPathProviding'
38 |     buildKeyPathMap(for: Product.self)
39 | }
40 | extension Region: PredicateCodableKeyPathProviding {
   | |- error: type 'Region' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
41 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Region>]'
42 |     buildKeyPathMap(for: Region.self)
43 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:44:1: error: type 'Shipper' does not conform to protocol 'PredicateCodableKeyPathProviding'
42 |     buildKeyPathMap(for: Region.self)
43 | }
44 | extension Shipper: PredicateCodableKeyPathProviding {
   | |- error: type 'Shipper' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
45 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Shipper>]'
46 |     buildKeyPathMap(for: Shipper.self)
47 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:48:1: error: type 'Supplier' does not conform to protocol 'PredicateCodableKeyPathProviding'
46 |     buildKeyPathMap(for: Shipper.self)
47 | }
48 | extension Supplier: PredicateCodableKeyPathProviding {
   | |- error: type 'Supplier' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
49 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Supplier>]'
50 |     buildKeyPathMap(for: Supplier.self)
51 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:52:1: error: type 'Territory' does not conform to protocol 'PredicateCodableKeyPathProviding'
50 |     buildKeyPathMap(for: Supplier.self)
51 | }
52 | extension Territory: PredicateCodableKeyPathProviding {
   | |- error: type 'Territory' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
53 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Territory>]'
54 |     buildKeyPathMap(for: Territory.self)
55 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
[6/23] Compiling NorthwindSwiftData Supplier.swift
[7/23] Compiling NorthwindSwiftData Territory.swift
[8/23] Compiling NorthwindSwiftData NorthwindSchema.swift
[9/23] Compiling NorthwindSwiftData NorthwindStore.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/23] Compiling NorthwindSwiftData Customer.swift
[11/23] Compiling NorthwindSwiftData CustomerDemographic.swift
[12/23] Compiling NorthwindSwiftData StructuredAddress.swift
[13/23] Compiling NorthwindSwiftData Category.swift
[14/23] Compiling NorthwindSwiftData AddressHolder.swift
[15/23] Compiling NorthwindSwiftData StructedAddressProvider.swift
[16/23] Compiling NorthwindSwiftData Region.swift
[17/23] Compiling NorthwindSwiftData Shipper.swift
[18/23] Compiling NorthwindSwiftData OrderDetail.swift
[19/23] Compiling NorthwindSwiftData Product.swift
[20/23] Compiling NorthwindSwiftData Employee.swift
[21/23] Compiling NorthwindSwiftData Order.swift
[22/23] Emitting module NorthwindSwiftData
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:12:1: error: type 'Category' does not conform to protocol 'PredicateCodableKeyPathProviding'
10 | //       way the key pathes are only build once.
11 |
12 | extension Category: PredicateCodableKeyPathProviding {
   | |- error: type 'Category' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
13 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Category>]'
14 |     buildKeyPathMap(for: Category.self)
15 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:16:1: error: type 'Customer' does not conform to protocol 'PredicateCodableKeyPathProviding'
14 |     buildKeyPathMap(for: Category.self)
15 | }
16 | extension Customer: PredicateCodableKeyPathProviding {
   | |- error: type 'Customer' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
17 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Customer>]'
18 |     buildKeyPathMap(for: Customer.self)
19 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:20:1: error: type 'CustomerDemographic' does not conform to protocol 'PredicateCodableKeyPathProviding'
18 |     buildKeyPathMap(for: Customer.self)
19 | }
20 | extension CustomerDemographic: PredicateCodableKeyPathProviding {
   | |- error: type 'CustomerDemographic' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
21 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<CustomerDemographic>]'
22 |     buildKeyPathMap(for: CustomerDemographic.self)
23 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:24:1: error: type 'Employee' does not conform to protocol 'PredicateCodableKeyPathProviding'
22 |     buildKeyPathMap(for: CustomerDemographic.self)
23 | }
24 | extension Employee: PredicateCodableKeyPathProviding {
   | |- error: type 'Employee' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
25 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Employee>]'
26 |     buildKeyPathMap(for: Employee.self)
27 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:28:1: error: type 'Order' does not conform to protocol 'PredicateCodableKeyPathProviding'
26 |     buildKeyPathMap(for: Employee.self)
27 | }
28 | extension Order: PredicateCodableKeyPathProviding {
   | |- error: type 'Order' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
29 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Order>]'
30 |     buildKeyPathMap(for: Order.self)
31 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:32:1: error: type 'OrderDetail' does not conform to protocol 'PredicateCodableKeyPathProviding'
30 |     buildKeyPathMap(for: Order.self)
31 | }
32 | extension OrderDetail: PredicateCodableKeyPathProviding {
   | |- error: type 'OrderDetail' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
33 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<OrderDetail>]'
34 |     buildKeyPathMap(for: OrderDetail.self)
35 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:36:1: error: type 'Product' does not conform to protocol 'PredicateCodableKeyPathProviding'
34 |     buildKeyPathMap(for: OrderDetail.self)
35 | }
36 | extension Product: PredicateCodableKeyPathProviding {
   | |- error: type 'Product' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
37 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Product>]'
38 |     buildKeyPathMap(for: Product.self)
39 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:40:1: error: type 'Region' does not conform to protocol 'PredicateCodableKeyPathProviding'
38 |     buildKeyPathMap(for: Product.self)
39 | }
40 | extension Region: PredicateCodableKeyPathProviding {
   | |- error: type 'Region' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
41 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Region>]'
42 |     buildKeyPathMap(for: Region.self)
43 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:44:1: error: type 'Shipper' does not conform to protocol 'PredicateCodableKeyPathProviding'
42 |     buildKeyPathMap(for: Region.self)
43 | }
44 | extension Shipper: PredicateCodableKeyPathProviding {
   | |- error: type 'Shipper' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
45 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Shipper>]'
46 |     buildKeyPathMap(for: Shipper.self)
47 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:48:1: error: type 'Supplier' does not conform to protocol 'PredicateCodableKeyPathProviding'
46 |     buildKeyPathMap(for: Shipper.self)
47 | }
48 | extension Supplier: PredicateCodableKeyPathProviding {
   | |- error: type 'Supplier' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
49 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Supplier>]'
50 |     buildKeyPathMap(for: Supplier.self)
51 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/NorthwindSwiftData/SwiftDataExtras/CodableKeyPathes.swift:52:1: error: type 'Territory' does not conform to protocol 'PredicateCodableKeyPathProviding'
50 |     buildKeyPathMap(for: Supplier.self)
51 | }
52 | extension Territory: PredicateCodableKeyPathProviding {
   | |- error: type 'Territory' does not conform to protocol 'PredicateCodableKeyPathProviding'
   | `- note: add stubs for conformance
53 |   public static let predicateCodableKeyPaths =
   |                     `- note: candidate has non-matching type '[String : PartialKeyPath<Territory>]'
54 |     buildKeyPathMap(for: Territory.self)
55 | }
Foundation.PredicateCodableKeyPathProviding.predicateCodableKeyPaths:2:28: note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
1 | protocol PredicateCodableKeyPathProviding {
2 | @preconcurrency static var predicateCodableKeyPaths: [String : any PartialKeyPath<Self> & Sendable] { get }}
  |                            `- note: protocol requires property 'predicateCodableKeyPaths' with type '[String : any PartialKeyPath<Self> & Sendable]'
3 |
[23/23] Compiling NorthwindSwiftData resource_bundle_accessor.swift
BUILD FAILURE 6.3 macosSpm