Skip to content

Cannot compile on Swift 5.10+ because of Optional values#144

Open
fizker wants to merge 1 commit intouraimo:masterfrom
fizker:fix-force-unwraps
Open

Cannot compile on Swift 5.10+ because of Optional values#144
fizker wants to merge 1 commit intouraimo:masterfrom
fizker:fix-force-unwraps

Conversation

@fizker
Copy link

@fizker fizker commented May 3, 2025

When trying to compile this project with newer Swift versions (I tried 5.10 and 6.1), it fails because of some Optional values. This PR fixes those issues by unwrapping the values instead of manually checking for nil.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants