https://github.com/swiftlang/swift-migration-guide
https://github.com/swiftlang/swift-migration-guide
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/swiftlang/swift-migration-guide
- Owner: swiftlang
- License: apache-2.0
- Created: 2024-02-23T17:35:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T23:12:15.000Z (about 1 year ago)
- Last Synced: 2025-06-05T04:36:02.721Z (about 1 year ago)
- Language: Markdown
- Size: 263 KB
- Stars: 323
- Watchers: 107
- Forks: 29
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# The Swift Concurrency Migration Guide
This repository contains the source for [The Swift Concurrency Migration Guide][scmg],
which is built using [Swift-DocC][docc].
## Contributing
See [the contributing guide][contributing] 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.
[contributing]: https://github.com/apple/swift-migration-guide/blob/main/CONTRIBUTING.md
[docc]: https://github.com/apple/swift-docc
[conduct]: https://www.swift.org/code-of-conduct
[scmg]: https://www.swift.org/migration/documentation/migrationguide