Apple’s use of Swift and SwiftUI in iOS 15

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • swift-corelibs-foundation

    The Foundation Project, providing core utilities, internationalization, and OS independence

    Foundation is not the standard library of Swift. Swift has its own standard library that is bundled with the language on all platforms that are supported.

    And Foundation itself isn't written in Swift, a good portion is written in C.

    > A significant portion of the implementation of Foundation on Apple platforms is provided by another framework called CoreFoundation (a.k.a. CF). CF is written primarily in C and is very portable. Therefore we have chosen to use it for the internal implementation of Swift Foundation where possible. As CF is present on all platforms, we can use it to provide a common implementation everywhere.

    https://github.com/apple/swift-corelibs-foundation/blob/main...

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • Vapor

    💧 A server-side Swift HTTP web framework.

    I am! I'm building a complete backend in Swift for an app i'm working on. It's actually been really great so far. I develop on my mac in xcode and deploy on linux via docker. See: https://vapor.codes/

    I'm a little bias because I really like Swift as a language but Vapor is growing and there are lots of plugins to fill the gaps.

  • Unwrap

    Learn Swift interactively on your iPhone.

    Hacking with swift is my go-to for tutorials / quick how-tos. Much simpler to follow than the docs or Ray https://www.hackingwithswift.com/

  • Publish

    A static site generator for Swift developers

  • swift-evolution

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

    Details: https://github.com/apple/swift-evolution/blob/main/proposals...

    There were plenty of alternative ways to accomplish my scenario but they ended up being pretty clunky and overly expressive for what I was trying to do at the time.

    It seems like the Swift language designers have no qualms about removing language features and breaking old code as a result - which is certainly their prerogative but it’s not something I’m accustomed to.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Is it possible to code a website using Swift?

    2 projects | /r/web_design | 24 Oct 2022
  • Just a simple coding question

    4 projects | /r/SwiftUI | 31 Dec 2021
  • Swift, but on a Server

    1 project | news.ycombinator.com | 5 Nov 2024
  • Show HN: Resend/Loops alternative with back end written using Swift

    1 project | news.ycombinator.com | 15 Sep 2024
  • Swiftly Chatting: Building Chatbots with Botter

    5 projects | dev.to | 8 Aug 2023

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