[swift-dev] Build Failure with Xcode 9.0 beta 5

2017-08-16 Thread Toni Suter via swift-dev
Hi, I tried to build the Swift compiler. I followed the instructions on GitHub and used the following command: utils/build-script -r -t Unfortunately, the build fails on my Mac (macOS 10.12.6). I noticed that the README.md still lists Xcode 9.0 beta 4 as a system requirement. However, I already

Re: [swift-dev] Build Failure with Xcode 9.0 beta 5

2017-08-16 Thread Mishal Shah via swift-dev
Hi Toni, This is known issue, master and swift-4.0-branch branch can only be built with Xcode 9 beta 4 as of right now. Thanks, Mishal Shah > On Aug 16, 2017, at 3:41 AM, Toni Suter via swift-dev > wrote: > > Hi, > > I tried to build the Swift compiler. I followed the instructions on GitHu

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #137

2017-08-16 Thread Mishal Shah via swift-dev
SwiftPM test hung for 45mins, so CI terminated the build. 98%: FunctionalTests.MiscellaneousTestCase/testManifestExcludes4 Build timed out (after 45 minutes). Marking the build as failed. Build was aborted Thanks, Mishal Shah > On Aug 16, 2017, at 11:19 AM, no-re...@swift.org wrote: > > [FAILU

Re: [swift-dev] Build Failure with Xcode 9.0 beta 5

2017-08-16 Thread Toni Suter via swift-dev
Hi Mishal, Ok. Thanks for the reply! Best regards Toni > Am 16.08.2017 um 19:36 schrieb Mishal Shah : > > Hi Toni, > > This is known issue, master and swift-4.0-branch branch can only be built > with Xcode 9 beta 4 as of right now. > > Thanks, > Mishal Shah > >> On Aug 16, 2017, at 3:41 AM

Re: [swift-dev] Build Failure with Xcode 9.0 beta 5

2017-08-16 Thread David Sweeris via swift-dev
I missed the 4th beta release, and couldn't find it on Apple's site (I could find the command line tools for Xcode 9 beta 4 in the "other downloads" section, but not Xcode 9 beta 4 itself). For anyone else who needs it and is having trouble finding it, the URL is the same as Xcode 9 beta 5's, bu

Re: [swift-dev] Build Failure with Xcode 9.0 beta 5

2017-08-16 Thread Slava Pestov via swift-dev
> On Aug 16, 2017, at 6:21 PM, David Sweeris via swift-dev > wrote: > > Does it hurt anything to have both betas installed? I'm in the process of > installing the 4th beta now. Once that's done, I'm going to build the Xcode > project. I'd like to reinstall beta 5 after that, but not if that'l

Re: [swift-dev] Build Failure with Xcode 9.0 beta 5

2017-08-16 Thread Tony Allevato via swift-dev
Not that it's something that I'd generally recommend, but I ended up just commenting out that #import in AVFoundation.h and the build was able to complete successfully (enough for what I needed). Since the only thing I'm currently using Xcode 9 beta for is building Swift and I'm not doing anything