Closed frankus closed 8 years ago
huh, interesting... thanks for reporting this
more info here:
private func accessorUSR(getter: Bool) -> String
checks for py
class properties contains a cpy
tag
force unwrap causes the crash
more: proposed a fix in #285
Merged in #291. Thanks to @jeremiegirault and @frankus for reporting 😄
Declaring a class property in Objective-C:
and running sourcekitten (arguments of
doc -objc -- -x objective-c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.0.sdk -I /path/to/project
) against it fails with aterminated by signal SIGILL (Illegal instruction)
error.