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

2017-08-19 Thread Toni Suter via swift-dev
(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 specific with AVFoundation, that hack was much > faster than downloading and reinstalling Xcode 9b4 :) > > > On Wed, Aug 16, 201

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

2017-08-16 Thread Toni Suter via swift-dev
; >> On Aug 16, 2017, at 3:41 AM, Toni Suter via swift-dev > <mailto:swift-dev@swift.org>> wrote: >> >> Hi, >> >> I tried to build the Swift compiler. I followed the instructions on GitHub >> and used the following command: utils/build-script -r -t &

[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] Role of Brace-Stmt in Swift AST

2016-03-23 Thread Toni Suter via swift-dev
rt, the AST for this kind of thing is a bit weird looking in order to > preserve expected structure invariants of the tree. > > Hope this helps! > - Greg > >> On Mar 23, 2016, at 5:58 AM, Toni Suter via swift-dev > <mailto:swift-dev@swift.org>> wrote: >>

[swift-dev] Role of Brace-Stmt in Swift AST

2016-03-23 Thread Toni Suter via swift-dev
Hi, I am trying to understand the Swift AST by looking at output produced from swiftc -dump-ast . Most of it makes sense to me, but there are some things that I don’t understand. For example, consider the following code: var x = 42 This produces the following output: (source_file (top_level