Breaking
- Assign-only property analysis is disabled with Swift 6.1 due to a Swift bug: swiftlang/swift#80394.
Enhancements
- Comment commands can now be placed inline with declarations:
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.
@_dynamicReplacement
members are now retained.- Fix infinite loading of circular Xcode project references.