https://github.com/BasThomas/Analysis/blob/c686069910d11b9e5169437188caf8312ea24271/Analysis/Classes/Analysis.swift#L80 it's better to use [isWhitespace](https://developer.apple.com/documentation/swift/character/iswhitespace) which is intended exact for such cases.
Analysis/Analysis/Classes/Analysis.swift
Line 80 in c686069
it's better to use isWhitespace which is intended exact for such cases.