Running Xcode Playgrounds on Travis CI

1 · Mattt · May 16, 2018, midnight
Xcode Playgrounds are a great way to share sample code. They allow you to communicate ideas effectively without getting bogged down in implementation details. The question is: how do you ensure that things continue to work with each new version of Swift and platform SDKs? This is something we’ve been thinking about since the release of our Guide to Swift Codable. We wanted to release the sample code Playgrounds ...