Create support for Swift Package Manager#6171
Open
mihaidimoiu wants to merge 2 commits intogoogle-ai-edge:masterfrom
Open
Create support for Swift Package Manager#6171mihaidimoiu wants to merge 2 commits intogoogle-ai-edge:masterfrom
mihaidimoiu wants to merge 2 commits intogoogle-ai-edge:masterfrom
Conversation
This was referenced Dec 3, 2025
d89d169 to
2d14bff
Compare
|
Hello! Any updates on this PR? We're currently stuck on 0.10.21 and having SPM support would be the perfect fix. |
|
Any timeplan on when this PR might be merged and published? |
aeb837f to
b9c2b74
Compare
Author
|
Hello! I have updated the PR with latest code from master and built v0.10.33. |
|
Thank you for your work! @schmidt-sebastian is there a chance we could get official support? |
Collaborator
|
Hi - we will prioritize this, but please don't hold your breath :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello
After further research, I've created a fork to integrate a package built directly for Swift Package Manager.
This upgrades to a newer versions to allow building from MacOS.
It is not completely perfect, but it is a start to the migration for SPM. Currently, it build from a MacOS with 26.1.
Also here are the artifacts to test for releasing the packages.
Currently, it can be imported correctly in an app, but it does compile the app for iOS.
Refs close #6167 , close #5464
Are you willing to contribute it
Yes
Describe the feature and the current behaviour/state
Partially builds
Will this change the current API? How?
No
Who will benefit with this feature?
Everyone
Please specify the use cases for this feature
Add support for Swift Package Manger