diff --git a/_posts/2025-11-05-gsoc-2025-showcase-swiftly-support-in-vscode.md b/_posts/2025-11-05-gsoc-2025-showcase-swiftly-support-in-vscode.md index c6d2d2e17..123d3d7db 100644 --- a/_posts/2025-11-05-gsoc-2025-showcase-swiftly-support-in-vscode.md +++ b/_posts/2025-11-05-gsoc-2025-showcase-swiftly-support-in-vscode.md @@ -16,9 +16,9 @@ In this series of four blog posts, we'll highlight each of the Summer of Code co You can navigate between the posts using these convenient links: - Bringing Swiftly support to VS Code (this post) -- JNI mode for swift-java’s source jextract tool _(coming soon)_ -- Improved display of documentation during code completion in SourceKit-LSP _(coming soon)_ -- Improved console output for Swift Testing _(coming soon)_ +- [Extending Swift-Java Interoperability](/blog/gsoc-2025-showcase-swift-java/) +- [Improved code completion for Swift](/blog/gsoc-2025-showcase-code-completion/) +- [Improved console output for Swift Testing](/blog/gsoc-2025-showcase-swift-testing-output/) Each GSoC contributor has shared a writeup about their project and experience in the program on the forums. The first project we're featuring on the blog brought Swiftly support to Visual Studio Code, contributed by Priyambada Roul. To learn more, you can read the [full post on the Swift forums](https://forums.swift.org/t/gsoc-2025-bringing-swiftly-support-to-vs-code/81886). diff --git a/_posts/2025-11-07-gsoc-2025-showcase-swift-java.md b/_posts/2025-11-07-gsoc-2025-showcase-swift-java.md index 442ae8850..864869f75 100644 --- a/_posts/2025-11-07-gsoc-2025-showcase-swift-java.md +++ b/_posts/2025-11-07-gsoc-2025-showcase-swift-java.md @@ -11,8 +11,8 @@ This is the second post in our series showcasing the Swift community’s partici - [Bringing Swiftly support to VS Code](/blog/gsoc-2025-showcase-swiftly-support-in-vscode/) - Extending Swift-Java Interoperability (this post) -- Improved display of documentation during code completion in SourceKit-LSP _(coming soon)_ -- Improved Console Output for Swift Testing _(coming soon)_ +- [Improved code completion for Swift](/blog/gsoc-2025-showcase-code-completion/) +- [Improved console output for Swift Testing](/blog/gsoc-2025-showcase-swift-testing-output/) Each GSoC contributor has shared a writeup about their project and experience in the program on the Swift forums. Today’s featured project improved interoperability between Swift and Java, contributed by Mads Odgaard. Mads recently presented on this project at the Server-Side Swift conference: [Expanding Swift/Java Interoperability](https://www.youtube.com/watch?v=tOH6V1IvTAc), and you may have noticed it in action in the recent Swift.org blog post: [Announcing the Swift SDK for Android](https://www.swift.org/blog/nightly-swift-sdk-for-android/)! diff --git a/_posts/2025-11-12-gsoc-2025-showcase-code-completion.md b/_posts/2025-11-12-gsoc-2025-showcase-code-completion.md index b500904d5..1e15360de 100644 --- a/_posts/2025-11-12-gsoc-2025-showcase-code-completion.md +++ b/_posts/2025-11-12-gsoc-2025-showcase-code-completion.md @@ -2,9 +2,9 @@ layout: new-layouts/post published: true date: 2025-11-12 17:05:00 -title: "Swift GSoC 2025 highlight: Improved code completion for Swift" +title: "GSoC 2025 Showcase: Improved Code completion for Swift" author: [ahmedelrefaey, ktoso] -category: "Developer Tools" +category: "Community" --- Our blog post series showcasing the Swift community’s participation in [Google Summer of Code](https://summerofcode.withgoogle.com) 2025 continues with our third update. Learn more about the projects and work accomplished: @@ -12,7 +12,7 @@ Our blog post series showcasing the Swift community’s participation in [Google - [Bringing Swiftly support to VS Code](/blog/gsoc-2025-showcase-swiftly-support-in-vscode/) - [Extending Swift-Java Interoperability](/blog/gsoc-2025-showcase-swift-java/) - Improved code completion for Swift _(this post)_ -- Improved console output for Swift Testing _(coming soon)_ +- [Improved console output for Swift Testing](/blog/gsoc-2025-showcase-swift-testing-output/) Each GSoC contributor has shared a writeup about their project and experience in the program on the forums. Today’s featured project improved how documentation is displayed during code completion in IDEs, contributed by Ahmed Elrefaey. diff --git a/_posts/2025-11-14-gsoc-2025-showcase-swift-testing-output.md b/_posts/2025-11-14-gsoc-2025-showcase-swift-testing-output.md index b38b8edf9..dcfe42cbd 100644 --- a/_posts/2025-11-14-gsoc-2025-showcase-swift-testing-output.md +++ b/_posts/2025-11-14-gsoc-2025-showcase-swift-testing-output.md @@ -2,7 +2,7 @@ layout: new-layouts/post published: true date: 2025-11-14 17:15:00 -title: "Swift GSoC 2025 Showcase: Improved Console Output for Swift Testing" +title: "GSoC 2025 Showcase: Improved Console Output for Swift Testing" author: [kelvin, ktoso] category: "Community" ---