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
There is already a PR #1098 for Swift 5 support. We are waiting for CI support for Xcode 10.2 before we can merge it into master. If you need Swift 5 for now, please use the "swift5.0" branch instead.
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
Issue Description
The new release of Xcode (which is 10.2 Beta) is producing errors
What
Kingfisher/Sources/Image/Image.swift
Line 233 in 20d3f03
Error showes up in above code. Saying Cannot mutate property 'kf' of immutable value 'image'.
Reproduce
Download Xcode 10.2 beta from apple developer site and build KingFisher. Done.
Other Comment
I'll make an PR for this
The text was updated successfully, but these errors were encountered: