Skip to content

Commit 3136b35

Browse files
committed
Disable an SCK project: Pods.
This should be reenabled again as soon as this compiler bug is fixed: [SR-7181] Swift CI: Swift Source Compatibility Suite (master) FAIL_RxDataSources-Pods-Pods.xcodeproj_3.0_BuildXcodeProjectTarget_Pods-Example_generic-platform-iOS.log FAIL_RxDataSources-Pods-Pods.xcodeproj_3.0_BuildXcodeProjectTarget_Pods-RxDataSources_generic-platform-iOS.log error: fatal error encountered during compilation; please file a bug report with your project and the crash log <unknown>:0: note: symbol '_$S7RxSwift21AnyRecursiveSchedulerCMn' can not be undefined in a subtraction expression
1 parent ed7b8d6 commit 3136b35

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

projects.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,14 +1891,32 @@
18911891
"project": "Pods/Pods.xcodeproj",
18921892
"target": "Pods-RxDataSources",
18931893
"destination": "generic/platform=iOS",
1894-
"configuration": "Release"
1894+
"configuration": "Release",
1895+
"xfail": {
1896+
"compatibility": {
1897+
"3.0": {
1898+
"branch": {
1899+
"master": "https://bugs.swift.org/browse/SR-7181"
1900+
}
1901+
}
1902+
}
1903+
}
18951904
},
18961905
{
18971906
"action": "BuildXcodeProjectTarget",
18981907
"project": "Pods/Pods.xcodeproj",
18991908
"target": "Pods-Example",
19001909
"destination": "generic/platform=iOS",
1901-
"configuration": "Release"
1910+
"configuration": "Release",
1911+
"xfail": {
1912+
"compatibility": {
1913+
"3.0": {
1914+
"branch": {
1915+
"master": "https://bugs.swift.org/browse/SR-7181"
1916+
}
1917+
}
1918+
}
1919+
}
19021920
}
19031921
]
19041922
},

0 commit comments

Comments
 (0)