[swift-dev] Compiler crash: is this a bug in Swift or Xcode?
Joe Groff
jgroff at apple.com
Thu Nov 10 13:19:57 CST 2016
> On Nov 10, 2016, at 10:48 AM, Nevin Brackett-Rozinsky via swift-dev <swift-dev at swift.org> wrote:
>
> When I put these two lines in a Swift file in Xcode (8.1), I get both “SourceKitService quit unexpectedly” and “lldb-rpc-server quit unexpectedly”:
>
> func f(_ a: Int, _ b: Int) { }
> func f(_ ab: (Int, Int)) { }
>
> Where should I file a bug report?
>
> Nevin
SourceKit crashes are usually the compiler's fault. SourceKit is also part of the open-source Swift project, so you can file bugs to bugs.swift.org <http://bugs.swift.org/>.
-Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20161110/25456927/attachment.html>
More information about the swift-dev
mailing list