I'm having an issue creating a 4X4 openGL matrix in swift. I have imported the following which worked in Obj-C:
import UIKit
import GLKit
import OpenGLES
GLKMatrix4 is not available, however I have access to other GL math resources, GLKMathDegreesToRadians() for instance. 
Has anyone else run into this issue?