Skip to content
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

Parse dump-pif result and reduce XCBuildSupport dependency #183

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

giginet
Copy link
Owner

@giginet giginet commented Feb 9, 2025

Use swift package dump-pif to construct PIF instead of the internal implementation of SwiftPM.

Using dump-pif command, we can reduce dependency and we can use stable specs.
Our final goal is to remove the XCBuildSupport dependency.

This PR introduces SwiftyJSON to manipulate PIFs. because it's tough to define a complete PIF using Codable. We only need a subset of PIF.

Instead, I concluded the JSON manipulation into the PIFKit target. ScipioKit can manipulate PIF in type-safe.

@giginet giginet marked this pull request as ready for review February 11, 2025 06:44
@giginet giginet requested review from ikesyo and freddi-kit February 11, 2025 06:44
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.

1 participant