macOS-NSFileHandle之stdout,stderr
参考:How can I output to STDERR with Swift?
- stderr: 
NSFileHandle.fileHandleWithStandardError()
或者 
1  |  | 
macOS-NSFileHandle之stdout,stderr
 https://dnacore.github.io/post/62f45487-f3f6-465b-9c13-331f29e5f609.html
 参考:How can I output to STDERR with Swift?
NSFileHandle.fileHandleWithStandardError()1  |  |