# swiftlang/swift

The Swift Programming Language

Repository: https://github.com/swiftlang/swift
Canonical: https://ross.abutalabs.com/products/swift
Homepage: https://swift.org
Language: Swift
License: Apache-2.0
License Family: permissive
Last push: 2026-08-26T23:35:53+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 78, longevity 100
- inputs: {"age_days": 3967, "days_push": 7, "days_rel": 64, "gap_med": 33.0, "n_releases_24m": 17}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 70300, forks 10804 (observed 2026-08-28T04:12:20.954129+00:00)

## What it is
The Swift programming language: a high-performance, memory-safe systems and application programming language with a modern syntax and seamless C/Objective-C interoperability. This repository contains the Swift compiler, standard library, and toolchain sources.

## Use cases
- build ios and macos apps in swift
- write a memory-safe systems programming language project
- contribute to the swift compiler
- build a custom swift toolchain from source
- learn a modern statically typed language
- interoperate with existing c and objective-c code

## When to choose
- you are developing for apple platforms or want a safe, fast compiled language
- you need C/Objective-C interoperability with modern language ergonomics
- you want to contribute to or study a production-grade compiler

## When to avoid
- you need a language for embedded microcontrollers with tiny footprints
- your team is standardized on another ecosystem like JVM or .NET
- you only need a scripting language without a compile step

## Facets
- artifact type: cli-tool
- maturity: stable
- function: compiler, programming-language, interpreter, developer-tools
- domain: programming-languages, compilers, developer-tools, cross-platform
- platform: windows, cpp, cross-platform
- tags: swift-language, compiler-toolchain, memory-safe, objective-c-interop, apple-ecosystem, macos, linux, swift

## Member repositories
- swiftlang/swift (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:20.954129+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:16:23.016138+00:00, confidence not recorded.
  - readme: https://github.com/swiftlang/swift (fetched 2026-08-28T04:12:20.954129+00:00, sha 56d79b47460f)
  - homepage: https://swift.org (fetched 2026-08-28T17:50:49.000837+00:00, sha 2aeb21181ab9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
