-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
@autoclosure in Swift 5 #100
Comments
It sounds like the solution is to change that line to |
Also, is this causing a compiler error for Swift 5? |
Ok, I'll do it.
Yes, but only occurs in my CI environment. Compiling locally in my machine doesn't produce any error. |
The fix for this is now available in 4.2.2 (uploading to CocoaPods now) |
In Sources/Runes/Optional/Optional+Alternative.swift:14 an @autclosure block is passed as an argument. This is forbidden in Swift 5.
From Swift 5 release notes:
Is there any solution for this?
The text was updated successfully, but these errors were encountered: