Add Swift Package Manager (SPM) support for several Foundation targets #540
Merged
thomasvl merged 1 commit intogoogle:mainfrom Sep 19, 2025
Merged
Add Swift Package Manager (SPM) support for several Foundation targets #540thomasvl merged 1 commit intogoogle:mainfrom
thomasvl merged 1 commit intogoogle:mainfrom
Conversation
ff81ee6 to
0fb490e
Compare
thomasvl
reviewed
Aug 19, 2025
5c05663 to
94e47a6
Compare
thomasvl
reviewed
Sep 10, 2025
Contributor
Author
|
Thanks! This should be the final change in this series. Could you take a look once more? |
thomasvl
approved these changes
Sep 19, 2025
Member
|
Thanks for doing all the work to get to this! |
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.
This PR introduces Swift Package Manager support for the following targets:
Test targets for each of these have also been set up, based on the existing source code structure. To better support SPM, the
UnitTesting/SenTestCasedirectory was created, and several test-supporting files were moved into it from theUnitTestingdirectory.A new GitHub Actions workflow (
spm.yml) has been added to ensure continuous integration for the SPM setup.Additional targets will be integrated in future iterations as needed.
Related: #258