Identificador rápido no resuelto de OpenGL kCGImageAlphaPremultipliedLast

Recibo un error de identificador no resuelto para 'kCGImageAlphaPremultipliedLast'. Swift no puede encontrarlo. ¿Está disponible en Swift?

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

Respuestas a la pregunta(2)

Su respuesta a la pregunta