Swift playgrounds should show Console Output automatically

Originator:kristopherdjohnson
Number:rdar://17418229 Date Originated:23-Jun-2014 10:02 AM
Status:Duplicate/16781771 Resolved:
Product:Developer Tools Product Version:Xcode 6
Classification:UI/Usability Reproducible:N/A
 
Summary:
By default, a Swift playground only shows the code and results of evaluated expressions. The results of println() output are not visible unless the user takes steps to show the Console Output, and the steps to do so are not obvious.

As playgrounds are intended for use by beginners, it would be helpful if the Console Output was automatically displayed whenever a println() statement was executed, or if the output was included in the playground's sidebar where expression values are shown.

Steps to Reproduce:
1. Start Xcode
2. Create new playground
3. Paste this code into the playground

println("Hello, world!")

Expected Results:
Should see "Hello, world!" somewhere.

Actual Results:
Can't see "Hello, world!" unless one knows to open the Assistant Editor to see Console Output

Version:
Xcode 6 (6A216f)

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!