Skip to content

Commit 9c8ca19

Browse files
1 parent bf5b793 commit 9c8ca19

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

projects.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5224,7 +5224,15 @@
52245224
"configuration": "release",
52255225
"build_tests": "true",
52265226
"build_tests_release": "true",
5227-
"tags": "swiftpm"
5227+
"tags": "swiftpm",
5228+
"xfail": [
5229+
{
5230+
"issue": "https://github.com/swiftlang/swift-package-manager/issues/8292",
5231+
"compatibility": ["6.0"],
5232+
"branch": ["main", "release/6.0", "release/6.1"],
5233+
"job": ["source-compat"]
5234+
}
5235+
]
52285236
},
52295237
{
52305238
"action": "TestSwiftPackage",

0 commit comments

Comments
 (0)