We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, there seems to be a complication error on line 379 in Zip.swift
Value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer'
The text was updated successfully, but these errors were encountered:
I see there is a PR with a fix #221
Sorry, something went wrong.
Same here. It only fails when compiling for Mac Catalyst though.
Same here for Mac (not Catalyst).
Can we get this PR (#221) merged for the Xcode 13 build fix? Thank you
FYI this seems to compile successfully in Xcode 13.1 RC
No branches or pull requests
Hi, there seems to be a complication error on line 379 in Zip.swift
The text was updated successfully, but these errors were encountered: