Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant