Fetching updates to dlang/dmd:
Fetching origin
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
error: The last gc run reported the following. Please correct the root cause
and remove gc.log.
Automatic cleanup will not be performed until the file is removed.

warning: There are too many unreachable loose objects; run 'git prune' to remove them.

Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
error: The last gc run reported the following. Please correct the root cause
and remove gc.log.
Automatic cleanup will not be performed until the file is removed.

warning: There are too many unreachable loose objects; run 'git prune' to remove them.



Cloning source/dlang/dmd.git into pull-5470216-Darwin_64_32/dmd, branch master
Cloning into '/Users/braddr/sandbox/at-client/pull-5470216-Darwin_64_32/dmd'...
done.
Head commit:
commit 5fc3708a54c2324881ad076cc108bfb599631492
Author: Nicholas Wilson <thewilsonator@users.noreply.github.com>
Date:   Fri May 12 17:45:06 2023 +0800

    rename `apply.d` -> `postordervisitor.d` (#15233)
    
    * rename `apply.d` -> `postordervisitor.d`
    
    remove imports made redundant by #12596
    
    * Update compiler/src/dmd/README.md
    
    ---------
    
    Co-authored-by: Dennis <dkorpel@users.noreply.github.com>


Fetching updates to dlang/druntime:
Fetching origin


Cloning source/dlang/druntime.git into pull-5470216-Darwin_64_32/druntime, branch master
Cloning into '/Users/braddr/sandbox/at-client/pull-5470216-Darwin_64_32/druntime'...
done.
Head commit:
commit 92d444fb7496919b219d9182459e984686ffbbb2
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Sun Jul 10 01:01:21 2022 +0200

    Add stubs for install make recipes
    
    This allows the auto-tester to build without complaint, even though it ultimately does nothing


Fetching updates to dlang/phobos:
Fetching origin


Cloning source/dlang/phobos.git into pull-5470216-Darwin_64_32/phobos, branch master
Cloning into '/Users/braddr/sandbox/at-client/pull-5470216-Darwin_64_32/phobos'...
done.
Head commit:
commit cf97c75385dda44cbc0d64fa73ec68286ebe5c89
Merge: 6ff44ed b9c6e3c
Author: Dennis <dkorpel@users.noreply.github.com>
Date:   Wed May 10 11:54:08 2023 +0200

    Merge pull request #8736 from FeepingCreature/fix/issue-23844-immutable-chain
    
    Fix issue 23844: Support ranges with immutable fields (like `only` with `immutable struct`) in `chain`.