1.0.0.beta.5
DownloadSeptember 3, 2026
Breaking
- None.
Enhancements
- Updated the XcodeProj dependency.
Bug Fixes
- None.
xcode_list_arguments configuration option, as xcodebuild -list is no longer invoked.skip_schemes_validation configuration option. Scheme names are no longer validated,
so any scheme can be given, including that of a Swift package.xcodebuild -list, which is
significantly faster.--retain-public, retain_public: true, and // periphery:ignore not retaining public macro declarations.**.build_arguments values, such as OTHER_SWIFT_FLAGS='$(inherited) -no-warnings-as-errors', being re-quoted when they follow a boolean flag.agent-prompt output format for AI-assisted result removal.name option to the // periphery:override comment command.xcodebuild. Use --no-skip-schemes-validation to enable validation of the given scheme names.--write-results file is now written when the output format produces no output for a scan with no results, e.g. --format github-actions.--bazel, --bazel-filter, --bazel-query, --bazel-index-store, and --bazel-check-visibility options have been removed.--retain-equatable-properties and --retain-hashable-properties options to retain all properties on Equatable and Hashable types.--write-results file is now also written when a scan produces no results.Release notes for versions prior to the fork from the open-source project are available in the previous changelog.