User-to-user support for Swift Package Manager is available on swift-users mailing list.
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 build log. If you're using swift build
to compile the project you can obtain the verbose log using:
$ swift build -v
If the bug is with a generated Xcode project, include how the project was generated and the Xcode build log.
To learn the original intentions for Swift Package Manager, read the Community Proposal.