Hey! I found a way to solve this, it only works on MacOS tho...
Swift Playgrounds had not added dancingCreaturesView to the completed task list in .swiftpm/playgrounds/UserData.plist.
In Terminal, check:
plutil -p .swiftpm/playgrounds/UserData.plist
If taskID is dancingCreaturesView but completedTaskIDs does not contain dancingCreaturesView, add it manually:
/usr/libexec/PlistBuddy -c 'Add :Guide.TaskState:completedTaskIDs:31 string dancingCreaturesView' .swiftpm/playgrounds/UserData.plist
Then restart Swift Playgrounds.
This worked for me, I hope I could help you 😁
Topic:
Developer Tools & Services
SubTopic:
Swift Playground
Tags: