When attempting to run Sample Project Chapter 1.1 and 1.2 I get the following error on the Utilities.swift file:
Binary operator '===' cannot be applied to operands of type 'Self.Element' and 'AnyObject'
There is also a warning on ColorSpaceConversion.swift:
Initializer for struct 'ARGBPixel_s' must use "self.init(...)" or "self = ..." because the struct was imported from C