File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Sources/App/Views/ReadyForSwift6 Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -53,16 +53,6 @@ extension ReadyForSwift6Show {
53
53
// .text("Swift 6 release blog post")
54
54
// )
55
55
// ),
56
- . h3( " Total packages compatible with Swift 6 " ) ,
57
- . p( " Packages with zero data-race safety compiler diagnostics during a successful build on at least one tested platform. " ) ,
58
- model. readyForSwift6Chart ( kind: . compatiblePackages) ,
59
- . h3( " Total Swift 6 concurrency errors " ) ,
60
- . p(
61
- . text( " The total number of all data-race safety diagnostics across " ) ,
62
- . em( " all " ) ,
63
- . text( " packages. " )
64
- ) ,
65
- model. readyForSwift6Chart ( kind: . totalErrors) ,
66
56
. h3( " Frequently asked questions " ) ,
67
57
. p(
68
58
. strong( . text( " Q: " ) ) ,
@@ -150,7 +140,17 @@ extension ReadyForSwift6Show {
150
140
. text( " Swift Server Workgroup incubated packages list " )
151
141
) ,
152
142
. text( " . " )
153
- )
143
+ ) ,
144
+ . h3( " Total packages compatible with Swift 6 " ) ,
145
+ . p( " Packages with zero data-race safety compiler diagnostics during a successful build on at least one tested platform. " ) ,
146
+ model. readyForSwift6Chart ( kind: . compatiblePackages) ,
147
+ . h3( " Total Swift 6 concurrency errors " ) ,
148
+ . p(
149
+ . text( " The total number of all data-race safety diagnostics across " ) ,
150
+ . em( " all " ) ,
151
+ . text( " packages. " )
152
+ ) ,
153
+ model. readyForSwift6Chart ( kind: . totalErrors)
154
154
)
155
155
}
156
156
}
You can’t perform that action at this time.
0 commit comments