You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was attempting to compile this with Swift 4.0.3 and got a strange compiler error. No code changes were identified by the Swift conversion tool. Here is the updated Package.swift for 4.x:
I was attempting to compile this with Swift 4.0.3 and got a strange compiler error. No code changes were identified by the Swift conversion tool. Here is the updated Package.swift for 4.x:
The compile error is the following after setting
.swift-version
to 4.0.3:I have seen similar errors in Swift 2->3 ports, but it was always a type mis-match in the code. The code looks correct in this case.
The text was updated successfully, but these errors were encountered: