The Swift Concurrency Migration Guide
June 17, 2024 ยท View on GitHub
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,
doccis located inusr/bin/, relative to the installation path of the toolchain. Make sure your shell'sPATHenvironment variable includes that directory.If you installed DocC by downloading Xcode, use
xcrun doccinstead.