Skip to content

Parse dump-pif result and reduce XCBuildSupport dependency #183

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 27 commits into from
May 22, 2025
Merged

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
@giginet giginet requested a review from ikesyo May 20, 2025 08:31
@giginet giginet merged commit 1ba7056 into main May 22, 2025
3 checks passed
@giginet giginet deleted the dump-pif branch May 22, 2025 08:06
@Ryu0118 Ryu0118 restored the dump-pif branch June 10, 2025 07:17
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.

3 participants