We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f124054 + c93d6d4 commit d551c2aCopy full SHA for d551c2a
common.py
@@ -26,7 +26,7 @@
26
27
branches = {
28
'main': {
29
- 'llvm-project': 'stable/20211026',
+ 'llvm-project': 'stable/20220421',
30
'swift': 'main',
31
'cmark': 'gfm',
32
'ninja': 'release',
projects.json
@@ -1431,7 +1431,15 @@
1431
"workspace": "LineSDK.xcworkspace",
1432
"scheme": "LineSDK",
1433
"destination": "generic/platform=iOS",
1434
- "configuration": "Release"
+ "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
+ ]
1443
}
1444
]
1445
},
0 commit comments