What's New in Swift 6.2?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. swift-evolution

    This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.

    There’s a section in the proposal about this: https://github.com/swiftlang/swift-evolution/blob/main/propo...

    To;dr: Sequence and Collection are incompatible with noncopyable types and conditionally conforming when elements are copyable would result in too many implicit copies. They’re working on protocols to cover noncopyable collections such as this, which will probably have a similar API shape.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Vapor

    💧 A server-side Swift HTTP web framework.

    Generally only useful within the Apple ecosystem is definitely inaccurate.

    An example: https://vapor.codes/

    The problem is that people only think it’s generally useful in the Apple ecosystem.

  4. reorderable

    A SwiftUI structural component that allows for easy drag-and-drop reordering operations

    Agreed about Paul Hudson. He also just seems like a genuinely nice guy. I was kind of shocked to receive an email from him out of the blue last weekend (well, from GitHub, but with his name in the "From" field). Turns out it was about a PR [0] to one of my packages where he fixed typos in the README.

    [0] https://github.com/visfitness/reorderable/pull/2

  5. swift-bundler

    An Xcodeproj-less tool for creating cross-platform Swift apps.

    - manually copy an embedded.mobileprovision

    It was a good learning experience, but what's the story here? Did Apple just give away Swift to the OSS community and then make no ongoing effort to integrate their platforms nicely into the non-xcode build tooling? Looking into https://github.com/stackotter/swift-bundler

  6. swift-build

    A high-level build system based on llbuild, used by Xcode, Swift Playground, and the Swift Package Manager

    The Swift language team has recently open sourced swift-build, and the community's assumption is that it was done in order to eventually move everything away from xcodebuild to swift-build, which would let you build an app from swift packages and fully break from Xcode: https://github.com/swiftlang/swift-build

  7. Quick

    The Swift (and Objective-C) testing framework.

    We [have this](https://github.com/Quick/Quick) — and while this framework is still a reasonable choice of a testing framework, I personally feel like the new Swift Testing framework is much nicer to write my test cases with.

  8. swift-async-algorithms

    Async Algorithms for Swift

    combine latest et al can be found in async algorithms from apple*

    https://github.com/apple/swift-async-algorithms

    * though current value subject is not there its not hard to make one if you need it

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. beyondnet

    A toolset that makes it possible to call .NET code from other programming languages, including C, Swift and Kotlin.

    Kind of? :)

    https://github.com/royalapplications/beyondnet

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Swift 6

    10 projects | news.ycombinator.com | 17 Sep 2024
  • Building RESTful API's with Node. What's your approach?

    2 projects | /r/node | 23 Aug 2021
  • You don’t need to work on hard problems

    2 projects | news.ycombinator.com | 17 Aug 2021
  • Mile tracking (mileIQ) replacement needed

    1 project | /r/privacytoolsIO | 8 Feb 2021
  • Not So Fast: AI Coding Tools Can Reduce Productivity

    2 projects | news.ycombinator.com | 11 Jul 2025

Did you know that Swift is
the 15th most popular programming language
based on number of references?