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

Successful build of AlgoliaSearchClient, reference 9.23.0 (59542a), with Swift 6.0 for macOS (SPM) on 20 Jun 2025 13:02:52 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:51:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
49 | }
50 |
51 | extension AttributeToUpdate: Equatable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
52 | extension AttributeToUpdate: Hashable {}
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/AttributeToUpdate.swift:52:11: warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
50 |
51 | extension AttributeToUpdate: Equatable {}
52 | extension AttributeToUpdate: Hashable {}
   |           `- warning: 'AttributeToUpdate' is deprecated: This schema is deprecated.
53 |
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:126:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
124 |         self.exhaustive = exhaustive
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:127:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
125 |         self.appliedRules = appliedRules
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
128 |         self.exhaustiveTypo = exhaustiveTypo
129 |         self.facets = facets
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:128:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
126 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
127 |         self.exhaustiveNbHits = exhaustiveNbHits
128 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
129 |         self.facets = facets
130 |         self.facetsStats = facetsStats
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:203:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
201 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:204:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
202 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:205:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
203 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
204 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
205 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
206 |         try container.encodeIfPresent(self.facets, forKey: .facets)
207 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:242:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
240 |             lhs.exhaustive == rhs.exhaustive &&
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:243:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
241 |             lhs.appliedRules == rhs.appliedRules &&
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
245 |             lhs.facets == rhs.facets &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:244:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
242 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
243 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
244 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |             lhs.facets == rhs.facets &&
246 |             lhs.facetsStats == rhs.facetsStats &&
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:281:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
279 |         hasher.combine(self.exhaustive?.hashValue)
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:282:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
280 |         hasher.combine(self.appliedRules?.hashValue)
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
284 |         hasher.combine(self.facets?.hashValue)
/Users/admin/builder/spi-builder-workspace/Sources/Search/Models/BrowseResponse.swift:283:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
281 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
282 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
283 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
284 |         hasher.combine(self.facets?.hashValue)
285 |         hasher.combine(self.facetsStats?.hashValue)
Build complete! (24.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AlgoliaSearchClient",
  "name" : "AlgoliaSearchClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Core",
      "targets" : [
        "Core"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Abtesting",
      "targets" : [
        "Abtesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Analytics",
      "targets" : [
        "Analytics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Composition",
      "targets" : [
        "Composition"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ingestion",
      "targets" : [
        "Ingestion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Insights",
      "targets" : [
        "Insights"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Monitoring",
      "targets" : [
        "Monitoring"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Personalization",
      "targets" : [
        "Personalization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QuerySuggestions",
      "targets" : [
        "QuerySuggestions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Recommend",
      "targets" : [
        "Recommend"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Search",
      "targets" : [
        "Search"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Search",
      "module_type" : "SwiftTarget",
      "name" : "Search",
      "path" : "Sources/Search",
      "product_memberships" : [
        "Search"
      ],
      "sources" : [
        "Extra/DisjunctiveFaceting.swift",
        "Extra/SearchClientExtension.swift",
        "Extra/SearchQueryExtension.swift",
        "Extra/SecuredApiKeyRestrictionExtension.swift",
        "Models/Acl.swift",
        "Models/AddApiKeyResponse.swift",
        "Models/ApiKey.swift",
        "Models/ApiKeyOperation.swift",
        "Models/AssignUserIdParams.swift",
        "Models/AttributeToUpdate.swift",
        "Models/BaseGetApiKeyResponse.swift",
        "Models/BatchAssignUserIdsParams.swift",
        "Models/BatchDictionaryEntriesParams.swift",
        "Models/BatchDictionaryEntriesRequest.swift",
        "Models/BatchParams.swift",
        "Models/BatchResponse.swift",
        "Models/BrowsePagination.swift",
        "Models/BrowseParams.swift",
        "Models/BrowseParamsObject.swift",
        "Models/BrowseResponse.swift",
        "Models/BuiltInOperation.swift",
        "Models/BuiltInOperationType.swift",
        "Models/BuiltInOperationValue.swift",
        "Models/CreatedAtResponse.swift",
        "Models/Cursor.swift",
        "Models/DeleteApiKeyResponse.swift",
        "Models/DeleteByParams.swift",
        "Models/DeleteSourceResponse.swift",
        "Models/DictionaryAction.swift",
        "Models/DictionaryEntry.swift",
        "Models/DictionaryEntryState.swift",
        "Models/DictionaryEntryType.swift",
        "Models/DictionaryLanguage.swift",
        "Models/DictionarySettingsParams.swift",
        "Models/DictionaryType.swift",
        "Models/FacetHits.swift",
        "Models/FetchedIndex.swift",
        "Models/GetApiKeyResponse.swift",
        "Models/GetDictionarySettingsResponse.swift",
        "Models/GetLogsResponse.swift",
        "Models/GetObjectsParams.swift",
        "Models/GetObjectsRequest.swift",
        "Models/GetObjectsResponse.swift",
        "Models/GetTaskResponse.swift",
        "Models/GetTopUserIdsResponse.swift",
        "Models/HasPendingMappingsResponse.swift",
        "Models/Hit.swift",
        "Models/IndexSettings.swift",
        "Models/ListApiKeysResponse.swift",
        "Models/ListClustersResponse.swift",
        "Models/ListIndicesResponse.swift",
        "Models/ListUserIdsResponse.swift",
        "Models/Log.swift",
        "Models/LogQuery.swift",
        "Models/LogType.swift",
        "Models/MultipleBatchRequest.swift",
        "Models/MultipleBatchResponse.swift",
        "Models/OperationIndexParams.swift",
        "Models/OperationType.swift",
        "Models/RemoveUserIdResponse.swift",
        "Models/ReplaceAllObjectsResponse.swift",
        "Models/ReplaceAllObjectsWithTransformationResponse.swift",
        "Models/ReplaceSourceResponse.swift",
        "Models/Rule.swift",
        "Models/SaveObjectResponse.swift",
        "Models/SaveSynonymResponse.swift",
        "Models/ScopeType.swift",
        "Models/SearchAction.swift",
        "Models/SearchAdvancedSyntaxFeatures.swift",
        "Models/SearchAlternativesAsExact.swift",
        "Models/SearchAnchoring.swift",
        "Models/SearchAroundPrecision.swift",
        "Models/SearchAroundRadius.swift",
        "Models/SearchAroundRadiusAll.swift",
        "Models/SearchAutomaticFacetFilter.swift",
        "Models/SearchAutomaticFacetFilters.swift",
        "Models/SearchBanner.swift",
        "Models/SearchBannerImage.swift",
        "Models/SearchBannerImageUrl.swift",
        "Models/SearchBannerLink.swift",
        "Models/SearchBaseIndexSettings.swift",
        "Models/SearchBaseSearchParams.swift",
        "Models/SearchBaseSearchParamsWithoutQuery.swift",
        "Models/SearchBaseSearchResponse.swift",
        "Models/SearchBatchRequest.swift",
        "Models/SearchBatchWriteParams.swift",
        "Models/SearchBooleanString.swift",
        "Models/SearchCondition.swift",
        "Models/SearchConsequence.swift",
        "Models/SearchConsequenceHide.swift",
        "Models/SearchConsequenceParams.swift",
        "Models/SearchConsequenceQuery.swift",
        "Models/SearchConsequenceQueryObject.swift",
        "Models/SearchDeletedAtResponse.swift",
        "Models/SearchDictionaryEntriesParams.swift",
        "Models/SearchDictionaryEntriesResponse.swift",
        "Models/SearchDistinct.swift",
        "Models/SearchEdit.swift",
        "Models/SearchEditType.swift",
        "Models/SearchErrorBase.swift",
        "Models/SearchEvent.swift",
        "Models/SearchEventStatus.swift",
        "Models/SearchEventType.swift",
        "Models/SearchExactOnSingleWordQuery.swift",
        "Models/SearchExhaustive.swift",
        "Models/SearchFacetFilters.swift",
        "Models/SearchFacetOrdering.swift",
        "Models/SearchFacetStats.swift",
        "Models/SearchFacets.swift",
        "Models/SearchForFacetValuesRequest.swift",
        "Models/SearchForFacetValuesResponse.swift",
        "Models/SearchForFacets.swift",
        "Models/SearchForFacetsOptions.swift",
        "Models/SearchForHits.swift",
        "Models/SearchForHitsOptions.swift",
        "Models/SearchHighlightResult.swift",
        "Models/SearchHighlightResultOption.swift",
        "Models/SearchHits.swift",
        "Models/SearchIgnorePlurals.swift",
        "Models/SearchIndexSettingsAsSearchParams.swift",
        "Models/SearchInsideBoundingBox.swift",
        "Models/SearchLanguages.swift",
        "Models/SearchMatchLevel.swift",
        "Models/SearchMatchedGeoLocation.swift",
        "Models/SearchMethodParams.swift",
        "Models/SearchMode.swift",
        "Models/SearchNumericFilters.swift",
        "Models/SearchOptionalFilters.swift",
        "Models/SearchOptionalWords.swift",
        "Models/SearchParams.swift",
        "Models/SearchParamsString.swift",
        "Models/SearchPersonalization.swift",
        "Models/SearchPromote.swift",
        "Models/SearchPromoteObjectID.swift",
        "Models/SearchPromoteObjectIDs.swift",
        "Models/SearchQuery.swift",
        "Models/SearchQueryType.swift",
        "Models/SearchRange.swift",
        "Models/SearchRankingInfo.swift",
        "Models/SearchReRankingApplyFilter.swift",
        "Models/SearchRedirect.swift",
        "Models/SearchRedirectRuleIndexData.swift",
        "Models/SearchRedirectRuleIndexMetadata.swift",
        "Models/SearchRedirectURL.swift",
        "Models/SearchRemoveStopWords.swift",
        "Models/SearchRemoveWordsIfNoResults.swift",
        "Models/SearchRenderingContent.swift",
        "Models/SearchResponse.swift",
        "Models/SearchResponses.swift",
        "Models/SearchResult.swift",
        "Models/SearchRulesParams.swift",
        "Models/SearchRulesResponse.swift",
        "Models/SearchSearchPagination.swift",
        "Models/SearchSearchParams.swift",
        "Models/SearchSearchParamsObject.swift",
        "Models/SearchSearchParamsQuery.swift",
        "Models/SearchSemanticSearch.swift",
        "Models/SearchSnippetResult.swift",
        "Models/SearchSnippetResultOption.swift",
        "Models/SearchSortRemainingBy.swift",
        "Models/SearchSource.swift",
        "Models/SearchStrategy.swift",
        "Models/SearchSupportedLanguage.swift",
        "Models/SearchSynonymsParams.swift",
        "Models/SearchSynonymsResponse.swift",
        "Models/SearchTagFilters.swift",
        "Models/SearchTaskStatus.swift",
        "Models/SearchTimeRange.swift",
        "Models/SearchTypeDefault.swift",
        "Models/SearchTypeFacet.swift",
        "Models/SearchTypoTolerance.swift",
        "Models/SearchTypoToleranceEnum.swift",
        "Models/SearchUserIdsParams.swift",
        "Models/SearchUserIdsResponse.swift",
        "Models/SearchValue.swift",
        "Models/SearchWatchResponse.swift",
        "Models/SearchWidgets.swift",
        "Models/SecuredApiKeyRestrictions.swift",
        "Models/SettingsResponse.swift",
        "Models/StandardEntries.swift",
        "Models/SynonymHit.swift",
        "Models/SynonymType.swift",
        "Models/UpdateApiKeyResponse.swift",
        "Models/UpdatedAtResponse.swift",
        "Models/UpdatedAtWithObjectIdResponse.swift",
        "Models/UserHighlightResult.swift",
        "Models/UserHit.swift",
        "Models/UserId.swift",
        "Models/WithPrimary.swift",
        "SearchClient.swift",
        "SearchClientConfiguration.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Recommend",
      "module_type" : "SwiftTarget",
      "name" : "Recommend",
      "path" : "Sources/Recommend",
      "product_memberships" : [
        "Recommend"
      ],
      "sources" : [
        "Models/AutoFacetFilter.swift",
        "Models/BaseRecommendIndexSettings.swift",
        "Models/BaseRecommendRequest.swift",
        "Models/BaseRecommendSearchParams.swift",
        "Models/BoughtTogetherQuery.swift",
        "Models/FallbackParams.swift",
        "Models/FbtModel.swift",
        "Models/FrequentlyBoughtTogether.swift",
        "Models/GetRecommendTaskResponse.swift",
        "Models/GetRecommendationsParams.swift",
        "Models/GetRecommendationsResponse.swift",
        "Models/HideConsequenceObject.swift",
        "Models/IndexSettingsFacets.swift",
        "Models/LookingSimilar.swift",
        "Models/LookingSimilarModel.swift",
        "Models/LookingSimilarQuery.swift",
        "Models/ParamsConsequence.swift",
        "Models/PromoteConsequenceObject.swift",
        "Models/RecommendAdvancedSyntaxFeatures.swift",
        "Models/RecommendAlternativesAsExact.swift",
        "Models/RecommendAroundPrecision.swift",
        "Models/RecommendAroundRadius.swift",
        "Models/RecommendAroundRadiusAll.swift",
        "Models/RecommendBanner.swift",
        "Models/RecommendBannerImage.swift",
        "Models/RecommendBannerImageUrl.swift",
        "Models/RecommendBannerLink.swift",
        "Models/RecommendBaseIndexSettings.swift",
        "Models/RecommendBaseSearchResponse.swift",
        "Models/RecommendBooleanString.swift",
        "Models/RecommendCondition.swift",
        "Models/RecommendConsequence.swift",
        "Models/RecommendDeletedAtResponse.swift",
        "Models/RecommendDistinct.swift",
        "Models/RecommendErrorBase.swift",
        "Models/RecommendExactOnSingleWordQuery.swift",
        "Models/RecommendExhaustive.swift",
        "Models/RecommendFacetFilters.swift",
        "Models/RecommendFacetOrdering.swift",
        "Models/RecommendFacetStats.swift",
        "Models/RecommendHighlightResult.swift",
        "Models/RecommendHighlightResultOption.swift",
        "Models/RecommendHit.swift",
        "Models/RecommendIgnorePlurals.swift",
        "Models/RecommendIndexSettings.swift",
        "Models/RecommendInsideBoundingBox.swift",
        "Models/RecommendMatchLevel.swift",
        "Models/RecommendMatchedGeoLocation.swift",
        "Models/RecommendModels.swift",
        "Models/RecommendNumericFilters.swift",
        "Models/RecommendOptionalFilters.swift",
        "Models/RecommendOptionalWords.swift",
        "Models/RecommendPersonalization.swift",
        "Models/RecommendQueryType.swift",
        "Models/RecommendRange.swift",
        "Models/RecommendRankingInfo.swift",
        "Models/RecommendReRankingApplyFilter.swift",
        "Models/RecommendRedirect.swift",
        "Models/RecommendRedirectRuleIndexData.swift",
        "Models/RecommendRedirectRuleIndexMetadata.swift",
        "Models/RecommendRedirectURL.swift",
        "Models/RecommendRemoveStopWords.swift",
        "Models/RecommendRemoveWordsIfNoResults.swift",
        "Models/RecommendRenderingContent.swift",
        "Models/RecommendRule.swift",
        "Models/RecommendSearchPagination.swift",
        "Models/RecommendSearchParams.swift",
        "Models/RecommendSearchParamsQuery.swift",
        "Models/RecommendSnippetResult.swift",
        "Models/RecommendSnippetResultOption.swift",
        "Models/RecommendSortRemainingBy.swift",
        "Models/RecommendSupportedLanguage.swift",
        "Models/RecommendTagFilters.swift",
        "Models/RecommendTaskStatus.swift",
        "Models/RecommendTimeRange.swift",
        "Models/RecommendTypoTolerance.swift",
        "Models/RecommendTypoToleranceEnum.swift",
        "Models/RecommendUpdatedAtResponse.swift",
        "Models/RecommendValue.swift",
        "Models/RecommendWidgets.swift",
        "Models/RecommendationsHit.swift",
        "Models/RecommendationsHits.swift",
        "Models/RecommendationsRequest.swift",
        "Models/RecommendationsResults.swift",
        "Models/RelatedModel.swift",
        "Models/RelatedProducts.swift",
        "Models/RelatedQuery.swift",
        "Models/RuleMetadata.swift",
        "Models/SearchRecommendRulesParams.swift",
        "Models/SearchRecommendRulesResponse.swift",
        "Models/TrendingFacetHit.swift",
        "Models/TrendingFacets.swift",
        "Models/TrendingFacetsModel.swift",
        "Models/TrendingFacetsQuery.swift",
        "Models/TrendingItems.swift",
        "Models/TrendingItemsModel.swift",
        "Models/TrendingItemsQuery.swift",
        "RecommendClient.swift",
        "RecommendClientConfiguration.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QuerySuggestions",
      "module_type" : "SwiftTarget",
      "name" : "QuerySuggestions",
      "path" : "Sources/QuerySuggestions",
      "product_memberships" : [
        "QuerySuggestions"
      ],
      "sources" : [
        "Models/AppID.swift",
        "Models/BaseResponse.swift",
        "Models/ConfigStatus.swift",
        "Models/ConfigurationResponse.swift",
        "Models/ConfigurationWithIndex.swift",
        "Models/Facet.swift",
        "Models/LogFile.swift",
        "Models/QuerySuggestionsConfiguration.swift",
        "Models/QuerySuggestionsErrorBase.swift",
        "Models/QuerySuggestionsLanguages.swift",
        "Models/QuerySuggestionsLogLevel.swift",
        "Models/SourceIndex.swift",
        "QuerySuggestionsClient.swift",
        "QuerySuggestionsClientConfiguration.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Personalization",
      "module_type" : "SwiftTarget",
      "name" : "Personalization",
      "path" : "Sources/Personalization",
      "product_memberships" : [
        "Personalization"
      ],
      "sources" : [
        "Models/DeleteUserProfileResponse.swift",
        "Models/EventsScoring.swift",
        "Models/FacetsScoring.swift",
        "Models/GetUserTokenResponse.swift",
        "Models/PersonalizationErrorBase.swift",
        "Models/PersonalizationEventType.swift",
        "Models/PersonalizationStrategyParams.swift",
        "Models/SetPersonalizationStrategyResponse.swift",
        "PersonalizationClient.swift",
        "PersonalizationClientConfiguration.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Monitoring",
      "module_type" : "SwiftTarget",
      "name" : "Monitoring",
      "path" : "Sources/Monitoring",
      "product_memberships" : [
        "Monitoring"
      ],
      "sources" : [
        "Models/BadRequest.swift",
        "Models/Incident.swift",
        "Models/IncidentEntry.swift",
        "Models/IncidentsResponse.swift",
        "Models/IndexingMetric.swift",
        "Models/IndexingTimeResponse.swift",
        "Models/InfrastructureResponse.swift",
        "Models/InventoryResponse.swift",
        "Models/LatencyMetric.swift",
        "Models/LatencyResponse.swift",
        "Models/Metric.swift",
        "Models/Metrics.swift",
        "Models/ModelType.swift",
        "Models/MonitoringErrorBase.swift",
        "Models/MonitoringForbidden.swift",
        "Models/MonitoringRegion.swift",
        "Models/MonitoringStatus.swift",
        "Models/Period.swift",
        "Models/ProbesMetric.swift",
        "Models/Server.swift",
        "Models/ServerStatus.swift",
        "Models/StatusResponse.swift",
        "Models/TimeEntry.swift",
        "Models/Unauthorized.swift",
        "MonitoringClient.swift",
        "MonitoringClientConfiguration.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Insights",
      "module_type" : "SwiftTarget",
      "name" : "Insights",
      "path" : "Sources/Insights",
      "product_memberships" : [
        "Insights"
      ],
      "sources" : [
        "InsightsClient.swift",
        "InsightsClientConfiguration.swift",
        "Models/AddToCartEvent.swift",
        "Models/AddedToCartObjectIDs.swift",
        "Models/AddedToCartObjectIDsAfterSearch.swift",
        "Models/ClickEvent.swift",
        "Models/ClickedFilters.swift",
        "Models/ClickedObjectIDs.swift",
        "Models/ClickedObjectIDsAfterSearch.swift",
        "Models/ConversionEvent.swift",
        "Models/ConvertedFilters.swift",
        "Models/ConvertedObjectIDs.swift",
        "Models/ConvertedObjectIDsAfterSearch.swift",
        "Models/Discount.swift",
        "Models/EventsItems.swift",
        "Models/EventsResponse.swift",
        "Models/InsightsErrorBase.swift",
        "Models/InsightsEvents.swift",
        "Models/InsightsValue.swift",
        "Models/ObjectData.swift",
        "Models/ObjectDataAfterSearch.swift",
        "Models/Price.swift",
        "Models/PurchaseEvent.swift",
        "Models/PurchasedObjectIDs.swift",
        "Models/PurchasedObjectIDsAfterSearch.swift",
        "Models/ViewEvent.swift",
        "Models/ViewedFilters.swift",
        "Models/ViewedObjectIDs.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ingestion",
      "module_type" : "SwiftTarget",
      "name" : "Ingestion",
      "path" : "Sources/Ingestion",
      "product_memberships" : [
        "Ingestion"
      ],
      "sources" : [
        "IngestionClient.swift",
        "IngestionClientConfiguration.swift",
        "Models/ActionType.swift",
        "Models/AuthAPIKey.swift",
        "Models/AuthAPIKeyPartial.swift",
        "Models/AuthAlgolia.swift",
        "Models/AuthAlgoliaInsights.swift",
        "Models/AuthAlgoliaInsightsPartial.swift",
        "Models/AuthAlgoliaPartial.swift",
        "Models/AuthBasic.swift",
        "Models/AuthBasicPartial.swift",
        "Models/AuthGoogleServiceAccount.swift",
        "Models/AuthGoogleServiceAccountPartial.swift",
        "Models/AuthInput.swift",
        "Models/AuthInputPartial.swift",
        "Models/AuthOAuth.swift",
        "Models/AuthOAuthPartial.swift",
        "Models/Authentication.swift",
        "Models/AuthenticationCreate.swift",
        "Models/AuthenticationCreateResponse.swift",
        "Models/AuthenticationSearch.swift",
        "Models/AuthenticationSortKeys.swift",
        "Models/AuthenticationType.swift",
        "Models/AuthenticationUpdate.swift",
        "Models/AuthenticationUpdateResponse.swift",
        "Models/BigCommerceChannel.swift",
        "Models/BigCommerceMetafield.swift",
        "Models/BigQueryDataType.swift",
        "Models/CommercetoolsCustomFields.swift",
        "Models/DeleteResponse.swift",
        "Models/Destination.swift",
        "Models/DestinationCreate.swift",
        "Models/DestinationCreateResponse.swift",
        "Models/DestinationInput.swift",
        "Models/DestinationSearch.swift",
        "Models/DestinationSortKeys.swift",
        "Models/DestinationType.swift",
        "Models/DestinationUpdate.swift",
        "Models/DestinationUpdateResponse.swift",
        "Models/DockerStreams.swift",
        "Models/DockerStreamsInput.swift",
        "Models/DockerStreamsSyncMode.swift",
        "Models/EmailNotifications.swift",
        "Models/EntityType.swift",
        "Models/EventSortKeys.swift",
        "Models/IngestionAction.swift",
        "Models/IngestionErrorBase.swift",
        "Models/IngestionEvent.swift",
        "Models/IngestionEventStatus.swift",
        "Models/IngestionEventType.swift",
        "Models/IngestionSource.swift",
        "Models/IngestionTask.swift",
        "Models/IngestionWatchResponse.swift",
        "Models/ListAuthenticationsResponse.swift",
        "Models/ListDestinationsResponse.swift",
        "Models/ListEventsResponse.swift",
        "Models/ListSourcesResponse.swift",
        "Models/ListTasksResponse.swift",
        "Models/ListTasksResponseV1.swift",
        "Models/ListTransformationsResponse.swift",
        "Models/MappingFieldDirective.swift",
        "Models/MappingFormatSchema.swift",
        "Models/MappingInput.swift",
        "Models/MappingKitAction.swift",
        "Models/MappingTypeCSV.swift",
        "Models/MethodType.swift",
        "Models/Notifications.swift",
        "Models/OnDemandTrigger.swift",
        "Models/OnDemandTriggerInput.swift",
        "Models/OnDemandTriggerType.swift",
        "Models/OrderKeys.swift",
        "Models/Pagination.swift",
        "Models/Platform.swift",
        "Models/PlatformNone.swift",
        "Models/PlatformWithNone.swift",
        "Models/Policies.swift",
        "Models/PushTaskPayload.swift",
        "Models/PushTaskRecords.swift",
        "Models/RecordType.swift",
        "Models/Run.swift",
        "Models/RunListResponse.swift",
        "Models/RunOutcome.swift",
        "Models/RunProgress.swift",
        "Models/RunReasonCode.swift",
        "Models/RunResponse.swift",
        "Models/RunSortKeys.swift",
        "Models/RunSourcePayload.swift",
        "Models/RunSourceResponse.swift",
        "Models/RunStatus.swift",
        "Models/RunType.swift",
        "Models/ScheduleTrigger.swift",
        "Models/ScheduleTriggerInput.swift",
        "Models/ScheduleTriggerType.swift",
        "Models/ShopifyInput.swift",
        "Models/ShopifyMarket.swift",
        "Models/ShopifyMetafield.swift",
        "Models/SourceBigCommerce.swift",
        "Models/SourceBigQuery.swift",
        "Models/SourceCSV.swift",
        "Models/SourceCommercetools.swift",
        "Models/SourceCreate.swift",
        "Models/SourceCreateResponse.swift",
        "Models/SourceDocker.swift",
        "Models/SourceGA4BigQueryExport.swift",
        "Models/SourceInput.swift",
        "Models/SourceJSON.swift",
        "Models/SourceSearch.swift",
        "Models/SourceShopify.swift",
        "Models/SourceShopifyBase.swift",
        "Models/SourceSortKeys.swift",
        "Models/SourceType.swift",
        "Models/SourceUpdate.swift",
        "Models/SourceUpdateCommercetools.swift",
        "Models/SourceUpdateDocker.swift",
        "Models/SourceUpdateInput.swift",
        "Models/SourceUpdateResponse.swift",
        "Models/SourceUpdateShopify.swift",
        "Models/StreamingInput.swift",
        "Models/StreamingTrigger.swift",
        "Models/StreamingTriggerType.swift",
        "Models/SubscriptionTrigger.swift",
        "Models/SubscriptionTriggerType.swift",
        "Models/TaskCreate.swift",
        "Models/TaskCreateResponse.swift",
        "Models/TaskCreateTrigger.swift",
        "Models/TaskCreateV1.swift",
        "Models/TaskInput.swift",
        "Models/TaskSearch.swift",
        "Models/TaskSortKeys.swift",
        "Models/TaskUpdate.swift",
        "Models/TaskUpdateResponse.swift",
        "Models/TaskUpdateV1.swift",
        "Models/TaskV1.swift",
        "Models/Transformation.swift",
        "Models/TransformationCode.swift",
        "Models/TransformationCreate.swift",
        "Models/TransformationCreateResponse.swift",
        "Models/TransformationError.swift",
        "Models/TransformationInput.swift",
        "Models/TransformationNoCode.swift",
        "Models/TransformationSearch.swift",
        "Models/TransformationSortKeys.swift",
        "Models/TransformationTry.swift",
        "Models/TransformationTryResponse.swift",
        "Models/TransformationType.swift",
        "Models/TransformationUpdateResponse.swift",
        "Models/Trigger.swift",
        "Models/TriggerType.swift",
        "Models/TriggerUpdateInput.swift",
        "Models/Window.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_memberships" : [
        "Core",
        "Abtesting",
        "Analytics",
        "Composition",
        "Ingestion",
        "Insights",
        "Monitoring",
        "Personalization",
        "QuerySuggestions",
        "Recommend",
        "Search"
      ],
      "sources" : [
        "AnyCodable/AnyCodable.swift",
        "AnyCodable/AnyDecodable.swift",
        "AnyCodable/AnyEncodable.swift",
        "Common/BridgedTask.swift",
        "Common/CallType.swift",
        "Common/Credentials.swift",
        "Common/DecodingErrorPrettyPrinter.swift",
        "Common/ErrorMessage.swift",
        "Common/Logging.swift",
        "Common/Region.swift",
        "Common/RequestOptions.swift",
        "Common/StringOption.swift",
        "Helpers/APIHelper.swift",
        "Helpers/CharacterSet.swift",
        "Helpers/CodableHelper.swift",
        "Helpers/Encoding.swift",
        "Helpers/Extensions.swift",
        "Helpers/Iterable.swift",
        "Helpers/Models.swift",
        "Helpers/OpenISO8601DateFormatter.swift",
        "Helpers/Random.swift",
        "Helpers/SynchronizedDictionary.swift",
        "Helpers/TimeInterval.swift",
        "Helpers/Version.swift",
        "Networking/BaseConfiguration.swift",
        "Networking/Compression/CompressionAlgorithm.swift",
        "Networking/Compression/Gzip.swift",
        "Networking/HTTP/AlgoliaError.swift",
        "Networking/HTTP/HTTPError.swift",
        "Networking/HTTP/HTTPMethod.swift",
        "Networking/HTTP/HTTPStatusCode.swift",
        "Networking/RequestBuilder/EchoRequestBuilder.swift",
        "Networking/RequestBuilder/RequestBuilder.swift",
        "Networking/RequestBuilder/URLSessionRequestBuilder.swift",
        "Networking/RetryStrategy/AlgoliaRetryStrategy.swift",
        "Networking/RetryStrategy/HostIterator.swift",
        "Networking/RetryStrategy/RetryStrategy.swift",
        "Networking/RetryStrategy/RetryableHost.swift",
        "Networking/Transporter.swift",
        "Networking/URLSessionLinux.swift",
        "Networking/UserAgent/UserAgent.swift",
        "Networking/UserAgent/UserAgentController.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Composition",
      "module_type" : "SwiftTarget",
      "name" : "Composition",
      "path" : "Sources/Composition",
      "product_memberships" : [
        "Composition"
      ],
      "sources" : [
        "CompositionClient.swift",
        "CompositionClientConfiguration.swift",
        "Models/CompositionAroundPrecision.swift",
        "Models/CompositionAroundRadius.swift",
        "Models/CompositionAroundRadiusAll.swift",
        "Models/CompositionBanner.swift",
        "Models/CompositionBannerImage.swift",
        "Models/CompositionBannerImageUrl.swift",
        "Models/CompositionBannerLink.swift",
        "Models/CompositionBaseSearchResponse.swift",
        "Models/CompositionCompositionBaseSearchResponse.swift",
        "Models/CompositionCompositionIdRankingInfo.swift",
        "Models/CompositionCompositionRankingInfo.swift",
        "Models/CompositionCompositionRunAppliedRules.swift",
        "Models/CompositionCompositionRunSearchResponse.swift",
        "Models/CompositionCompositionsSearchResponse.swift",
        "Models/CompositionErrorBase.swift",
        "Models/CompositionExhaustive.swift",
        "Models/CompositionFacetFilters.swift",
        "Models/CompositionFacetHits.swift",
        "Models/CompositionFacetOrdering.swift",
        "Models/CompositionFacetStats.swift",
        "Models/CompositionFacets.swift",
        "Models/CompositionHighlightResult.swift",
        "Models/CompositionHighlightResultOption.swift",
        "Models/CompositionHit.swift",
        "Models/CompositionHitRankingInfo.swift",
        "Models/CompositionInsideBoundingBox.swift",
        "Models/CompositionMatchLevel.swift",
        "Models/CompositionMatchedGeoLocation.swift",
        "Models/CompositionNumericFilters.swift",
        "Models/CompositionOptionalFilters.swift",
        "Models/CompositionParams.swift",
        "Models/CompositionPersonalization.swift",
        "Models/CompositionRange.swift",
        "Models/CompositionRankingInfo.swift",
        "Models/CompositionRedirect.swift",
        "Models/CompositionRedirectRuleIndexData.swift",
        "Models/CompositionRedirectRuleIndexMetadata.swift",
        "Models/CompositionRedirectURL.swift",
        "Models/CompositionRenderingContent.swift",
        "Models/CompositionRequestBody.swift",
        "Models/CompositionResultsCompositionInfoResponse.swift",
        "Models/CompositionResultsCompositionsResponse.swift",
        "Models/CompositionResultsInjectedItemAppliedRulesInfoResponse.swift",
        "Models/CompositionResultsInjectedItemInfoResponse.swift",
        "Models/CompositionSearchForFacetValuesParams.swift",
        "Models/CompositionSearchForFacetValuesRequest.swift",
        "Models/CompositionSearchForFacetValuesResponse.swift",
        "Models/CompositionSearchForFacetValuesResults.swift",
        "Models/CompositionSearchHits.swift",
        "Models/CompositionSearchPagination.swift",
        "Models/CompositionSearchResponse.swift",
        "Models/CompositionSearchResults.swift",
        "Models/CompositionSearchResultsItem.swift",
        "Models/CompositionSnippetResult.swift",
        "Models/CompositionSnippetResultOption.swift",
        "Models/CompositionSortRemainingBy.swift",
        "Models/CompositionSupportedLanguage.swift",
        "Models/CompositionValue.swift",
        "Models/CompositionWidgets.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Analytics",
      "module_type" : "SwiftTarget",
      "name" : "Analytics",
      "path" : "Sources/Analytics",
      "product_memberships" : [
        "Analytics"
      ],
      "sources" : [
        "AnalyticsClient.swift",
        "AnalyticsClientConfiguration.swift",
        "Models/AnalyticsErrorBase.swift",
        "Models/ClickPosition.swift",
        "Models/CurrencyCode.swift",
        "Models/DailyAddToCartRates.swift",
        "Models/DailyAverageClicks.swift",
        "Models/DailyClickThroughRates.swift",
        "Models/DailyConversionRates.swift",
        "Models/DailyNoClickRates.swift",
        "Models/DailyNoResultsRates.swift",
        "Models/DailyPurchaseRates.swift",
        "Models/DailyRevenue.swift",
        "Models/DailySearches.swift",
        "Models/DailySearchesNoClicks.swift",
        "Models/DailySearchesNoResults.swift",
        "Models/DailyUsers.swift",
        "Models/Direction.swift",
        "Models/GetAddToCartRateResponse.swift",
        "Models/GetAverageClickPositionResponse.swift",
        "Models/GetClickPositionsResponse.swift",
        "Models/GetClickThroughRateResponse.swift",
        "Models/GetConversionRateResponse.swift",
        "Models/GetNoClickRateResponse.swift",
        "Models/GetNoResultsRateResponse.swift",
        "Models/GetPurchaseRateResponse.swift",
        "Models/GetRevenue.swift",
        "Models/GetSearchesCountResponse.swift",
        "Models/GetSearchesNoClicksResponse.swift",
        "Models/GetSearchesNoResultsResponse.swift",
        "Models/GetStatusResponse.swift",
        "Models/GetTopCountriesResponse.swift",
        "Models/GetTopFilterAttribute.swift",
        "Models/GetTopFilterAttributesResponse.swift",
        "Models/GetTopFilterForAttribute.swift",
        "Models/GetTopFilterForAttributeResponse.swift",
        "Models/GetTopFiltersNoResultsResponse.swift",
        "Models/GetTopFiltersNoResultsValue.swift",
        "Models/GetTopFiltersNoResultsValues.swift",
        "Models/GetTopHitsResponse.swift",
        "Models/GetTopSearchesResponse.swift",
        "Models/GetUsersCountResponse.swift",
        "Models/Operator.swift",
        "Models/OrderBy.swift",
        "Models/TopCountry.swift",
        "Models/TopHit.swift",
        "Models/TopHitWithAnalytics.swift",
        "Models/TopHitWithRevenueAnalytics.swift",
        "Models/TopHitsResponse.swift",
        "Models/TopHitsResponseWithAnalytics.swift",
        "Models/TopHitsResponseWithRevenueAnalytics.swift",
        "Models/TopSearch.swift",
        "Models/TopSearchWithAnalytics.swift",
        "Models/TopSearchWithRevenueAnalytics.swift",
        "Models/TopSearchesResponse.swift",
        "Models/TopSearchesResponseWithAnalytics.swift",
        "Models/TopSearchesResponseWithRevenueAnalytics.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Abtesting",
      "module_type" : "SwiftTarget",
      "name" : "Abtesting",
      "path" : "Sources/Abtesting",
      "product_memberships" : [
        "Abtesting"
      ],
      "sources" : [
        "AbtestingClient.swift",
        "AbtestingClientConfiguration.swift",
        "Models/ABTest.swift",
        "Models/ABTestConfiguration.swift",
        "Models/ABTestResponse.swift",
        "Models/AbTestsVariant.swift",
        "Models/AbTestsVariantSearchParams.swift",
        "Models/AbtestingErrorBase.swift",
        "Models/AbtestingStatus.swift",
        "Models/AddABTestsRequest.swift",
        "Models/AddABTestsVariant.swift",
        "Models/Currency.swift",
        "Models/CustomSearchParams.swift",
        "Models/EffectMetric.swift",
        "Models/EmptySearch.swift",
        "Models/EmptySearchFilter.swift",
        "Models/EstimateABTestRequest.swift",
        "Models/EstimateABTestResponse.swift",
        "Models/EstimateConfiguration.swift",
        "Models/FilterEffects.swift",
        "Models/ListABTestsResponse.swift",
        "Models/MinimumDetectableEffect.swift",
        "Models/Outliers.swift",
        "Models/OutliersFilter.swift",
        "Models/ScheduleABTestResponse.swift",
        "Models/ScheduleABTestsRequest.swift",
        "Models/Variant.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.