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

2017-08-19 Thread Toni Suter via swift-dev
Thanks guys! It worked! Best regards Toni > Am 17.08.2017 um 00:25 schrieb Tony Allevato : > > 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).

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

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 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 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 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