From 3a6fd999398edfc05675654cc6dad32ebdf814c6 Mon Sep 17 00:00:00 2001 From: ordo-ci <104988168+ordo-ci@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:45:59 +0300 Subject: [PATCH 1/5] Add package-distributed-system --- projects.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/projects.json b/projects.json index 71e74fe1..1aded9c1 100755 --- a/projects.json +++ b/projects.json @@ -5296,5 +5296,30 @@ "tags": "swiftpm" } ] + }, + { + "repository": "Git", + "url": "https://github.com/ordo-one/package-distributed-system", + "path": "package-distributed-system", + "branch": "main", + "maintainer": "swift-source-compat-suite@ordo.one", + "compatibility": [ + { + "version": "5.10", + "commit": "6bcfd78be1eea564d710a8c46fca7e14d6435dfd" + } + ], + "platforms": [ + "Darwin", + "Linux" + ], + "actions": [ + { + "action": "BuildSwiftPackage", + "build_tests": "true", + "configuration": "release", + "tags": "swiftpm" + } + ] } ] From 6d21c4606d461beb28d0acda2b2b5421832424fa Mon Sep 17 00:00:00 2001 From: ordo-ci <104988168+ordo-ci@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:38:07 +0300 Subject: [PATCH 2/5] fix lz4 dependency --- projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.json b/projects.json index 1aded9c1..e5fff144 100755 --- a/projects.json +++ b/projects.json @@ -5306,7 +5306,7 @@ "compatibility": [ { "version": "5.10", - "commit": "6bcfd78be1eea564d710a8c46fca7e14d6435dfd" + "commit": "615d546c6e2b4649a3d493cd2c0118c80d6d0042" } ], "platforms": [ From a5be6ba29fa48c7dc506f129886cf9326ee741ac Mon Sep 17 00:00:00 2001 From: freefr4ll <103502659+freef4ll@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:09:23 +0300 Subject: [PATCH 3/5] fix build, jemalloc is not required --- projects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects.json b/projects.json index e5fff144..4b65e018 100755 --- a/projects.json +++ b/projects.json @@ -5306,7 +5306,7 @@ "compatibility": [ { "version": "5.10", - "commit": "615d546c6e2b4649a3d493cd2c0118c80d6d0042" + "commit": "7b5a41a3ffb4f1bd4d4da3ae875c28d8f0758c38" } ], "platforms": [ @@ -5317,7 +5317,7 @@ { "action": "BuildSwiftPackage", "build_tests": "true", - "configuration": "release", + "configuration": "debug", "tags": "swiftpm" } ] From 034741d09369da50d62ce8a3dd05e089f9b9aa24 Mon Sep 17 00:00:00 2001 From: freefr4ll <103502659+freef4ll@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:37:17 +0300 Subject: [PATCH 4/5] add xfail --- projects.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/projects.json b/projects.json index 4b65e018..edeae013 100755 --- a/projects.json +++ b/projects.json @@ -5306,7 +5306,7 @@ "compatibility": [ { "version": "5.10", - "commit": "7b5a41a3ffb4f1bd4d4da3ae875c28d8f0758c38" + "commit": "e531316cbd5e5b3d85318ff72cb30f7af14ff264" } ], "platforms": [ @@ -5318,7 +5318,16 @@ "action": "BuildSwiftPackage", "build_tests": "true", "configuration": "debug", - "tags": "swiftpm" + "tags": "swiftpm", + "xfail": [ + { + "issue": "https://github.com/swiftlang/swift/issues/79318", + "compatibility": ["5.10"], + "branch": ["main", "release/6.1"], + "job": ["source-compat"], + "configuration": "debug" + } + ] } ] } From 9c8a9118d2d6779597c3fd28d6f589a481c31bf2 Mon Sep 17 00:00:00 2001 From: ordo-ci <104988168+ordo-ci@users.noreply.github.com> Date: Thu, 3 Apr 2025 22:34:47 +0300 Subject: [PATCH 5/5] distributed system is buildable now --- projects.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/projects.json b/projects.json index edeae013..faa98e1c 100755 --- a/projects.json +++ b/projects.json @@ -5306,7 +5306,7 @@ "compatibility": [ { "version": "5.10", - "commit": "e531316cbd5e5b3d85318ff72cb30f7af14ff264" + "commit": "48e8f8f68a61fffb62400e8298223d7c861c650e" } ], "platforms": [ @@ -5317,17 +5317,8 @@ { "action": "BuildSwiftPackage", "build_tests": "true", - "configuration": "debug", - "tags": "swiftpm", - "xfail": [ - { - "issue": "https://github.com/swiftlang/swift/issues/79318", - "compatibility": ["5.10"], - "branch": ["main", "release/6.1"], - "job": ["source-compat"], - "configuration": "debug" - } - ] + "configuration": "release", + "tags": "swiftpm" } ] }