User-to-user support for Swift Package Manager is available on swift-forums.
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 facingDescription
: The complete description of the problem. Be specific and clearly mention the steps to reproduce the bugEnvironment
: The Operating System, Xcode version ($ xcodebuild -version
), Toolchain, andswift build
version ($ swift build --version
)Component/s
: Package ManagerAttachment
: 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.