The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of AlgoliaSearchClient, reference 9.37.0 (2e82b7), with Swift 6.1 for Linux on 4 Dec 2025 17:52:06 UTC.

Swift 6 data race errors: 15

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         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:245:44: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
243 |         try container.encodeIfPresent(self.exhaustive, forKey: .exhaustive)
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
    |                                            `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:246:44: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
244 |         try container.encodeIfPresent(self.appliedRules, forKey: .appliedRules)
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
    |                                            `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:247:44: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
245 |         try container.encodeIfPresent(self.exhaustiveFacetsCount, forKey: .exhaustiveFacetsCount)
246 |         try container.encodeIfPresent(self.exhaustiveNbHits, forKey: .exhaustiveNbHits)
247 |         try container.encodeIfPresent(self.exhaustiveTypo, forKey: .exhaustiveTypo)
    |                                            `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
248 |         try container.encodeIfPresent(self.facets, forKey: .facets)
249 |         try container.encodeIfPresent(self.facetsStats, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:280:14: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
278 |         self.exhaustive = try container.decodeIfPresent(SearchExhaustive.self, forKey: .exhaustive)
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
    |              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:281:14: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
279 |         self.appliedRules = try container.decodeIfPresent([AnyCodable].self, forKey: .appliedRules)
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
    |              `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:282:14: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
280 |         self.exhaustiveFacetsCount = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveFacetsCount)
281 |         self.exhaustiveNbHits = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveNbHits)
282 |         self.exhaustiveTypo = try container.decodeIfPresent(Bool.self, forKey: .exhaustiveTypo)
    |              `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
283 |         self.facets = try container.decodeIfPresent([String: [String: Int]].self, forKey: .facets)
284 |         self.facetsStats = try container.decodeIfPresent([String: SearchFacetStats].self, forKey: .facetsStats)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:17: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                 `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:343:46: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
341 |             lhs.exhaustive == rhs.exhaustive &&
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
    |                                              `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:17: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                 `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:344:41: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
342 |             lhs.appliedRules == rhs.appliedRules &&
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
    |                                         `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
346 |             lhs.facets == rhs.facets &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:17: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                 `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:345:39: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
343 |             lhs.exhaustiveFacetsCount == rhs.exhaustiveFacetsCount &&
344 |             lhs.exhaustiveNbHits == rhs.exhaustiveNbHits &&
345 |             lhs.exhaustiveTypo == rhs.exhaustiveTypo &&
    |                                       `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
346 |             lhs.facets == rhs.facets &&
347 |             lhs.facetsStats == rhs.facetsStats &&
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:375:29: warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
373 |         hasher.combine(self.exhaustive?.hashValue)
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
    |                             `- warning: 'exhaustiveFacetsCount' is deprecated: This property is deprecated.
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:376:29: warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
374 |         hasher.combine(self.appliedRules?.hashValue)
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
    |                             `- warning: 'exhaustiveNbHits' is deprecated: This property is deprecated.
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
378 |         hasher.combine(self.facets?.hashValue)
/host/spi-builder-workspace/Sources/Search/Models/SearchBaseSearchResponse.swift:377:29: warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
375 |         hasher.combine(self.exhaustiveFacetsCount?.hashValue)
376 |         hasher.combine(self.exhaustiveNbHits?.hashValue)
377 |         hasher.combine(self.exhaustiveTypo?.hashValue)
    |                             `- warning: 'exhaustiveTypo' is deprecated: This property is deprecated.
378 |         hasher.combine(self.facets?.hashValue)
379 |         hasher.combine(self.facetsStats?.hashValue)
Build complete! (323.68s)
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" : "AbtestingV3",
      "targets" : [
        "AbtestingV3"
      ],
      "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",
        "AbtestingV3",
        "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/RunTaskPayload.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/TaskReplace.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",
        "AbtestingV3",
        "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/BaseInjectionQueryParameters.swift",
        "Models/BatchCompositionAction.swift",
        "Models/Composition.swift",
        "Models/CompositionAction.swift",
        "Models/CompositionAdvancedSyntaxFeatures.swift",
        "Models/CompositionAlternativesAsExact.swift",
        "Models/CompositionAnchoring.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/CompositionBatchParams.swift",
        "Models/CompositionBehavior.swift",
        "Models/CompositionBooleanString.swift",
        "Models/CompositionCondition.swift",
        "Models/CompositionDistinct.swift",
        "Models/CompositionErrorBase.swift",
        "Models/CompositionExactOnSingleWordQuery.swift",
        "Models/CompositionExhaustive.swift",
        "Models/CompositionFacetFilters.swift",
        "Models/CompositionFacetHits.swift",
        "Models/CompositionFacetOrdering.swift",
        "Models/CompositionFacetStats.swift",
        "Models/CompositionGetTaskResponse.swift",
        "Models/CompositionHighlightResult.swift",
        "Models/CompositionHighlightResultOption.swift",
        "Models/CompositionHit.swift",
        "Models/CompositionIdRankingInfo.swift",
        "Models/CompositionIgnorePlurals.swift",
        "Models/CompositionIndexSettingsFacets.swift",
        "Models/CompositionInsideBoundingBox.swift",
        "Models/CompositionMain.swift",
        "Models/CompositionMatchLevel.swift",
        "Models/CompositionMatchedGeoLocation.swift",
        "Models/CompositionMultipleBatchRequest.swift",
        "Models/CompositionMultipleBatchResponse.swift",
        "Models/CompositionNumericFilters.swift",
        "Models/CompositionOptionalFilters.swift",
        "Models/CompositionOptionalWords.swift",
        "Models/CompositionParams.swift",
        "Models/CompositionPersonalization.swift",
        "Models/CompositionQueryType.swift",
        "Models/CompositionRange.swift",
        "Models/CompositionRankingInfo.swift",
        "Models/CompositionRedirect.swift",
        "Models/CompositionRedirectRuleIndexData.swift",
        "Models/CompositionRedirectRuleIndexMetadata.swift",
        "Models/CompositionRedirectURL.swift",
        "Models/CompositionRemoveStopWords.swift",
        "Models/CompositionRemoveWordsIfNoResults.swift",
        "Models/CompositionRenderingContent.swift",
        "Models/CompositionRule.swift",
        "Models/CompositionRuleConsequence.swift",
        "Models/CompositionRulesBatchParams.swift",
        "Models/CompositionRunAppliedRules.swift",
        "Models/CompositionRunSearchResponse.swift",
        "Models/CompositionSearchForFacetValuesRequest.swift",
        "Models/CompositionSearchForFacetValuesResponse.swift",
        "Models/CompositionSearchHits.swift",
        "Models/CompositionSearchPagination.swift",
        "Models/CompositionSearchResponse.swift",
        "Models/CompositionSearchSource.swift",
        "Models/CompositionSnippetResult.swift",
        "Models/CompositionSnippetResultOption.swift",
        "Models/CompositionSortRemainingBy.swift",
        "Models/CompositionSource.swift",
        "Models/CompositionSourceSearch.swift",
        "Models/CompositionSupportedLanguage.swift",
        "Models/CompositionTaskStatus.swift",
        "Models/CompositionTimeRange.swift",
        "Models/CompositionTypoTolerance.swift",
        "Models/CompositionTypoToleranceEnum.swift",
        "Models/CompositionValue.swift",
        "Models/CompositionWidgets.swift",
        "Models/CompositionsSearchResponse.swift",
        "Models/DedupPositioning.swift",
        "Models/Deduplication.swift",
        "Models/DeleteCompositionAction.swift",
        "Models/DeleteCompositionRuleAction.swift",
        "Models/External.swift",
        "Models/ExternalInjectedItem.swift",
        "Models/ExternalInjection.swift",
        "Models/ExternalOrdering.swift",
        "Models/ExternalSource.swift",
        "Models/HitMetadata.swift",
        "Models/HitRankingInfo.swift",
        "Models/InjectedItem.swift",
        "Models/InjectedItemHitsMetadata.swift",
        "Models/InjectedItemMetadata.swift",
        "Models/InjectedItemSource.swift",
        "Models/Injection.swift",
        "Models/ListCompositionsResponse.swift",
        "Models/MainInjectionQueryParameters.swift",
        "Models/RequestBody.swift",
        "Models/ResultsCompositionInfoResponse.swift",
        "Models/ResultsCompositionsResponse.swift",
        "Models/ResultsInjectedItemAppliedRulesInfoResponse.swift",
        "Models/ResultsInjectedItemInfoResponse.swift",
        "Models/RulesBatchCompositionAction.swift",
        "Models/RulesMultipleBatchRequest.swift",
        "Models/RulesMultipleBatchResponse.swift",
        "Models/Search.swift",
        "Models/SearchCompositionRulesParams.swift",
        "Models/SearchCompositionRulesResponse.swift",
        "Models/SearchForFacetValuesParams.swift",
        "Models/SearchForFacetValuesResults.swift",
        "Models/SearchResults.swift",
        "Models/SearchResultsItem.swift",
        "Models/TaskIDResponse.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/AnalyticsDirection.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/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" : "AbtestingV3",
      "module_type" : "SwiftTarget",
      "name" : "AbtestingV3",
      "path" : "Sources/AbtestingV3",
      "product_dependencies" : [
        "Crypto",
        "Logging"
      ],
      "product_memberships" : [
        "AbtestingV3"
      ],
      "sources" : [
        "AbtestingV3Client.swift",
        "AbtestingV3ClientConfiguration.swift",
        "Models/AbtestingV3ABTest.swift",
        "Models/AbtestingV3ABTestConfiguration.swift",
        "Models/AbtestingV3ABTestResponse.swift",
        "Models/AbtestingV3AbTestsVariant.swift",
        "Models/AbtestingV3AbTestsVariantSearchParams.swift",
        "Models/AbtestingV3AddABTestsRequest.swift",
        "Models/AbtestingV3AddABTestsVariant.swift",
        "Models/AbtestingV3CustomSearchParams.swift",
        "Models/AbtestingV3Direction.swift",
        "Models/AbtestingV3EffectMetric.swift",
        "Models/AbtestingV3EmptySearchFilter.swift",
        "Models/AbtestingV3ErrorBase.swift",
        "Models/AbtestingV3EstimateABTestRequest.swift",
        "Models/AbtestingV3EstimateABTestResponse.swift",
        "Models/AbtestingV3EstimateConfiguration.swift",
        "Models/AbtestingV3FilterEffects.swift",
        "Models/AbtestingV3ListABTestsResponse.swift",
        "Models/AbtestingV3MinimumDetectableEffect.swift",
        "Models/AbtestingV3OutliersFilter.swift",
        "Models/AbtestingV3Status.swift",
        "Models/AbtestingV3Variant.swift",
        "Models/CreateMetric.swift",
        "Models/ErrorCorrectionType.swift",
        "Models/MetricDate.swift",
        "Models/MetricMetadata.swift",
        "Models/MetricName.swift",
        "Models/MetricResult.swift",
        "Models/MetricsFilter.swift",
        "Models/Timeseries.swift",
        "Models/TimeseriesVariant.swift",
        "Models/VariantMetadata.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/AbtestingABTest.swift",
        "Models/AbtestingABTestConfiguration.swift",
        "Models/AbtestingABTestResponse.swift",
        "Models/AbtestingAbTestsVariant.swift",
        "Models/AbtestingAbTestsVariantSearchParams.swift",
        "Models/AbtestingAddABTestsRequest.swift",
        "Models/AbtestingAddABTestsVariant.swift",
        "Models/AbtestingCustomSearchParams.swift",
        "Models/AbtestingEffectMetric.swift",
        "Models/AbtestingEmptySearchFilter.swift",
        "Models/AbtestingErrorBase.swift",
        "Models/AbtestingEstimateABTestRequest.swift",
        "Models/AbtestingEstimateABTestResponse.swift",
        "Models/AbtestingEstimateConfiguration.swift",
        "Models/AbtestingFilterEffects.swift",
        "Models/AbtestingListABTestsResponse.swift",
        "Models/AbtestingMinimumDetectableEffect.swift",
        "Models/AbtestingOutliersFilter.swift",
        "Models/AbtestingStatus.swift",
        "Models/AbtestingVariant.swift",
        "Models/Currency.swift",
        "Models/EmptySearch.swift",
        "Models/FeatureFilters.swift",
        "Models/Outliers.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.