swiftlang/swift-package-manager

Add support for listing all test tags

Open

#8,889 建立於 2025年7月2日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Swift (10,145 star) (1,462 fork)batch import
enhancementgood first issueswift test

描述

Description

Once https://github.com/swiftlang/swift-testing/issues/591 is resolved, it would be ideal to have an option where swift test can provide the list of all tags available in a given package.

This relates to https://github.com/swiftlang/swift-testing/issues/591

Expected behavior

swift test is augmented to provide a unique list of available tags, which, optionally, can be used to enable/skip execution.

Actual behavior

There is no feature to list tags.

Steps to reproduce

No response

Swift Package Manager version/commit hash

No response

Swift & OS version (output of swift --version && uname -a)

No response

貢獻者指南