Fatal error: NSArray element failed to match the Swift Array Element type

import Foundation

class Signupcode : NSObject {

var signupcode : String?
var usecount: Int?
var objectId : String?
var ownerId: String?
var created: NSDate?
var updated: NSDate?
//var owner : BackendlessUser?

}

I solved the issue. a typo, silly me. How to close this topic?