swiftlang/swift-package-manager

Add support for listing all test tags

Aperta

#8889 aperta il 2 lug 2025

 (3 commenti) (0 reazioni) (1 assegnatario)Swift (1462 fork)batch import
enhancementgood first issueswift test

Metriche repository

Star
 (10.145 stelle)
Metriche merge PR
 (Merge medio 9g 4h) (62 PR mergiate in 30 g)

Descrizione

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

Guida contributor