Skip to content

apple/swift-migration-guide

Repository files navigation

The Swift Concurrency Migration Guide

This repository contains the source for The Swift Concurrency Migration Guide, which is built using Swift-DocC.

Contributing

See the contributing guide for instructions on contributing to the Swift Migration Guide.

Building

Run docc preview Guide.docc in this repository's root directory.

After running DocC, open the link that docc outputs to display a local preview in your browser.

Note:

If you installed DocC by downloading a toolchain from Swift.org, docc is located in usr/bin/, relative to the installation path of the toolchain. Make sure your shell's PATH environment variable includes that directory.

If you installed DocC by downloading Xcode, use xcrun docc instead.