Contents

SwiftPM 6.5 Release Notes

HTML Coverage support

Swift Package Manager can now produce an HTML coverage report for the test execution. Read more on the SE-0501: HTML Coverage Report evolution proposal

Reporting issues

Please follow these steps when reporting issues:

  1. Review the known issues listed above to ensure your issue has not already been identified.

  2. If your issue is not listed, submit a new issue on GitHub.

  3. Include the following information in your report:

    • The exact command that failed

    • Complete error output

    • System information (operating system, Swift version, etc.)

    • Whether the same command works with the native build system

See Also