|
2055 | 2055 | {
|
2056 | 2056 | "issue": "rdar://problem/68590422",
|
2057 | 2057 | "compatibility": ["4.0", "5.1"],
|
2058 |
| - "branch": "main", |
| 2058 | + "branch": ["main", "release/5.4"], |
2059 | 2059 | "configuration": "debug"
|
2060 | 2060 | }
|
2061 | 2061 | ]
|
|
2070 | 2070 | {
|
2071 | 2071 | "issue": "rdar://problem/68590422",
|
2072 | 2072 | "compatibility": ["4.0", "5.1"],
|
2073 |
| - "branch": "main", |
| 2073 | + "branch": ["main", "release/5.4"], |
2074 | 2074 | "configuration": "debug"
|
2075 | 2075 | }
|
2076 | 2076 | ]
|
|
2263 | 2263 | "repository": "Git",
|
2264 | 2264 | "url": "https://github.com/igor-makarov/RxReactiveObjC.git",
|
2265 | 2265 | "path": "RxReactiveObjC",
|
2266 |
| - "branch": "comitted-pods-for-swift-compat", |
| 2266 | + "branch": "main", |
2267 | 2267 | "maintainer": "[email protected]",
|
2268 | 2268 | "compatibility": [
|
| 2269 | + { |
| 2270 | + "version": "4.2", |
| 2271 | + "commit": "ec478bb68edbb8f10a7982bcffe9f1779de4e58b" |
| 2272 | + }, |
2269 | 2273 | {
|
2270 | 2274 | "version": "5.0",
|
2271 |
| - "commit": "580693f3e60dc0c6219cd82cbae651f518940a7f" |
| 2275 | + "commit": "ec478bb68edbb8f10a7982bcffe9f1779de4e58b" |
2272 | 2276 | },
|
2273 | 2277 | {
|
2274 | 2278 | "version": "5.1",
|
2275 |
| - "commit": "580693f3e60dc0c6219cd82cbae651f518940a7f" |
| 2279 | + "commit": "ec478bb68edbb8f10a7982bcffe9f1779de4e58b" |
| 2280 | + }, |
| 2281 | + { |
| 2282 | + "version": "5.2", |
| 2283 | + "commit": "ec478bb68edbb8f10a7982bcffe9f1779de4e58b" |
| 2284 | + }, |
| 2285 | + { |
| 2286 | + "version": "5.3", |
| 2287 | + "commit": "ec478bb68edbb8f10a7982bcffe9f1779de4e58b" |
2276 | 2288 | }
|
2277 | 2289 | ],
|
2278 | 2290 | "platforms": [
|
2279 | 2291 | "Darwin"
|
2280 | 2292 | ],
|
2281 | 2293 | "actions": [
|
2282 | 2294 | {
|
2283 |
| - "action": "BuildXcodeWorkspaceScheme", |
2284 |
| - "workspace": "RxReactiveObjC.xcworkspace", |
2285 |
| - "scheme": "RxReactiveObjCSwiftCompat", |
2286 |
| - "destination": "generic/platform=iOS", |
2287 |
| - "configuration": "Release" |
| 2295 | + "action": "BuildSwiftPackage", |
| 2296 | + "configuration": "release" |
2288 | 2297 | },
|
2289 | 2298 | {
|
2290 |
| - "action": "TestXcodeWorkspaceScheme", |
2291 |
| - "workspace": "RxReactiveObjC.xcworkspace", |
2292 |
| - "scheme": "RxReactiveObjCSwiftCompat", |
2293 |
| - "destination": "platform=iOS Simulator,name=iPhone 7", |
2294 |
| - "configuration": "Debug" |
| 2299 | + "action": "TestSwiftPackage" |
2295 | 2300 | }
|
2296 | 2301 | ]
|
2297 | 2302 | },
|
|
2350 | 2355 | "xfail": {
|
2351 | 2356 | "issue": "https://bugs.swift.org/browse/SR-11141",
|
2352 | 2357 | "compatibility": "5.1",
|
2353 |
| - "branch": ["main", "release/5.3"] |
| 2358 | + "branch": ["main", "release/5.3", "release/5.4"] |
2354 | 2359 | }
|
2355 | 2360 | },
|
2356 | 2361 | {
|
|
2455 | 2460 | {
|
2456 | 2461 | "issue": "https://bugs.swift.org/browse/SR-13190",
|
2457 | 2462 | "compatibility": ["4.0", "5.1"],
|
2458 |
| - "branch": "main" |
| 2463 | + "branch": ["main", "release/5.4"] |
2459 | 2464 | }
|
2460 | 2465 | ]
|
2461 | 2466 | },
|
|
2621 | 2626 | }
|
2622 | 2627 | ]
|
2623 | 2628 | },
|
| 2629 | + { |
| 2630 | + "repository": "Git", |
| 2631 | + "url": "https://github.com/apple/swift-algorithms", |
| 2632 | + "path": "swift-algorithms", |
| 2633 | + "branch": "main", |
| 2634 | + "maintainer": "[email protected]", |
| 2635 | + "compatibility": [ |
| 2636 | + { |
| 2637 | + "version": "5.2", |
| 2638 | + "commit": "3864606e00177c3438db075df56659cdfbc01ca8" |
| 2639 | + } |
| 2640 | + ], |
| 2641 | + "platforms": [ |
| 2642 | + "Darwin" |
| 2643 | + ], |
| 2644 | + "actions": [ |
| 2645 | + { |
| 2646 | + "action": "BuildSwiftPackage", |
| 2647 | + "configuration": "release", |
| 2648 | + "tags": "swiftpm" |
| 2649 | + }, |
| 2650 | + { |
| 2651 | + "action": "TestSwiftPackage" |
| 2652 | + } |
| 2653 | + ] |
| 2654 | + }, |
| 2655 | + { |
| 2656 | + "repository": "Git", |
| 2657 | + "url": "https://github.com/apple/swift-argument-parser", |
| 2658 | + "path": "swift-argument-parser", |
| 2659 | + "branch": "main", |
| 2660 | + "maintainer": "[email protected]", |
| 2661 | + "compatibility": [ |
| 2662 | + { |
| 2663 | + "version": "5.2", |
| 2664 | + "commit": "41f5fe52a34b2c7b9938996387fabfaca21918bd" |
| 2665 | + } |
| 2666 | + ], |
| 2667 | + "platforms": [ |
| 2668 | + "Darwin" |
| 2669 | + ], |
| 2670 | + "actions": [ |
| 2671 | + { |
| 2672 | + "action": "BuildSwiftPackage", |
| 2673 | + "configuration": "release", |
| 2674 | + "tags": "swiftpm" |
| 2675 | + }, |
| 2676 | + { |
| 2677 | + "action": "TestSwiftPackage" |
| 2678 | + } |
| 2679 | + ] |
| 2680 | + }, |
2624 | 2681 | {
|
2625 | 2682 | "repository": "Git",
|
2626 | 2683 | "url": "https://github.com/malcommac/SwiftDate",
|
|
2672 | 2729 | }
|
2673 | 2730 | ]
|
2674 | 2731 | },
|
| 2732 | + { |
| 2733 | + "repository": "Git", |
| 2734 | + "url": "https://github.com/nicklockwood/SwiftFormat.git", |
| 2735 | + "path": "SwiftFormat", |
| 2736 | + "branch": "master", |
| 2737 | + "compatibility": [ |
| 2738 | + { |
| 2739 | + "version": "4.2", |
| 2740 | + "commit": "d42194f66bfb0e721037a2fac28cd2402bb68f68" |
| 2741 | + } |
| 2742 | + ], |
| 2743 | + "maintainer": "[email protected]", |
| 2744 | + "platforms": [ |
| 2745 | + "Darwin", |
| 2746 | + "Linux" |
| 2747 | + ], |
| 2748 | + "actions": [ |
| 2749 | + { |
| 2750 | + "action": "BuildSwiftPackage", |
| 2751 | + "configuration": "release" |
| 2752 | + }, |
| 2753 | + { |
| 2754 | + "action": "TestSwiftPackage" |
| 2755 | + } |
| 2756 | + ] |
| 2757 | + }, |
2675 | 2758 | {
|
2676 | 2759 | "repository": "Git",
|
2677 | 2760 | "url": "https://github.com/davecom/SwiftGraph.git",
|
|
2878 | 2961 | }
|
2879 | 2962 | ]
|
2880 | 2963 | },
|
| 2964 | + { |
| 2965 | + "repository": "Git", |
| 2966 | + "url": "https://github.com/apple/swift-log", |
| 2967 | + "path": "swift-log", |
| 2968 | + "branch": "main", |
| 2969 | + "maintainer": "[email protected]", |
| 2970 | + "compatibility": [ |
| 2971 | + { |
| 2972 | + "version": "5.0", |
| 2973 | + "commit": "16cfcc60e49d940c93367e5fe0e0533bd27e9733" |
| 2974 | + }, |
| 2975 | + { |
| 2976 | + "version": "5.2", |
| 2977 | + "commit": "16cfcc60e49d940c93367e5fe0e0533bd27e9733" |
| 2978 | + } |
| 2979 | + ], |
| 2980 | + "platforms": [ |
| 2981 | + "Darwin", |
| 2982 | + "Linux" |
| 2983 | + ], |
| 2984 | + "actions": [ |
| 2985 | + { |
| 2986 | + "action": "BuildSwiftPackage", |
| 2987 | + "configuration": "release", |
| 2988 | + "tags": "sourcekit-disabled swiftpm" |
| 2989 | + }, |
| 2990 | + { |
| 2991 | + "action": "TestSwiftPackage" |
| 2992 | + } |
| 2993 | + ] |
| 2994 | + }, |
2881 | 2995 | {
|
2882 | 2996 | "repository": "Git",
|
2883 | 2997 | "url": "https://github.com/apple/swift-nio-http2",
|
|
2905 | 3019 | }
|
2906 | 3020 | ]
|
2907 | 3021 | },
|
| 3022 | + { |
| 3023 | + "repository": "Git", |
| 3024 | + "url": "https://github.com/apple/swift-metrics", |
| 3025 | + "path": "swift-metrics", |
| 3026 | + "branch": "main", |
| 3027 | + "maintainer": "[email protected]", |
| 3028 | + "compatibility": [ |
| 3029 | + { |
| 3030 | + "version": "5.0", |
| 3031 | + "commit": "68e6cb29387754df21d96cb35d09b6ad0f59300f" |
| 3032 | + }, |
| 3033 | + { |
| 3034 | + "version": "5.2", |
| 3035 | + "commit": "68e6cb29387754df21d96cb35d09b6ad0f59300f" |
| 3036 | + } |
| 3037 | + ], |
| 3038 | + "platforms": [ |
| 3039 | + "Darwin", |
| 3040 | + "Linux" |
| 3041 | + ], |
| 3042 | + "actions": [ |
| 3043 | + { |
| 3044 | + "action": "BuildSwiftPackage", |
| 3045 | + "configuration": "release", |
| 3046 | + "tags": "sourcekit-disabled swiftpm" |
| 3047 | + }, |
| 3048 | + { |
| 3049 | + "action": "TestSwiftPackage" |
| 3050 | + } |
| 3051 | + ] |
| 3052 | + }, |
2908 | 3053 | {
|
2909 | 3054 | "repository": "Git",
|
2910 | 3055 | "url": "https://github.com/apple/swift-nio-extras",
|
|
2989 | 3134 | }
|
2990 | 3135 | ]
|
2991 | 3136 | },
|
| 3137 | + { |
| 3138 | + "repository": "Git", |
| 3139 | + "url": "https://github.com/apple/swift-system", |
| 3140 | + "path": "swift-system", |
| 3141 | + "branch": "main", |
| 3142 | + "maintainer": "[email protected]", |
| 3143 | + "compatibility": [ |
| 3144 | + { |
| 3145 | + "version": "5.2", |
| 3146 | + "commit": "0627d28e6ae514940c6ee061acfd36a3c231b87f" |
| 3147 | + } |
| 3148 | + ], |
| 3149 | + "platforms": [ |
| 3150 | + "Darwin" |
| 3151 | + ], |
| 3152 | + "actions": [ |
| 3153 | + { |
| 3154 | + "action": "BuildSwiftPackage", |
| 3155 | + "configuration": "release", |
| 3156 | + "tags": "swiftpm" |
| 3157 | + }, |
| 3158 | + { |
| 3159 | + "action": "TestSwiftPackage" |
| 3160 | + } |
| 3161 | + ] |
| 3162 | + }, |
2992 | 3163 | {
|
2993 | 3164 | "repository": "Git",
|
2994 | 3165 | "url": "https://github.com/SwiftyJSON/SwiftyJSON.git",
|
|
0 commit comments