cocoapodsでalamofire、swiftyjson、alamofire-swiftyjsonの3つのライブラリをインストールしたのですが、podのalamofire-swiftyjson.swiftでビルドエラーとなってしまいます。

Command failed due to signal: Segmentation fault: 11

/Test4/Pods/Alamofire-SwiftyJSON/Source/Alamofire-SwiftyJSON.swift:16:11: error: use of undeclared type 'Request'
extension Request {

環境
OS X 10.10.3
xcode6.3
cocoapods 0.36.3

Podfile

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'Alamofire'
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git', :branch => 'xcode6.3'
pod 'Alamofire-SwiftyJSON', :git => "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git"