If you add SwiftyJSON by dragging in the SwiftyJSON.xcodeproj then linking the framework and add a class like the following: ``` import SwiftyJSON class Object { func method(json: JSON) { } } ``` You'll get a segmentation fault