This is a merge of the Phabricator `master` branch into Phorge's `master` branch.
Created this by
1. Fetching/pulling latest changes from phorge
2. Adding new remote from the phacility/arcanist repository on GitHub
3. Fetched the master branch from this new remote
4. Checked out `origin/master` (phorge)
5. Ran `git merge phab/master` to merge the phabricator `master` branch changes into phorge's `master`
6. There was a single conflict in `src/moduleutils/PhutilLibraryMapBuilder.php` in which upstream removed a private `log()` function which I confirmed was not called anywhere within the file. I believe phorge made a change to fix something related to PHP 8.0 but since the function is unused I just removed it to match upstream.
7. Ran `./bin/arc liberate` -- note that this uses the arcanist of the merged repository -- took a minute to figure out I was getting errors running `arc liberate` because it was using my system installed arcanist.