- Overview
- Usage
- PackageDescription API Version 3
- PackageDescription API Version 4
- PackageDescription API Version 4.2
- Resources
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
: 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
: 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.