[swift-users] Swift 3.1 build error on MacOS Sierra v10.12.6

2017-08-08 Thread Raj Barik via swift-users
Hi, I am trying to build swift-3.1-branch from github ( https://github.com/apple/swift) on my new Macbook pro with Sierra v10.12.6. I get the following error during doc generation which I use the command sudo ./swift/utils/build-toolchain local-swift: """ [4193/4193] cd .../swift/docs && /usr/loc

Re: [swift-users] Swift 3.1 build error on MacOS Sierra v10.12.6

2017-08-08 Thread Raj Barik via swift-users
​Hi, I am trying to build swift-3.1-branch from github (https://github.com/apple/ swift) on my new Macbook Pro with OS Sierra v10.12.6. I get the following error during doc generation using the command "sudo ./swift/utils/build-toolchain local-swift": """ [4193/4193] cd .../swift/docs && /usr/loc

[swift-users] Build toolchain failure for swift-4.0-branch on Mac OSX 10.12.6

2017-08-29 Thread Raj Barik via swift-users
OSx version: 10.12.6 (16G29) Steps to reproduce the error: 1) git clone https://github.com/apple/swift.git ./swift/utils/update-checkout --clone --scheme swift-4.0-branch 2) Edit build-preset.ini to remove tests and assertions: [preset: mixin_lightweight_assertions] #assertions #no-swift-stdlib-

[swift-users] Module verifier error with master branch

2017-08-29 Thread Raj Barik via swift-users
OS: 10.12.6 (16G29) Steps: 1) Checkout swift and build master branch git clone https://github.com/apple/swift.git ./swift/utils/update-checkout --clone 2) Edit swift/utils/build-presets.ini to remove tests [preset: buildbot_osx_package] mixin-preset= mixin_osx_package_base