Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Swift
S

Swift

Language
2323 projects3522.0k total stars387.4k total forks21 languages

Open-source projects built with Swift

There are currently 2323 open-source projects built with Swift, with a combined total of 3522.0k GitHub stars. The most common language among these projects is Swift.

Showing 2,304 open-source projects · page 62 of 64

…
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
SwifterSockets
SwifterSocketsBalancingrock/SwifterSockets

A collection of socket utilities in pure Swift, providing low-level POSIX interfaces and higher-level abstractions.

595Swift
6 years ago
Crayon
Crayonluoxiu/Crayon

A Swift library for expressive terminal string styling, inspired by the popular JavaScript chalk package.

592Swift
5 years ago
Swifty Sensors
Swifty Sensorscodeinversion/sensors-swift

A Swift library for managing Bluetooth LE sensors on iOS and macOS with concrete service and characteristic classes.

5939Swift
2 years ago
Function Composition in Swift
Function Composition in Swiftijoshsmith/function-composition-in-swift

An interactive introduction to function composition in Swift 3, including custom operators for chaining, logging, and optional handling.

582Swift
9 years ago
CBORCoding
CBORCodingSomeRandomiOSDev/CBORCoding

A lightweight Swift framework for encoding and decoding Codable types to and from CBOR format across Apple platforms.

5815Swift
1 year ago
Neural Network
Neural Networklennet/neuralnetwork

An interactive Swift PlaygroundBook that teaches neural network concepts through hands-on examples.

582Swift
7 years ago
Latch
Latchendocrimes/Latch

A lightweight Swift wrapper for the iOS, watchOS, and OS X Keychain.

5811Swift
6 years ago
NominatimKit
NominatimKitcaloon/NominatimKit

A Swift wrapper for forward and reverse geocoding using OpenStreetMap's Nominatim API.

5811Swift
4 years ago
SMSwipeableTabView
SMSwipeableTabViewsmahajan28/SMSwipeableTabView

A customizable iOS swipeable tab view control combining UIPageViewController with a scrollable tab bar.

5713Swift
5 years ago
TraceLog
TraceLogtonystone/tracelog

A highly configurable, flexible, portable, and simple-to-use debug logging system for Swift and Objective-C applications.

5715Swift
2 years ago
KeyboardHideManager
KeyboardHideManagerbonyadmitr/KeyboardHideManager

A codeless iOS manager to hide the keyboard by tapping on views, written in Swift.

578Swift
2 years ago
Cognitive Service APIs
Cognitive Service APIscodePrincess/playgrounds

Interactive Swift Playgrounds for iPad demonstrating Microsoft Cognitive Services APIs and CoreML through fun coding scenarios.

575Swift
7 years ago
NotchToolkit
NotchToolkitAFathi/NotchToolkit

An iOS framework for creatively utilizing the iPhone X notch space with customizable toolbars and views.

573Swift
8 years ago
VideoPager
VideoPagerentotsu/VideoPager

A Swift library providing paging video UI and customizable control components for iOS applications.

578Swift
9 years ago
UITestHelper
UITestHelperevermeer/UITestHelper

A Swift library for creating readable and maintainable iOS UI tests with helper functions for waiting, grouping, and element interaction.

5613Swift
7 years ago
PeerConnectivity
PeerConnectivityrchatham/PeerConnectivity

A functional wrapper for Apple's MultipeerConnectivity framework with lightweight syntax and automatic edge case handling.

5610Swift
5 days ago
SurfingRefreshControl
SurfingRefreshControlpeiweichen/SurfingRefreshControl

A customizable pull-to-refresh control for iOS, written in pure Swift with shape customization via plist files.

559Swift
9 years ago
Touch Emoji
Touch Emojiilyalesik/touch-emoji

An emoji picker for MacBook Pro Touch Bar that adds a control strip icon for quick emoji insertion.

558Swift
7 years ago
SimplexArchitecture
SimplexArchitectureRyu0118/swiftui-simplex-architecture

A SwiftUI architecture library that decouples state changes from views, inspired by TCA but with reduced computational overhead.

551Swift
3 days ago
RxWebSocket
RxWebSocketfjcaetano/RxWebSocket

A reactive WebSocket client for iOS/macOS/tvOS built on RxSwift and Starscream.

5513Swift
3 years ago
OcticonsKit
OcticonsKitkeitaoouchi/OcticonsKit

A Swift library for using GitHub's Octicons in iOS and macOS applications.

558Swift
3 months ago
METAL Playground
METAL Playgroundhaawa799/METAL_Playground

A playground project for learning Apple's Metal framework by creating a complex 3D scene with Swift.

554Swift
12 years ago
HidesNavigationBarWhenPushed
HidesNavigationBarWhenPushedgontovnik/HidesNavigationBarWhenPushed

A Swift library that enables hiding the navigation bar when pushing view controllers via a hidesNavigationBarWhenPushed flag.

556Swift
6 years ago
Swiftbot
Swiftbotnoppefoxwolf/Swiftbot

A Slack bot that executes Swift code snippets directly in chat, inspired by a Discord bot for Swift compiler discussions.

552Swift
7 years ago
EasyAbout
EasyAboutJARMourato/EasyAbout

Automatically adds CocoaPods licenses and app version information to iOS apps via the Settings bundle.

558Shell
7 years ago
CommandCougar
CommandCougarsurfandneptune/CommandCougar

A pure Swift library for building elegant command line applications with auto-generated help and subcommand support.

556Swift
4 years ago
SlidingText
SlidingTextdnKaratzas/SlidingText

A Swift UIView component for creating animated sliding text with a page indicator.

543Swift
7 years ago
XCTest Playground
XCTest PlaygroundLiquidsoul/XCTestPlayground

A playground-compatible implementation of XCTest macros for Test-Driven Development in Swift playgrounds.

549Swift
8 years ago
Serrano
SerranopcpLiu/Serrano

A Swift deep learning library for iOS and macOS with Accelerate and Metal support.

547Swift
8 years ago
MSFlightMapView
MSFlightMapViewmabdulsubhan/MSFlightMapView

An iOS library for adding and animating geodesic flight paths on Google Maps with customizable markers and multi-leg routes.

544Swift
6 years ago
TopicEventBus
TopicEventBusmcmatan/topicEventBus

A type-safe Swift framework implementing the publish-subscribe pattern with topic-based event publishing.

548Swift
7 years ago
KRAlertController
KRAlertControllerkrimpedance/KRAlertController

A beautiful and easy-to-use colored alert controller for iOS apps, written in Swift.

536Swift
7 years ago
ReactiveArray
ReactiveArrayWolox/ReactiveArray

A Swift array class that can be observed using ReactiveCocoa's Signals for reactive programming.

5311Swift
3 years ago
Interactive Playground
Interactive Playgrounddasdom/InteractivePlayground

A collection of interactive Xcode Playground examples demonstrating UIKit, SpriteKit, and gesture-based iOS development techniques.

537Swift
9 years ago
Conduit
Conduitmindbody/Conduit

A session-based Swift HTTP networking and OAuth2 authentication library for iOS, macOS, tvOS, and watchOS.

538Swift
3 months ago
Ubergang
UbergangRobinFalko/Ubergang

A tweening engine for iOS written in Swift, enabling smooth animations for numeric values, colors, transforms, and paths.

534Swift
7 years ago
1
61
62
63
64