Describe the bug 🐛
Hello. I just installed Xcode 16 and my project stopped building due to Algolia InstantSearch. The following error is immediately reported in the HitsInteractor class: Type 'PageMap' does not conform to protocol 'Sequence'.
To Reproduce 🔍
Steps to reproduce the behavior:
- Install Xcode 16
- Add the InstantSearch iOS
7.26.2 SPM package and try to build
- See error
Expected behavior 💭
The project should successfully build.
Screenshots 🖥
If applicable, add screenshots to help explain your problem.
Environment:
- OS: iOS (I tried on simulator)
- Version 16
Additional context
None. Please add support for Xcode 16 since probably this is not the only breaking change introduced, just the first reported one by the Xcode compiler