Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Resources/Package.swift.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"requirement" : {
"range" : [
{
"lowerBound" : "1.4.0",
"lowerBound" : "1.4.1",
"upperBound" : "2.0.0"
}
]
Expand Down Expand Up @@ -101,7 +101,7 @@
"requirement" : {
"range" : [
{
"lowerBound" : "4.2.0",
"lowerBound" : "4.3.0",
"upperBound" : "5.0.0"
}
]
Expand Down Expand Up @@ -174,7 +174,7 @@
"name" : "App",
"packageKind" : {
"root" : [
"/private/var/folders/t5/f77_gwnj6p95qxy9py3fckx00000gn/T/tmp.uikjVojM0l"
"/private/var/folders/t5/f77_gwnj6p95qxy9py3fckx00000gn/T/tmp.Sxy0CCBcaM"
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

packageKind.root contains an absolute, machine-specific temp directory path. This leaks build-environment details into a shipped resource and causes noisy diffs on every automated run even when dependencies don’t change. Consider post-processing the dumped JSON (or editing this file) to remove/normalize packageKind.root (e.g., set it to a stable placeholder or omit the field) so the file is deterministic.

Suggested change
"/private/var/folders/t5/f77_gwnj6p95qxy9py3fckx00000gn/T/tmp.Sxy0CCBcaM"
"/__PACKAGE_ROOT__"

Copilot uses AI. Check for mistakes.
]
},
"pkgConfig" : null,
Expand Down
Loading