@@ -911,6 +911,9 @@ struct PackageCommandTests {
911911 }
912912
913913 @Test (
914+ . tags(
915+ . Feature. Command. Package. Describe
916+ ) ,
914917 . IssueWindowsRelativePathAssert,
915918 arguments: getBuildData ( for: SupportedBuildSystemOnAllPlatforms) ,
916919 )
@@ -4393,6 +4396,10 @@ struct PackageCommandTests {
43934396 }
43944397
43954398 @Test (
4399+ . tags(
4400+ . Feature. Command. Build,
4401+ . Feature. PackageType. BuildToolPlugin
4402+ ) ,
43964403 . requiresSwiftConcurrencySupport,
43974404 arguments: getBuildData ( for: SupportedBuildSystemOnAllPlatforms) ,
43984405 )
@@ -5131,6 +5138,10 @@ struct PackageCommandTests {
51315138
51325139 // Test reporting of plugin diagnostic messages at different verbosity levels
51335140 @Test (
5141+ . tags(
5142+ . Feature. Command. Build,
5143+ . Feature. PackageType. CommandPlugin
5144+ ) ,
51345145 . requiresSwiftConcurrencySupport,
51355146 . issue(
51365147 " https://github.com/swiftlang/swift-package-manager/issues/8180 " ,
@@ -5322,6 +5333,10 @@ struct PackageCommandTests {
53225333
53235334 // Test target builds requested by a command plugin
53245335 @Test (
5336+ . tags(
5337+ . Feature. Command. Run,
5338+ . Feature. PackageType. CommandPlugin
5339+ ) ,
53255340 . IssueWindowsRelativePathAssert,
53265341 . requiresSwiftConcurrencySupport,
53275342 arguments: getBuildData ( for: SupportedBuildSystemOnAllPlatforms) ,
@@ -5353,6 +5368,10 @@ struct PackageCommandTests {
53535368
53545369 // Test target builds requested by a command plugin
53555370 @Test (
5371+ . tags(
5372+ . Feature. Command. Run,
5373+ . Feature. PackageType. CommandPlugin
5374+ ) ,
53565375 . IssueWindowsRelativePathAssert,
53575376 . requiresSwiftConcurrencySupport,
53585377 arguments: getBuildData ( for: SupportedBuildSystemOnAllPlatforms) ,
@@ -5388,6 +5407,10 @@ struct PackageCommandTests {
53885407
53895408 // Test target builds requested by a command plugin
53905409 @Test (
5410+ . tags(
5411+ . Feature. Command. Run,
5412+ . Feature. PackageType. CommandPlugin
5413+ ) ,
53915414 . IssueWindowsRelativePathAssert,
53925415 . requiresSwiftConcurrencySupport,
53935416 arguments: getBuildData ( for: SupportedBuildSystemOnAllPlatforms) ,
@@ -5422,6 +5445,10 @@ struct PackageCommandTests {
54225445
54235446 // Test target builds requested by a command plugin
54245447 @Test (
5448+ . tags(
5449+ . Feature. Command. Run,
5450+ . Feature. PackageType. CommandPlugin
5451+ ) ,
54255452 . IssueWindowsRelativePathAssert,
54265453 . requiresSwiftConcurrencySupport,
54275454 arguments: getBuildData ( for: SupportedBuildSystemOnAllPlatforms) ,
@@ -5459,6 +5486,10 @@ struct PackageCommandTests {
54595486 }
54605487
54615488 @Test (
5489+ . tags(
5490+ . Feature. Command. Run,
5491+ . Feature. PackageType. CommandPlugin
5492+ ) ,
54625493 . IssueWindowsRelativePathAssert,
54635494 arguments: getBuildData ( for: SupportedBuildSystemOnAllPlatforms) ,
54645495 )
@@ -5484,6 +5515,10 @@ struct PackageCommandTests {
54845515 }
54855516
54865517 @Test (
5518+ . tags(
5519+ . Feature. Command. Run,
5520+ . Feature. PackageType. CommandPlugin
5521+ ) ,
54875522 . IssueWindowsRelativePathAssert,
54885523 arguments: getBuildData ( for: SupportedBuildSystemOnAllPlatforms) ,
54895524 )
@@ -5508,6 +5543,10 @@ struct PackageCommandTests {
55085543 }
55095544
55105545 @Test (
5546+ . tags(
5547+ . Feature. Command. Run,
5548+ . Feature. PackageType. CommandPlugin
5549+ ) ,
55115550 . IssueWindowsRelativePathAssert,
55125551 . tags(
55135552 . Feature. Command. Package. CommandPlugin,
@@ -5537,6 +5576,10 @@ struct PackageCommandTests {
55375576
55385577 // Test logging of builds initiated by a command plugin
55395578 @Test (
5579+ . tags(
5580+ . Feature. Command. Build,
5581+ . Feature. PackageType. CommandPlugin
5582+ ) ,
55405583 . IssueWindowsRelativePathAssert,
55415584 . requiresSwiftConcurrencySupport,
55425585 . tags(
@@ -5774,11 +5817,12 @@ struct PackageCommandTests {
57745817 @Test (
57755818 . requiresSwiftConcurrencySupport,
57765819 . tags(
5820+ . Feature. Command. Run,
57775821 . Feature. Command. Package. CommandPlugin,
57785822 ) ,
57795823 . IssueWindowsRelativePathAssert,
57805824 . IssueWindowsLongPath,
5781- . IssueWindowsPathLastConponent ,
5825+ . IssueWindowsPathLastComponent ,
57825826 . issue(
57835827 " https://github.com/swiftlang/swift-package-manager/issues/9083 " ,
57845828 relationship: . defect,
@@ -6747,7 +6791,7 @@ struct PackageCommandTests {
67476791 }
67486792
67496793 @Test (
6750- . IssueWindowsPathLastConponent ,
6794+ . IssueWindowsPathLastComponent ,
67516795 // Only run the test if the environment in which we're running actually supports Swift concurrency (which the plugin APIs require).
67526796 . requiresSwiftConcurrencySupport,
67536797 . tags(
0 commit comments