# swift-internals **Repository Path**: mirrors_apple/swift-internals ## Basic Information - **Project Name**: swift-internals - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ⚠️ This repository has been archived. This repository has been migrated to https://github.com/apple/swift-org-website. # Swift Internals This is the source for the [Swift Internals](http://apple.github.io/swift-internals) website, which hosts internal documentation for the Swift compiler and standard library, as well as the [Swift API Guidelines](https://swift.org/documentation/api-design-guidelines.html)., which are automatically regenerated from [this source](https://github.com/apple/swift-internals/tree/gh-pages/api-design-guidelines). ## Local Testing and Development 1. Have Ruby >= 2.0.0 installed. 2. `gem install bundler`—this command must normally be run with sudo/root/admin privileges. 3. `bundle install`—run this command as a regular, unprivileged user. 4. `LC_ALL=en_us.UTF-8 bundle exec jekyll serve --baseurl /swift-internals` 5. Visit [http://localhost:4000/swift-internals/](http://localhost:4000/swift-internals/). 6. Make edits to the source, refresh your browser, lather, rinse, repeat. Notes: * Changes to `_config.yml` require restarting the local server (step 4 above). * If you make changes to `_config.yml` specifically in order to serve these pages from an address other than http://apple.github.io/swift-internals, please make sure those changes are not included in any pull requests, so we don't inadvertently break the main site.