swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.74k stars 1.34k forks source link

[SR-13764] Swift Package Manager: Pragmatically Add buildPath value in "Build Completed!" output #4483

Open swift-ci opened 4 years ago

swift-ci commented 4 years ago
Previous ID SR-13764
Radar rdar://problem/70546463
Original Reporter federicobucchi (JIRA User)
Type New Feature
Additional Detail from JIRA | | | |------------------|-----------------| |Votes | 0 | |Component/s | Package Manager | |Labels | New Feature | |Assignee | None | |Priority | Medium | md5: ad3e878b79a287d84b51bf045ebd44fe

Issue Description:

Follow up of this PR: https://github.com/apple/swift-package-manager/pull/2971

Currently we are are displaying a message when the Build completed successfully:

"* Build Completed!"

We could also add an indicator of where the Binaries are.

typesanitizer commented 4 years ago

@swift-ci create