**Source:** [`documentation/articles/value-and-reference-types.md`](https://www.swift.org/documentation/articles/value-and-reference-types.html) **Proposed disposition:** Migrate **Proposed destination:** `language-guides/Sources/LanguageGuides.docc/value-and-reference-types.md` **Reviewer:** `@swiftlang/language-steering-group` ## Checklist - [x] Create a GitHub issue to track this migration - [x] Determine disposition (suggested: Migrate) and confirm destination - [x] Review source for accuracy and alignment with Swift 6 (particularly the actor content) - [x] Translate Jekyll markdown to DocC markdown format - [x] Remove YAML front matter - [x] Convert any Jekyll callouts to DocC-style callouts - [x] Verify all code examples compile under Swift 6 strict concurrency - [x] Update actor-related content to reflect Swift 6 concurrency model if needed - [x] Add article to `LanguageGuides.docc/Documentation.md` under a "Fundamentals" or "Types" topic group - [x] Run `swift package generate-documentation --analyze --warnings-as-errors` in `language-guides/` - [x] Preview locally with `swift package --disable-sandbox preview-documentation` in `language-guides/` - [x] Submit PR to this repository for language steering group review - [ ] After merge and publication: add `redirect_to:` in the swift.org source file's front matter - [ ] Submit redirect PR to swift-org-website
Source:
documentation/articles/value-and-reference-types.mdProposed disposition: Migrate
Proposed destination:
language-guides/Sources/LanguageGuides.docc/value-and-reference-types.mdReviewer:
@swiftlang/language-steering-groupChecklist
LanguageGuides.docc/Documentation.mdunder a "Fundamentals" or "Types" topic groupswift package generate-documentation --analyze --warnings-as-errorsinlanguage-guides/swift package --disable-sandbox preview-documentationinlanguage-guides/redirect_to:in the swift.org source file's front matter