@@ -8,7 +8,7 @@ title: Swift Everywhere – Android Build Status
88<small >
99This site acts as a supplement to the
1010<a href =" https://swiftpackageindex.com " >Swift Package Index</a >
11- by providing build status for additional platforms, such as
11+ by providing build status for additional platforms such as
1212<a href =" https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/3461 " >Android</a >,
1313<a href =" https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/1354 " >Windows</a >,
1414and <a href =" https://www.swift.org/documentation/articles/static-linux-getting-started.html " >Musl</a >.
@@ -28,26 +28,25 @@ are successfully building for Android.
2828
2929<table >
3030<tr >
31- <th >Name</th >
32- <th >Status</th >
33- <th >Stars</th >
34- <th >Build Log</th >
31+ <th>Repository</th>
32+ <th>Status</th>
33+ <th>Stars</th>
3534</tr >
36- {% for object in items %}
37- < tr >
38- {% assign value = object %}
35+ {% for value in items %}
36+ < tr style = " background-color : {% if value.status == ' success ' %}# e 6 ffe 6{% else %}# ffe 6 e 6{% endif %}; " >
37+ < tr >
3938 <td><a href="{{ value.repo }}">{{ value.repo }}</a></td>
40- <td >{{ value.status }}</td >
39+ <td><a href="https://github.com/swift-everywhere/swift-package-builds/actions/runs/ {{ value.runid }}>">{{ value. status }}</a> </td>
4140 <td>{{ value.stars }}</td>
42- <td ><a href =" https://github.com/swift-everywhere/swift-package-builds/actions/runs/{{ value.runid }}> " >{{ value.runid }}</a ></td >
4341 <!--
4442 <td>{{ value.created }}</td>
4543 <td>{{ value.modified }}</td>
4644 -->
47- </tr >
45+ </tr >
4846{% endfor %}
4947</table >
5048
49+ <hr />
5150<h3 >Windows Build Status: Coming Soon!</h3 >
5251<hr />
5352<h3 >Musl Build Status: Coming Soon!</h3 >
0 commit comments