Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Changelogs/0.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you consume MachOSwiftSection via SwiftPM, the following package URLs have mo
- `MxIris-DeveloperTool-Forks/swift-clang` → `MxIris-DeveloperTool/swift-clang` (>= 0.2.0)
- `MxIris-DeveloperTool-Forks/swift-apinotes` → `MxIris-DeveloperTool/swift-apinotes`

Underlying MachOKit was bumped to `0.47.100`.
Underlying MachOKit was bumped to `0.49.100` (based on upstream `0.49.0`).
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

This changelog entry specifies a bump to 0.49.100 (upstream 0.49.0), which contradicts the current Package.swift. The package manifest still points to version 0.46.1 / 0.46.100 (lines 100 and 189). This inconsistency should be resolved to ensure the documentation accurately reflects the project's dependencies.

Copy link

Copilot AI Apr 19, 2026

Choose a reason for hiding this comment

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

The changelog now claims MachOKit was bumped to 0.49.100, but Package.swift currently pulls the custom MachOKit fork from from: "0.46.100" (and upstream origin is 0.46.1). Please align the 0.10.0 release notes with the actual dependency version, or update the Package dependency if 0.49.100 is truly intended for 0.10.0.

Suggested change
Underlying MachOKit was bumped to `0.49.100` (based on upstream `0.49.0`).
Underlying MachOKit was bumped to `0.46.100` (based on upstream `0.46.1`).

Copilot uses AI. Check for mistakes.

## Requirements

Expand Down
Loading