Explorar el Código

Update KingfisherManager.swift

Wei Wang hace 5 años
padre
commit
a38636c1a9
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Sources/General/KingfisherManager.swift

+ 3 - 3
Sources/General/KingfisherManager.swift

@@ -420,9 +420,9 @@ public class KingfisherManager {
             )
 
 
-            // The code below is neat, but it fails the Swift 5.2 compiler when `BUILD_LIBRARY_FOR_DISTRIBUTION` is
-            // turned on. I believe it is a bug in the compiler. But let's fallback to a traditional style before the
-            // bug can be fixed in Swift.
+            // The code below is neat, but it fails the Swift 5.2 compiler with a runtime crash when 
+            // `BUILD_LIBRARY_FOR_DISTRIBUTION` is turned on. I believe it is a bug in the compiler. 
+            // Let's fallback to a traditional style before it can be fixed in Swift.
             //
             // https://github.com/onevcat/Kingfisher/issues/1436
             //