mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
94fabdd11d
`Swift.print()` uses buffered stdout by calling `putchar(_:)`. This avoids mixing strings from stdout and stderr. fix #432