-
Notifications
You must be signed in to change notification settings - Fork 560
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
Swift 5.2 support (Xcode 11.4) #668
Milestone
Comments
Hi, @rjchatfield, first of all, thank you for the suggestion, you are welcome to send a PR |
Yea, you are right this is an appropriate solution. I created a draft PR for new beta |
Hello! Any updates on that? |
The proposed changes worked. Waiting on release of new version. |
Merged into master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Macaw doesn't compile with Swift 5.2 included in Xcode 11.4 beta 1.
There are 4 compilation failures that I saw. This was in
Gradient.swift
:Error message:
Perhaps as a workaround to this to change the
T: Gradient
up to the expectedT: Fill
and the guard on the first line to cast it to the expected type, elsefalse
:The text was updated successfully, but these errors were encountered: