Skip to content

Commit 1a0b13e

Browse files
committed
Removed duplicate paragraph.
1 parent 76b8c19 commit 1a0b13e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Sources/App/Views/ReadyForSwift6/ReadyForSwift6Show+View.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ extension ReadyForSwift6Show {
5353
// .text("Swift 6 release blog post")
5454
// )
5555
// ),
56-
.p("To track the progress of the Swift package ecosystem, the Swift Package Index is running regular package compatibility checks across all packages in the index."),
5756
.h3("Total packages compatible with Swift 6"),
5857
.p("Packages with zero data-race safety compiler diagnostics during a successful build on at least one tested platform."),
5958
model.readyForSwift6Chart(kind: .compatiblePackages),

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ReadyForSwift6Show.1.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ <h1>
8080
<h2>Ready for Swift 6</h2>
8181
<p>The Swift 6 language mode prevents data-races at compile time. When you opt into Swift 6 mode, the compiler will produce errors when your code has a risk of concurrent access, turning hard-to-debug runtime failures into compiler errors.</p>
8282
<p>To track the progress of the Swift package ecosystem, the Swift Package Index is running regular package compatibility checks across all packages in the index.</p>
83-
<p>To track the progress of the Swift package ecosystem, the Swift Package Index is running regular package compatibility checks across all packages in the index.</p>
8483
<h3>Total packages compatible with Swift 6</h3>
8584
<p>Packages with zero data-race safety compiler diagnostics during a successful build on at least one tested platform.</p>
8685
<p>Couldn’t load chart data.</p>

0 commit comments

Comments
 (0)