Identificador não resolvido do Swift OpenGL kCGImageAlphaPremultipliedLast

Estou recebendo um erro de identificador não resolvido para 'kCGImageAlphaPremultipliedLast'. Swift não consegue encontrá-lo. Isso está disponível no Swift?

var gc = CGBitmapContextCreate(&pixelData, width: width, height: height, bitsPerComponent: 8, bytesPerRow: width*4, imageCS, bitmapInfo: kCGImageAlphaPremultipliedLast);

questionAnswers(2)

yourAnswerToTheQuestion