Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.49 KB

Resources.md

File metadata and controls

44 lines (32 loc) · 1.49 KB

Resources

Table of Contents


Support

User-to-user support for Swift Package Manager is available on swift-forums.


Reporting a good SwiftPM Bug

Use the Swift bug tracker to report bugs with Swift Package Manager. Sign up if you haven't already and click the "Create" button to start filing an issue.

Fill the following fields:

  • Summary: One line summary of the problem you're facing
  • Description: The complete description of the problem. Be specific and clearly mention the steps to reproduce the bug
  • Environment: The Operating System, Xcode version ($ xcodebuild -version), Toolchain and swift build version ($ swift build --version)
  • Component/s: Package Manager
  • Attachment: Attach relevant files like logs, project

Please include a minimal example package which can reproduce the issue. The sample package can be attached with the report or you can include URL of the package hosted on places like GitHub.
Also, include the verbose logs by adding --verbose or -v after a subcommand. For e.g.:

$ swift build --verbose
$ swift package -v update

If the bug is with a generated Xcode project, include how the project was generated and the Xcode build log.