Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions _posts/2025-11-07-gsoc-2025-showcase-swift-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)!

Expand Down
6 changes: 3 additions & 3 deletions _posts/2025-11-12-gsoc-2025-showcase-code-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
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:

- [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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
---
Expand Down