refactor: extract SVGKit into standalone swift-svgkit package#70
Merged
alexey1312 merged 1 commit intomainfrom Mar 16, 2026
Merged
refactor: extract SVGKit into standalone swift-svgkit package#70alexey1312 merged 1 commit intomainfrom
alexey1312 merged 1 commit intomainfrom
Conversation
Replace the local SVGKit module with the newly published DesignPipe/swift-svgkit package (0.1.0). The module name stays `SVGKit`, so all `import SVGKit` statements remain unchanged. - Add swift-svgkit remote dependency to Package.swift - Update ExFigCLI, AndroidExport, ExFig-Android to use .product() - Remove local SVGKit target and SVGKitTests test target - Delete Sources/SVGKit/ and Tests/SVGKitTests/ (8 + 27 files) - Update CLAUDE.md architecture (14 → 13 modules) and dependencies
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.
Summary
DesignPipe/swift-svgkitfor reuse outside ExFig (e.g., Swift SDK for Android)SVGKittarget with remote dependencyswift-svgkit 0.1.0+ExFigCLI,AndroidExport,ExFig-Android) to use.product(name:package:)Sources/SVGKit/(8 files) andTests/SVGKitTests/(27 files)CLAUDE.mdarchitecture (14 → 13 modules) and dependencies tableTest plan
swift buildpasses locallyswift test— all 121 tests pass (SVGKit tests now live in the external package)swift-svgkitCI green on macOS + Linuximport SVGKitunchanged in all consumer modules