| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| periphery-3.3.0.artifactbundle.zip | 2025-12-13 | 7.5 MB | |
| periphery-3.3.0.zip | 2025-12-13 | 7.5 MB | |
| periphery-bazel-3.3.0.zip | 2025-12-13 | 143.2 kB | |
| 3.3.0 source code.tar.gz | 2025-12-13 | 581.2 kB | |
| 3.3.0 source code.zip | 2025-12-13 | 800.6 kB | |
| README.md | 2025-12-13 | 1.0 kB | |
| Totals: 6 Items | 16.6 MB | 1 | |
Breaking
- None.
Enhancements
- Added the
--retain-unused-imported-modulesoption. - Added the
--format gitlab-codemagicformatting option for GitLabs Code Quality artifact reports - Added the
--bazel-index-storeoption to specify the path of a global index store.
Bug Fixes
- Fix concurrent mutation crash.
- Fix unused import false-positive for when a declaration's associated types are declared in different module than module that declares the declaration.
- Fix unused import false-positive for modules that export unindexed modules.
- Exclude conditionally imported modules from unused import detection, as they may provide symbols for code that was not compiled.
- Fix
--retain-assign-only-property-typesfor properties with trailing comments. - Fix unused parameter analysis for parameters with name enclosed by backticks.
- Fix indexing of Xcode resources (storyboards, etc.) in projects using file system folders.
- Fix infinite loop loading Xcode projects with circular references.