Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SourceKitten crashes when a documentation comment ends with an extended grapheme cluster. #350

Closed
Lukas-Stuehrk opened this issue Mar 28, 2017 · 0 comments · Fixed by #351

Comments

@Lukas-Stuehrk
Copy link
Contributor

NSString and Swift's String handle extended grapheme clusters differently. While removing trailing whitespace, SourceKitten tries to create a UnicodeScalar from an NSString character which does not necessarily succeed. Because of that SourceKitten crashes at force-unwrapping the unicode scalar (String+SourceKitten.swift, line 241 in trimmingTrailingCharacters(in characterSet: CharacterSet).

Minimal example:

/**💣*/
class Foobar{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant