Skip to content

Commit c93d6d4

Browse files
add xfail for swiftlang/swift#60577
1 parent 7e3563a commit c93d6d4

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
@@ -1431,7 +1431,15 @@
14311431
"workspace": "LineSDK.xcworkspace",
14321432
"scheme": "LineSDK",
14331433
"destination": "generic/platform=iOS",
1434-
"configuration": "Release"
1434+
"configuration": "Release",
1435+
"xfail": [
1436+
{
1437+
"issue": "https://github.com/apple/swift/issues/60577",
1438+
"compatibility": ["4.2", "5.0"],
1439+
"branch": ["main"],
1440+
"job": ["source-compat"]
1441+
}
1442+
]
14351443
}
14361444
]
14371445
},

0 commit comments

Comments
 (0)