[swift-users] Problem exporting a custom 2.2 toolchain

2016-08-11 Thread Marcel Rebouças via swift-users
Hello everybody, I've been trying to generate a custom toolchain from the version 2.2.1 to use with Xcode 7. I download every repository needed to build, and set them to the 2.2 branch (i.e. swift-2.2-branch). Then, I used the command explained at the end of this thread:

Re: [swift-users] swiftc and CocoaPods modules

2016-05-11 Thread Marcel Rebouças via swift-users
I just realized the text formatting is wrong, sorry for that. 2016-05-09 11:17 GMT-03:00 Marcel Rebouças : > Hello all, > > I'm trying to run the swiftc (a modified one) command in a project folder > in order to compile all .swift files. It is currently working as follows:

[swift-users] swiftc and CocoaPods modules

2016-05-09 Thread Marcel Rebouças via swift-users
Hello all, I'm trying to run the swiftc (a modified one) command in a project folder in order to compile all .swift files. It is currently working as follows: xcrun -sdk iphoneos build/Ninja-DebugAssert/swift-macosx-x86_64/bin/swiftc -dump-ast -target armv7-apple-ios7.0 **/*.swift Right now,