Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-12295] swift package dump-package doesn't indicate if a target is an executable or a library #4583

Open
weissi opened this issue Feb 28, 2020 · 1 comment
Labels

Comments

@weissi
Copy link
Member

weissi commented Feb 28, 2020

Previous ID SR-12295
Radar rdar://problem/59886141
Original Reporter @weissi
Type Bug
Additional Detail from JIRA
Votes 0
Component/s Package Manager
Labels Bug
Assignee None
Priority Medium

md5: 0068947839b222de97c314a8868aac8f

Issue Description:

swift package dump-package doesn't indicate if a target is an executable or a library. For example, for swift-nio-ssl, the output is:

[...]
  {
    "dependencies": [],
    "exclude": [],
    "name": "CNIOBoringSSL",
    "resources": [],
    "settings": [],
    "type": "regular"
  },
[...]
  {
    "dependencies": [ [...] ],
    "exclude": [],
    "name": "NIOTLSServer",
    "resources": [],
    "settings": [],
    "type": "regular"
  },
[...]

but CNIOBoringSSL is a library whereas NIOTLSServer is actually a binary, both are "type": "regular".

@weissi
Copy link
Member Author

weissi commented Feb 28, 2020

@swift-ci create

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants