
Compilation Errors:

---

A copies declaration cannot be self-recursive:
from ./manifest.savi:3:
  :copies Thing3 // -> 3 -> 2 -> 1 -> ...
          ^~~~~~

- it recursed from here:
  from ./manifest.savi:3:
  :copies Thing3 // -> 3 -> 2 -> 1 -> ...
          ^~~~~~

- it recursed from here:
  from ./manifest.savi:11:
  :copies Thing2 // -> 2 -> 1 -> 3 -> ...
          ^~~~~~

- it recursed from here:
  from ./manifest.savi:7:
  :copies Thing1 // -> 1 -> 3 -> 2 -> ...
          ^~~~~~

---

A copies declaration cannot be self-recursive:
from ./manifest.savi:7:
  :copies Thing1 // -> 1 -> 3 -> 2 -> ...
          ^~~~~~

- it recursed from here:
  from ./manifest.savi:7:
  :copies Thing1 // -> 1 -> 3 -> 2 -> ...
          ^~~~~~

- it recursed from here:
  from ./manifest.savi:3:
  :copies Thing3 // -> 3 -> 2 -> 1 -> ...
          ^~~~~~

- it recursed from here:
  from ./manifest.savi:11:
  :copies Thing2 // -> 2 -> 1 -> 3 -> ...
          ^~~~~~

---

A copies declaration cannot be self-recursive:
from ./manifest.savi:11:
  :copies Thing2 // -> 2 -> 1 -> 3 -> ...
          ^~~~~~

- it recursed from here:
  from ./manifest.savi:11:
  :copies Thing2 // -> 2 -> 1 -> 3 -> ...
          ^~~~~~

- it recursed from here:
  from ./manifest.savi:7:
  :copies Thing1 // -> 1 -> 3 -> 2 -> ...
          ^~~~~~

- it recursed from here:
  from ./manifest.savi:3:
  :copies Thing3 // -> 3 -> 2 -> 1 -> ...
          ^~~~~~