Skip to content

Update Swift Packages#1207

Merged
kishikawakatsumi merged 1 commit into
masterfrom
create-pull-request/patch
Mar 23, 2026
Merged

Update Swift Packages#1207
kishikawakatsumi merged 1 commit into
masterfrom
create-pull-request/patch

Conversation

@kishikawakatsumi
Copy link
Copy Markdown
Member

Automated changes by create-pull-request GitHub action

Copilot AI review requested due to automatic review settings March 23, 2026 01:07
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Automated dependency refresh for the SwiftPM ecosystem used by this project, updating the pinned package revisions and the dumped package metadata JSON used at runtime.

Changes:

  • Bumped Swift package pins in Package.resolved (e.g., async-http-client, swift-asn1, swift-collections, swift-crypto, swift-nio-*).
  • Updated dependency lower bounds in Resources/Package.swift.json for swift-collections and swift-crypto.
  • Regenerated Resources/Package.swift.json, which also changed the embedded packageKind.root path.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
Resources/Package.swift.json Updates dumped package dependency metadata; also includes a regenerated packageKind.root value.
Package.resolved Updates pinned versions/revisions for SwiftPM dependencies.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"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.
@kishikawakatsumi kishikawakatsumi merged commit d76bd55 into master Mar 23, 2026
5 checks passed
@kishikawakatsumi kishikawakatsumi deleted the create-pull-request/patch branch March 23, 2026 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants