There're some initializers (namely in NSURLSession) that have a comment: public /*not inherited*/ init(... What is this “not inherited” comment trying to convey, and how would one go about implementing this in Swift? /Daniel