Objective-CのOSSをswiftから使用しようとしているのですが
「nonnull NSNumber *」の型が理解できずうまくいきません。。。

CorePlot
+(nonnull instancetype)plotRangeWithLocation:(nonnull NSNumber *)loc length:(nonnull NSNumber *)len;

試行錯誤中しているのですが、理解できていない状態です。
なにかアドバイスがあると助かります。

CPTPlotRange.plotRangeWithLocation(NSNumber(int: 0), length: NSNumber(int: 309))

エラー内容
'plotRangeWithLocation(_:length:)' is unavailable: use object construction 'CPTPlotRange(location:length:)'