| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| periphery-3.1.0.artifactbundle.zip | 2025-04-05 | 7.6 MB | |
| periphery-3.1.0.zip | 2025-04-05 | 7.6 MB | |
| periphery-bazel-3.1.0.zip | 2025-04-05 | 138.0 kB | |
| 3.1.0 source code.tar.gz | 2025-04-05 | 575.1 kB | |
| 3.1.0 source code.zip | 2025-04-05 | 789.6 kB | |
| README.md | 2025-04-05 | 602 Bytes | |
| Totals: 6 Items | 16.7 MB | 0 | |
Breaking
- Assign-only property analysis is disabled with Swift 6.1 due to a Swift bug: https://github.com/swiftlang/swift/issues/80394.
Enhancements
- Comment commands can now be placed inline with declarations:
swift class Foo { // periphery:ignore ... }
Bug Fixes
- Unused parameter warnings are suppressed in
@available(*, unavailable)functions. - Fix handling of Xcode projects with single and double quotes in their path and scheme names.
@_dynamicReplacementmembers are now retained.- Fix infinite loading of circular Xcode project references.