Fetching updates to dlang/dmd:
Fetching origin
From https://github.com/dlang/dmd
 + eabf95c...3437d28 refs/pull/15375/head  -> refs/pull/15375/head  (forced update)
 + 0c5ee6f...f6b1acf refs/pull/15375/merge -> refs/pull/15375/merge  (forced update)
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-5473439-Darwin_64_64/dmd, branch master
Cloning into '/Users/braddr/sandbox/at-client/pull-5473439-Darwin_64_64/dmd'...
done.
Head commit:
commit 17fc037fc2832b68779d32c73743a48bccc97767
Author: Jacob Carlborg <doob@me.com>
Date:   Mon Jul 3 17:26:30 2023 +0200

    Add predefined version identifier for visionOS (#15371)
    
    This is Apple's new operating system for their VR/AR device Vision Pro.


Fetching updates to dlang/druntime:
Fetching origin


Cloning source/dlang/druntime.git into pull-5473439-Darwin_64_64/druntime, branch master
Cloning into '/Users/braddr/sandbox/at-client/pull-5473439-Darwin_64_64/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
From https://github.com/dlang/phobos
   1921d29..2137297  master               -> master
 + 4930036...200750a refs/pull/8758/merge -> refs/pull/8758/merge  (forced update)
 + 3e37990...6a08a7b refs/pull/8769/merge -> refs/pull/8769/merge  (forced update)
 + 6124356...8fbbd5f refs/pull/8778/merge -> refs/pull/8778/merge  (forced update)


Cloning source/dlang/phobos.git into pull-5473439-Darwin_64_64/phobos, branch master
Cloning into '/Users/braddr/sandbox/at-client/pull-5473439-Darwin_64_64/phobos'...
done.
Head commit:
commit 21372971ce283f158761d6b53d636c12c04e82e4
Merge: 1921d29 afe5d47
Author: Dennis <dkorpel@users.noreply.github.com>
Date:   Mon Jul 3 19:26:50 2023 +0200

    Merge pull request #8779 from pbackus/fix-24028
    
    Fix issue 24028 - BigInt power operator ignores sign of exponent