This repository was archived by the owner on Jul 28, 2026. It is now read-only.
Commit a8553c9
committed
delete: the dead swift-environment edge
The `.environment` accessor and the `swift-environment` package
dependency were declared but referenced by no target — only
`.environmentDependencies` is live, and `ServerFoundationEnvVars`
re-exports `Environment_Dependencies`, which carries its own edge. SwiftPM
had been warning `dependency 'swift-environment' is not used by any
target` on every build.
Pre-existing rather than orphaned by the InMemoryStore deletion: at
bf7b9f0, before that change, the accessor was already declared and unused.
Kept out of 4c7bae7 for that reason and taken here on its own, but it is
the same dead-accessor-plus-dead-package-dependency shape as the Cache
Primitives edge removed there.
Gated: fresh compilation of both modules and the test target, 13/13 tests
passed, swift-linter 0 errors, `swift-format lint --strict` exit 0, and
the SwiftPM warning is gone from the build output.1 parent 4c7bae7 commit a8553c9
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | | - | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
0 commit comments