I am trying to use an Objective-C framework with the Swift programming language for iOS 8 development. This is a specific case of an import but the general problem is:
To add Parse framework to the Swift project: Add this libaries to the Swift Project.

Paste this frameworks from ParseSDK to your project:

Add a ProjectName-Bridging-Header.h (https://developer.apple.com/library/ios/documentation/swift/conceptual/buildingcocoaapps/MixandMatch.html) (https://stackoverflow.com/a/24272431/1847511) file with such content.

Add path to tie bridging header:

Add the TestCode:

Run the app.