GuidedTour.playground not opening in Xcode 6.3.2

I am trying to open the GuidedTour.playground for Xcode 6.3.2 but does not open with the error:


> The document couldn't be opened because it is from a newer version of Xcode.

Are you trying to open the guided tour in the prerelease documentation in Xcode 6.3.2? This error would be expected because the playground has been updated for Xcode 7 and Swift 2.0. Make sure you download the guided tour playground from the non-beta documentation if you want to run it in Xcode 6.3.2.

I've tried opening the guided tour playground in Xcode 6.3 (the one linked in the first Swift book) and my Xcode crashes.


Edit: Just tried opening the new guided tour (from the Swift 2 book) in Xcode 7-beta and that also crashes! Yikes.

Yikes. Can you file a bug report with a crash log attached (from Console.app) and post the radar number here? I'll take a look.

The version from the old 1.2 Swift book works for me in Xcode 6.3.2, but the version linked to from the current (prerelease) Swift 2 book appears to be corrupted and missing files inside the playground package.


GuidedTour.playground for Swift 1.2 (works for me w/ Xcode Version 6.3.2 (6D2105) on OS X 10.10.3, modification date 2015-06-05)

https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.playground.zip


It opens properly in Xcode 7 beta as well, it just has errors due to the changes between Swift 1.2 and Swift 2.



GuidedTour.playground for Swift 2 (crashes Xcode 7 beta 2 (7A121l) on OS X 10.10.3, modification date 2015-06-22)

https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.playground.zip

(linked to from https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/GuidedTour.html#//apple_ref/doc/uid/TP40014097-CH2-ID1)


If you open the Swift 2 version's package, it doesn't seem to contain any Swift files at all (and no Pages or Source directories, like the newer format).

This is the "contents.xcplayground" file:

<?xml version="1.0" encoding="UTF-8"?>
<playground version="1.0" sdk="macosx" allows-reset="YES">
  <sections>
    <documentation relative-path="section-1.html"/>
    <documentation relative-path="section-2.html"/>
    <documentation relative-path="section-3.html"/>
    <documentation relative-path="section-4.html"/>
    <documentation relative-path="section-5.html"/>
    <documentation relative-path="section-6.html"/>
    <documentation relative-path="section-7.html"/>
    <documentation relative-path="section-8.html"/>
  </sections>
</playground>


So I'm pretty sure the problem is the corrupted playground file, and not the Xcode 7 beta (although it should handle a corrupted playground more gracefully).

GuidedTour.playground not opening in Xcode 6.3.2
 
 
Q