Skip to content

Fix build with Xcode 26.4#22

Open
talesp wants to merge 1 commit intometasidd:mainfrom
talesp:main
Open

Fix build with Xcode 26.4#22
talesp wants to merge 1 commit intometasidd:mainfrom
talesp:main

Conversation

@talesp
Copy link
Copy Markdown

@talesp talesp commented Feb 18, 2026

Xcode 26.4 infers the line let rawT = (normalizedTargetHue - normalizedLowerHue + 360).normalizedHue / hueDiff

As Double, but rounding method has different names for Float and Double. This unifies method name and relies on proper type inference from Xcode

Xcode 26.4 infers the line `let rawT = (normalizedTargetHue - normalizedLowerHue + 360).normalizedHue / hueDiff`

As Double, but rounding method has different names for Float and Double. This unifies method name and relies on proper type inference from Xcode
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.

1 participant