I am trying to rebuild/reset core data after a failed lightweight migration. There seems to be a lot of documentation on how to do this with objective-c, most of which points to http://pinkstone.co.uk/how-to-tear-down-your-core-data-stack/, but I haven't been able to find anything for Swift. Additionally, I have had my "go" at it, and have gotten a couple errors as per my question on SO at http://stackoverflow.com/questions/37314254/errors-rebuilding-resetting-core-data
Has anyone been able to successfully rebuild/reset core data with Swift?