Swift Package Registry
  • About
  • Add Package
  • Log In

Swift Packages

Repository Description
OpenCombine Open source implementation of Apple's Combine framework for processing values over time.
CareKit CareKit is an open source software framework for creating apps that help people better understand and manage their health.
SwiftUIKit SwiftUIKit is a Swift SDK that adds extra functionality to Swift & SwiftUI.
KMPNativeCoroutines Library to use Kotlin Coroutines from Swift code in KMP apps
RxCombine Bi-directional type bridging between RxSwift and Apple's Combine framework
SkeletonUI ☠️ Elegant skeleton loading animation in lightweight SwiftUI
Networking ⚡️ Concise networking code leveraging async-await, Decodable & Generics.
SwiftCoroutine Swift coroutines for iOS, macOS and Linux.
KMPObservableViewModel Library to use AndroidX/Kotlin ViewModels with SwiftUI
CombineX Open source implementation of Apple's Combine
SwiftRex Swift + Redux + (Combine|RxSwift|ReactiveSwift) -> SwiftRex
Store Unidirectional, transactional, operation-based Store implementation.
SwiftSpeech A speech recognition framework designed for SwiftUI.
KeyboardObserving ⌨️A Combine-based way to observe and adjust for Keyboard notifications in SwiftUI
Entwine Testing tools and utilities for Apple's Combine framework.
Pigeon Async state management for SwiftUI (and UIKit) 🐦
MapleBacon 🍁🥓 Lightweight and fast Swift library for image downloading, caching and transformations
swiftui-atom-properties ⚛️ Atomic approach state management and dependency injection for SwiftUI
SpotifyAPI A Swift library for the Spotify web API. Supports all endpoints.
AsyncImage error: Could not find Package.swift in this directory or any of its parent directories.
Swiftagram A modern Swift wrapper for Instagram Private API.
CombineExpectations Utilities for tests that wait for Combine publishers
FloatingTabBar Aesthetic floating tab bar – SwiftUI & Combine ⛓️ Importable via Swift Package Manager 📦
SwiftlySearch A small, lightweight UISearchController wrapper for SwiftUI
GRDBCombine GRDB ❤️ Combine
RealFlags 🔧 Feature Flagging for Swift
MijickTimer Timers Made Simple. The Ultimate Swift Framework with advanced timer management, state control and reactive programming support.
SwiftDux Predictable state management for SwiftUI applications.
Conbini Publishers, operators, and subscribers to supplement Combine.
SwiftlySalesforce The Swift-est way to build native mobile apps that connect to Salesforce.
CombineCoreBluetooth A wrapper API for CoreBluetooth using Combine Publishers
Fluxor Unidirectional Data Flow in Swift 🚀 based on Combine 🚜
Hover Async network layer with Combine
SwiftDI SwiftDI the new way to use your dependency in Swift 5.1
request-dl Simplifies network requests using SwiftNIO with powerful types like DataTask, DownloadTask, and UploadTask.
LittleBlueTooth A simple library that helps you in connecting with BLE devices
CombineMIDI Connect MIDI using async-await to SwiftUI (or UIKit)
Shift Light-weight & concurrent EventKit wrapper
Ricemill 🌾 ♻️ 🍚 Unidirectional Input / Output framework with Combine. Supports both of SwiftUI and UIKit.
CombineRealm Combine extensions for Realm
CombineCloudKit 🌤 Swift Combine extensions for reactive CloudKit record processing
SimpleNetworking Scalable and composable API Clients using Swift Combine
RemoteContentView SwiftUI view that makes loading content easy
LocationProvider A Combine-based CoreLocation Provider as a Swift Package
ReduxUI 💎 Redux like architecture for SwiftUI
Observable A generic ObservableObject for every property!
Kite A Swift 6 networking library with async/await, JSON/XML deserialization 🚀, and OAuth2 integration 🔐, supporting iOS/macOS/tvOS/watchOS/visionOS/DriverKit!
swift-chess Chess represented in swift
PublishedObject A property wrapper that forwards the objectWillChange of the wrapped ObservableObject to the enclosing ObservableObject's objectWillChange.
SwiftUPnP A 100% Swift based UPnP implementation
Primer Assign/Partial/ReadOnly/Proxy/Locks in Swift
AVFoundationCombine Combine extensions for AVFoundation
SwiftObserver Easy Elegant Reactive Swift #NoRx
SwiftUI-UDF UDF (Unidirectional Data Flow) architecture on SwiftUI/Concurrency/Combine
SwiftMVI A lightweight MVI framework for Swift
NetworkReachability Modern Network Reachability in Swift using Structured Concurrency
FoundationCombine Combine extensions that require only the Swift Standard Library and Foundation.
Relax Declaratively build and send client requests for REST APIs in Swift.
CombineValidate 🚦 Validation library depends on SwiftUI & Combine. Reactive and fully customizable.
SimpleHaptics 👇 Core Haptics convenience wrapper for SwiftUI to make haptic taps simple
Steam A Swift package to interact directly with Steam.
Superhighway As big a networking library as you'll need
NetworkKit Powerful network layer seamlessly integrating Combine Framework, Async/Await, and Closures.
EasyFirebase Helping me use Firebase features with ease
CombineReachability Combine publishers for Reachability
Reachability A new, clean and lean network interface reachability library written in Swift.
FetchedResultsPublisher Wraps NSFetchedResultsController from CoreData as Publisher from Combine framework.
HealthKitCombine Combine extensions for HealthKit.
SwiftBus A simple and lightweight Event Bus library written in Swift and powered by Combine
SwiftAPIClient Simple, flexible, generic and easy to use HTTP API Client written in Swift
RxStore Reactive State Management Tool for Swift
BlueConnect A modern approach to Bluetooth LE connectivity built around CoreBluetooth
SwiftUI-UDF UDF (Unidirectional Data Flow) architecture on SwiftUI/Combine
PutioKit A wrapper around Put.io api
FileSystemEventPublisher A publisher that emits events in the file system.
swiftui-dynamic-forms
Persistent ⚙️ A tiny property wrapper for UserDefaults. Only 60 lines of code.
PublisherView A SwiftUI view that subscribes to a Combine publisher to display different views for the values and failure of the publisher.
PublisherKit An open source implementation of Apple's Combine framework for processing asynchronous events over time
CombineRx Helpful bridging functions between RxSwift and Combine frameworks
AVFoundationCombine Combine extensions for AVFoundation
SwiftUseCase SwiftUseCase is library for creating independent & test coverable use-cases with a powerful execution API.
NetworkKit A reactive HTTP Networking in Swift using PublisherKit
combine-interception Package extending Apple' `Combine` framework for interception of objc selectors.
WSPublisher A native Swift WebSocket manager based in Combine.
PublisherExpectations XCTestExpectation subclasses to simplify Publisher testing and improve test readability
ElementaryCombine Experimental, uni-directional and purely functional architecture for SwiftUI.
d3-network-service Lightweight rest api crud combine swift reactive library. SwiftUI request chaining, in parallel
CombineTesting A Swift package to allow easy testing of Combine components.
CBCBluetooth Convenient Combine wrapper for CoreBluetooth
FlatMany flatMap --> Publishers.MergeMany --> map --> collect
core-data-publisher Combine Publisher for your Core Data entities.
Chip8iEmulationCore Chip8 Emulation Core Swift Package
Balam Swift NoSQL functional database
Task Combine Tasks
ScopeKit ScopeKit scaffolds reactive applications, simplifies managing Combine subscriptions, and makes [weak self] a thing of the past.
PublishedKVO PublishedKVO provides Apples Combine `@Published` for class-types using Key-Value-Observing (KVO requires classes to be NSObject-based).
OpenConnectivity 🌐 Use Publishers to observe Internet connectivity changes using OpenCombine.
Disposable 🗑️ Disposable lifecycle handlers. 'Disposables' are source-agnostic and can represent custom handlers or wrap Swift Tasks, Combine Cancellable, RxSwift Disposables, etc.
CombineEx An enhancement work for swift combine, like google/promises
ClosurePublisher 📡 Combine Publisher for closure results
SQLiteManager To manage a SQLite Database with Swift and Combine
napkin napkin is a reimagining of Uber's RIBs with RXSwift replaced by Combine and the Leak Detector removed (you should use Xcode Instruments instead).
EZANetwork Custom networking library with Combine
CypherPoetNetStack A Combine-based networking stack for modern iOS projects.
CountdownView SwiftUI View to display sequence of views
CombineExt Swift library that provides additional features for Combine framework
APIota APIota is a lightweight Swift library for defining REST API clients for use in iOS, macOS, tvOS, watchOS and Linux apps.
StrasbourgParkAPI :parking: A simple swift package used to access the Strasbourg open data related to the parking
RetryOn RetryOn makes it simple for subscribers to retry and run a stream upon a failure.
9506 successfully parsed packages Copyright © 2020 All rights reserved. Swift and the Swift logo are trademarks of Apple Inc.
About
  • Twitter
  • zac.gorak.us
GitHub
  • GitHub MarketPlace
  • GitHub App
  • GitHub Action
  • GitHub Repository