Skip to content

[wip] Update xfails release 6.1 #968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Jan 28, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6bddf11
CoreStore - https://github.com/swiftlang/swift/issues/78863
justice-adams-apple Jan 23, 2025
f4c46bb
Doggie - https://github.com/apple/swift/issues/70764
justice-adams-apple Jan 23, 2025
c5b8a09
exercism-swift - https://github.com/swiftlang/swift/issues/78864
justice-adams-apple Jan 23, 2025
7bd9169
Kingfisher - https://github.com/swiftlang/swift/issues/78866
justice-adams-apple Jan 23, 2025
882d55f
Mapper - https://github.com/apple/swift/issues/65197
justice-adams-apple Jan 23, 2025
7879d53
Nimble - https://github.com/apple/swift/issues/57431
justice-adams-apple Jan 23, 2025
2846924
ProcedureKit - https://github.com/apple/swift/issues/65197
justice-adams-apple Jan 23, 2025
5e9b9b0
PromiseKit - https://github.com/apple/swift/issues/65197
justice-adams-apple Jan 23, 2025
2003345
R.swift - https://github.com/apple/swift/issues/65204
justice-adams-apple Jan 23, 2025
0da42f1
ReactiveSwift - https://github.com/apple/swift/issues/70744
justice-adams-apple Jan 23, 2025
e2d3a53
Serpent - https://github.com/apple/swift/issues/61615
justice-adams-apple Jan 23, 2025
603ccf4
siesta - https://github.com/apple/swift/issues/57431
justice-adams-apple Jan 23, 2025
3036b2d
SwiftLint-Legacy - https://github.com/apple/swift/issues/61616
justice-adams-apple Jan 23, 2025
c98c5d0
swift-protobuf-plugin-example - https://github.com/apple/swift/issues…
justice-adams-apple Jan 23, 2025
06d8333
vapor_websocket-kit - https://github.com/swiftlang/swift/issues/75656
justice-adams-apple Jan 23, 2025
f550ab3
vapor_jwt - https://github.com/swiftlang/swift/issues/78870
justice-adams-apple Jan 23, 2025
e03559d
vapor_jwt-kit - https://github.com/swiftlang/swift/issues/78870
justice-adams-apple Jan 23, 2025
99d6fde
Deferred - https://github.com/swiftlang/swift/issues/75498
justice-adams-apple Jan 24, 2025
27c3ff6
Kitura - rdar://83373628
justice-adams-apple Jan 24, 2025
f9f736f
NetService - https://github.com/apple/swift/issues/64251
justice-adams-apple Jan 24, 2025
a42196e
penny-bot - https://github.com/swiftlang/swift/issues/75499
justice-adams-apple Jan 24, 2025
d7f11d1
Perfect - rdar://83373864
justice-adams-apple Jan 24, 2025
64817df
SwiftLint - rdar://83374141
justice-adams-apple Jan 24, 2025
48f6ea8
violet - https://github.com/swiftlang/swift/issues/75499
justice-adams-apple Jan 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 43 additions & 35 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@
"configuration": "Release",
"xfail": [
{
"issue": "https://github.com/apple/swift/issues/70742",
"issue": "https://github.com/swiftlang/swift/issues/78863",
"compatibility": ["4.0", "4.2"],
"branch": ["main", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"],
"platform": "Darwin"
}
Expand All @@ -558,9 +558,9 @@
"tags": "sourcekit-disabled",
"xfail": [
{
"issue": "https://github.com/apple/swift/issues/70742",
"issue": "https://github.com/swiftlang/swift/issues/78863",
"compatibility": ["4.0", "4.2"],
"branch": ["main", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"],
"platform": "Darwin"
}
Expand All @@ -574,9 +574,9 @@
"configuration": "Release",
"xfail": [
{
"issue": "https://github.com/apple/swift/issues/70742",
"issue": "https://github.com/swiftlang/swift/issues/78863",
"compatibility": ["4.0", "4.2"],
"branch": ["main", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"],
"platform": "Darwin"
}
Expand All @@ -590,9 +590,9 @@
"configuration": "Release",
"xfail": [
{
"issue": "https://github.com/apple/swift/issues/70742",
"issue": "https://github.com/swiftlang/swift/issues/78863",
"compatibility": ["4.0", "4.2"],
"branch": ["main", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"],
"platform": "Darwin"
}
Expand Down Expand Up @@ -718,7 +718,7 @@
{
"issue": "https://github.com/swiftlang/swift/issues/75498",
"compatibility": ["5.0"],
"branch": ["main", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"platform": "Linux",
"job": ["source-compat"]
}
Expand Down Expand Up @@ -786,7 +786,7 @@
{
"issue": "https://github.com/apple/swift/issues/70764",
"compatibility": "5.0",
"branch": ["release/5.9", "release/5.10", "release/6.0"],
"branch": ["release/5.9", "release/5.10", "release/6.0", "release/6.1"],
"configuration": "debug",
"platform": "Darwin",
"job": ["source-compat"]
Expand Down Expand Up @@ -918,9 +918,9 @@
"build_tests": "true",
"xfail": [
{
"issue": "https://github.com/apple/swift/issues/61614",
"issue": "https://github.com/swiftlang/swift/issues/78864",
"compatibility": ["4.2", "5.0"],
"branch": ["main", "release/5.5", "release/5.6", "release/5.7", "release/5.8", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"],
"configuration": "debug"
}
Expand Down Expand Up @@ -1379,9 +1379,9 @@
"configuration": "Release",
"xfail": [
{
"issue": "https://github.com/apple/swift/issues/69410",
"issue": "https://github.com/swiftlang/swift/issues/78866",
"compatibility": ["5.0"],
"branch": ["main", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"],
"platform": "Darwin"
}
Expand Down Expand Up @@ -1420,14 +1420,14 @@
"issue": "rdar://83373628",
"platform": "Linux",
"compatibility": "5.0",
"branch": ["main", "release/5.6", "release/5.7", "release/5.8", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"]
},
{
"issue": "rdar://83373628",
"platform": "Linux",
"compatibility": "4.0",
"branch": ["main", "release/5.6", "release/5.7", "release/5.8", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"]
}

Expand Down Expand Up @@ -1639,7 +1639,7 @@
"issue": "https://github.com/apple/swift/issues/64251",
"platform": "Linux",
"compatibility": ["5.0", "4.2"],
"branch": ["main", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"]
}
]
Expand Down Expand Up @@ -1866,7 +1866,7 @@
"issue": "rdar://83373864",
"platform": "Linux",
"compatibility": "4.2",
"branch": ["main", "release/5.6", "release/5.7", "release/5.8", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"]
}
]
Expand Down Expand Up @@ -2010,7 +2010,7 @@
{
"issue": "https://github.com/apple/swift/issues/65197",
"compatibility": ["4.2", "5.0"],
"branch": ["main", "release/5.9", "release/5.8", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"]
}
]
Expand Down Expand Up @@ -2084,7 +2084,7 @@
{
"issue": "https://github.com/apple/swift/issues/65197",
"compatibility": ["4.0", "5.0"],
"branch": ["main", "release/5.9", "release/5.8", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"]
}
]
Expand Down Expand Up @@ -2127,7 +2127,7 @@
{
"issue": "https://github.com/apple/swift/issues/65204",
"compatibility": ["4.2", "5.0"],
"branch": ["main", "release/5.9", "release/5.8", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"]
}
]
Expand Down Expand Up @@ -2402,7 +2402,7 @@
{
"issue": "https://github.com/apple/swift/issues/70744",
"compatibility": ["4.0", "5.0"],
"branch": ["main", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"],
"platform": "Darwin"
}
Expand Down Expand Up @@ -2731,7 +2731,7 @@
{
"issue": "https://github.com/apple/swift/issues/61615",
"compatibility": ["4.2", "5.0"],
"branch": ["main", "release/5.5", "release/5.6", "release/5.7", "release/5.8", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/5.5", "release/6.0", "release/6.1"],
"job": ["source-compat"],
"configuration": "debug"
}
Expand Down Expand Up @@ -3164,7 +3164,7 @@
{
"issue": "https://github.com/apple/swift/issues/61616",
"compatibility": ["4.0", "4.2"],
"branch": ["main", "release/5.5", "release/5.6", "release/5.7", "release/5.8", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"],
"configuration": "debug"
}
Expand Down Expand Up @@ -3202,7 +3202,7 @@
"issue": "rdar://83374141",
"platform": "Linux",
"compatibility": "5.0",
"branch": ["main", "release/5.6", "release/5.7", "release/5.8", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"]
}
]
Expand Down Expand Up @@ -3670,7 +3670,7 @@
{
"issue": "https://github.com/apple/swift/issues/65202",
"compatibility": ["5.0"],
"branch": ["main", "release/5.9", "release/5.8", "release/5.10", "release/6.0"]
"branch": ["main", "release/6.0", "release/6.1"]
}
]
},
Expand Down Expand Up @@ -4127,7 +4127,7 @@
{
"issue": "https://github.com/apple/swift/issues/65197",
"compatibility": ["4.0", "4.2", "5.0"],
"branch": ["main", "release/5.9", "release/5.8", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"]
}
]
Expand Down Expand Up @@ -4246,7 +4246,7 @@
{
"issue": "https://github.com/apple/swift/issues/57431",
"compatibility": ["5.0"],
"branch": ["main", "release/5.5", "release/5.6", "release/5.7", "release/5.8", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"job": ["source-compat"]
}
]
Expand Down Expand Up @@ -4476,7 +4476,15 @@
"action": "BuildSwiftPackage",
"build_tests": "true",
"configuration": "release",
"tags": "sourcekit-disabled swiftpm"
"tags": "sourcekit-disabled swiftpm",
"xfail": [
{
"issue": "https://github.com/swiftlang/swift/issues/78870",
"compatibility": ["5.10"],
"branch": ["release/6.1", "main"],
"job": ["source-compat"]
}
]
}
]
},
Expand Down Expand Up @@ -4504,9 +4512,9 @@
"tags": "sourcekit-disabled swiftpm",
"xfail": [
{
"issue": "rdar://139409616",
"issue": "https://github.com/swiftlang/swift/issues/78870",
"compatibility": ["5.10"],
"branch": ["release/5.10"],
"branch": ["release/6.1", "main"],
"job": ["source-compat"]
}
]
Expand Down Expand Up @@ -4989,7 +4997,7 @@
{
"issue": "https://github.com/swiftlang/swift/issues/75656",
"compatibility": ["5.10"],
"branch": ["main", "release/6.0", "release/5.10"],
"branch": ["main", "release/6.0", "release/6.1"],
"configuration": "debug",
"job": ["source-compat"]
}
Expand Down Expand Up @@ -5048,7 +5056,7 @@
{
"issue": "https://github.com/apple/swift/issues/57431",
"compatibility": ["5.0"],
"branch": ["main", "release/5.5", "release/5.6", "release/5.7", "release/5.8", "release/5.9", "release/5.10", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"configuration": "debug",
"job": ["source-compat"]
}
Expand Down Expand Up @@ -5163,7 +5171,7 @@
{
"issue": "https://github.com/swiftlang/swift/issues/75499",
"compatibility": ["5.3"],
"branch": ["main", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"platform": "Linux",
"job": ["source-compat"]
}
Expand Down Expand Up @@ -5236,7 +5244,7 @@
{
"issue": "https://github.com/swiftlang/swift/issues/75499",
"compatibility": ["5.10"],
"branch": ["main", "release/6.0"],
"branch": ["main", "release/6.0", "release/6.1"],
"platform": "Linux",
"job": ["source-compat"]
}
Expand Down