When installing the latest Accessors 0.1.40 on julia 1.10 I get a circular dependency warning
┌ Warning: Circular dependency detected. Precompilation will be skipped for:
│ DatesExt [0361c7f5-3687-5641-8bd2-a1de0c64d1ed]
│ LinearAlgebraExt [ef8e1453-9c17-56fe-886b-405471570bc8]
It gives no warning on julia 1.11 or installing Accessors 0.1.39 (whose project is a bit different but not substantially so from 0.1.40). Maybe it is an upstream bug in julia 1.10?