bennyguitar / Colours

A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier.
MIT License
3.09k stars 300 forks source link

CIELAB transform block in swift takes too long to be solved #31

Closed nheagy closed 9 years ago

nheagy commented 9 years ago

Seeing this in Xcode 6.3/Swift 1.2:

https://www.dropbox.com/s/z7t23oxtg9bsgli/Screenshot%202015-03-11%2022.59.23.png?dl=0

bennyguitar commented 9 years ago

I'll break it up into smaller chunks. Really hate that Swift can't handle that when Objective-C can -_-

bennyguitar commented 9 years ago

I'll reopen this issue when Xcode 6.3 becomes public. Right now, I'm not worried about beta builds. Xcode 6.2 handles it perfectly fine.