Skip to content

Fix Swift 6.2 'Expression' type ambiguity#278

Open
drewster99 wants to merge 1 commit intoABridoux:masterfrom
drewster99:fix/expression-type-ambiguity-swift-6.2
Open

Fix Swift 6.2 'Expression' type ambiguity#278
drewster99 wants to merge 1 commit intoABridoux:masterfrom
drewster99:fix/expression-type-ambiguity-swift-6.2

Conversation

@drewster99
Copy link
Copy Markdown

Fixes #276. The issue was caused by ambiguity in Swift 6.2 where both and define types with similar names. This pull request resolves the ambiguity by explicitly qualifying the and types with the module name.

@drewster99 drewster99 marked this pull request as ready for review April 4, 2026 06:19
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.

'Expression' is ambiguous for type lookup in this context

1 participant