Skip to content

Instantly share code, notes, and snippets.

@henry0312
Last active August 29, 2015 14:02
Show Gist options
  • Save henry0312/8bbf2bbdfc4df33c5c41 to your computer and use it in GitHub Desktop.
Save henry0312/8bbf2bbdfc4df33c5c41 to your computer and use it in GitHub Desktop.
<unknown>:0: error: unable to execute command: Segmentation fault: 11
<unknown>:0: error: swift frontend command failed due to signal (use -v to see invocation)
import Cocoa
enum Node {
case Parent(NSMenu, Node)
case Child(NSMenuItem, Node)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment