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 main (59542a), with Swift 6.0 for Linux on 20 Jun 2025 13:02:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:100:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
 98 |         self.exhaustive = exhaustive
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:101:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
 99 |         self.appliedRules = appliedRules
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
102 |         self.exhaustiveTypo = exhaustiveTypo
103 |         self.facets = facets
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:102:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
100 |         self.exhaustiveFacetsCount = exhaustiveFacetsCount
101 |         self.exhaustiveNbHits = exhaustiveNbHits
102 |         self.exhaustiveTypo = exhaustiveTypo
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
103 |         self.facets = facets
104 |         self.facetsStats = facetsStats
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:179:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
177 |         self.appliedRules = dictionary["appliedRules"]?.value as? [AnyCodable]
178 |
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:181:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
179 |         self.exhaustiveFacetsCount = dictionary["exhaustiveFacetsCount"]?.value as? Bool
180 |
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:183:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
181 |         self.exhaustiveNbHits = dictionary["exhaustiveNbHits"]?.value as? Bool
182 |
183 |         self.exhaustiveTypo = dictionary["exhaustiveTypo"]?.value as? Bool
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
184 |
185 |         self.facets = dictionary["facets"]?.value as? [String: [String: Int]]
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:244:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
242 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:245:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
245 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
246 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.facets, forKey: .facets)
248 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:279:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
277 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
278 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
279 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
280 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
281 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
282 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
283 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:342:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
340 |             lhs.exhaustive == rhs.exhaustive &&
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
341 |             lhs.appliedRules == rhs.appliedRules &&
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
345 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
342 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
343 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
344 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
345 |             lhs.facets == rhs.facets &&
346 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:374:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
372 |         hasher.combine(self.exhaustive?.hashValue)
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
373 |         hasher.combine(self.appliedRules?.hashValue)
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
377 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
374 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
375 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
376 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
377 |         hasher.combine(self.facets?.hashValue)
378 |         hasher.combine(self.facetsStats?.hashValue)
Build complete! (205.13s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "AlgoliaSearchClient",
  "name" : "AlgoliaSearchClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "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" : "zlib",
      "module_type" : "SystemLibraryTarget",
      "name" : "zlib",
      "path" : "Sources/zlib",
      "product_memberships" : [
        "Core",
        "Abtesting",
        "Analytics",
        "Composition",
        "Ingestion",
        "Insights",
        "Monitoring",
        "Personalization",
        "QuerySuggestions",
        "Recommend",
        "Search"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "Search",
      "module_type" : "SwiftTarget",
      "name" : "Search",
      "path" : "Sources/Search",
      "product_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "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_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "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_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "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_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "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_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "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_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "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_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "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_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "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"
      ],
      "target_dependencies" : [
        "zlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Composition",
      "module_type" : "SwiftTarget",
      "name" : "Composition",
      "path" : "Sources/Composition",
      "product_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "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_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "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_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.