Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.48 KB

Resources.md

File metadata and controls

45 lines (32 loc) · 1.48 KB

Resources

Table of Contents


Support

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


Reporting a 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: A 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: Relevant files like logs, project files, etc.

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

$ 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.