Skip to content

feat: make XcodeMetadata a product of the package #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025

Conversation

pepicrft
Copy link
Contributor

The detection of implicit imports fails in this PR because XcodeMetadata is not explicitly declared as a dependency, but I can't declare it because it's actually not defined as a product here.
I'm adjusting the Package.swift to make the target also a valid product that can be used downstream.

@pepicrft pepicrft requested review from fortmarek and Copilot May 21, 2025 11:35
@pepicrft pepicrft self-assigned this May 21, 2025
Copy link

@Copilot 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

This PR modifies Package.swift to declare "XcodeMetadata" as a valid library product so that it can be used downstream, addressing implicit import detection issues.

  • Added a library product declaration for "XcodeMetadata"
  • Ensured that dependency resolution works correctly for downstream targets

@pepicrft pepicrft merged commit 191bfb0 into main May 21, 2025
6 of 7 checks passed
@pepicrft pepicrft deleted the export-metadata-product branch May 21, 2025 13:00
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