Re: [swift-corelibs-dev] [XCTest] Cannot build using XCode

2016-07-05 Thread Brian Gesiak via swift-corelibs-dev
Looks like our continuous integration server works fine: https://github.com/apple/swift-corelibs-xctest/pull/132 Madhu, are you sure you're using the latest master branch commit on each of the apple/swift repositories? Specifically, you should pull down the latest changes on: swift, swift-llvm,

Re: [swift-corelibs-dev] [XCTest] Cannot build using XCode

2016-07-05 Thread Brian Croom via swift-corelibs-dev
Hmm, it does look like XCTest needs some work done to get things working with the latest Swift 3 changes made in the stdlib and corelibs-foundation. I don't have access to a development environment to investigate further, but as far as I can tell, this wouldn't build on Linux either. Has there

Re: [swift-corelibs-dev] [XCTest] Cannot build using XCode

2016-07-01 Thread Madhu Samuel via swift-corelibs-dev
I just found more error details in the log. You can find it below. Hope this helps. Error 1 -- CompileSwift normal x86_64 /Users/madhusamuel/dev/swift/swift-corelibs-xctest/Sources/XCTest/Public/XCTestMain.swift cd

Re: [swift-corelibs-dev] [XCTest] Cannot build using XCode

2016-06-20 Thread Madhu Samuel via swift-corelibs-dev
Wow, the swift build is a success. Though there are a few warnings at the end. I guess the issue was with cached values in the build directory. But, in the next step to build xctest using "/utils/build-script --preset corelibs-xctest", the build fails. The build error log is given below.

Re: [swift-corelibs-dev] [XCTest] Cannot build using XCode

2016-05-29 Thread Madhu Samuel via swift-corelibs-dev
Wow, that was a quick response. Thanks Brian Gesiak and Brian Croom. My first quick attempt using build-toolchain script to build my own tool chain failed. Anyway I will give it another try and let you know the status. smime.p7s Description: S/MIME cryptographic signature

Re: [swift-corelibs-dev] [XCTest] Cannot build using XCode

2016-05-29 Thread Madhu Samuel via swift-corelibs-dev
Wow, that was a quick response. Thanks Brian Gesiak and Brian Croom. My first quick attempt using build-toolchain script to build my own tool chain failed. Anyway I will give it another try and let you know the status. On Mon, May 30, 2016 at 1:52 AM, Brian Croom wrote:

Re: [swift-corelibs-dev] [XCTest] Cannot build using XCode

2016-05-29 Thread Brian Croom via swift-corelibs-dev
That's right, breaking changes have been made to Swift since the latest toolchain snapshot was released, and Corelibs Foundation has been updated accordingly. Until the next snapshot, an alternative to building your own toolchain would be to check out an older commit of Foundation which still

Re: [swift-corelibs-dev] [XCTest] Cannot build using XCode

2016-05-29 Thread Brian Gesiak via swift-corelibs-dev
Madhu, Oy, my bad -- I only just noticed you put the toolchain version at the bottom of your original email. It's possible the May 9th toolchain is already too old to build XCTest. I'll double-check myself. In the meantime, you may want to try building your own toolchain and using that. - Brian