Skip to content

Conversation

@orenidan
Copy link
Contributor

Changes in this pull request

This PR resolves an ambiguity issue with the contains function when building with Xcode 16.3. The Swift compiler introduced stricter type checking, which caused ambiguous behavior in some contexts. The fix involves explicitly specifying the element type in the contains call to ensure clarity and compatibility with the updated compiler.

This PR resolves an ambiguity issue with the contains function when building with Xcode 16.3. The Swift compiler introduced stricter type checking, which caused ambiguous behavior in some contexts. The fix involves explicitly specifying the element type in the contains call to ensure clarity and compatibility with the updated compiler.
Copy link

@dekelmaman dekelmaman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@njw438 njw438 merged commit d5f2392 into master Apr 21, 2025
9 of 10 checks passed
@orenidan orenidan deleted the oren/fix_for_xcode_16_3 branch November 23, 2025 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants