Skip to main content
Swift Package Catalog
Contents
william-weng (137)
- william-weng/wwacknowledgementviewcontroller— - [Quickly and easily create a acknowledge screen.](https://github.com/showdownj...
- william-weng/wwappfirstinstall— - Check whether the APP is installed for the first time?
- william-weng/wwappinstallsource— - Widget to detect where an app was installed from.
- william-weng/wwassistivetouch— - Mimicking iPhone’s Assistive Touch function.
- william-weng/wwautolayoutconstraint— - [Simple use of NSLayoutConstraint.](https://developer.apple.com/documentation/...
- william-weng/wwbadgeview— - [A simple badge controller that can simply display the numbers on the badge.](...
- william-weng/wwbankbalanceanimationlabel— - UILabel text animation.
- william-weng/wwbarberpoleview— - [Imitate the animation effect of barber's pole.](https://zh.wikipedia.org/zh-t...
- william-weng/wwbarcodeslicer— - [Barcode text splitter, a function used to process Barcode text.](https://www....
- william-weng/wwbluetoothmanager— > [`WWBluetoothManager` is a lightweight `CoreBluetooth` wrapper library written...
- william-weng/wwbytereader— > WWByteReader / WWByteWriter is a high-performance big-endian binary reader and...
- william-weng/wwcachemanager— [English](./README.en.md) | [正體中文](./README.md)
- william-weng/wwcamerapickercontroller— - The enhanced version of [UIImagePickerController](https://medium.com/彼得潘的試煉-勇者...
- william-weng/wwcamerazoomoptionview— - Option to mimic phone camera magnification.
- william-weng/wwcapsuletabbarcontroller— - Based on UITabBarController, implement a TabBarController that can display mor...
- william-weng/wwcaptchaview— - [CAPTCHA - Completely Automated Public Turing test to tell Computers and Human...
- william-weng/wwcollectionviewlayout— - UICollectionViewLayout collection.
- william-weng/wwcompositionallayout— - A simple integrated version of iOS 13 [Compositional Layout](https://developer...
- william-weng/wwcountdownbutton— - A countdown button.
- william-weng/wwcropviewcontroller— > [`WWCropViewController` is a lightweight, high-performance image cropping solu...
- william-weng/wwcustomerservice— - [An integrated tool for handling commonly used customer service communication ...
- william-weng/wwdebugoverlay— - A lightweight UIKit debug [overlay](https://developer.apple.com/documentation/...
- william-weng/wwdetectdevice— - [Detect the device name and other related information from the device number.]...
- william-weng/wwdonutchartview— - [Simple donut chart.](https://blog.vizdata.tw/2018/02/how-to_26.html)
- william-weng/wwdualcamera— - [Simple generation of dual camera functions.](https://blog.csdn.net/u011686167...
- william-weng/wweither— - [Imitating Rust's Either function, the Swift language can also have the functi...
- william-weng/wwemitterlayereffect— - [CAEmitterLayer Effect Maker (SnowFlake / Firework)](https://medium.com/@satin...
- william-weng/wwemojitextfield— - [A text field that simply converts input words into emoticons.]()
- william-weng/wweventsource— - [Use URLSession to implement the functions of the SSE client and receive infor...
- william-weng/wwexpandablecell— - Using Protocol to set, the expand/collapse function can be easily realized wit...
- william-weng/wwexpandabletextview— - [TextView that can automatically change the height according to the number of ...
- william-weng/wwfacelandmarkdetection— - [Facial landmark detection using the official Vision framework.](https://www.p...
- william-weng/wwfloatingactionbutton— - Android-like FloatingActionButton.
- william-weng/wwfloatingview— - A simple hover and drag window. ~ [iOS 15 - UISheetPresentationController](htt...
- william-weng/wwfortunewheelview— - A scroll wheel that can be customized.
- william-weng/wwgmtcolor— - [Convert GMT color codes into a simple and usable enum.](https://www.soest.haw...
- william-weng/wwhash— - A small tool for calculating Hash values.
- william-weng/wwhashtagviewcontroller— - [Simple hashtag functionality, menu of applicable product options.](https://bl...
- william-weng/wwhightechview— - [Imitation of a high-tech View.](https://588ku.com/video/27048571.html)
- william-weng/wwhttpfetchtool— [English](./README.en.md) | [繁體中文](./README.md)
- william-weng/wwhud— - [Custom read animation, support custom pictures, GIF animation.](https://youtu...
- william-weng/wwimageformat— - [Simply analyze the commonly used image data formats.](https://github.com/MROS...
- william-weng/wwimageview— - Enhance the functionality of UIImageView (you can get the above color).
- william-weng/wwintelligentagent— [English](./README.en.md) | [繁體中文](./README.md)
- william-weng/wwipaddress— - Get the external IP address of the mobile phone.
- william-weng/wwjavascriptcontext— - JavaScriptCore Widget.
- william-weng/wwjavascriptcontext_chineseconvert— - [Use JavaScript to convert traditional and simplified Chinese text.](https://g...
- william-weng/wwjavascriptcontext_csv— - [Use JavaScript to convert CSV text.](https://github.com/mholt/PapaParse)
- william-weng/wwjavascriptcontext_markdown— - [Use JavaScript to convert Markdown text.](https://github.com/markedjs/marked)
- william-weng/wwjavascriptcontext_pinyin— - [Convert Chinese characters to Hanyu Pinyin.](https://unpkg.com/browse/pinyin-...
- william-weng/wwjavascriptcontext_thumbnail— - [Get the URL of the thumbnail of the website.](https://frankchiu.io/seo-open-g...
- william-weng/wwjwtauthenticationtoken— - [Generate JWT authentication token.](https://jwt.io/)
- william-weng/wwkeyboardshadowview— - [A View that can interact with keyboard events can change simultaneously with ...
- william-weng/wwkeychain— - Use the "property wrapper" to make an enhanced version of Keychain, so that Ke...
- william-weng/wwlabel— - Enhance the function of UILabel (add Loading text display).
- william-weng/wwlocationmanager— - Find location-related settings on your phone. (Region / Language / SIM / GPS)
- william-weng/wwlog— - This is a good helper for iOS engineer Debug.
- william-weng/wwmachinelearning_imagecolorizer— - [Use the CoreML model to convert grayscale images into color images.](https://...
- william-weng/wwmachinelearning_mnist— - [Classify a single handwritten digit (supports digits 0-9).](https://www.youtu...
- william-weng/wwmachinelearning_resnet50— - [Use Apple's ResNet (Residual Neural Network) model to determine the probabili...
- william-weng/wwmessagebar— - [Simple message bar.](https://github.com/JanGorman/SwiftMessageBar)
- william-weng/wwmlwhisper— - [Speech-to-text: STT (using whisper.cpp)](https://github.com/ggml-org/whisper....
- william-weng/wwmotiongraphictransition— - [Imitate the polygonal transition animation commonly used in movies.](https://...
- william-weng/wwnetworking— - [This is a simple integration of HTTP transmission, elegant HTTP networking, u...
- william-weng/wwnetworking-uiimage— > **中文:** 本專案已不再積極維護,不會修復 bug 或新增功能。建議使用其他替代方案。
- william-weng/wwnetworkmonitor— - [Integrate NWPathMonitor to detect network connections.](https://developer.app...
- william-weng/wwnormalizeaudioplayer— 一個支援 **音量正規化** 與 **順序播放** 的音訊播放器,可讓多個音檔在播放時維持較一致的音量表現。
- william-weng/wwntpclient— - [Get NTP (Network Time Protocol) time.](https://www.rfc-editor.org/rfc/rfc5905...
- william-weng/wwntpclienttool— [English](./README.en.md) | [繁體中文](./README.md)
- william-weng/wwonboardingviewcontroller— - Use UIPageViewController to simply implement the function of the guide page.
- william-weng/wwonetimepasswordview— - [Simple one-time password input text field.](https://medium.com/@dejanvu.devel...
- william-weng/wworderedset— - [Make NSOrderedSet easier to use.](https://developer.apple.com/documentation/f...
- william-weng/wwpatternlockview— - [Mimics Android's Pattern Lock feature.](https://arstechnica.com/information-t...
- william-weng/wwperpetualcalendar— - Use the functions of UIPageViewController to make a simple perpetual calendar.
- william-weng/wwprint— - The number of lines that can be printed + the printing method of the method na...
- william-weng/wwprivateview— - [Prevent system screenshot function.](https://blog.wyan.vip/2024/02/iOS_avoid_...
- william-weng/wwprogressmaskview— - The progress ring function of the custom background image uses the principle o...
- william-weng/wwprogressview— - A dynamically flowing progress bar.
- william-weng/wwpulselayer— - [Use CAReplicatorLayer to achieve pulse animation effects.](https://github.com...
- william-weng/wwpuzzleboardview— - [A `UIKit-based` puzzle board component that slices a `UIImage` into draggable...
- william-weng/wwqoa— - [A Pure Swift implementation of the Quite OK Audio (QOA) codec, prioritizing s...
- william-weng/wwqoi— > [A pure Swift QOI (Quite OK Image) encoder / decoder package without BinaryPar...
- william-weng/wwregularexpression— - [Wrap NSPredicate / NSRegularExpression to make regular expressions easier to ...
- william-weng/wwroundedsegmentedcontrol— - [Add the rounded corner function to the original UISegmentedControl.](https://...
- william-weng/wwrssparser— - [A lightweight, pure Swift RSS 2.0 / Atom 1.0 parser designed specifically for...
- william-weng/wwsavefiletool— [English](./README.en.md) | [繁體中文](./README.md)
- william-weng/wwscanviewcontroller— - Use [AVFoundation Framework](https://developer.apple.com/documentation/avfound...
- william-weng/wwscratchcard— - Imitation Scratch Card function.
- william-weng/wwscreenrecorder— - Simple mobile screen recording function.
- william-weng/wwscrollablemaskimageview— - Implement draggable mask layer function.
- william-weng/wwsegmentcontrolview— - Enhanced version of UISegmentControl.
- william-weng/wwsidemenuviewcontroller— - [Customizable side menu of the screen.](https://github.com/kukushi/SideMenu)
- william-weng/wwsigninwith3rd_apple— - Use native Apple third-party login.
- william-weng/wwsigninwith3rd_discord— - [Use Discord third-party login.](https://discord.com/developers/applications)
- william-weng/wwsigninwith3rd_facebook— - [Use Facebook third-party login.](https://medium.com/彼得潘的-swift-ios-app-開發教室/1...
- william-weng/wwsigninwith3rd_github— - [Use GitHub third-party login.](https://docs.github.com/en/apps/oauth-apps/mai...
- william-weng/wwsigninwith3rd_google— - [Use Google third-party login.](https://developers.google.com/identity/sign-in...
- william-weng/wwsigninwith3rd_line— - [Use LINE third-party login.](https://developers.line.biz)
- william-weng/wwsigninwith3rd_wechat— - [Use Wechat third-party login.](https://github.com/yanyin1986/WechatOpenSDK)
- william-weng/wwsigninwith3rd_weibo— - [Use Weibo third-party login.](https://github.com/sinaweibosdk/weibo_ios_sdk)
- william-weng/wwsimpleai_chatgpt— - Simply use the functionality of ChatGPT.
- william-weng/wwsimpleai_claude— - [Simply use the functionality of Anthropic Claude AI.](https://docs.anthropic....
- william-weng/wwsimpleai_deepseek— - [Simply use the functionality of DeepSeek AI.](https://www.deepseek.com/)
- william-weng/wwsimpleai_gemini— - Simply use the functionality of Google Gemini AI.
- william-weng/wwsimpleai_ollama— - [Simple connection to Ollama API functionality.](https://github.com/ollama/oll...
- william-weng/wwsimpleai_perplexity— - [Simply use the functionality of Perplexity AI.](https://www.perplexity.ai/)
- william-weng/wwsimplezipdirectoryreader— - [Simply read the directory names of files within a zip archive.](https://devel...
- william-weng/wwsimplifiedmusicalnotationplayer— - [Simplified musical notation player.](https://medium.com/彼得潘的-swift-ios-app-開發...
- william-weng/wwskeletonview— - [Simply imitate the HTML Skeleton Screen function.](https://landpattern2630.wi...
- william-weng/wwslider— - Use UIResponder to imitate an iOS slider.
- william-weng/wwspectrumviewui— `WWSpectrumViewUI` 是一個用 Swift、SwiftUI 與 Accelerate 製作的即時音訊頻譜分析與視覺化套件。它可以從 `AVAud...
- william-weng/wwsqlite3manager— [English](./README.en.md) | [繁體中文](./README.md)
- william-weng/wwstreamplayer— - [Use FFMpeg to play RSTP streaming videos.](https://www.youtube.com/watch?v=aJ...
- william-weng/wwstringtransform— - [String transform - latin / english / pinyin / bopomofo / hansHant / hantHans....
- william-weng/wwsvgimageview— )](https://developer.apple.com/swiftui/) [](https://developer.apple.com/swiftui/) [](https://developer.apple.com/swiftui/) [ on iOS, ...
- william-weng/wwtextreadertool— [English](./README.en.md) | [繁體中文](./README.md)
- william-weng/wwtipview— - [Because TipKit can only be used on iOS 17.0 or above, a simple alternative wa...
- william-weng/wwtoast— - A small tool imitating Android's [Toast](https://developer.android.com/guide/t...
- william-weng/wwtoucheffectbutton— - Imitating the function of Android Button, there will be a visual reaction when...
- william-weng/wwtwelveequaltemperament— - [A small program that generates 12 equal temperament.](https://zh.wikipedia.or...
- william-weng/wwtypewriterlabel— - Mimics the display function of a typewriter.
- william-weng/wwuserdefaults— - Use the "property wrapper" to make an enhanced version of UserDefaults.
- william-weng/wwwavwriter— > [A lightweight Swift Package for wrapping raw PCM or float audio data into WAV...
- william-weng/wwwebimage— [English](./README.en.md) | [正體中文](./README.md)
- william-weng/wwwebsocket— - Wraps URLSession's iOS 13 webSocketTask() into an easy-to-use widget.
- william-weng/wwwebview_chartjs— - [By loading Chart.js through WebView, the chart function can be quickly implem...
- william-weng/wwzhconverter— - [Convert the words and phrases between the two sides of the Taiwan Strait and ...
apple (69)
- apple/app-store-server-library-swift— The Swift server library for the [App Store Server API](https://developer.apple....
- apple/container— container
- apple/containerization— Containerization
- apple/coreai-models— Model export recipes, Python primitives, and Swift runtime utilities for buildin...
- apple/example-package-fisheryates— This example package will be cloned and built as a dependency if you build the `...
- apple/fhirmodels— FHIRModels
- apple/foundation-models-utilities— Foundation Models framework utilities
- apple/ml-stable-diffusion— Run Stable Diffusion on Apple Silicon with Core ML
- apple/pass-builder— A Swift library and command-line tool for creating, validating, and signing Appl...
- apple/pir-service-example— [Live Caller ID
- apple/pkl-swift— Package metadata imported from GitHub.
- apple/swift-algorithms— **Swift Algorithms** is an open-source package of sequence and collection algori...
- apple/swift-argument-parser— Begin by declaring a type that defines the information
- apple/swift-asn1— An implementation of ASN.1 types and DER serialization.
- apple/swift-async-algorithms— **Swift Async Algorithms** is an open-source package of asynchronous sequence an...
- apple/swift-async-dns-resolver— A Swift library for asynchronous DNS queries.
- apple/swift-atomics— [SE-0282]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0282...
- apple/swift-binary-parsing— A library for building safe, efficient binary parsers in Swift.
- apple/swift-cassandra-client— CassandraClient is a Cassandra client in Swift. The client is based on [DataStax...
- apple/swift-certificates— A library for working with X.509 certificates.
- apple/swift-cluster-membership— This library aims to help Swift make ground in a new space: clustered multi-node...
- apple/swift-collections— **Swift Collections** is an open-source package of data structure implementation...
- apple/swift-collections-benchmark— This package lets you collect and easily visualize performance data about data s...
- apple/swift-configuration— A Swift library for reading configuration in applications and libraries.
- apple/swift-container-plugin— Build and publish container images using Swift Package Manager.
- apple/swift-crypto— Swift Crypto is an open-source implementation of a substantial portion of the AP...
- apple/swift-distributed-actors— A peer-to-peer cluster actor system implementation for Swift.
- apple/swift-distributed-tracing— A Distributed Tracing API for Swift.
- apple/swift-distributed-tracing-baggage-core— > 📔 **NOTE**: It is very unlikely that you want to depend on _this_ package its...
- apple/swift-distributed-tracing-extras— > [!Important]
- apple/swift-docc-plugin— The Swift-DocC plugin is a Swift Package Manager command plugin that supports bu...
- apple/swift-format— `swift-format` provides the formatting technology for
- apple/swift-foundation— Foundation provides a base layer of functionality useful in many applications, i...
- apple/swift-homomorphic-encryption— *Swift Homomorphic Encryption* is a Swift implementation of homomorphic encrypti...
- apple/swift-http-structured-headers— A Swift implementation of the HTTP Structured Header Field Value specification.
- apple/swift-http-types— Swift HTTP Types are version-independent HTTP currency types designed for both c...
- apple/swift-llbuild2— **llbuild2** is an experimental, Swift native, fully async, NIO futures-based
- apple/swift-log— This repository contains a logging API implementation for Swift.
- apple/swift-metrics— A Metrics API package for Swift.
- apple/swift-mmio— **Swift MMIO** is an open source package for defining and operating on memory ma...
- apple/swift-nio— SwiftNIO is a cross-platform asynchronous event-driven network application frame...
- apple/swift-nio-extras— NIOExtras is a good place for code that is related to NIO but not core. It can a...
- apple/swift-nio-http2— This project contains HTTP/2 support for Swift projects using [SwiftNIO](https:/...
- apple/swift-nio-imap— A Swift project that provides an implementation of the IMAP4rev1 protocol, built...
- apple/swift-nio-nghttp2-support— This is a package just to be able to use nghttp2 with SwiftPM.
- apple/swift-nio-oblivious-http— A library for working using Oblivious HTTP with Swift NIO.
- apple/swift-nio-ssh— This project contains SSH support using [SwiftNIO](https://github.com/apple/swif...
- apple/swift-nio-ssl— SwiftNIO SSL is a Swift package that contains an implementation of TLS based on ...
- apple/swift-nio-ssl-support— This is a package just to be able to use openssl with SwiftPM.
- apple/swift-nio-transport-services— Extensions for [SwiftNIO](https://github.com/apple/swift-nio) to support Apple p...
- apple/swift-nio-zlib-support— This package used to support depending on zlib in the Swift Package Manager. It ...
- apple/swift-ntp— `swift-ntp` provides a Network Time Protocol (NTP) client that can be used to as...
- apple/swift-numerics— Swift Numerics provides a set of modules that support numerical computing in Swi...
- apple/swift-openapi-generator— Generate Swift client and server code from an OpenAPI document.
- apple/swift-openapi-runtime— This library provides common abstractions and helper functions used by the clien...
- apple/swift-openapi-urlsession— A client transport that uses the [URLSession](https://developer.apple.com/docume...
- apple/swift-play-experimental— This source file is part of the Swift Play Experimental open source project
- apple/swift-profile-recorder— Want to profile your software in restricted Kubernetes or Docker containers or o...
- apple/swift-protobuf— **Welcome to Swift Protobuf!**
- apple/swift-service-context— `ServiceContext` is a minimal (zero-dependency) context propagation container, i...
- apple/swift-service-discovery— A Service Discovery API for Swift.
- apple/swift-standard-library-preview— The Swift Standard Library Preview package provides access to new functionality
- apple/swift-statsd-client— a metrics backend for [swift-metrics](https://github.com/apple/swift-metrics) th...
- apple/swift-system— Swift System provides idiomatic interfaces to system calls and low-level currenc...
- apple/swift-system-metrics— A Swift library for reporting process-level system metrics (memory, CPU, file de...
- apple/swift-temporal-sdk— [Temporal](https://temporal.io/) is a distributed, scalable, durable, and highly
- apple/swift-tools-support-async— Common infrastructural helpers on top of NIO for [llbuild2](https://github.com/a...
- apple/swiftpm-on-llbuild2— This repository will contain SwiftPM build rules written on top of the experimen...
- apple/swiftusd— A Swift Package for using OpenUSD, Pixar's [Universal Scene Description](https:/...
perfectlysoft (57)
- perfectlysoft/perfect— Perfect is a complete and powerful toolbox, framework, and application server fo...
- perfectlysoft/perfect-cloudformation— This package provides support for services deployed to AWS through Perfect Assis...
- perfectlysoft/perfect-copenssl— C module OpenSSL import for Perfect
- perfectlysoft/perfect-copenssl-linux— OpenSSL module for Perfect
- perfectlysoft/perfect-crud— CRUD is an object-relational mapping (ORM) system for Swift 4+. CRUD takes Swift...
- perfectlysoft/perfect-crypto— Digest, cipher and encoding support for Perfect.
- perfectlysoft/perfect-curl— This package provides support for [curl](https://curl.haxx.se) in Swift. This pa...
- perfectlysoft/perfect-czlib-src
- perfectlysoft/perfect-fastcgi— Perfect server can run with either its built-in HTTP 1.1 system or with this Fas...
- perfectlysoft/perfect-filemaker— This project provides access to FileMaker Server databases using the XML Web pub...
- perfectlysoft/perfect-googleanalytics-measurementprotocol— Google Analytics Measurement Protocol support for Perfect
- perfectlysoft/perfect-http— This repository is a dependency for the Perfect HTTP/1, HTTP/2, and FastCGI serv...
- perfectlysoft/perfect-httpserver— HTTP Server for Perfect
- perfectlysoft/perfect-iniparser— This project provides an express parser for [INI](https://en.wikipedia.org/wiki/...
- perfectlysoft/perfect-ldap— This project provides an express OpenLDAP class wrapper which enable access to O...
- perfectlysoft/perfect-libcurl— libcurl import for Perfect
- perfectlysoft/perfect-libpq— C module import for libpq
- perfectlysoft/perfect-libsasl— C Module import for SASL.
- perfectlysoft/perfect-libxml2— libxml2 support module
- perfectlysoft/perfect-linuxbridge— Linux compatibility import for Perfect
- perfectlysoft/perfect-localauthentication-mysql— This package provides Local Authentication libraries for projects that require l...
- perfectlysoft/perfect-localauthentication-postgresql— This package provides Local Authentication libraries for projects that require l...
- perfectlysoft/perfect-logger— Using the `PerfectLogger` module, events can be logged to a specfied file, in ad...
- perfectlysoft/perfect-mariadb— This project provides a Swift wrapper around the MariaDB client library, enablin...
- perfectlysoft/perfect-markdown— This project provides a solution to convert markdown text into html presentation...
- perfectlysoft/perfect-mime— Basic MIME type support.
- perfectlysoft/perfect-mongodb— Perfect - MongoDB Connector [简体中文](README.zh_CN.md)
- perfectlysoft/perfect-mosquitto— This project provides a Swift class wrapper of `mosquitto` client library which ...
- perfectlysoft/perfect-mustache— Mustache template support for Perfect.
- perfectlysoft/perfect-mysql— This project provides a Swift wrapper around the MySQL client library, enabling ...
- perfectlysoft/perfect-mysqlclient— C module import for MySQL client OS X
- perfectlysoft/perfect-net— Core asynchronous networking package used in Perfect. Includes support for TCP, ...
- perfectlysoft/perfect-newrelic-linux— This project provides a Swift Agent SDK for New Relic.
- perfectlysoft/perfect-notifications— APNs remote Notifications for Perfect. This package adds push notification suppo...
- perfectlysoft/perfect-oauth2— This project provides [OAuth2](https://oauth.net/2/) libraries and select OAuth2...
- perfectlysoft/perfect-openldap— C Module import for OpenLDAP.
- perfectlysoft/perfect-postgresql— This project provides a Swift wrapper around the libpq client library, enabling ...
- perfectlysoft/perfect-python— This project provides an expressway to import Python 2.7 module as a Server Side...
- perfectlysoft/perfect-redis— Redis client support for Perfect
- perfectlysoft/perfect-repeater— The Perfect "Repeater" is a simple library that takes a closure and executes it ...
- perfectlysoft/perfect-requestlogger— Swift Package Manager (SPM) module which provides HTTP request logging filters f...
- perfectlysoft/perfect-session— The Perfect Session core library, with Memory Driver.
- perfectlysoft/perfect-session-mysql— The Perfect Session MySQL Driver.
- perfectlysoft/perfect-session-postgresql— The Perfect Session PostgreSQL Driver.
- perfectlysoft/perfect-session-redis— The Perfect Session Redis Driver.
- perfectlysoft/perfect-session-sqlite— The Perfect Session SQLite Driver.
- perfectlysoft/perfect-smtp— This project provides an SMTP library.
- perfectlysoft/perfect-sqlite— This project provides a Swift wrapper around the SQLite 3 library.
- perfectlysoft/perfect-sqlite3-support— C module import for sqlite3
- perfectlysoft/perfect-sysinfo— This project provides a Swift library to monitor system performance.
- perfectlysoft/perfect-tensorflow— This project is an experimental wrapper of TensorFlow C API which enables Machin...
- perfectlysoft/perfect-thread— Core threading package used in Perfect. Includes support for serial and concurre...
- perfectlysoft/perfect-webredirects— The Perfect WebRedirects module will filter for specified routes (including trai...
- perfectlysoft/perfect-websockets— WebSockets support for Perfect
- perfectlysoft/perfect-xml— XML & HTML parsing support for Perfect
- perfectlysoft/perfect-zip— Perfect Zip utility
- perfectlysoft/perfecttemplate— Perfect Empty Starter Project
dagronf (47)
- dagronf/appkitfocusoverlay— A simple package for displaying the current focus (`nextKeyView`) target path fo...
- dagronf/appkitui— An AppKit UI toolkit help you create and manage `NSView` content easily
- dagronf/bitmap— A Swift-y convenience for loading/saving and manipulating bitmap images.
- dagronf/bytesparser— A simple byte-oriented parser/writer. Read and write formatted values to/from bi...
- dagronf/cifilterfactory— Swift and Objective-C generated classes for built-in CIFilter types. Type safe, ...
- dagronf/colorpalettecodable— A color palette reader/editor/writer package for iOS, macOS, macCatalyst, tvOS, ...
- dagronf/dsfactionbar— An editable, draggable bar of buttons and menus similar to Safari's Favorites ba...
- dagronf/dsfappearancemanager— A class for simplifying macOS appearance values and detecting setting changes (S...
- dagronf/dsfappkitbuilder— A SwiftUI-style DSL for generating AppKit user interfaces.
- dagronf/dsfcolorpicker— A Swift library to display a customizable color picker for macOS.
- dagronf/dsfcolorsampler— A Swift 5, Objective-C compatible class that mimics the magnifying glass in colo...
- dagronf/dsfcombobutton— A drop-in [`NSComboButton`](https://developer.apple.com/documentation/appkit/nsc...
- dagronf/dsfdocktile— Easily display images, animations, badges and alerts to your macOS application's...
- dagronf/dsfdragslider— A virtual trackpad macOS control.
- dagronf/dsfdropfilesview— A simple view class for dropping files onto. Supporting Swift, SwiftUI and Objec...
- dagronf/dsffloatlabelledtextcontrol— A macOS Cocoa single-line NSTextField/NSSecureTextField that implements the Floa...
- dagronf/dsffulltextsearchindex— A simple iOS/macOS/tvOS full text search (FTS) class using SQLite FTS5 using a s...
- dagronf/dsfimageflipbook— A simple 'flipbook' of images that can be presented as flipbook-style animation.
- dagronf/dsfimagetools— A wrapper around CGImageSource to provide conveniences for dealing with multi-im...
- dagronf/dsfinspectorpanes— A Cocoa, auto-layout managed view to build and manage inspector panes equivalent...
- dagronf/dsflabelledtextfield— A simple macOS labelled text field using Swift.
- dagronf/dsfmenubuilder— A SwiftUI-style DSL for generating `NSMenu` instances for AppKit.
- dagronf/dsfpagercontrol— I was a bit surprised there isn't a built-in control for displaying a pager (the...
- dagronf/dsfpasscodeview— A passcode entry field for macOS similar to Apple's two-factor authentication fi...
- dagronf/dsfquickactionbar— A spotlight-inspired quick action bar for macOS.
- dagronf/dsfrational— An extension for floating point values to return the rational components for tha...
- dagronf/dsfregex— A Swift regex class abstracting away some of the complexities of `NSRegularExpre...
- dagronf/dsfsearchfield— A simple NSSearchField with a localizable, managed recent searches menu and Swif...
- dagronf/dsfsecuretextfield— NSSecureTextField with a 'visibility' button.
- dagronf/dsfsparkline— A lightweight sparkline component, supporting Swift, SwiftUI, macCatalyst and Ob...
- dagronf/dsfstepperview— A custom stepper text field for macOS and iOS (Swift/SwiftUI/Objective-C/Catalys...
- dagronf/dsftogglebutton— A macOS NSSwitch-style toggle button scalable to any size. Supports Swift, Swift...
- dagronf/dsftoolbar— A SwiftUI-style declarative `NSToolbar` for macOS and Mac Catalyst.
- dagronf/dsfvaluebinders— A ValueBinder creates a two-way binding object to allow sharing of a value betwe...
- dagronf/dsfversion— A NumericalVersioning class supporting major, (optional) minor, (optional) patch...
- dagronf/easie— A collection of cross-platform easing functions written in Swift with no depende...
- dagronf/hotkey— Simple global shortcuts in macOS. HotKey wraps the Carbon APIs for dealing with ...
- dagronf/htinfinitescrollview— An infinitely scrollable `NSScrollView` clip view implementation
- dagronf/ppmkit— Simple read/write PPM files (P3/P6) in Swift (macOS, iOS, tvOS, watchOS, macCata...
- dagronf/qrcode— A quick, stylish and beautiful macOS/iOS/tvOS/watchOS QR Code generator/detector...
- dagronf/swift-qrcode-generator— A QR code generator written in pure Swift with no dependencies.
- dagronf/swiftimagereadwrite— A basic Swift microframework of routines for doing basic importing/exporting of ...
- dagronf/swiftsubtitles— A Swift package for reading/writing some common subtitle formats.
- dagronf/textclippingkit— A convenience for loading and saving Apple `.textClipping` files.
- dagronf/tinycsv— A tiny Swift CSV decoder/encoder library, conforming to [RFC 4180](https://www.r...
- dagronf/viviewinvalidating— A swift `PropertyWrapper` to provide automatic `NSView`/`UIView` invalidation wh...
- dagronf/zipfoundation— ZIP Foundation is a library to create, read and modify ZIP archive files.
swiftlang (41)
- swiftlang/example-package-dealer— To build this example package:
- swiftlang/example-package-deckofplayingcards— This example package will be cloned and built as a dependency if you build the `...
- swiftlang/example-package-figlet— An example package to be used as part of Swift's getting started guides.
- swiftlang/example-package-playingcard— This example package will be cloned and built as a dependency if you build the `...
- swiftlang/indexstore-db— IndexStoreDB is a source code indexing library. It provides a composable and eff...
- swiftlang/sourcekit-lsp— SourceKit-LSP is an implementation of the [Language Server Protocol](https://mic...
- swiftlang/swift— Swift is a high-performance system programming language. It has a clean
- swiftlang/swift-build— Swift Build
- swiftlang/swift-cmark— cmark
- swiftlang/swift-corelibs-foundation— The Foundation framework defines a base layer of functionality that is required ...
- swiftlang/swift-corelibs-xctest— The XCTest library is designed to provide a common framework for writing unit te...
- swiftlang/swift-docc— Swift-DocC is a documentation compiler for Swift frameworks and packages aimed
- swiftlang/swift-docc-plugin— The Swift-DocC plugin is a Swift Package Manager command plugin that supports bu...
- swiftlang/swift-docc-symbolkit— The specification and reference model for the *Symbol Graph* File Format.
- swiftlang/swift-driver— Swift's compiler driver is a program that coordinates the compilation of Swift s...
- swiftlang/swift-embedded-examples— This repository is a set of demonstration projects of **Embedded Swift**. Embedd...
- swiftlang/swift-evolution— This repository tracks the ongoing evolution of the Swift programming language, ...
- swiftlang/swift-evolution-metadata-extractor— JSON metadata generator for Swift Evolution dashboard.
- swiftlang/swift-experimental-string-processing— An early experimental general-purpose pattern matching engine for Swift.
- swiftlang/swift-format— `swift-format` provides the formatting technology for
- swiftlang/swift-foundation— Foundation provides a base layer of functionality useful in many applications, i...
- swiftlang/swift-foundation-icu— This version of the [ICU4C](https://icu.unicode.org/) project contains customize...
- swiftlang/swift-java— This project contains tools and libraries that facilitate **Swift & Java Interop...
- swiftlang/swift-java-jni-core— The swift-java-jni-core package presents a *low-level* Swift-friendly interface ...
- swiftlang/swift-llbuild— llbuild
- swiftlang/swift-lmdb— CLMDB is a SwiftPM package wrapper for [LMDB](http://www.lmdb.tech/doc/), a key-...
- swiftlang/swift-markdown— Swift `Markdown` is a Swift package for parsing, building, editing, and analyzin...
- swiftlang/swift-matter-examples— Build a Matter accessory using Embedded Swift
- swiftlang/swift-package-collection-generator— A **package collection** ([SE-0291](https://github.com/apple/swift-evolution/blo...
- swiftlang/swift-package-manager— The Swift Package Manager is a tool for managing distribution of source code, ai...
- swiftlang/swift-playdate-examples— A technical demonstration of Embedded Swift running on Playdate by Panic
- swiftlang/swift-sdk-generator— With Swift supporting many different platforms, cross-compilation can boost deve...
- swiftlang/swift-se0270-range-set— **SE0270_RangeSet** is a standalone library that implements the Swift Evolution ...
- swiftlang/swift-se0288-is-power— **SE0288_IsPower** is a standalone library that implements the Swift Evolution p...
- swiftlang/swift-subprocess— Subprocess is a cross-platform Swift package for spawning child processes, built...
- swiftlang/swift-syntax— The swift-syntax package is a set of libraries that work on a source-accurate tr...
- swiftlang/swift-testing— This source file is part of the Swift.org open source project
- swiftlang/swift-toolchain-sqlite— swift-toolchain-sqlite
- swiftlang/swift-tools-protocols— `swift-tools-protocols` provides basic model types and a transport implementatio...
- swiftlang/swift-tools-support-core— swift-tools-support-core
- swiftlang/swiftly— swiftly is a CLI tool for installing, managing, and switching between [Swift](ht...
vapor (38)
- vapor/apns— Helpful extensions and abstractions for using [`APNSwift`](http://github.com/kyl...
- vapor/async-kit— _**AsyncKit is a legacy package; its use is not recommended in new projects.**_
- vapor/authentication— A lightweight authentication library for Swift providing common authentication o...
- vapor/console-kit— 💻 Utilities for interacting with a terminal and the command line in a Swift app...
- vapor/core— <p align="center">
<img src="https://user-images.githubusercontent.com/13428...
- vapor/database-kit— <p align="center">
<img src="https://user-images.githubusercontent.com/13428...
- vapor/fluent— The Fluent package makes it easy to use FluentKit in Vapor applications by tying...
- vapor/fluent-kit— An Object-Relational Mapper (ORM) for Swift. It allows you to write type safe, d...
- vapor/fluent-mongo-driver— src="https://user-images.githubusercontent.com/1342803/75594059-69aeba00-5a55-11...
- vapor/fluent-mysql-driver— FluentMySQLDriver is a [FluentKit] driver for MySQL clients. It provides support...
- vapor/fluent-postgres-driver— FluentPostgresDriver is a [FluentKit] driver for PostgreSQL clients. It provides...
- vapor/fluent-sqlite-driver— FluentSQLiteDriver is a [FluentKit] driver for SQLite clients. It provides suppo...
- vapor/http— <p align="center">
<img src="https://user-images.githubusercontent.com/13428...
- vapor/jwt— Support for JWT (JSON Web Tokens) in Vapor.
- vapor/jwt-kit— 🔑 JSON Web Token signing and verification (HMAC, ECDSA, EdDSA, MLDSA, RSA, PSS)...
- vapor/leaf— Leaf provides integrations between [LeafKit](https://github.com/vapor/leaf-kit) ...
- vapor/leaf-kit— Leaf is a templating language for generating dynamic content such as HTML using ...
- vapor/multipart-kit— 🏞 Multipart parser and serializer with `Codable` support for Multipart Form Dat...
- vapor/mysql-kit— MySQLKit is an [SQLKit] driver for MySQL clients. It supports building and seria...
- vapor/mysql-nio— 🐬 Non-blocking, event-driven Swift client for MySQL built on [SwiftNIO](https:/...
- vapor/open-crypto— ⚠️ This library has been deprecated in favor of https://github.com/apple/swift-c...
- vapor/postgres-kit— PostgresKit is an [SQLKit] driver for PostgreSQL clients.
- vapor/postgres-nio— 🐘 Non-blocking, event-driven Swift client for PostgreSQL built on [SwiftNIO].
- vapor/queues— <p align="center">
<img src="https://design.vapor.codes/images/vapor-queues.svg"...
- vapor/queues-redis-driver— src="https://user-images.githubusercontent.com/1342803/76432736-c2515180-6389-11...
- vapor/redis— <p align="center">
<img src="https://user-images.githubusercontent.com/13428...
- vapor/redis-kit— > :warning: This project is now obsolete. The Redis specific code has been upstr...
- vapor/routing-kit— RoutingKit is a high-performance, trie-node router to route HTTP requests to the...
- vapor/service— <p align="center">
<img src="https://user-images.githubusercontent.com/13428...
- vapor/sql-kit— Build SQL queries in Swift. Extensible, protocol-based design that supports DQL,...
- vapor/sqlite-kit— SQLiteKit is an [SQLKit] driver for SQLite clients. It supports building and ser...
- vapor/sqlite-nio— 🪶 Non-blocking, event-driven Swift client for [SQLite](https://sqlite.org) buil...
- vapor/swift-openapi-vapor— This package provides Vapor Bindings for the [OpenAPI generator](https://github....
- vapor/template-kit— <p align="center">
<img src="https://user-images.githubusercontent.com/13428...
- vapor/url-encoded-form— <p align="center">
<img src="https://user-images.githubusercontent.com/13428...
- vapor/validation— <p align="center">
<img src="https://user-images.githubusercontent.com/13428...
- vapor/vapor— Vapor is an HTTP web framework for Swift. It provides a beautifully expressive a...
- vapor/websocket-kit— WebSocketKit provides an abstraction over [SwiftNIO's Websockets](https://github...
brightdigit (36)
- brightdigit/assetlib— > Build, Create, and Modify Asset Catalogs in Swift or in the Terminal
- brightdigit/aviaryinsights— Easy to use Swift Package for recording pageviews and custom events for Plausibl...
- brightdigit/contributewordpress— Import your WordPress site into Publish.
- brightdigit/datathespian— * [Introduction](#introduction)
- brightdigit/featherquill— Easily rollout your new features to segments of your audience.
- brightdigit/felinepine— Type-wide **cat**egorized **log**ging.
- brightdigit/gampkit— > Using Google Analytics for Tracking Events, Timing, Errors and more
- brightdigit/ipswdownloads— Provides a Swift-friendly API into the API for [IPSW Downloads](http://ipsw.me)....
- brightdigit/mistkit— A Swift Package for Server-Side and Command-Line Access to [CloudKit Web Service...
- brightdigit/ngrokit— Swift API for [Ngrok Agent API](https://ngrok.com/docs/agent/api/).
- brightdigit/npmpublishplugin— A Publish plugin that makes it easy to run **npm** commands for any Publish webs...
- brightdigit/operatingsystemversion— Provides a Swift-friendly API into the API for [IPSW Downloads](http://ipsw.me)....
- brightdigit/options— More powerful options for `Enum` and `OptionSet` types.
- brightdigit/osver— A Swift package that provides a lightweight, safe wrapper around `Foundation.Ope...
- brightdigit/packagedsl— Simplify the management of your Package.swift file with a type-safe, modular DSL...
- brightdigit/prch
- brightdigit/prchnio
- brightdigit/prchvapor
- brightdigit/simulatorservices— Control the simulator... in Swift
- brightdigit/spinetail— A Swift package for interfacing with your Mailchimp account, audiences, campaign...
- brightdigit/spinetailvapor
- brightdigit/stealthystash— A Swifty database interface into the Keychain Services.
- brightdigit/sublimation— Enable **automatic discovery of your local development server** on the fly
- brightdigit/sublimationbonjour— Use [Bonjour](https://developer.apple.com/bonjour/) for [Sublimation](https://gi...
- brightdigit/sublimationngrok— Share your local development server easily with your Apple devices via [Sublimat...
- brightdigit/sublimationservice— Using [Sublimation](https://github.com/brightdigit/Sublimation) as a [Lifecycle ...
- brightdigit/sublimationvapor— Using [Sublimation](https://github.com/brightdigit/Sublimation) as a [LifecycleH...
- brightdigit/sundialkit— Swift 6.1+ reactive communications library with modern concurrency support for A...
- brightdigit/swift-test-codecov— I'm writing this because tooling that can ingest the code coverage report produc...
- brightdigit/swifttube— This is an api generated from a OpenAPI 3.0 spec with [SwagGen](https://github.c...
- brightdigit/swiftver— Manage versioning in MacOS, iOS, watchOS, and tvOS projects by parsing your bund...
- brightdigit/syndikit— Swift Package built on top of [XMLCoder](https://github.com/CoreOffice/XMLCoder)...
- brightdigit/syntaxkit— **Generate Swift code programmatically with declarative syntax.** SyntaxKit is a...
- brightdigit/thirtyto— Swift Package for using Base32Crockford Encoding for Data and Identifiers.
- brightdigit/transistorpublishplugin— A [Publish](https://github.com/JohnSundell/Publish) plugin that makes it easy to...
- brightdigit/xmlcoder— Encoder & Decoder for XML using Swift's `Codable` protocols.
pointfreeco (34)
- pointfreeco/combine-schedulers— A few schedulers that make working with Combine more testable and more versatile...
- pointfreeco/composable-core-location— Composable Core Location is library that bridges [the Composable Architecture](h...
- pointfreeco/composable-core-motion— Composable Core Motion is library that bridges [the Composable Architecture](htt...
- pointfreeco/isowords— This repo contains the full source code for [isowords](https://www.isowords.xyz)...
- pointfreeco/sharing-grdb— > [!IMPORTANT]
- pointfreeco/sqlite-data— A [fast](#Performance), lightweight replacement for SwiftData, powered by SQL an...
- pointfreeco/swift-case-paths— Case paths extends the key path hierarchy to enum cases.
- pointfreeco/swift-clocks— ⏰ A few clocks that make working with Swift concurrency more testable and more v...
- pointfreeco/swift-composable-architecture— The Composable Architecture (TCA, for short) is a library for building applicati...
- pointfreeco/swift-concurrency-extras— Reliably testable Swift concurrency.
- pointfreeco/swift-custom-dump— A collection of tools for debugging, diffing, and testing your application's dat...
- pointfreeco/swift-debug-snapshots— Better debugging and testing for your data model.
- pointfreeco/swift-dependencies— A dependency management library inspired by SwiftUI's "environment."
- pointfreeco/swift-gen— Composable, transformable, controllable randomness.
- pointfreeco/swift-html— A Swift DSL for type-safe, extensible, and transformable HTML documents.
- pointfreeco/swift-html-vapor— [Vapor](https://vapor.codes) plugin for type-safe, transformable HTML views usin...
- pointfreeco/swift-identified-collections— A library of data structures for working with collections of identifiable elemen...
- pointfreeco/swift-issue-reporting— Report issues in your application and library code as Xcode runtime warnings, br...
- pointfreeco/swift-macro-testing— Magical testing tools for Swift macros.
- pointfreeco/swift-navigation— Bringing simple and powerful navigation tools to all Swift platforms, inspired b...
- pointfreeco/swift-nonempty— A compile-time guarantee that a collection contains a value.
- pointfreeco/swift-overture— A library for function composition.
- pointfreeco/swift-parsing— A library for turning unstructured data into structured data, with a focus on co...
- pointfreeco/swift-perception— Swift's Observation tools, back-ported to more platforms.
- pointfreeco/swift-prelude— A collection of frameworks to enhance the Swift language.
- pointfreeco/swift-sharing— Instantly share state among your app's features and external persistence layers,...
- pointfreeco/swift-snapshot-testing— Delightful Swift snapshot testing.
- pointfreeco/swift-structured-queries— A library for building SQL in a safe, expressive, and composable manner.
- pointfreeco/swift-tagged— A wrapper type for safer, expressive code.
- pointfreeco/swift-url-routing— A bidirectional URL router with more type safety and less fuss. This library is ...
- pointfreeco/swift-validated— A result type that accumulates multiple errors.
- pointfreeco/swift-web— A collection of frameworks for solving various problems in building a Swift web ...
- pointfreeco/swiftui-navigation— > [!IMPORTANT]
- pointfreeco/vapor-routing— A routing library for [Vapor][vapor] with a focus on type safety, composition, a...
coenttb (23)
- coenttb/swift-async-algorithms-fork— **Swift Async Algorithms** is an open-source package of asynchronous sequence an...
- coenttb/swift-builders— Result builder DSL for creating arrays, dictionaries, sets, strings, and markdow...
- coenttb/swift-css— Type-safe CSS styling for Swift HTML rendering. Chainable property methods, auto...
- coenttb/swift-css-html-rendering— Package metadata imported from GitHub.
- coenttb/swift-css-types— A Swift package providing strongly-typed CSS properties, types, and values with ...
- coenttb/swift-environment-variables— A type-safe environment variable management system for Swift applications with s...
- coenttb/swift-html— The Swift HTML library built on [swift-standards](https://github.com/swift-stand...
- coenttb/swift-html-rendering— Package metadata imported from GitHub.
- coenttb/swift-html-to-pdf— Convert HTML to PDF on Apple platforms using WKWebView. Processes 1,939 PDFs/sec...
- coenttb/swift-html-types— Type-safe domain model of HTML elements and attributes in Swift.
- coenttb/swift-logging-extras— Extensions for Swift's Logging framework with dependency injection support.
- coenttb/swift-markdown-html-rendering— Package metadata imported from GitHub.
- coenttb/swift-memory-allocation— **Cross-platform memory allocation observability for Swift**
- coenttb/swift-password-validation— Password validation library for Swift with composable rules and localized error ...
- coenttb/swift-renderable— A cross-platform Swift package to render any Swift type as HTML.
- coenttb/swift-resource-pool— Actor-based resource pool for Swift with thread-safe pooling, FIFO fairness, and...
- coenttb/swift-svg— A Swift package providing type-safe SVG generation with SwiftUI-like DSL syntax.
- coenttb/swift-svg-printer— Renders SVG types to strings and bytes for cross-platform SVG generation.
- coenttb/swift-svg-rendering— Package metadata imported from GitHub.
- coenttb/swift-svg-types— Type-safe Swift definitions for SVG elements, attributes, and value types.
- coenttb/swift-testing-performance— Performance testing infrastructure for Swift Testing framework with statistical ...
- coenttb/swift-translating— A cross-platform Swift package for internationalization and localization with ty...
- coenttb/swift-url-routing-translating— Integrates multilingual string support with URL routing by extending [swift-tran...
nef10 (21)
- nef10/compasscarddownloader— This is a small library to download the current balance as well as transaction d...
- nef10/fileselectorview— A small Swift UI Package with one View to select a file.
- nef10/googleauthentication— A small Swift Package to wrap OAuthSwift and KeychainAccess to authenticate to G...
- nef10/releases— Using **Releases** you can easily resolve all released versions from a Git repos...
- nef10/rogersbankdownloader— This is a small library to download transaction data for Rogers Bank Credit Card...
- nef10/shellout— Welcome to ShellOut, a simple package that enables you to easily “shell out” fro...
- nef10/swift-dependency-updater— The Swift Dependency Updater is a tool to automatically update dependencies of y...
- nef10/swiftbeancountcli— This repository is archived, as the code from this library has been integrated i...
- nef10/swiftbeancountcompasscardmapper— This repository is archived, as the code from this library has been integrated i...
- nef10/swiftbeancountimporter— This repository is archived, as the code from this library has been integrated i...
- nef10/swiftbeancountmodel— This repository is archived, as the code from this library has been integrated i...
- nef10/swiftbeancountparser— This repository is archived, as the code from this library has been integrated i...
- nef10/swiftbeancountparserutils— This repository is archived, as the code from this library has been integrated i...
- nef10/swiftbeancountrogersbankmapper— This repository is archived, as the code from this library has been integrated i...
- nef10/swiftbeancountsheetsync— This repository is archived, as the code from this library has been integrated i...
- nef10/swiftbeancounttangerinemapper— This repository is archived, as the code from this library has been integrated i...
- nef10/swiftbeancounttax— This repository is archived, as the code from this library has been integrated i...
- nef10/swiftbeancountwealthsimplemapper— This repository is archived, as the code from this library has been integrated i...
- nef10/swiftscraper— Web scraping library for Swift. This is a fork of [cweatureapps/SwiftScraper](ht...
- nef10/tangerinedownloader— This is a small library to download transaction data from Tangerine via a combin...
- nef10/wealthsimpledownloader— This is a small library to download data from Wealthsimple. It does not support ...
tuist (21)
- tuist/command— Command is a micro Swift Package that provides utilities for running system proc...
- tuist/filesystem— FileSystem is a Swift Package that provides a simple cross-platform API to inter...
- tuist/graphviz— A Swift package for working with [GraphViz][graphviz].
- tuist/noora— Noora is a Swift package providing terminal UI components for building beautiful...
- tuist/path— Apple discontinued the maintenance of [swift-tools-support-core](https://github....
- tuist/projectautomation— This repository contains mirror for the [ProjectAutomation](https://github.com/t...
- tuist/projectdescription— > [!IMPORTANT]
- tuist/rosalind— [Rosalind Franklin](https://en.wikipedia.org/wiki/Rosalind_Franklin) was a pione...
- tuist/sdk— TuistSDK enables apps distributed via [Tuist Previews](https://docs.tuist.dev/en...
- tuist/swift-glob— A native Swift implementation of glob patterns, those patterns used to match and...
- tuist/swift-openapi-runtime— This library provides common abstractions and helper functions used by the clien...
- tuist/swift-openapi-urlsession— A client transport that uses the [URLSession](https://developer.apple.com/docume...
- tuist/swiftgen— SwiftGen is a tool to automatically generate Swift code for resources of your pr...
- tuist/swiftyesbuild— `SwiftyESBuild` is a Swift Package that wraps [ESBuild](https://esbuild.github.i...
- tuist/swiftytailwind— > [!IMPORTANT]
- tuist/tuist— Tuist is a virtual platform team for Swift app devs who ship. Through an integra...
- tuist/xclogparser— XCLogParser is a CLI tool that parses the `SLF` serialization format used by Xco...
- tuist/xcodegraph— XcodeGraph is a Swift Package that contains data structures to model an Xcode pr...
- tuist/xcodeproj— XcodeProj is a library written in Swift for parsing and working with Xcode proje...
- tuist/xcodeprojcext— C-family extensions for [XcodeProj](https://github.com/tuist/XcodeProj)
- tuist/zipfoundation— ZIP Foundation is a library to create, read and modify ZIP archive files.
0xwdg (19)
- 0xwdg/admob-swiftui— This library helps you to easily integrate the Admob SDK in your SwiftUI app. It...
- 0xwdg/cachedasyncimage— CachedAsyncImage is a Swift Package for asynchronously loading images from the w...
- 0xwdg/colors— Colors is a Swift Package to enable all system colors in SwiftUI trough a `Color...
- 0xwdg/dynamicui— Create a SwiftUI user interface through a JSON file. The JSON file will contain ...
- 0xwdg/filepicker— FilePicker is a SwiftUI view modifier that allows you to open a file picker and ...
- 0xwdg/gamecontrollerkit— GameControllerKit is a Swift package that makes it easy to work with game contro...
- 0xwdg/icloudstorage— iCloudStorage is a property wrapper around NSUbiquitousKeyValueStore to easily a...
- 0xwdg/imagepicker— ImagePicker is a Swift Package to make it easy to pick images from the photo lib...
- 0xwdg/inspect— This package provides introspected views that can be used to inspect the underly...
- 0xwdg/networkmonitor— NetworkMonitor wraps NWPathMonitor into an Obervable object.
- 0xwdg/onboardingkit— OnboardingKit is a SwiftUI package that helps you create onboarding experiences ...
- 0xwdg/oslogviewer— OSLogViewer is made for viewing your apps OS_Log history, it is a SwiftUI view w...
- 0xwdg/phpframework— **PHP In Swift**
- 0xwdg/preventscreenshot— This package adds a modifier to your SwiftUI elements to prevent screenshots. Th...
- 0xwdg/securestorage— SecureStorage is a property wrapper around the keychain to easily access your pr...
- 0xwdg/simplenetworking— This class is meant for simple network tasks.
- 0xwdg/swiftcronparser— SwiftCronParser is a Swift Package for parsing cron expressions.
- 0xwdg/swiftextras— SwiftExtras is a Swift Package containing Extensions and Helpers for Swift which...
- 0xwdg/xcuitesthelper— XCUITestHelper helps you writing UI tests within SwiftUI. It provides a set of u...
kiliankoe (19)
- kiliankoe/alfred— Build awesome Alfred workflows with Swift! Previously known as *Benchr267/swifta...
- kiliankoe/anybarswift— A minimal swift package for talking to [AnyBar](https://github.com/tonsky/AnyBar...
- kiliankoe/clispinner— > 60+ spinners for use in the terminal
- kiliankoe/cnkit— Access [Campus Navigator](https://navigator.tu-dresden.de) data through a swift ...
- kiliankoe/corkboard— *This project is still very much a work in progress and will likely go through s...
- kiliankoe/d20— Need to evaluate [dice notation](https://en.wikipedia.org/wiki/Dice_notation) in...
- kiliankoe/dvb— This is an unofficial Swift package giving you a few options to query Dresden's ...
- kiliankoe/emealkit— Swift library for accessing some of the meal related data the [Studentenwerk Dre...
- kiliankoe/gausskrueger— Swift library for converting GK4-coordinates into WGS84 latitude and longitude, ...
- kiliankoe/geojson— This is a Swift package for working with [GeoJSON](https://geojson.org) data. It...
- kiliankoe/headingindicator— A µPackage for displaying a SwiftUI view that automatically rotates to always po...
- kiliankoe/karte— align="right" width="128" height="128" />
- kiliankoe/nextbike— Minimal wrapper around the [Nextbike](https://www.nextbike.net) API to enable li...
- kiliankoe/parkkit— This is a wrapper for the API provided by [ParkAPI](https://github.com/offenesdr...
- kiliankoe/pushover— Simple little wrapper for the [Pushover](https://pushover.net) API. Use it to se...
- kiliankoe/swift-log-matrix— This is a logging backend for [SwiftLog](https://github.com/apple/swift-log) tha...
- kiliankoe/swift-outdated— A swift subcommand for checking if your dependencies have an update available. T...
- kiliankoe/swiftlibrary— SwiftLibrary is intended to be the quickest way to search for packages in the Sw...
- kiliankoe/wikitranslate— Have you ever had troubles looking up the translation of a term with several amb...
ryanfrancesconi (19)
- ryanfrancesconi/spfk-au-host— Audio Unit (v3) hosting, validation, caching, and effects chain management for m...
- ryanfrancesconi/spfk-audio-base— Shared audio types, AVFoundation extensions, and processing utilities for the SP...
- ryanfrancesconi/spfk-audio-conversion— Audio file format conversion library supporting PCM and compressed formats via C...
- ryanfrancesconi/spfk-audio-hardware— ## SPFKAudioHardware
- ryanfrancesconi/spfk-base— The foundational layer for the SPFK package ecosystem. SPFKBase provides core ut...
- ryanfrancesconi/spfk-filesystem— Cross-platform file system utilities for Apple platforms — directory enumeration...
- ryanfrancesconi/spfk-lame— Pre-built xcframeworks for [LAME](https://lame.sourceforge.io) and [mpg123](http...
- ryanfrancesconi/spfk-loudness— A Swift package for measuring audio loudness according to the [EBU R128](https:/...
- ryanfrancesconi/spfk-metadata— Audio metadata I/O library wrapping [TagLib](https://github.com/taglib/taglib) v...
- ryanfrancesconi/spfk-metadata-base— Pure Swift audio metadata data types extracted from [SPFKMetadata](https://githu...
- ryanfrancesconi/spfk-metadata-xmp— A Swift package for reading and writing [Adobe XMP](https://www.adobe.com/devnet...
- ryanfrancesconi/spfk-raw-codable— A Swift macro that generates explicit `Codable` conformance for `RawRepresentabl...
- ryanfrancesconi/spfk-sound-analysis— ML sound classification for Swift, built on Apple's [SoundAnalysis](https://deve...
- ryanfrancesconi/spfk-sox— A Swift actor-based wrapper around [libSoX](https://sox.sourceforge.net/) (Sound...
- ryanfrancesconi/spfk-taglib— [TagLib](https://taglib.org/) packaged for Swift Package Manager.
- ryanfrancesconi/spfk-tempo— A Swift package for detecting the tempo (BPM) of audio files using multi-band sp...
- ryanfrancesconi/spfk-testing— A Swift package providing shared test resources and utilities for all SPFK test ...
- ryanfrancesconi/spfk-time— A Swift package for time representation, formatting, and high-precision timing a...
- ryanfrancesconi/spfk-utils— A Swift utility library providing UI definitions, audio extensions, and Foundati...
audiokit (17)
- audiokit/audiokit— AudioKit is an audio synthesis, processing, and analysis platform for iOS, macOS...
- audiokit/audiokitex— This extension to AudioKit contains all of the AudioKit features that rely on C/...
- audiokit/audiokitui— Waveform plots and controls that can be used to jump start your AudioKit-powered...
- audiokit/controls— User interface elements including knobs, sliders, XYPads, and more, all built of...
- audiokit/devoloopaudiokit— While all of AudioKit's effects and filters can be useful for processing guitar,
- audiokit/dunneaudiokit— Chorus, Flanger, Sampler, Stereo Delay, and Synth for AudioKit, by Shane Dunne.
- audiokit/flow— Generic node graph editor. Generate a `Patch` from your own data model. Update
- audiokit/keyboard— Keyboard aims to be an easy-to-use musical keyboard with:
- audiokit/kissfft— Swift Package implementation of Kiss FFT, described below.
- audiokit/microtonality— https://user-images.githubusercontent.com/13122/188533099-b09ced85-089c-4a86-831...
- audiokit/pianoroll— Touch oriented piano roll for iOS and macOS
- audiokit/soulaudiokit— Deprecated use of the failed [SOUL Sound Language](https://soul.dev).
- audiokit/soundpipeaudiokit— This extension to AudioKit has the majority of old versions of AudioKit's DSP in...
- audiokit/sporthaudiokit— This extension to AudioKit allows for complex, interconnected DSP.
- audiokit/stkaudiokit— https://user-images.githubusercontent.com/13122/188519838-936c8aee-b63e-48d1-a76...
- audiokit/tonic— Swift library for music theory, currently focused on chords/harmony.
- audiokit/waveform— GPU accelerated SwiftUI waveform view
ersanq (17)
- ersanq/biometrickit— A simple, modern, and SwiftUI-first wrapper for Face ID, Touch ID, and Optic ID.
- ersanq/chartkit— A beautiful, simple, and lightweight charting library for SwiftUI. Create stunni...
- ersanq/designsystemkit— The official ErsanQ Design System. A flagship collection of premium, unified UI ...
- ersanq/devicekit— A lightweight, SwiftUI-friendly device identification and status package for iOS...
- ersanq/glasskit— A premium glassmorphism UI library for SwiftUI, bringing the elegance of Apple V...
- ersanq/haptickit— Haptic feedback in one line. No generators. No setup. No noise.
- ersanq/imagekit— **Cached, asynchronous image loading with premium SwiftUI effects — no boilerpla...
- ersanq/keychainkit— The Keychain, finally made simple. One property wrapper. Zero boilerplate.
- ersanq/networkkit— Clean async/await HTTP client for Swift. URLSession without the boilerplate.
- ersanq/notificationkit— A simple, modern, and async-await first library for managing local notifications...
- ersanq/permissionkit— A modern, Swift-concurrency-ready approach to handling permissions on iOS and ma...
- ersanq/qrcamerakit— QR code & barcode scanning for SwiftUI — no AVFoundation boilerplate required.
- ersanq/reachabilitykit— A lightweight, native, and zero-boilerplate network monitor for SwiftUI. Observe...
- ersanq/skeletonui— A native SwiftUI skeleton loading library that makes your loading states look ef...
- ersanq/swipekit— A smooth, Tinder-style card swipe library for SwiftUI. Swipe right to like, left...
- ersanq/toastkit— Beautiful toast notifications for iOS. One line. Four styles. Zero setup.
- ersanq/validatorkit— Declarative form validation for Swift. Clean, composable, and SwiftUI-ready.
niksativa (16)
- niksativa/codablekit— CodableKit is a Swift library that extends the capabilities of the standard `Cod...
- niksativa/combineext— **CombineExt** is a lightweight, extensible Combine utility library designed for...
- niksativa/datekit— Swift library that provides a set of useful Date formatters.
- niksativa/defferedtaskkit— DefferedTaskKit is a simple library for wrapping closures that can be executed a...
- niksativa/dikit— Swift library that allows you to use a dependency injection pattern in your proj...
- niksativa/eventdispatcherkit— Library for dispatching events to multiple analytics services.
- niksativa/foundationkit— FoundationKit is a collection of extensions and utilities for Foundation framewo...
- niksativa/idkit— Simple and lightweight library that provides a set of classes and functions to w...
- niksativa/smartimages— **SmartImages** is a modular Swift library for intelligent image loading with pr...
- niksativa/smartnetwork— **SmartNetwork** is a lightweight, developer-friendly networking library for Swi...
- niksativa/smarttext— Swift library that provides a set of useful text formatting and validation tools...
- niksativa/sprykit— SpryKit is a powerful Swift testing framework that provides spying and stubbing ...
- niksativa/storagekit— **StorageKit** is a Swift library that provides a unified, type-safe interface f...
- niksativa/threading— Threading is a framework that provides type-safe abstractions for thread synchro...
- niksativa/uihelper— This library is a collection of helper classes and extensions to make UIKit deve...
- niksativa/xibkit— This library provides a way to create views from `xib` files. It's useful when y...
rhx (15)
- rhx/gir2swift— A simple GIR parser in Swift for creating Swift types for a .gir file
- rhx/swiftatk— A Swift wrapper around atk-1.x that is largely auto-generated from gobject-intro...
- rhx/swiftcairo— A Swift wrapper around cairo-1.x that is largely auto-generated from gobject-int...
- rhx/swiftgdk— A Swift wrapper around gdk-3.x and gdk-4.x that is largely auto-generated from g...
- rhx/swiftgdkpixbuf— A Swift wrapper around GdkPixbuf-2.x that is largely auto-generated from gobject...
- rhx/swiftgio— A Swift wrapper around gio-2.x that is largely auto-generated from gobject-intro...
- rhx/swiftglib— A Swift wrapper around glib-2.x that is largely auto-generated from gobject-intr...
- rhx/swiftgmodule— A Swift wrapper around gmodule-2.x that is largely auto-generated from gobject-i...
- rhx/swiftgobject— A Swift wrapper around gobject-2.x that is largely auto-generated from gobject-i...
- rhx/swiftgtk— A Swift wrapper around gtk-3.x and gtk-4.x that is largely auto-generated from g...
- rhx/swiftharfbuzz— A Swift wrapper around harfbuzz that is largely auto-generated from gobject-intr...
- rhx/swiftlibxml— A small object-oriented Swift API around libxml2.
- rhx/swiftpango— A Swift wrapper around pango-1.x that is largely auto-generated from gobject-int...
- rhx/swiftpangocairo— A Swift wrapper around pangocairo-1.x that is largely auto-generated from gobjec...
- rhx/swiftrxgtk— Reactive Swift extensions for gtk
johnsundell (13)
- johnsundell/codextended— Welcome to **Codextended** — a suite of extensions that aims to make Swift’s `Co...
- johnsundell/collectionconcurrencykit— Welcome to **CollectionConcurrencyKit**, a lightweight Swift package that adds a...
- johnsundell/files— Welcome to **Files**, a compact library that provides a nicer way to handle *fil...
- johnsundell/identity— Welcome to **Identity**, a small library that makes it easy to create *type-safe...
- johnsundell/ink— Welcome to **Ink**, a fast and flexible Markdown parser written in Swift. It can...
- johnsundell/plot— Welcome to **Plot**, a domain-specific language (DSL) for writing type-safe HTML...
- johnsundell/publish— Welcome to **Publish**, a static site generator built specifically for Swift dev...
- johnsundell/releases— Using **Releases** you can easily resolve all released versions from a Git repos...
- johnsundell/require— Require lets you easily require `Optional` values to be non-`nil`, or crash grac...
- johnsundell/shellout— Welcome to ShellOut, a simple package that enables you to easily “shell out” fro...
- johnsundell/splash— Welcome to **Splash** - a fast, lightweight and flexible Swift syntax highlighte...
- johnsundell/sweep— Welcome to **Sweep** — a powerful and fast, yet easy to use, Swift string scanni...
- johnsundell/xgen— Easily generate Xcode workspaces & playgrounds from a Swift script or command li...
tadija (13)
- tadija/aeaccordion— **UITableViewController with accordion effect (expand / collapse cells)**
- tadija/aeappversion— **Simple and lightweight iOS App Version Tracking written in Swift**
- tadija/aecli— **Swift package for making simple command line tools**
- tadija/aeconicalgradient— **Conical (angular) gradient in Swift**
- tadija/aeconsole— **Customizable Console UI overlay with debug log on top of your iOS App**
- tadija/aecoredataui— **Super awesome Core Data driven UI for iOS written in Swift**
- tadija/aeimage— **Adaptive image viewer for iOS (with support for zoom, gyro motion and infinite...
- tadija/aelog— **Simple, lightweight and flexible debug logging minion written in Swift**
- tadija/aenetwork— **Simple and lightweight networking in Swift**
- tadija/aerecord— > ⚠️ Since this repository is going to be archived soon, I suggest migrating to ...
- tadija/aetransition— **Custom transitions for iOS - simple yet powerful**
- tadija/aeviewmodel— **Swift minion for convenient creation of table and collection views**
- tadija/aexml— **Swift minion for simple and lightweight XML parsing**
tomasf (13)
- tomasf/apus— A Swift library for text shaping and font handling, wrapping [FreeType](https://...
- tomasf/cadova— Cadova is a Swift library for creating 3D models through code, with a focus on 3...
- tomasf/findfont— **FindFont** is a cross-platform Swift library for locating and reading system-i...
- tomasf/freetype-spm— Package metadata imported from GitHub.
- tomasf/helical— Helical is a library for [Cadova](https://github.com/tomasf/Cadova) that simplif...
- tomasf/manifold-swift— A Swift interface to the [Manifold geometry library](https://github.com/elalish/...
- tomasf/navlibswift— NavLibSwift is a Swift package for interfacing with 3DConnexion's Navigation Fra...
- tomasf/nodal— Nodal is a Swift library for working with XML documents using DOM-like trees. It...
- tomasf/pelagos— Pelagos is a cross-platform SVG parsing and rendering library for Swift. It pars...
- tomasf/richtext— RichText is a macOS-specific companion library for SwiftSCAD that adds TextKit-b...
- tomasf/swiftscad— **As of July 2025, SwiftSCAD has been replaced by [Cadova](https://github.com/to...
- tomasf/threemf— ThreeMF is a cross-platform Swift library for reading, writing, and manipulating...
- tomasf/zip— Zip is a lightweight cross-platform Swift package for working with Zip archives....
wolfmcnally (13)
- wolfmcnally/extensibleenumeratedname— Swift protocol for creating names that are type-safe, statically-bound, and exte...
- wolfmcnally/lifehash— **© 2020 Blockchain Commons**
- wolfmcnally/wolfconcurrency— To run the example project, clone the repo, and run `pod install` from the Examp...
- wolfmcnally/wolfcore— WolfCore is a library of conveniences for constructing Swift applications in iOS...
- wolfmcnally/wolffoundation— To run the example project, clone the repo, and run `pod install` from the Examp...
- wolfmcnally/wolfgeometry— To run the example project, clone the repo, and run `pod install` from the Examp...
- wolfmcnally/wolflorem— WolfLorem contains functions to generate random placeholders and dummy data in t...
- wolfmcnally/wolfnesting— To run the example project, clone the repo, and run `pod install` from the Examp...
- wolfmcnally/wolfnumerics— To run the example project, clone the repo, and run `pod install` from the Examp...
- wolfmcnally/wolfosbridge— Conveniences for writing code that runs under both iOS and macOS.
- wolfmcnally/wolfpipe— A simple implementation of the forward and backward pipe operators.
- wolfmcnally/wolfstrings— A library of conveniences for working with Swift strings and NSAttributed string...
- wolfmcnally/wolfwith— To run the example project, clone the repo, and run `pod install` from the Examp...
hackiftekhar (12)
- hackiftekhar/iqapiclient— IQAPIClient
- hackiftekhar/iqdropdowntextfield— IQDropDownTextField
- hackiftekhar/iqkeyboardcore— To run the example project, clone the repo, and run `pod install` from the Examp...
- hackiftekhar/iqkeyboardmanager— ## IQKeyboardManager Objective-C version source code is moved to https://github....
- hackiftekhar/iqkeyboardnotification— Lightweight library to observe keyboard events with ease.
- hackiftekhar/iqkeyboardreturnmanager— To run the example project, clone the repo, and run `pod install` from the Examp...
- hackiftekhar/iqkeyboardtoolbar— To run the example project, clone the repo, and run `pod install` from the Examp...
- hackiftekhar/iqkeyboardtoolbarmanager— To run the example project, clone the repo, and run `pod install` from the Examp...
- hackiftekhar/iqlistkit— Model-Driven `UITableView` and `UICollectionView` in Swift
- hackiftekhar/iqpulltorefresh— Easy Pull to refresh and Load more handling on a UIScrollView subclass
- hackiftekhar/iqtextinputviewnotification— To run the example project, clone the repo, and run `pod install` from the Examp...
- hackiftekhar/iqtextview— To run the example project, clone the repo, and run `pod install` from the Examp...
mfb-technologies-inc (12)
swiftpackageindex (12)
- swiftpackageindex/canonicalpackageurl— Package metadata imported from GitHub.
- swiftpackageindex/dependencyresolution— Support package for SPI-Server, handling dependency resolution.
- swiftpackageindex/packagecollections— ⚠️ This project is now deprecated, because the underlying issue that prompted it...
- swiftpackageindex/plot— Welcome to **Plot**, a domain-specific language (DSL) for writing type-safe HTML...
- swiftpackageindex/readyforswift6test— Run a build with a particular toolchain:
- swiftpackageindex/releasenotes— `swift-release-notes` is a Swift script that creates a list of links to release ...
- swiftpackageindex/semanticversion— SemanticVersion is a simple `Codable`, `Comparable`, `Equatable`, `Hashable`, an...
- swiftpackageindex/shellout— Welcome to ShellOut, a simple package that enables you to easily “shell out” fro...
- swiftpackageindex/shellquote— A description of this package.
- swiftpackageindex/spimanifest— SPIManifest is a Swift package to decode "Swift Package Index Manifest" files, `...
- swiftpackageindex/swift-package-manager— The Swift Package Manager is a tool for managing distribution of source code, ai...
- swiftpackageindex/swiftpackageindex-server— **The Swift Package Index helps you make better decisions about the dependencies...
atelier-socle (11)
- atelier-socle/podcast-feed-maker— Reference-quality Swift library for generating, parsing, and validating podcast ...
- atelier-socle/podcast-feed-maker-vapor— Vapor middleware library for serving dynamic podcast RSS feeds. Built on [Podcas...
- atelier-socle/swift-audio-marker— A Swift library for reading, writing, and converting audio metadata and chapter ...
- atelier-socle/swift-capture-kit— Unified media capture, encoding, and delivery for Apple platforms. Part of the [...
- atelier-socle/swift-cmaf-kit— A pure-Swift implementation of the Common Media Application Format (ISO/IEC 2300...
- atelier-socle/swift-gherkin-generator— A Swift library for composing, validating, importing, and exporting Gherkin `.fe...
- atelier-socle/swift-gherkin-testing— A native BDD testing framework for Swift. Parse and execute Gherkin `.feature` f...
- atelier-socle/swift-hls-kit— An enterprise-grade, pure Swift HLS library with complete live pipeline, MV-HEVC...
- atelier-socle/swift-icecast-kit— Pure Swift client library for streaming audio to Icecast and SHOUTcast servers. ...
- atelier-socle/swift-rtmp-kit— Pure Swift RTMP publish client for live streaming to Twitch, YouTube, Facebook, ...
- atelier-socle/swift-srt-kit— Pure Swift implementation of the Secure Reliable Transport (SRT) protocol. UDP-b...
efprefix (11)
- efprefix/efautoscrolllabel— A label which can scroll when text length beyond the width of label, in Swift. C...
- efprefix/efcolorpicker— DEPRECATED, use [UIColorPickerViewController](https://developer.apple.com/docume...
- efprefix/efcountinglabel— A label which can show number change animated in Swift, inspired by [UICountingL...
- efprefix/effoundation— To run the example project, clone the repo, and run `pod install` from the Examp...
- efprefix/eficonfont— An ordinary iconfont cocoapods package helps you to use iconfont more easily in ...
- efprefix/efnavigationbar— An ordinary custom navigation bar.
- efprefix/efqrcode— EFQRCode is a lightweight, pure-Swift library for generating stylized QRCode ima...
- efprefix/efsafearray— EFSafeArray is an extension to make array subscript safe, nil will be return ins...
- efprefix/efstorage— An easy way to store anything anywhere -- UserDefaults, KeychainAccess, YYCache,...
- efprefix/swift_qrcodejs— Cross-platform QRCode generator written in pure Swift, aiming to solve the awkwa...
- efprefix/yycache— YYCache
eu-digital-identity-wallet (11)
- eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model— :heavy_exclamation_mark: **Important!** Before you proceed, please read
- eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-transfer— :heavy_exclamation_mark: **Important!** Before you proceed, please read
- eu-digital-identity-wallet/eudi-lib-ios-iso18013-security— :heavy_exclamation_mark: **Important!** Before you proceed, please read
- eu-digital-identity-wallet/eudi-lib-ios-openid4vci-swift— :heavy_exclamation_mark: **Important!** Before you proceed, please read
- eu-digital-identity-wallet/eudi-lib-ios-openid4vp-swift— :heavy_exclamation_mark: **Important!** Before you proceed, please read
- eu-digital-identity-wallet/eudi-lib-ios-presentation-exchange-swift— :heavy_exclamation_mark: **Important!** Before you proceed, please read
- eu-digital-identity-wallet/eudi-lib-ios-statium-swift— **Important!** Before you proceed, please read
- eu-digital-identity-wallet/eudi-lib-ios-wallet-kit— **Important!** Before you proceed, please read
- eu-digital-identity-wallet/eudi-lib-ios-wallet-storage— :heavy_exclamation_mark: **Important!** Before you proceed, please read
- eu-digital-identity-wallet/eudi-lib-sdjwt-swift— :heavy_exclamation_mark: **Important!** Before you proceed, please read
- eu-digital-identity-wallet/swiftcopyablemacro— A Swift Macro for Kotlin like copy() for Structs.
hainayanda (11)
- hainayanda/alter— Alter is framework to make mapping Codable property and key easier.
- hainayanda/artisan— Artisan is an MVVM framework for Swift using the bonding features from [Pharos](...
- hainayanda/builder— Builder is Swift builder pattern library that utilize dynamicCallable and dynami...
- hainayanda/chary— Chary is a DispatchQueue Utilities for safer sync and asynchronous programming. ...
- hainayanda/clavier— Clavier is Keyboard Layout Guide for iOS. It using an intersection frame to calc...
- hainayanda/draftsman— Draftsman is a DSL framework for Swift focused on builder pattern
- hainayanda/ergo— Ergo is a framework for concurrent programming based on promise pipelining. It c...
- hainayanda/impose— For enhanced environment management in SwiftUI, we recommend [SwiftEnvironment](...
- hainayanda/odeum— Odeum is a simple iOS Video player library with basic control
- hainayanda/pharos— Pharos is an Observer pattern framework for Swift that utilizes `propertyWrapper...
- hainayanda/vellum— - Swift 5.0 or higher
heckj (11)
- heckj/base58swift— This is a fork of the [Base58Swift](https://github.com/keefertaylor/Base58Swift)...
- heckj/cameracontrolarview— RealityKit includes an ARView class that works on macOS, but I found it very lim...
- heckj/crdt— An implementation of ∂-state based Conflict-free Replicated Data Types (CRDT) in...
- heckj/distributedtracer— My "Stupid tricks with Distributed Tracing" - generating traces from XCTest case...
- heckj/formic— Swift library to support IT Automation tasks.
- heckj/heightmap— Data structures for generating and exposing a height map
- heckj/lindenmayer— The package provides a library you can expand upon to develop your own [Lindenma...
- heckj/meshgenerator— API to generate 3D surface meshes for Apple platforms.
- heckj/scenekitdebugtools— A collection of SwiftUI views to provide detail views about Nodes and their prop...
- heckj/squirrel3— A Swift implementation of the Squirrel3 hash function and pseudo-random number g...
- heckj/voxels— A Swift library for storage, manipulation, export, and rendering of Voxel data.
juri (11)
- juri/dotenvy— DotEnvy is a dotenv file parser for Swift. It allows you to load values from an ...
- juri/graphqler— GraphQLer is a Swift library for generating [GraphQL] documents (i.e. things you...
- juri/parse3339— Parse3339 is a fast [RFC 3339] time stamp parser written in pure Swift.
- juri/provision-info— A Swift library and a tool for viewing provisioning profiles.
- juri/subtweak— Subtweak is a command line tool and a Swift library for working with [SRT] subti...
- juri/swift-service-lifecycle— Swift Service Lifecycle provides a basic mechanism to cleanly start up and shut ...
- juri/terminal-ansi— This is a Swift package for outputting terminal ANSI control codes and inspectin...
- juri/terminal-input— This is a Swift package for reading keyboard input from a terminal emulator. It ...
- juri/terminal-styles— ``terminal-styles`` is a small Swift library for building up terminal output sty...
- juri/terminal-widgets— `terminal-widgets` is a Swift package for some TUI widgets. It builds on [termin...
- juri/tui-fuzzy-finder— `tui-fuzzy-finder` is a [fzf] style text UI fuzzy finder library in Swift. It li...
twostraws (11)
- twostraws/cgd— A small Swift package exposing libgd to Swift, allowing for basic graphic render...
- twostraws/codescanner— CodeScanner is a SwiftUI framework that makes it easy to scan codes such as QR c...
- twostraws/ignite— Ignite is a static site builder for Swift developers, offering an expressive, po...
- twostraws/inferno— Inferno is an open-source collection of fragment shaders designed for SwiftUI ap...
- twostraws/markdown— This provides fast and simple Markdown support for Swift, compatible with both m...
- twostraws/sitrep— Sitrep is a source code analyzer for Swift projects, giving you a high-level ove...
- twostraws/sourceful— Sourceful is a syntax text editor for iOS and macOS, providing subclasses of `UI...
- twostraws/swiftgd— This is a simple Swift wrapper for libgd, allowing for basic graphic rendering o...
- twostraws/swiftslug— SwiftSlug is a simple package to convert strings to URL slugs. A "slug" is the a...
- twostraws/visualeffects— **If you're able to target iOS 15 and later, this repository is no longer needed...
- twostraws/vortex— Vortex is a powerful, high-performance particle system library for SwiftUI, allo...
bastie (10)
- bastie/ascii-data2javapi— A small Swift library for producing nice looking text-based line-graphs and tabl...
- bastie/be42— SPDX-License-Identifier: Apache-2.0
- bastie/collisionhash— Eine eigenständige Implementierung des CollisionHash Algorithmus ohne externe Ab...
- bastie/iban4j2javapi— iban4j2JavApi
- bastie/javapi4swift— This project provides a Java like API in 100%-pure Swift instead bridging to Jav...
- bastie/lstxml2code— Dieses Programm ist inspiert bei [Marcel Lehmanns Lohnsteuer Projekt](https://gi...
- bastie/shrinkitarchive— This project is a direct off-shoot fork of the AppleCommander project and implem...
- bastie/some— * SPDX-FileCopyrightText: 2026 - Sebastian Ritter <bastie@users.noreply.github.c...
- bastie/sos— SPDX-License-Identifier: 0BSD
- bastie/w2ni18n— Convert number words from different languages with Python, CSharp or Java API eg...
michaelnisi (10)
- michaelnisi/fanboy-kit— Search iTunes with FanboyKit. This Swift package provides a client for [fanboy-h...
- michaelnisi/feedkit— The FeedKit Swift Package is a feed reading client specialized for podcast feeds...
- michaelnisi/fileproxy— A URL proxy, or file download manager, for transient data, especially streamable...
- michaelnisi/hattr— The **hattr** iOS package provides a naïve HTML parser to efficiently transform ...
- michaelnisi/manger-kit— Browse podcasts with MangerKit. The MangerKit Swift package provides a JSON HTTP...
- michaelnisi/ola— The Ola Swift package lets you check network reachability of a named host. You c...
- michaelnisi/patron— > Consume JSON HTTP APIs
- michaelnisi/playback— The Playback Swift package for iOS plays audio and video. It manages a playback ...
- michaelnisi/refuse— A Swift CLI tool that finds unused visual assets in Xcode projects.
- michaelnisi/skull— > Everything should be made as simple as possible, but no simpler.<br>—*Albert E...
philiprehberger (10)
- philiprehberger/swift-analytics-kit— Unified analytics abstraction with plug-in adapters, schema validation, and debu...
- philiprehberger/swift-design-system— Token-based design system engine with theme switching, component registry, and J...
- philiprehberger/swift-dev-console— In-app developer console with logs, network monitoring, feature flags, and envir...
- philiprehberger/swift-feature-flags— Type-safe feature flags with local defaults, remote overrides, and SwiftUI integ...
- philiprehberger/swift-form-kit— Declarative form builder with validation rules, result builder DSL, and dynamic ...
- philiprehberger/swift-keychain-kit— Modern, type-safe Keychain wrapper with Codable, biometric auth, and async/await
- philiprehberger/swift-net-kit— Declarative networking client with retry, caching, plugins, and automatic Codabl...
- philiprehberger/swift-snapshot-kit— Snapshot testing for SwiftUI with visual diffs, multi-device support, and dark m...
- philiprehberger/swift-state-kit— Type-safe async state machine with built-in logging and SwiftUI bindings
- philiprehberger/swift-sync-engine— Offline-first data sync engine with conflict resolution, retry queues, and local...
yonaskolb (10)
- yonaskolb/beak— *Peck into your Swift files from the command line*
- yonaskolb/codability— Useful helpers for working with `Codable` types in Swift
- yonaskolb/genesis— Genesis is a templating and scaffolding tool.
- yonaskolb/jsonutilities— Easily load JSON objects and decode them into structs or classes. The `json(atKe...
- yonaskolb/mint— A package manager that installs and runs Swift command line tool packages.
- yonaskolb/networkrequest— A simple networking library for easily defining, executing and mocking network r...
- yonaskolb/stringly— Stringly generates type safe localization files from a source `yaml`,`json`, or ...
- yonaskolb/swaggen— ### ⚠️ This project is no longer under development. Please see [alternatives](#a...
- yonaskolb/swiftgui— A SwiftUI GUI for browsing and editing pure Swift objects. It's useful as a debu...
- yonaskolb/xcodegen— XcodeGen is a command line tool written in Swift that generates your Xcode proje...
dduan (9)
- dduan/bitarray— A space-efficient bit array with `RandomAccessCollection` conformance in Swift.
- dduan/comprehension— This library provides [List Comprehension][1] for Swift. Like so:
- dduan/just— Just is a client-side HTTP library inspired by [python-requests][] - HTTP for Hu...
- dduan/nettime— NetTime is a small collection of data types that represent date and time:
- dduan/pathos— Pathos offers cross-platform virtual file system APIs for Swift.
- dduan/termbox— | Swift 5.5 |
- dduan/terminalpaint— This project demonstrates how to build a TUI program in Swift with [Termbox][].
- dduan/tomldecoder— A fast, Swift-native, minimal dependency library
- dduan/tomldeserializer— *This project has been merged with [TOMLDecoder][]*, and will not receive furthe...
eneko (9)
- eneko/array-heap— This Swift package provides an extension for using arrays of `Comparable` elemen...
- eneko/axx— Encrypt / decrypt files from the command line.
- eneko/datetemplates— DateTemplates is a library that provides a simple way to generate date formattin...
- eneko/github— This is a client for the [GitHub GraphQL API V4](https://developer.github.com/v4...
- eneko/kebab— A library to convert text between different cases and formats.
- eneko/markdowngenerator— A small Swift library to generate Markdown documents.
- eneko/processrunner— Easily execute system commands from a Swift script or command line tool.
- eneko/regex— `RegEx` is a thin `NSRegularExpression` wrapper for easier regular expression te...
- eneko/stripes— Beautiful background pattern views for SwiftUI.
erica (9)
- erica/ansistyle— Simple style sequences to add to your strings for terminal output.
- erica/lns— A rewrite in Swift of an old classic with extended functionality.
- erica/now— I wrote this first for sample code, then for myself, then for friends.
- erica/remind— A simple notification-center reminder app that uses the [Swift Argument Parser](...
- erica/show— Show/hide apps from the terminal
- erica/swift-general-utility— Support code for developing Swift code.
- erica/swift-mac-utility— Support code for developing Swift code on Mac.
- erica/swift-misc-utility— Everything extra that used to be in Swift-General-Utility has moved here except ...
- erica/xcopen— Because sometimes you really just want to cd and open whatever xcode project is ...
gsdali (9)
- gsdali/occtmcp— MCP server that gives LLMs the ability to author, inspect, and iterate on 3D CAD...
- gsdali/occtswift— A comprehensive Swift wrapper for [OpenCASCADE Technology (OCCT)](https://www.op...
- gsdali/occtswiftais— High-level **Application Interactive Services** for the OCCTSwift / OCCTSwiftVie...
- gsdali/occtswiftio— Headless CAD file I/O for [OCCTSwift](https://github.com/gsdali/OCCTSwift) — STE...
- gsdali/occtswiftmesh— Mesh-domain algorithms for the [OCCTSwift](https://github.com/gsdali/OCCTSwift) ...
- gsdali/occtswiftscripts— A script harness for rapid iteration on [OCCTSwift](https://github.com/gsdali/OC...
- gsdali/occtswifttools— The bridge layer between [OCCTSwift](https://github.com/gsdali/OCCTSwift) (B-Rep...
- gsdali/occtswiftviewport— A reusable Metal-based 3D viewport library for CAD applications on iOS and macOS...
- gsdali/swift-sdk— Official Swift SDK for the [Model Context Protocol][mcp] (MCP).
koher (9)
- koher/asynck— _AsyncK_ provides `Async`, `await`, `beginAsync` and `suspendAsync` which are co...
- koher/cgpointvector— _CGPointVector_ provides the extension for arithmetic operations with _CGPoint_ ...
- koher/promisek— PromiseK
- koher/resultk— _ResultK_ provides `Result` suitable to Swift's untyped `throws`. _ResultK_'s `R...
- koher/swift-image— SwiftImage is an image library written in Swift, which provides Swifty APIs and ...
- koher/swiftresult— _SwiftResult_ provides a `Result` type which is compatible with the `Result` typ...
- koher/swiftyalgebra— A Swift playground for [Abstract Algebra](https://en.wikipedia.org/wiki/Abstract...
- koher/swiftytopology— 1. [Swift で代数学入門](http://qiita.com/taketo1024/items/bd356c59dc0559ee9a0b)
- koher/swiftyvector— *SwiftyVector* provides vector types for Swift.
naviapps (9)
- naviapps/action-kit— ActionKit is a Swift package for describing, preflighting, and executing common ...
- naviapps/app-runtime-kit— AppRuntimeKit is a Swift package for building launcher apps, menu bar utilities,
- naviapps/license-kit— LicenseKit provides license state management for Apple platform apps.
- naviapps/license-kit-lemon-squeezy— LicenseKitLemonSqueezy is the Lemon Squeezy license-key provider package for
- naviapps/license-kit-setapp— Use [LicenseKit](https://github.com/naviapps/license-kit) in Setapp-distributed
- naviapps/permissions-kit— PermissionsKit is a Swift Package for checking, requesting, and guiding users th...
- naviapps/pointer-gesture-kit— PointerGestureKit recognizes pointer-button drag gestures on macOS.
- naviapps/preset-kit— PresetKit is a small Swift package for encoding and decoding portable, versioned...
- naviapps/window-kit— WindowKit is a Swift package for macOS window discovery, querying, hit-testing, ...
simonbs (9)
- simonbs/buildabuddykit— A framework for building customized characters and exporting them to images.
- simonbs/confettikit— A Swift package for shooting confetti. The implementation is heavily inspired by...
- simonbs/dependency-graph— dependency-graph is a command-line tool that can visualize the dependencies of p...
- simonbs/keyboardtoolbar— Use KeyboardToolbar to add tools as an input accessory view to a UITextField, UI...
- simonbs/prettier— A wrapper for the [Prettier](https://prettier.io) code formatter written in Swif...
- simonbs/runestone— ### 👋 Welcome to Runestone - a performant plain text editor for iOS with code e...
- simonbs/sfsymbols— - [🚀 Getting Started](#-getting-started)
- simonbs/textdiffing— - Compare two strings and generate [AttributedString](https://developer.apple.co...
- simonbs/tree-sitter— [CICD badge]: https://github.com/tree-sitter/tree-sitter/actions/workflows/CICD....
airbnb (8)
- airbnb/epoxy-ios— Epoxy is a suite of declarative UI APIs for building [UIKit](https://developer.a...
- airbnb/horizoncalendar— A declarative and performant calendar UI component that supports use cases rangi...
- airbnb/lottie-ios— **View documentation, FAQ, help, examples, and more at [airbnb.io/lottie](https:...
- airbnb/lottie-spm— This repo provides Swift Package Manager support for [lottie-ios](https://github...
- airbnb/magazinelayout— A collection view layout capable of laying out views in vertically scrolling gri...
- airbnb/nautilustelemetry— NautilusTelemetry is an iOS-oriented Swift package to collect [OpenTelemetry](ht...
- airbnb/resilientdecoding— This package defines mechanisms to partially recover from errors when decoding `...
- airbnb/swift— https://swift.airbnb.tech
chrisgve (8)
- chrisgve/arrayswift— N-dimensional array library for Swift with NumPy-inspired API and Accelerate opt...
- chrisgve/extendedswiftmath— A comprehensive Swift library for rendering LaTeX math on iOS and macOS, featuri...
- chrisgve/luaswift— A lightweight Swift wrapper for Lua with optional extensions for scientific comp...
- chrisgve/markdownextendedview— A native SwiftUI Markdown renderer with LaTeX equation support.
- chrisgve/mathlex— A mathematical expression parser for LaTeX and plain text notation, producing a ...
- chrisgve/numericswift— A comprehensive scientific computing library for Swift, inspired by SciPy.
- chrisgve/plotswift— A Swift vector graphics drawing library providing the foundation for data visual...
- chrisgve/thales— A comprehensive Computer Algebra System (CAS) library for symbolic mathematics, ...
desp0o (8)
- desp0o/izzidateformatter— Effortlessly format dates in countless styles with this easy-to-use, flexible da...
- desp0o/izzigradient— lightweight package called IzziGradient to simplify the use of gradients in Swif...
- desp0o/izzilocationkit— IzziLocationKit is a lightweight Swift package designed for easy integration and...
- desp0o/izzirequest— **IzziRequest** is a super lightweight Swift package that helps you efficiently ...
- desp0o/izzisession— If your projects require user authentication and token management—handling token...
- desp0o/photoboxkit— | Parameter | Type | Description | Default |
- desp0o/stackwrapper— StackWrapper helps you easily and efficiently arrange your desired elements usin...
- desp0o/toastkit— ToastKit is a lightweight and fully customizable Swift package that helps you di...
dn-m (8)
- dn-m/graphics— The `Graphics` package defines structures for graphically representing informati...
- dn-m/math— Helpful mathematical tools for music and graphics
- dn-m/music— Structures for the creation, analysis, and performance of music in Swift. Check ...
- dn-m/musicxml— A **work-in-progress** implementation of the [musicXML](https://www.musicxml.com...
- dn-m/notationmodel— The `NotationModel` package contains modules for the purposes of defining a mode...
- dn-m/notationview— The `NotationView` defines structures for graphically representing musical infor...
- dn-m/performancetesting— PerformanceTesting
- dn-m/structure— The `Structure` package defines algebraic and data structures in Swift 4.2, alon...
mkj-is (8)
- mkj-is/bindingkit— A set of handy additions to the basic SwiftUI Binding type.
- mkj-is/combinemidi— Swift package made for easy connection of MIDI controllers to SwiftUI
- mkj-is/elementary— **Elementary** is experimental, uni-directional and purely functional architectu...
- mkj-is/elementarycombine— [**Elementary**](https://github.com/mkj-is/Elementary) uni-directional architect...
- mkj-is/elementaryeffectbuilder— [**Elementary**](https://github.com/mkj-is/Elementary) uni-directional architect...
- mkj-is/mkjicons— *Designed and developed by Matěj K. Jirásek ([mkj.is](http://mkj.is))*
- mkj-is/noopkit— Short for **No-operation Kit**. Set of functions making work with empty closures...
- mkj-is/pathbuilder— _Path builder_ is a complete result builder for lifting `Path` into the declarat...
mxcl (8)
- mxcl/appupdater— A simple app-updater for macOS that checks your GitHub releases for a binary
- mxcl/chalk— Terminal colors using Swift 5’s string interpolation extensions.
- mxcl/legibleerror— ## LegibleError ![badge-platforms][] ![badge-languages][] [![badge-ci][]][gha] [...
- mxcl/path.swift— A file-system pathing library focused on developer experience and robust end
- mxcl/promisekit— ---
- mxcl/streamreader— Efficiently reads a file delimited by a character (by default `\n`). The delimit...
- mxcl/swift-sh— Writing Swift scripts is *easy*:
- mxcl/version— A µ-framework for representing, comparing, encoding and utilizing
shial4 (8)
- shial4/logswift— SLLog is a simple yet elegant swift logger. Allows you to log content to file, c...
- shial4/scountlabel— SCountLabel is an easy to use Swift extension counter for UILabel. There is no n...
- shial4/slazecoredata— #SLazeCoreData
- shial4/slazekit— SLazeKit is an easy to use Swift restful collection of extensions and classes. D...
- shial4/slchat— SLChat is a simple extension for Kitura-WebSocket. Allows you to integrate chat ...
- shial4/slistview— Swift list view collection.
- shial4/sltools— SLTools to work with Kitura.
- shial4/swindow— SWindow is an easy to use Swift windows manager. Don't spend hours writing your ...
aeastr (7)
- aeastr/chronicle— Advanced logging wrapper for Apple's unified logging with async, structured meta...
- aeastr/glowgetter— Add customizable glow effects to your SwiftUI views.
- aeastr/loupe— A SwiftUI debugging toolkit for visualizing renders, layouts, and measurements.
- aeastr/obfuscate— Compile-time string obfuscation macro for Swift.
- aeastr/portal— Element transitions across navigation contexts, scroll-based flowing headers, an...
- aeastr/uiportalbridge— A lightweight wrapper around Apple's private <code>_UIPortalView</code> for UIKi...
- aeastr/universalglass— Bring SwiftUI's iOS 26 glass APIs to earlier deployments with lightweight shims—...
jordanekay (7)
- jordanekay/autocodable— `AutoCodable` exposes Swift macros that generate code to fulfill `Encodable` and...
- jordanekay/cubby— **Cubby** is a Swift wrapper around the [JSONBin](https://jsonbin.io) API that p...
- jordanekay/identity— Welcome to **Identity**, a small library that makes it easy to create *type-safe...
- jordanekay/persistdb— Projection-based Database Persistence in Swift
- jordanekay/schemata— Schemas and Projections with Swift KeyPaths
- jordanekay/skewer— Provides support for "kebab-case" formatted (as opposed to just "snake_case" for...
- jordanekay/url— `URL` is a freestanding Swift macro that provides an unwrapped `Foundation URL` ...
laosb (7)
- laosb/cropimage— A simple SwiftUI view where user can move and resize an image to a pre-defined s...
- laosb/swift-minisign— Swift implementation of Minisign, a simple and secure tool for signing and verif...
- laosb/swiftforgejo— A Swift client for Forgejo, generated from its Swagger spec.
- laosb/swifttailwind— Use Tailwind CSS in your Swift projects, seemlessly integrated as a Build Tool P...
- laosb/swiftuiif— A simple utility modifier for conditionally adding modifiers to your SwiftUI vie...
- laosb/typedappstorage— Package metadata imported from GitHub.
- laosb/withvalueless— A Swift macro to generate a copy of the enum with no associated values.
onevcat (7)
- onevcat/apngkit— APNGKit is a high performance framework for loading and displaying APNG images i...
- onevcat/chroma— **Chroma** is a Swift package for syntax highlighting code in terminal output. I...
- onevcat/delegate— A meta library to provide a better `Delegate` pattern described [here](https://x...
- onevcat/fengniao— ## What
- onevcat/kingfisher— Kingfisher is a powerful, pure-Swift library for downloading and caching images ...
- onevcat/rainbow— `Rainbow` adds text color, background color and style for console and command
- onevcat/randomcolorswift— Inspired by David Merfield's [randomColor.js](https://github.com/davidmerfield/r...
steipete (7)
- steipete/commander— **Swift-first parsing. Total command over your CLI.**<br>
- steipete/demark— **The Swift package that turns down HTML and turns up Markdown – it's a markup m...
- steipete/elevenlabskit— Swift helpers for ElevenLabs TTS on Apple platforms (iOS/macOS).
- steipete/interposekit— InterposeKit is a modern library to swizzle elegantly in Swift, supporting hooks...
- steipete/sweetcookiekit— SweetCookieKit is a Swift 6 package for extracting browser cookies on macOS.
- steipete/swiftdansi— Swift 6.2 Markdown → ANSI renderer and CLI, modeled on [Markdansi](https://githu...
- steipete/tautui— TauTUI is a Swift 6 port of [@mariozechner/pi-tui](https://github.com/badlogic/p...
thoven87 (7)
- thoven87/docuseal-kit— A Swift client for the [DocuSeal API](https://www.docuseal.com/docs/api) built w...
- thoven87/gotenberg-kit— A modern Swift SDK for [Gotenberg](https://gotenberg.dev/) that provides a type-...
- thoven87/icalendar-kit— A comprehensive Swift 6 library for parsing and creating iCalendar (RFC 5545) ev...
- thoven87/oauth-kit— A Swift OAuth2 and OpenID Connect client library with modern async/await support...
- thoven87/poppler-kit— Swift 6 PDF library for macOS and Linux, built on [Poppler](https://poppler.free...
- thoven87/strand— No separate coordination service. No Redis. No Cassandra. Just Swift workers and...
- thoven87/swift-xid— A Swift implementation of [XID](https://github.com/rs/xid) - a globally unique i...
yannickl (7)
- yannickl/awaitkit— Have you ever dream to write asynchronous code like its synchronous counterpart?
- yannickl/dynamicbutton— **DynamicButton** is a powerful flat design button written in Swift to display *...
- yannickl/dynamiccolor— **DynamicColor** provides powerful methods to manipulate colors in an easy way i...
- yannickl/flowingmenu— **FlowingMenu** provides an interactive transition manager to display menu with ...
- yannickl/qrcodereader.swift— **QRCodeReader.swift** is a simple code reader (initially only QRCode) for iOS i...
- yannickl/reactions— **Reactions** is a fully customizable control to give people more ways to share ...
- yannickl/splitflap— ***🛫 Splitflap*** is a simple to use component to present changeable alphanumer...
alkenso (6)
- alkenso/sendpointsecurity— The package now is part of [SwiftSpellbook_macOS](https://github.com/Alkenso/Swi...
- alkenso/slaunchctl— The package now is part of [SwiftSpellbook_macOS](https://github.com/Alkenso/Swi...
- alkenso/smock— - Swift mock-helping library written with gMock (C++) library approach in mind;
- alkenso/swiftspellbook— SwiftSpellbook is collection of additions to Swift standard library that makes d...
- alkenso/swiftspellbook_macos— SwiftSpellbook - macOS is macOS-specific additions to [SwiftSpellbook](https://g...
- alkenso/sxpc— The package now is part of [SwiftSpellbook_macOS](https://github.com/Alkenso/Swi...
ctreffs (6)
- ctreffs/swiftassimp— This is a **thin** Swift wrapper around the popular and excellent [**Open Asset ...
- ctreffs/swiftimgui— This is a **lightweight**, **auto-generated** and **thin** Swift wrapper around ...
- ctreffs/swiftnfd— A thin Swift wrapper around the popular [mlabbe/nativefiledialog](https://github...
- ctreffs/swiftsdl2— This is a **thin** Swift wrapper around the popular and excellent [**Simple Dire...
- ctreffs/swiftsimctl— This is a small tool (SimctlCLI) and library (Simctl), written in Swift, to auto...
- ctreffs/swiftvulkan— For this package to work [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/) must b...
drewag (6)
- drewag/decree— *Make HTTP requests in a clear and type safe way by declaring web services and e...
- drewag/decreeservices— Service declarations for [Decree](https://github.com/drewag/Decree), a framework...
- drewag/swiftdate— [](https://img.shields.io/travis/malcommac/SwiftDate.svg)
- drewag/swiftlier— Library for common enhancements to the Swift language.
- drewag/swiftliercli— **Library for common enhancements for Command-Line usage of the Swift language w...
- drewag/swiftlieruikit— **Library for common helpers and improvements to UIKit. It also includes [Swiftl...
freshos (6)
- freshos/arrow— [Reason](#reason) - [Example](#example) - [Installation](#installation)
- freshos/networking— Networking brings together `URLSession`, `async`-`await` (or `Combine` ), `Decod...
- freshos/router-deprecated— ⚠️ Deprecated and no longer supported. Use at your own risks.
- freshos/stevia— Winner of Hacking with Swift Recommended award
- freshos/then— [Reason](#why) - [Example](#example) - [Documentation](#documentation) - [Instal...
- freshos/ws-deprecated— [Networking](https://github.com/freshOS/Networking) is the next generation of th...
kean (6)
- kean/align— The best way to create constraints in code.
- kean/future— **Future** represents a result of a task which may be available now, or in the f...
- kean/get— A lean Swift web API client built using async/await.
- kean/nuke— > *Serving Images Since 2015*
- kean/nukeui— **Update**: Starting with [Nuke 11](https://github.com/kean/Nuke/releases/tag/11...
- kean/pulse— **Pulse** is a powerful logging system for Apple Platforms. Native. Built with S...
liuliu (6)
- liuliu/ccv— Package metadata imported from GitHub.
- liuliu/dflat— If you are familiar with [Core Data](https://developer.apple.com/library/archive...
- liuliu/s4nnc— s4nnc is a Swift interface for [libnnc](https://libnnc.org) library.
- liuliu/swift-fickling— This is inspired by work from Trail of Bits on [Fickling](https://github.com/tra...
- liuliu/swift-mujoco— This is a Swift binding for [MuJoCo](https://mujoco.org) physics simulation libr...
- liuliu/swift-sentencepiece— This is a simple wrapper for SentencePiece's encode functionality. We may expand...
noppoman (6)
- noppoman/hexaville— [<img src="https://travis-ci.org/noppoMan/Hexaville.svg?branch=master">](https:/...
- noppoman/hexavilleframework— This is Application Framework Layer for [Hexaville](https://github.com/noppoMan/...
- noppoman/prorsum— A Go like concurrent system + networking/http libraries for Swift that works on ...
- noppoman/prorsumnet— A Network and TLS Layer for [Prorsum](https://github.com/noppoMan/Prorsum)
- noppoman/swiftknex— A Mysql Native Client and Query Builder that works on Mac and Linux.
- noppoman/swiftmysql— A pure Swift Client implementing the MySQL protocol. this is not depend on libmy...
outfoxx (6)
- outfoxx/iostreams— IOStreams is a Swift package and delivered using the Swift Package Manager.
- outfoxx/kubrick— src="./Sources/Kubrick/Kubrick.docc/Resources/banner.png?raw=true" alt="Kubrick ...
- outfoxx/oslogtrace— The framework uses features introduced in Swift 5 to make interacting with Apple...
- outfoxx/potentcodables— The framework aims to solve three major pain points experienced with Swift's `Co...
- outfoxx/shield— Shield is a Swift package (comprised of many distinct modules) and delivered usi...
- outfoxx/sunday-swift— Sunday 🙏 The framework of REST for Swift
pvzig (6)
- pvzig/skclient— Create a custom SlackKit client.
- pvzig/skcore— SKCore contains the shared model objects used by [SlackKit](https://www.github.c...
- pvzig/skrtmapi— A module for connecting to the [Slack Real Time Messaging API](https://api.slack...
- pvzig/skserver— A server-side Swift module for creating Slack apps.
- pvzig/skwebapi— A Swift module to help make requests to the [Slack Web API](https://api.slack.co...
- pvzig/slackkit— Add `SlackKit` to your `Package.swift`
reddavis (6)
- reddavis/asynchrone— Extensions and additions for Swift's async sequence.
- reddavis/kyu— Kyu is a stupidly simple, persistant, queue system.
- reddavis/panel— A panel component similar to the iOS Airpod battery panel or the Share Wi-Fi pas...
- reddavis/papyrus— Papyrus enables offline first applications by providing a simple object cache la...
- reddavis/redux— **RedUx** is a modern Swift implementation of the redux pattern that takes advan...
- reddavis/validate— A property wrapper that can validate the property it wraps.
robb (6)
- robb/atrandom— A property wrapper that assigns a stable random value to a member variable, pers...
- robb/cartography— Using Cartography, you can set up your Auto Layout constraints in declarative co...
- robb/rbbjson— RBBJSON enables flexible JSON traversal at runtime and [JSONPath]-like querying ...
- robb/redline— With Redline, you can quickly visualize positions, sizes, spacings and alignment...
- robb/swim— A DSL for building HTML documents with Swift [function builders].
- robb/visualizetouches— There's the kind of work that has your fingerprints all over it. However, Screen...
roberthein (6)
- roberthein/ease— **Ease** is an event driven animation system that combines the observer pattern ...
- roberthein/kinetics— **Tunable, physics-driven motion primitives for SwiftUI.**
- roberthein/observable— **Observable** is the easiest way to observe values in Swift.
- roberthein/tinyapi— A minimal, Swift 6 concurrency-compliant networking framework designed specifica...
- roberthein/tinyconstraints— **TinyConstraints** is the syntactic sugar that makes Auto Layout sweeter for hu...
- roberthein/tinytca— A minimal, Swift 6 concurrency-compliant implementation of [The Composable Archi...
vamsii777 (6)
- vamsii777/amkit— AMKit is a modern, fluent Swift on Server SDK for Apple Music API.
- vamsii777/digipin— 🌍 📍 A Swift library for handling India Post's DIGIPIN (Digital Postal Index Nu...
- vamsii777/juspay-kit— Juspay Kit is a Swift package designed to facilitate seamless integration with J...
- vamsii777/phonepe-kit— PhonePeKit is heavily inspired by [StripeKit](https://github.com/vapor-community...
- vamsii777/razorpay-kit— RazorpayKit is a Swift library for integrating with Razorpay's payment gateway. ...
- vamsii777/swifttz— A type-safe Swift wrapper for IANA timezone identifiers and an extension for Fou...
ainame (5)
- ainame/swift-displaywidth— A portable/cross-platform implementation of `wcwidth(3)` with up-to-date Unicode...
- ainame/swift-mixi2— An unofficial Swift client library for the [mixi2](https://mixi2.com) Applicatio...
- ainame/swift-slack— `swift-slack` aims to bring Slack’s official SDK and Bolt framework experience t...
- ainame/swift-webp— Swift-WebP provides Swift wrappers around `libwebp` for encoding, decoding, and ...
- ainame/tuzuru— Tuzuru (綴る) is a dead-simple static **blog** generator CLI that uses Git to mana...
azoy (5)
- azoy/common-crypto-spm— Common Crypto headers provided for the Swift Package Manager
- azoy/starscream— Starscream is a conforming WebSocket ([RFC 6455](http://tools.ietf.org/html/rfc6...
- azoy/sword— 1. macOS, Linux, iOS, watchOS, tvOS (no voice for iOS, watchOS, or tvOS)
- azoy/swordrpc— 1. macOS, Linux
- azoy/zlib-spm— zlib headers provided for the Swift Package Manager
clipy (5)
- clipy/keyholder— Record shortcuts in macOS, like Alfred App.
- clipy/loginservicekit— Easy manage login items for macOS. **Not support Sandbox application.**
- clipy/magnet— Customize global hotkeys in macOS. Supports usual hotkey and double tap hotkey l...
- clipy/sauce— Mapping various keyboard layout sources and key codes in macOS. (e.g.: QWERTY, D...
- clipy/screeen— Observe user screen shot event and image in macOS.
cosmo (5)
- cosmo/grammaticalnumber— Turning singular words to plural can be [very hard](https://en.wikipedia.org/wik...
- cosmo/hackman— HackMan is a simple tool for generating boilerplate code directly via the comman...
- cosmo/iso8859— Convert ISO8859 1-16 Encoded Text to String in Swift.
- cosmo/nodes— Nodes is a class protocol for tree data structures.
- cosmo/stringcase— Converts `String` to `lowerCamelCase`, `UpperCamelCase` and `snake_case`.
digia-technology-private-limited (5)
gabrieltheodoropoulos (5)
ikhvorost (5)
- ikhvorost/dlog— DLog is the development logger for Swift that supports emoji and colored text ou...
- ikhvorost/keyvaluecoding— `KeyValueCoding` provides a mechanism by which you can access the properties of ...
- ikhvorost/m3u8decoder— Decoder for Master and Media Playlists of [HTTP Live Streaming](https://datatrac...
- ikhvorost/promiseq— Fast, powerful and lightweight implementation of Promises for Swift.
- ikhvorost/reactbridge— `ReactBridge` provides Swift macros for React Native to expose Native Modules an...
kareman (5)
- kareman/filesmith— [Run shell commands](https://github.com/kareman/SwiftShell) | [Parse command lin...
- kareman/footlessparser— Swift 5, 4.2 and 4.1 | [Swift 2.2+](https://github.com/kareman/FootlessParser/tr...
- kareman/moderator— [Run shell commands](https://github.com/kareman/SwiftShell) | Parse command line...
- kareman/patterns— Patterns is a Swift library for Parser Expression Grammars (PEGs). It can be use...
- kareman/swiftshell— Run shell commands | [Parse command line arguments](https://github.com/kareman/M...
kudit (5)
- kudit/color— Color simplifies color objects into a standard syntax that can be used cross pla...
- kudit/compatibility— Compatibility is a set of code that is designed to improve compatibility to allo...
- kudit/device— Device is a value-type replacement for device information on all supported platf...
- kudit/otrnlibrary— OTRN Library provided [here](https://otrn.editingtools.io/#converter) but adpate...
- kudit/particleeffects— ParticleEffects allows developers to create particle systems with minimal effort...
luoxiu (5)
- luoxiu/chalk— - Expressive API
- luoxiu/logdog— LogDog is designed to work out of the box, you can use the pre-configured logger...
- luoxiu/once— Once allows you to manage the number of executions of a task using an intuitive ...
- luoxiu/rainbow— - Full featured
- luoxiu/schedule— Schedule is a timing tasks scheduler written in Swift. It allows you run timing ...
nixzhu (5)
- nixzhu/ananda— JSON model decoding based on [yyjson](https://github.com/ibireme/yyjson).
- nixzhu/anandamacros— Macros for [Ananda](https://github.com/nixzhu/Ananda).
- nixzhu/baby— Create models from a JSON file, even a Baby can do it.
- nixzhu/banana— A lightweight, high-performance JSON decoding library powered by [yyjson](https:...
- nixzhu/flash— A modern, Swift-native HTTP client library with middleware support and built-in ...
shibapm (5)
- shibapm/capriccio— Capriccio is a tool to generate UI Tests from gherkins `.feature` files.
- shibapm/komondor— Git Hook automation for Swift and Xcode projects. A port of [Husky](https://gith...
- shibapm/logger— Really lightweight logger for your CLI app
- shibapm/packageconfig— A Swift Package that allows you to define configuration settings inside a `Packa...
- shibapm/rocket— Swift CLI release tool for Git repos and Swift Packages
szpakkamil (5)
- szpakkamil/colorkit— `ColorKit` handles color conversions, perceptual gamut mapping, blending, and ac...
- szpakkamil/harnesskit— A structured navigation harness for SwiftUI demo apps and component previews. De...
- szpakkamil/pagerkit— Page-based navigation for SwiftUI. A layout-aware alternative to native tab view...
- szpakkamil/searchbar— A SwiftUI package that integrates native UIKit and AppKit search bar components,...
- szpakkamil/symbolpicker— **SymbolPicker** is a SwiftUI package that provides a native, highly customizabl...
zewo (5)
- zewo/cbtls— Package metadata imported from GitHub.
- zewo/clibdill— Package metadata imported from GitHub.
- zewo/clibressl— Package metadata imported from GitHub.
- zewo/venice— **Venice** provides [structured concurrency](http://libdill.org//structured-conc...
- zewo/zewo— • <a href="#support">Support</a>
auth0 (4)
- auth0/auth0.swift— 📚 [**Documentation**](#documentation) • 🚀 [**Getting Started**](#getting-start...
- auth0/guardian.swift— [Guardian](https://auth0.com/docs/multifactor-authentication/guardian) is Auth0'...
- auth0/jwtdecode.swift— 📚 [**Documentation**](#documentation) • 🚀 [**Getting Started**](#getting-start...
- auth0/simplekeychain— 📚 [**Documentation**](#documentation) • 🚀 [**Getting Started**](#getting-start...
b5i (4)
- b5i/bettermenus— A lightweight Swift helper to build `UIMenu` and `UIMenuElement` hierarchies wit...
- b5i/infinitescrollviews— InfiniteScrollViews groups some useful SwiftUI, UIKit and AppKit components.
- b5i/mmlanscan— MMLanScan
- b5i/youtubekit— YouTubeKit is a powerful Swift package to make requests to the YouTube API witho...
b9swift (4)
- b9swift/action— A simple foundational component, primarily intended to provide a uniform interfa...
- b9swift/associatedobject— Objective-C associated value wrapper for convenient use in Swift. It is primaril...
- b9swift/condition— Maintains a set of states that allows it to perform observation actions when the...
- b9swift/multicastdelegate— Multicast delegate is a delegate that can have more than one element in its invo...
buh (4)
- buh/compactslider— `CompactSlider` is a highly customizable multi-purpose slider control for SwiftU...
- buh/naturallanguageembeddings— A Swift package for semantic text search using Apple's `NLContextualEmbedding` f...
- buh/spiral— `Spiral` is a SwiftUI shape for macOS, iOS and watchOS.
- buh/zippinch— `ZipPinch` is an extension for `URLSession` to work with zip files remotely. It ...
dhardiman (4)
- dhardiman/config— This is a command line tool for generating configuration files from a custom JSO...
- dhardiman/fetch— Simple HTTP in Swift. Hides the boilerplate code. Fetch allows you to make proto...
- dhardiman/router— A set of protocols that can be used to describe navigational architecture for an...
- dhardiman/spot— Simple wrapper around CLLocationManager to make it easy to get the current locat...
dvkch (4)
- dvkch/disco— Disco is a Swift library allowing various network features :
- dvkch/ppmgobbler— Simple image parser and encoder for PBM, PGM and PPM files, ASCII and binary var...
- dvkch/saneswift— Welcome travelers!
- dvkch/shush— Shush is your favorite librarian. Its goal is to make sure your simple data pers...
efremidze (4)
- efremidze/cluster— Cluster is an easy map annotation clustering library. This repository uses an ef...
- efremidze/haptica— **Haptica** is a simple and expressive haptic feedback generator for iOS.
- efremidze/magnetic— **Magnetic** is a customizable bubble picker like the Apple Music genre selectio...
- efremidze/visualeffectview— **VisualEffectView** is a dynamic blur effect library with tint color support an...
fireblade-engine (4)
- fireblade-engine/ecs— This is a **dependency free**, **lightweight**, **fast** and **easy to use** [En...
- fireblade-engine/math— A dependency-free, lightweight, fast math library for 2D and 3D vectors, quatern...
- fireblade-engine/pal— A lightweight platform abstraction layer in Swift. It is developed and maintaine...
- fireblade-engine/time— A dependency free, lightweight, time library in Swift. It is developed and maint...
grimace11 (4)
- grimace11/hoist— Roll out features gradually, A/B test, target users, and ship kill switches — wi...
- grimace11/strata— Declarative DSL, automatic backup & rollback, fixture-based migration tests,...
- grimace11/swiftl10n— Source-aware infrastructure tooling for Swift codebases: detects hardcoded strin...
- grimace11/waveformkit— A SwiftUI waveform visualization framework for audio apps. Handles decoding, cac...
hmlongco (4)
- hmlongco/factory— A modern approach to Container-Based Dependency Injection for Swift and SwiftUI.
- hmlongco/navigator— Advanced Navigation Support for SwiftUI.
- hmlongco/resolver— An ultralight Dependency Injection / Service Locator framework for Swift 5.x on ...
- hmlongco/rxswiftforms— A flexible, powerful Form Management, Binding, and Data Validation system for iO...
inamiy (4)
- inamiy/funoptics— 🔍Simple functional Optics in Swift
- inamiy/rxautomaton— ## NOTE: This repository has been discontinued in favor of [Actomaton](https://g...
- inamiy/rxproperty— A get-only `BehaviorRelay` that is (almost) equivalent to [ReactiveSwift](https:...
- inamiy/swiftrewriter— Swift code formatter using [SwiftSyntax](https://github.com/apple/swift-syntax).
jmfieldman (4)
- jmfieldman/combineex— > CombineEx is still a WIP, and may not be ready for production. I can use your ...
- jmfieldman/mortar— > Mortar 3 is incompatible with previous versions, and aims to solve different p...
- jmfieldman/phalanx— Phalanx is a **Cassandra Migration utility written in Swift**, with ergonomics i...
- jmfieldman/slate— A Swift Core Data framework that gives you immutable, `Sendable` data
kc-2001ms (4)
- kc-2001ms/hashify— Hashify is a Swift macro framework that provides hashing features for strings.
- kc-2001ms/onboardingui— SwiftUI library to implement first-party app-like onboarding
- kc-2001ms/swiftli— SwiftLI is a library aimed at writing command line displays in Swift in a SwiftU...
- kc-2001ms/swiftstorage— SwiftStorage is an easy way to persist data without Key Value. And it is designe...
krad (4)
- krad/buffie— ** DEPRECATED **
- krad/grip— grip is a collection of structures meant to encapsulate audio / video data. Thes...
- krad/kubrick— kubrick is a library written in swift that takes a protocol oriented approach to...
- krad/morsel— [Read the Docs](http://www.krad.io/morsel)
lebje (4)
- lebje/ararchivekit— **A simple, 0-dependency Swift package for reading and writing [`ar`](<https://e...
- lebje/cpioarchivekit— **A simple, 0-dependency Swift package for reading and writing [`cpio`](https://...
- lebje/icmpping— **Send [ICMP](https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol) P...
- lebje/tomlkit— **A small, simple TOML parser and serializer for Swift. Powered by [toml++](http...
local-connectivity-lab (4)
machx (4)
- machx/konkyo— A set of common code I use across my projects. Not meant to be all encompassing,...
- machx/loggingkit— Package metadata imported from GitHub.
- machx/mocknetworking— MockNetworking is a Swift package allowing the replaying of mock responses to ne...
- machx/swiftykeychain— Swifty keychain is a simple Swift API wrapper around Apples Keychain API's. It a...
mobilenativefoundation (4)
mredig (4)
- mredig/asyncconcurrentqueue— A mostly\* FIFO queuing system leveraging Swift's async/await structured concurr...
- mredig/seatouch— Displays where the user is touching on screen with elegant ripples and dots.
- mredig/swiftserial— This project began its life as yeokm1's [SwiftSerial](https://github.com/yeokm1/...
- mredig/tinyswiftjpeg— A simple Swift wrapper around the [TinyJPEG](https://github.com/serge-rgb/TinyJP...
reswifq (4)
- reswifq/pool— A generic object pool implementation for Swift that works on macOS and Linux.
- reswifq/redis-client— Redis client generic abstraction module for [Reswifq](https://github.com/reswifq...
- reswifq/redis-client-vapor— Adapter to use [vapor/redis](https://github.com/vapor/redis) with [Reswifq](http...
- reswifq/reswifq— Reswifq (pronounced like _re - swif - queue_) is a Redis-backed package for crea...
rkreutz (4)
- rkreutz/argon2kit— Swift wrapper for the C implementation of [Argon2](https://github.com/P-H-C/phc-...
- rkreutz/codablemapper— **CodableMapper** is a Swift µpackage that provides an interface (through Proper...
- rkreutz/helioskit— ## HeliosKit
- rkreutz/uintx— **UIntX** is the unsigned integer to rule them all. It can be used to represent ...
rozd (4)
- rozd/faketooth— **Simulate Bluetooth Low Energy devices on Apple platforms — no hardware require...
- rozd/forms-kit— A small, opinionated **SwiftUI form-validation library** built for modern Swift:...
- rozd/icon-kit— **A Swift library and CLI for working with Apple `.icon` bundles and Android ada...
- rozd/theme-kit— **Native-feeling theming for SwiftUI, powered by the environment.**
softwareengineerchris (4)
spotify (4)
- spotify/ios-sdk— The Spotify iOS framework allows your application to interact with the Spotify a...
- spotify/mobius.swift— Mobius is a functional reactive framework for managing state evolution and side-...
- spotify/xcmetrics— _XCMetrics is the easiest way to collect Xcode builds metrics and improve your d...
- spotify/xcremotecache— _XCRemoteCache is a remote cache tool for Xcode projects. It reuses target artif...
srgssr (4)
- srgssr/castor— Castor is an SDK for easy [Google Cast](https://developers.google.com/cast) inte...
- srgssr/commanders-act-apple— This repository provides the exact same binaries as the [official Commanders Act...
- srgssr/google-cast-sdk— Until Google provides SPM support for its Google Cast SDK this repository delive...
- srgssr/pillarbox-apple— Pillarbox is the iOS and tvOS modern reactive SRG SSR player ecosystem implement...
swiftpackagerepository (4)
tikhop (4)
- tikhop/asn1swift— ASN1Swift provides a transparent interface to decode ASN.1 data structures. The ...
- tikhop/intoerror— Swift macro library for automatic error type conversion.
- tikhop/mercato— StoreKit 2 wrapper for In-App Purchases.
- tikhop/tpinappreceipt— TPInAppReceipt is a lightweight, pure-Swift library for reading and validating A...
uber (4)
- uber/ios-snapshot-test-case— A "snapshot test case" takes a configured `UIView` or `CALayer` and uses the nec...
- uber/needle— Needle is a dependency injection (DI) system for Swift. Unlike other DI framewor...
- uber/ribs— > ⚠️ **Alert:** RIBs for IOS has been has been moved to a [separate repo](https:...
- uber/ribs-ios— > ⚠️ **Alert:** RIBs for Android [separate repo](https://github.com/uber/ribs)
yannisdc (4)
- yannisdc/aescmac— A Swift implementation of AES-CMAC (Cipher-based Message Authentication Code) fo...
- yannisdc/arboressence— A lightweight tree parsing package in Swift with backtracking build in.
- yannisdc/sdm— A Swift implementation of SDM.
- yannisdc/spzkit— A Swift package for loading and saving compressed 3D Gaussian splat files (`.spz...
alexdrone (3)
- alexdrone/primer— This function is used to copy the values of all enumerable own properties from o...
- alexdrone/render— CoreRender is a SwiftUI inspired API for UIKit (that is compatible with iOS 10+ ...
- alexdrone/store— Unidirectional, transactional Store implementation for Swift and SwiftUI
alexslee (3)
- alexslee/designreviewer— `DesignReviewer` is an in-app alternative to view debugging that you'd normally ...
- alexslee/flexseal— A lifecycle tracking tool to find potential memory leaks during development and ...
- alexslee/scintillate— A lightweight, UIKit+AppKit-friendly way to either mask content, or show a loadi...
allaboutapps (3)
- allaboutapps/datasource— Framework to simplify the setup and configuration of `UITableView` data sources ...
- allaboutapps/fetch— Fetch is a resource based network abstraction based on [Alamofire](https://githu...
- allaboutapps/toolbox— Toolbox is a framework for iOS development with collected code snippets and exte...
apache (3)
- apache/arrow-swift— Licensed to the Apache Software Foundation (ASF) under one
- apache/fory— **Apache Fory™** is a blazingly fast multi-language serialization framework for
- apache/spark-connect-swift— Apache Spark™ Connect for Swift is a subproject of Apache Spark and aims to prov...
beatt83 (3)
- beatt83/cryptoswift— Crypto related functions and helpers for [Swift](https://swift.org) implemented ...
- beatt83/jose-swift— This library provides comprehensive support for the Jose suite of standards, inc...
- beatt83/swift-zlib— 🗜 A tiny Swift extension to decompress Zlib data.
brennanmke (3)
- brennanmke/asyncblock— Running a lot of asynchronous operations concurrently can lead to [Thread Explos...
- brennanmke/slidingtabs— A Safari-style horizontal tab bar for SwiftUI with drag-to-reorder. Bring your o...
- brennanmke/watcher— A Swift package for monitoring folders and files on Apple platforms. Wraps
carthage (3)
- carthage/carthage— Carthage is intended to be the simplest way to add frameworks to your Cocoa appl...
- carthage/commandant— Commandant is a Swift framework for parsing command-line arguments, inspired by ...
- carthage/reactivetask— ReactiveTask is a Swift framework for launching shell tasks (processes), built u...
davecom (3)
- davecom/swiftcsp— SwiftCSP is a constraint satisfaction problem solver written in pure Swift (no C...
- davecom/swiftgraph— SwiftGraph is a Swift implementation of a graph data structure, appropriate for ...
- davecom/swiftpriorityqueue— SwiftPriorityQueue is a pure Swift (no Cocoa) implementation of a generic priori...
edudnyk (3)
- edudnyk/labelkit— A `UILabel` that does true animation of attributed text.
- edudnyk/sheekit— Customize and resize sheets in **SwiftUI** with **SheeKit**. Utilise the power o...
- edudnyk/solidscroll— A liberated `_ScrollView` and `_PagingView` of **SwiftUI**.
evgenijlutz (3)
- evgenijlutz/brotli— Precompiled Google's [brotli](https://github.com/google/brotli) library for all ...
- evgenijlutz/freetype— Carefuly compiled with love [FreeType](https://freetype.org/index.html) library ...
- evgenijlutz/libpng— Precompiled [libpng](https://github.com/pnggroup/libpng) library for all Apple p...
fatihdurmaz (3)
- fatihdurmaz/fabui— FABUI is a Swift package that allows the creation of customizable Floating Actio...
- fatihdurmaz/imageocrui— ImageOCRUI is a powerful OCR (Optical Character Recognition) package developed i...
- fatihdurmaz/yolo-ios-sdk— Welcome to the YOLO iOS Swift Package repository! This package simplifies the in...
finsig (3)
- finsig/json— Swift implementation of the [JSON Schema specification](https://json-schema.org/...
- finsig/json-rpc2— Swift implementation of [JSON-RPC 2.0 Specification](https://www.jsonrpc.org/spe...
- finsig/smoldot-swift— ## Smoldot Swift
frios (3)
- frios/about_app— About_App is a drop-in About Page. It displays a single page with a product logo...
- frios/splashscreen— This is a little package that allows you to create an automatically fading splas...
- frios/whatsnew— This package is a simple way of adding What's New pages to your app. The pages
geoswift (3)
- geoswift/geos— This library is an SPM-compatible repackaging of the source code from [libgeos/g...
- geoswift/geoswift— Easily handle a geometric object model (points, linestrings, polygons etc.) and
- geoswift/geoswiftmapkit— See [GEOSwift](https://github.com/GEOSwift/GEOSwift) for full details
gitvalue (3)
- gitvalue/navigation— Navigation is a framework that provides an another look on iOS app screens navig...
- gitvalue/pooling— Pooling is an interface for classes that implement [object pool design pattern](...
- gitvalue/rollview— RollView is an iOS implementation of [ListView on Android](https://developer.and...
gonzalonunez (3)
- gonzalonunez/docc-gpt— https://user-images.githubusercontent.com/6403910/227589893-a1c47996-df5a-4d37-8...
- gonzalonunez/ginny— Ginny is a [Swift Package plugin](https://developer.apple.com/videos/play/wwdc20...
- gonzalonunez/ross— Ross is a Swift command-line tool to remove all comments from Swift code.
holzschu (3)
- holzschu/ios_system— When porting Unix utilities to iOS (vim, TeX, python...), sometimes the source c...
- holzschu/lua_ios— Minimal set of changes to [Lua](https://www.lua.org) so it can be called from wi...
- holzschu/network_ios— [ios_system](https://github.com/holzschu/ios_system) is a replacement for `syste...
hsharghi (3)
- hsharghi/swift-resend— SwiftResend is a Swift package used to communicate with the [Resend](https://res...
- hsharghi/vapor-resend— **VaporResend** is a wrapper for the [SwiftResend](https://github.com/hsharghi/s...
- hsharghi/vapor-wallet— This package is inspired by <a href="https://github.com/bavix/laravel-wallet">La...
ibm-bluemix-mobile-services (3)
intitni (3)
- intitni/copilotforxcodekit— CopilotforXcodeKit is a Swift package that allow you to build extensions for [Co...
- intitni/smoothgradient— SmoothGradient helps you generate beautiful and buttery-smooth gradients. It hel...
- intitni/whatever— Whatever is a pacakge that offers you a placeholder when you are not sure what t...
ivantokar (3)
- ivantokar/hokusai— **Fast, libvips-powered image processing for Swift server-side applications**
- ivantokar/hokusai-vapor— **Seamless image processing integration for Vapor applications**
- ivantokar/prompt— A comprehensive Swift library for building beautiful and interactive command-lin...
jangorman (3)
- jangorman/agrume— An iOS image viewer written in Swift with support for multiple images.
- jangorman/maplebacon— MapleBacon is a lightweight and fast Swift library for downloading and caching i...
- jangorman/table— Working on CLI tools in Swift? Need to display tables? Continue reading.
jasonnam (3)
- jasonnam/astack— Welcome to **<ins>A</ins>Stack**, a library bringing you adaptive and accessible...
- jasonnam/connection— Welcome to **Connection**, a Swift path-finding library. Its primary goal is to ...
- jasonnam/sight— Welcome to **Sight**, a Swift spatial search μlibrary. Its primary goal is to ex...
joogps (3)
- joogps/glur— A SwiftUI library that uses Metal to display efficient progressive blurs, just l...
- joogps/irregulargradient— A SwiftUI library for rendering beautiful, animated and _irregular_ gradient vie...
- joogps/slideovercard— A SwiftUI card design similar to the one used by Apple in HomeKit, AirPods, Appl...
jpsim (3)
- jpsim/selfish— **WARNING: Do not use. Temporary repo.**
- jpsim/sourcekitten— An adorable little framework and command line tool for interacting with [SourceK...
- jpsim/yams— A sweet and swifty [YAML](http://yaml.org/) parser built on
k-o-d-e-n (3)
- k-o-d-e-n/cglayout— Powerful autolayout framework, that can manage UIView(NSView), CALayer and not r...
- k-o-d-e-n/layoutui— Reimplemenation of [CGLayout](https://github.com/k-o-d-e-n/CGLayout) in SwiftUI-...
- k-o-d-e-n/screenui— A multi-platform, multi-paradigm declarative routing framework for iOS/macOS and...
kaishin (3)
- kaishin/gifu— Gifu adds protocol-based, performance-aware animated GIF support to UIKit. (It's...
- kaishin/imagescout— **ImageScout** is a Swift implementation of [fastimage](https://pypi.python.org/...
- kaishin/kroma— A collection of color extensions and utilities for SwiftUI.
khanlou (3)
- khanlou/meridian— Meridian is a web server written in Swift that lets you write your endpoints in ...
- khanlou/promise— A Promise library for Swift, based partially on [Javascript's A+ spec](https://p...
- khanlou/schemaswift— A Swift port of [schemats](https://github.com/SweetIQ/schemats/). Generates Swif...
marcelvoss (3)
- marcelvoss/atmtextfield— ATMTextField is a custom SwiftUI text field for entering currency amounts in an ...
- marcelvoss/base62— Base62 is a tiny package for [Base62](https://en.wikipedia.org/wiki/Base62) enco...
- marcelvoss/retrykit— RetryKit is a tiny package that implements a flexible mechanism for retrying wor...
marekpridal (3)
- marekpridal/barchart— UIKit / SwiftUI library for creating Bar Chart similar to chart used in iOS Heal...
- marekpridal/logkit— LogKit is logging framework to simplify work with `os.log` API provided by Apple...
- marekpridal/swinjectlight— SwinjectLight is framework for lightweight dependency injection which works on a...
marmelroy (3)
- marmelroy/localize-swift— Localize-Swift is a simple framework that improves i18n and localization in Swif...
- marmelroy/phonenumberkit— > # ⚠️ PhoneNumberKit has moved — this repository is no longer maintained
- marmelroy/zip— A Swift framework for zipping and unzipping files. Simple and quick to use. Buil...
mcritz (3)
- mcritz/sftransitkit— A Swift package for accessing San Francisco transit data from the 511.org API.
- mcritz/textbundle— Swift-first, Swift-best package for [TextBundle](http://textbundle.org). Support...
- mcritz/warpshader— Fast SwiftUI faster than light visual effect as a SwiftUI view modifier.
nakkht (3)
- nakkht/logr— Simple logging library for iOS written in Swift
- nakkht/progressx— UI library for displaying progress. Inspired by progress indicator displayed dur...
- nakkht/quick-constraint— Extension functions for making layout programmatically easier and faster
open-meteo (3)
- open-meteo/om-file-format— The Open-Meteo OM-File format is designed for efficient storage and distribution...
- open-meteo/open-meteo— Open-Meteo is an open-source weather API and offers free access for non-commerci...
- open-meteo/sdk— The Open-Meteo weather API uses FlatBuffers to encode API responses efficiently....
otaviocc (3)
- otaviocc/coltrane— A Swift runtime that builds on the ideas of **Anahy**, the multithreaded schedul...
- otaviocc/microclient— A lightweight, zero-dependency Swift networking library designed for type-safe H...
- otaviocc/microcontainer— A tiny, dependency-free Dependency Injection (DI) container for Swift.
palle-k (3)
- palle-k/covfefe— Covfefe is a parser framework for languages generated by any (deterministic or n...
- palle-k/dl4s— DL4S provides a high-level API for many accelerated operations common in neural ...
- palle-k/dl4s-tensorboard— A pure Swift summary writer for [DL4S](https://github.com/palle-k/DL4S) that wri...
pducks32 (3)
- pducks32/geotum— Geotum is for converting to and from latitude/longitude pairs and UTM points.
- pducks32/hamilton— Using Swift 4. Please be aware.
- pducks32/pailead— Pailead works just like the Palette library on Android and other tools like node...
pichukov (3)
- pichukov/epub-reader-light— **EpubReaderLight** is a Swift package that that allow you to present the conten...
- pichukov/flagskit— **FlagsKit** is a swift package that contains more than 200 country flag `png` i...
- pichukov/lightchart— **LightChart** is a lightweight **SwiftUI** package with line charts implementat...
picomlx (3)
- picomlx/mlxkit— MLXKit is a Swift library that provides an [OpenAI compatible API](https://platf...
- picomlx/picoaiproxy— Pico AI Proxy is a reverse proxy created specifically for iOS, macOS, iPadOS, an...
- picomlx/picovector— VectorNest is a privacy-first local vector database. Essentially, it serves as a...
pinterest (3)
- pinterest/pincache— [PINCache](Source/PINCache.h) is a fork of [TMCache](https://github.com/tumblr/T...
- pinterest/pinoperation— [Download the latest tag](https://github.com/pinterest/PINOperation/tags) and dr...
- pinterest/pinremoteimage— [PINRemoteImageManager](Source/Classes/PINRemoteImageManager.h) is an image down...
quick (3)
- quick/nimble— Use Nimble to express the expected outcomes of Swift
- quick/quick— Quick is a behavior-driven development framework for Swift and Objective-C.
- quick/swift-fakes— Swift Fakes aims to improve the testability of Swift by providing standardized
quickthyme (3)
- quickthyme/qloop— **QLoop** /'kyoo•loop/ - *n* - Declarative asynchronous operation loops
- quickthyme/qroute— **QRoute** /'kyoo•root/ - *n* - Declarative *walking* router for UI navigation.
- quickthyme/webrequest— **WebRequest** decouples network resources from their request declarations.
rocxteady (3)
- rocxteady/resting— A Swift package offering a simplified interface for HTTP REST requests using bot...
- rocxteady/throwpublisher— Swift Macro that automatically generates AnyPublisher for the functions that thr...
- rocxteady/wpswift— WPSwift is a Swift client library for the WordPress REST API.
sanzaru (3)
- sanzaru/csvkit— CSVKit is a very simple, fast and lightweight CSV parsing and encoding library f...
- sanzaru/formify— Formify is a Swift library designed for easy form and input validation. With For...
- sanzaru/simpletoast— SimpleToast is a simple, lightweight, flexible and easy to use library to show t...
swiftdevelopmentpackages (3)
swiftgen (3)
- swiftgen/stencilswiftkit— `StencilSwiftKit` is a framework bringing additional [Stencil](https://github.co...
- swiftgen/swiftgen— SwiftGen is a tool to automatically generate Swift code for resources of your pr...
- swiftgen/swiftgenplugin— SwiftGen code generation for Swift packages that works on any machine. No instal...
swiftgl (3)
- swiftgl/image— SwiftGL is libraries for graphics programming that's 100% Swift.
- swiftgl/math— SwiftGL is libraries for graphics programming that's 100% Swift.
- swiftgl/opengl— To use, include dependency in your `Package.swift`:
tomhoag (3)
- tomhoag/clusterables— A SwiftUI-native package for clustering MapKit map points — no UIViewRepresentab...
- tomhoag/heatmap— Add heat maps to SwiftUI's `Map` view with just a few lines of code:
- tomhoag/michigancities— A simple little Swift package to generate `CLLocationCoordinate2D`'s wrapped in ...
toupper (3)
- toupper/warhol— Warhol is a lightweight Swift wrapper around Apple's Vision framework for face d...
- toupper/wink— Wink is a lightweight reactive Swift library for face-expression detection on iO...
- toupper/wyler— Wyler is a lightweight Swift library that simplifies screen recording on iOS. Yo...
treata11 (3)
- treata11/cbass— BASS is an audio library (written in C and C++) developed by Un4seen Development...
- treata11/ishader— iShader is a collection of _open-source_ shaders written in Metal targeted for S...
- treata11/swiftmxl— This package is a fork of the original
velocityzen (3)
- velocityzen/dsstore— Swift library and CLI for reading, writing, and editing Finder `.DS_Store` files...
- velocityzen/filetype— The file type is detected by checking signature bytes and, for some container fo...
- velocityzen/fp-swift— _This is not a full fledged package for functional programming in Swift. This wi...
yaslab (3)
- yaslab/csv.swift— CSV reading and writing library written in Swift.
- yaslab/hex.swift— A library for converting between `Data` and Hexadecimal (also known as Base-16) ...
- yaslab/ulid.swift— Implementation of [ULID](https://github.com/ulid/spec/blob/master/README.md) in ...
0xkalinowski (2)
- 0xkalinowski/automap— AutoMap exposes a Swift macro that generates code to automatically map one Swift...
- 0xkalinowski/kite— Kite is named after the kite bird, known for its lightness, speed, and agile fli...
1024jp (2)
- 1024jp/gzipswift— __GzipSwift__ is a framework with an extension of Data written in Swift. It enab...
- 1024jp/wfcolorcode— __ColorCode__ is a set of color extensions that allows creating NSColor/SwiftUI....
3qax (2)
- 3qax/swiftygfx— A swift graphics library intended for my [SwiftyOLED](https://github.com/3Qax/Sw...
- 3qax/swiftyoled— A Swift library for OLED displays based on SSD1306 and SSD1305 drivers.
a7ex (2)
- a7ex/findsimulator— Use simctl to find UDIDs of Xcode simulators to be used as 'destination' paramet...
- a7ex/xcresultparser— Parse the binary xcresult bundle from Xcode builds and test runs.
adjust (2)
- adjust/adjust_signature_sdk— This is the [Adjust](https://adjust.com)™ Signature library. To download the lib...
- adjust/ios_sdk— This is the [Adjust](https://adjust.com)™ SDK for iOS. Documentation is availabl...
adobels (2)
- adobels/codecalltracker— CodeCallTracker facilitates executing code exclusively on its first call
- adobels/uiviewkit— UIViewKit lets you build UIKit views directly in code with a syntax that feels l...
ahmed-ali (2)
- ahmed-ali/builddsl— BuildDSL is a Swift package that offers a robust Domain-Specific Language (DSL) ...
- ahmed-ali/macrosyn— A Swift library that provides ergonomic wrappers around SwiftSyntax for both **r...
ahti (2)
- ahti/sqlele— SQLele wraps the C SQLite API so you don't have to. Use it as-is for low-level
- ahti/sqlelecoder— SQLeleCoder contains extensions to SQLele that enable you to serialize/
akkyie (2)
- akkyie/swiftleb— Package metadata imported from GitHub.
- akkyie/tablier— A micro-framework for [_Table Driven Tests_](https://github.com/golang/go/wiki/T...
alldmeat (2)
- alldmeat/kaiten-mcp— MCP server for [Kaiten](https://kaiten.ru) — gives AI agents access to boards, c...
- alldmeat/kaiten-sdk— Swift SDK for the [Kaiten](https://kaiten.ru) project management API. OpenAPI-ge...
annurdien (2)
- annurdien/toasty— A lightweight, customizable toast notification library for SwiftUI applications,
- annurdien/wing— A powerful Swift library providing comprehensive extensions for standard Swift t...
b3ll (2)
- b3ll/decomposed— Manipulating and using `CATransform3D` for animations and interactions is pretty...
- b3ll/motion— Motion is an animation engine for gesturally-driven user interfaces, animations,...
backslash-f (2)
- backslash-f/aescryptable— This package is now obsolete. Use Apple's Swift Crypto instead: https://github.c...
- backslash-f/simage— This package is now obsolete. To be replaced by https://github.com/thatfactory/i...
balitax (2)
- balitax/angkaterbilang— Konversi angka ke teks terbilang Bahasa Indonesia, lengkap dengan dukungan satua...
- balitax/inspectly— Capture, inspect, debug, and mock network requests with zero configuration and z...
bitwit (2)
- bitwit/slurp— A Swift task runner and file watcher that you can run from your Xcode Workspace ...
- bitwit/swift-package-directory— This site is offline and the database was merged with https://swiftpackageindex....
brightify (2)
- brightify/cuckoo— Cuckoo was created due to lack of a proper Swift mocking framework. We built the...
- brightify/reactantui— Reactant UI is an extension for Reactant for declaration of views and layout usi...
brutella (2)
- brutella/log-swift— Log provides a way to log stuff to the console and to file. It provides the meth...
- brutella/xcollectiondata— This provides classes to specify data for UICollection and UITableView (and AppK...
cgarciae (2)
- cgarciae/ndarray— NDArray is a multidimensional array library written in Swift that aims to become...
- cgarciae/stream— Stream is a Swift library that enables you to create scalable data pipelines for...
chojnac (2)
- chojnac/dumpling— **Dumpling** is a pure Swift customisable and extensible Markdown parser for iOS...
- chojnac/notionswift— Unofficial [Notion](https://www.notion.so) SDK for iOS & macOS.
claustrofob (2)
- claustrofob/eventually— A SwiftUI layout engine for displaying overlapping calendar events with intellig...
- claustrofob/yotei— A highly modular, highly customizable calendar package for iOS. Built with Swift...
codeeagle (2)
- codeeagle/combineex— Improving Combine by adding `All`, `Any`, `Await`, `Race` operators, similar to ...
- codeeagle/rocketboot— Speed up you app's launching when you using Carthage or Punic to manager your Th...
csanfilippo (2)
- csanfilippo/altai— **altai** is a simple Swift package aiming to improve the developer experience w...
- csanfilippo/swift-sgp4— A Swift package to compute satellite positions from two‑line elements (TLE), wra...
ctrlgroup (2)
- ctrlgroup/resolver— An ultralight Dependency Injection / Service Locator framework for Swift 5.x on ...
- ctrlgroup/time— Welcome to **Time**, a swift package to simplify calendar, date and time handlin...
db-in (2)
- db-in/fusion— **Fusion** is a comprehensive Swift framework that provides essential utilities ...
- db-in/localserver— **LocalServer** is a framework that provides various options to create a Swift S...
dev1an (2)
- dev1an/a-star— Protocol oriented A* (A star) pathfinding algorithm implementation in Swift 5 (P...
- dev1an/swift-atem— Implementation of BlackMagicDesign's ATEM communication protocol in Swift. It is...
devandsev (2)
- devandsev/justsignals— JustSignals is a type-safe alternative to NotificationCenter and delegates. Use ...
- devandsev/taptickit— TapticKit makes it easier to use Taptic engine for haptic feedback. Supports all...
devyeom (2)
- devyeom/modernribs— ModernRIBs is recreated by removing additional dependencies such as RxSwift from...
- devyeom/oneway— **OneWay** is a simple, lightweight library for state management that uses a uni...
dewangga18 (2)
- dewangga18/owllog— **OwlLog** is a lightweight and powerful iOS SDK for real-time HTTP/HTTPS networ...
- dewangga18/owlnav— `OwlNav` is a lightweight Swift Package that bridges SwiftUI routing to a UIKit-...
diegocidm4 (2)
- diegocidm4/idnie— Librería basada en Swift que permite las siguientes opciones:
- diegocidm4/iqrdni— Librería basada en Swift para la lectura y validación de los distintos tipos de ...
diegotl (2)
- diegotl/mattermostkit— [Swift](https://swift.org) package for sending messages to [Mattermost](https://...
- diegotl/slackkit— [Swift](https://swift.org) package for sending messages to [Slack](https://slack...
dnv1ex (2)
- dnv1ex/googlecloudlogging— Event logging for client applications on [Apple platforms](#supported-platforms)...
- dnv1ex/xaisdk— The xAI Swift SDK is a gRPC-based Swift library for interacting with xAI's APIs....
drama999 (2)
- drama999/bitwiser— Bitwiser is a collection of methods and properties that makes you work with `bit...
- drama999/littlebluetooth— LittleBluetooth is a library that helps you developing applications that need to...
drseg (2)
- drseg/reflective-equality— Reflective Equality is a set of global functions that allows two Swift 'Any' ins...
- drseg/swift-fsm— **Friendly Finite State Machine Syntax for Swift on macOS, iOS, tvOS and watchOS...
duethealth (2)
- duethealth/bedrock— Bedrock is a utility library which provides common extensions of Foundation. The...
- duethealth/drx— DrX is a collection of convenience extensions of RxSwift which add new operators...
envoy (2)
- envoy/ambassador— Super lightweight web framework in Swift based on [SWSGI](https://github.com/env...
- envoy/embassy— Super lightweight async HTTP server in pure Swift.
ether-cli (2)
- ether-cli/ether— Ether is a CLI the integrates with SPM (Swift Package Manager), similar to NPM's...
- ether-cli/manifest— A tool for interacting with the manifest of an SPM project. It allows for simple...
fdenis75 (2)
- fdenis75/mosaickit— A high-performance Swift package for generating video mosaics with Metal-acceler...
- fdenis75/videohash— VideoHash is a Swift package for generating video fingerprints on macOS:
felilo (2)
- felilo/alcoordinator— This repository contains a library implementing the Coordinator pattern, which i...
- felilo/suicoordinator— Coordinator-pattern navigation for SwiftUI. Keep navigation logic out of your vi...
fitomad (2)
- fitomad/checkpoint— A Rate-Limit middleware implementation for Vapor servers using Redis database.
- fitomad/monarca— Monarca is a Swift project designed to consume the BlueSky Firehose using the [J...
fr1skey (2)
- fr1skey/constraintsholder— ConstraintsHolder is a tiny Auto Layout framework based on modern Anchors API th...
- fr1skey/uiviewid— UIViewID is a tiny swift package that unifies approach to uniquely identifying `...
gcharita (2)
- gcharita/codableproperty— CodableProperty is a framework written in Swift that works along with the build ...
- gcharita/xmlmapper— XMLMapper is a framework written in Swift that makes it easy for you to convert ...
ggml-org (2)
- ggml-org/ggml— [Manifesto](https://github.com/ggerganov/llama.cpp/discussions/205)
- ggml-org/llama.cpp— [Manifesto](https://github.com/ggml-org/llama.cpp/discussions/205) / [ggml](http...
gmondada (2)
- gmondada/oboe— Oboe is a C++ library which makes it easy to build high-performance audio apps o...
- gmondada/swift-oboe— A Swift interface for the Android [Oboe](https://github.com/google/oboe) audio l...
gor-gyolchanyan-legacy (2)
gringoiredm (2)
- gringoiredm/enumkit— `EnumKit` is a library that gives you the ability to simply access an enum assoc...
- gringoiredm/rxenumkit— RxEnumKit is the reactive extension of [EnumKit](https://github.com/gringoireDM/...
gwynne (2)
- gwynne/iniserialization— A package which supports both deserialization and serialization of the INI file ...
- gwynne/swift-semver— A small library which provides a `SemanticVersion` type, containing a complete i...
handya (2)
- handya/ohhauth— Even though its successor is already specified, the OAuth 1.0 protocol is still ...
- handya/twittervapor— Use TwitterVapor to easily send tweets from your vapor server. This is a work in...
hironichu (2)
- hironichu/quiver— A pure Swift implementation of **QUIC** (RFC 9000), **HTTP/3** (RFC 9114), **QPA...
- hironichu/swift-nio-udp— A high-performance UDP transport layer built on SwiftNIO with support for unicas...
hootsuite (2)
- hootsuite/copyable-macro— Inspired by the [blog](https://shopify.engineering/kotlin-style-copy-function-sw...
- hootsuite/emit— Emit is a simple signals library for Swift. It lets you emit strongly-typed even...
iamrsalman (2)
- iamrsalman/dots— To run the example project, clone the repo, and run `pod install` from the Examp...
- iamrsalman/storagemanager— FileManager framework that handels Store, fetch, delete and update files in loca...
iansampson (2)
- iansampson/anchor— A Swift package for validating X.509 certificate chains. Based on BoringSSL.
- iansampson/appattest— The App Attest service, which Apple introduced in iOS 14, provides a secure way ...
isonka (2)
- isonka/focuskit— FocusKit fills a common gap in the iOS ecosystem: there are many complete Pomodo...
- isonka/healthsnapkit— A small Swift library that wraps [HealthKit](https://developer.apple.com/documen...
izettle (2)
- izettle/flow— Modern applications often contain complex asynchronous flows and life cycles. Fl...
- izettle/lift— Lift is a Swift library for generating and extracting values into and out of JSO...
jackstone92 (2)
- jackstone92/a11yoop— Have you ever wondered which accessibility features users of your app actually h...
- jackstone92/combinerx— The *CombineRx* library contains a series of functions that help with the intero...
jaekong (2)
- jaekong/lullaby— Lullaby is an audio synthesis framework for Swift that supports both macOS and L...
- jaekong/swift-usb— A wrapper package for [libusb](https://libusb.info), a cross-platform USB librar...
jarema (2)
- jarema/base32— Base32 is a [Base32](https://tools.ietf.org/html/rfc4648) implementation for Swi...
- jarema/swift-nuid— A highly performant unique identifier generator.
javiermanzo (2)
- javiermanzo/harbor— Harbor is a library for making API requests in Swift in a simple way using async...
- javiermanzo/logbird— LogBird is a powerful yet simple logging library for Swift, designed to provide ...
josefdolezal (2)
- josefdolezal/ignorio— Ignorio is a pure Swift command line tool helping you create `.gitignore` file f...
- josefdolezal/xcman— `xcman` is an command line tool written in Swift for managing Xcode file templat...
joshjacob (2)
- joshjacob/antlr4— **ANTLR** (ANother Tool for Language Recognition) is a powerful parser generator...
- joshjacob/swiftage— SwiftAge is an extension to [PostgresNIO](https://github.com/vapor/postgres-nio)...
justindal (2)
- justindal/apple-docs-mcp— A Model Context Protocol server that fetches and formats Apple Developer Documen...
- justindal/gymnazo— Gymnazo is a reinforcement learning toolkit written in Swift for Apple platforms...
kawoou (2)
- kawoou/anydate— Swifty Date & Time API inspired from Java 8 DateTime API.
- kawoou/deli— Deli is an easy-to-use Dependency Injection Container that creates DI containers...
kingslay (2)
- kingslay/ffmpegkit— `FFmpegKit` is a collection of tools to use `FFmpeg` in `iOS`, `macOS`, `tvOS`, ...
- kingslay/ksplayer— KSPlayer is a powerful media play framework for iOS, tvOS, macOS, xrOS, visionOS...
kinvey (2)
- kinvey/objective-c— This is the official PubNub Objective-C SDK repository.
- kinvey/swift-sdk— The Kinvey Swift SDK is a package that can be used to develop iOS applications o...
klundberg (2)
- klundberg/copyonwrite— μframework encapsulating the `CopyOnWrite` type, to make implementing value sema...
- klundberg/weakify— Weakify is a µframework providing some commonly useful variations of the `weakif...
kubens (2)
- kubens/rrulekit— RRuleKit is a Swift library for parsing and formatting recurrence rules defined ...
- kubens/swift-ta-lib— Swift wrapper for [TA-Lib](https://ta-lib.org) (Technical Analysis Library) with...
layoutbox (2)
- layoutbox/flexlayout— FlexLayout adds a nice Swift interface to the highly optimized [Yoga](https://gi...
- layoutbox/pinlayout— --> <a href="https://raw.githubusercontent.com/layoutBox/PinLayout/master/LICENS...
linusu (2)
- linusu/jsbridge— Bridge your JavaScript library for usage in Swift 🚀
- linusu/marionette— Marionette is a Swift library which provides a high-level API to control a WKWeb...
lszzy (2)
- lszzy/fwdebug— iOS debugging library, support for iOS13 +, without adding any code to facilitat...
- lszzy/fwframework— iOS development framework, mainly solves the routine and pain points in native d...
luminoid (2)
- luminoid/lumikit— Shared Swift Package providing **design tokens**, **UI components**, and **utili...
- luminoid/prism— Camera pipeline Swift Package for iOS 18+, built on Swift 6.2 strict concurrency...
lvsti (2)
- lvsti/mocksix— MockSix is a microframework to make object mocking in Swift somewhat easier. Moc...
- lvsti/nimblemocksix— [Nimble](https://github.com/Quick/Nimble) matchers for [MockSix](https://github....
m34dev (2)
- m34dev/swiftaccounting— A Swift package for managing accounting plans and standards across Apple platfor...
- m34dev/swiftdolibarr— A Swift package providing `Codable` and `Observable` model types for the [Doliba...
mac9sb (2)
- mac9sb/list— A modern replacement for the `ls` command with enhanced features, built with Swi...
- mac9sb/swift-reverse-proxy— Arc is a server management tool that provides a unified proxy for managing multi...
mattcox (2)
- mattcox/pack— Welcome to **Pack**, a Swift package to serialize and deserialize various data t...
- mattcox/tree— Welcome to **Tree**, a Swift package implementing a hierarchical tree structure
mattrubin (2)
- mattrubin/bases— Bases is a collection of small Swift libraries for Base16, Base32, and (eventual...
- mattrubin/identifier— `Identifier` is a generic struct backed by a UUID, which can be specialized for ...
maxgribov (2)
- maxgribov/popup— SwiftUI simple pop up view implementation:
- maxgribov/spine— This Swift library allows you to upload characters and their animations from the...
maxim-lanskoy (2)
- maxim-lanskoy/shellout— Welcome to [ShellOut](https://github.com/JohnSundell/ShellOut), a simple package...
- maxim-lanskoy/srm— SRM is a lightweight, Swift-based command-line tool designed to help you manage,...
mitsuse (2)
- mitsuse/la— A library for linear algebra with type-safety written in Swift.
- mitsuse/swim— Switch the current input method by identifier.
mkeiser (2)
- mkeiser/binarysearch— This is a Swift module for binary search in sorted collections. It supports sear...
- mkeiser/swiftuti— A swift wrapper around Apples Universal Type Identifier functions.
mlsdev (2)
- mlsdev/loadableviews— Easiest way to load view classes into another XIB or storyboard.
- mlsdev/tron— TRON is a lightweight network abstraction layer, built on top of [Alamofire](htt...
mrkai77 (2)
- mrkai77/dynamicnotchkit— DynamicNotchKit provides a set of tools to help you integrate your macOS app wit...
- mrkai77/luminare— Luminare is a SwiftUI framework designed to enhance the development of macOS app...
mw99 (2)
- mw99/datacompression— * GZIP format (.gz files) [RFC-1952](https://www.ietf.org/rfc/rfc1952.txt)
- mw99/ohhauth— Even though its successor is already specified, the OAuth 1.0 protocol is still ...
n3d1117 (2)
- n3d1117/expandabletext— An expandable text view that displays a truncated version of its contents with a...
- n3d1117/routing— A type-safe, declarative routing system for SwiftUI applications. Supports both ...
naftaly (2)
- naftaly/footprint— Footprint is a Swift library that provides proactive memory management for your ...
- naftaly/threadcrumb— Threadcrumb simplifies metadata logging by embedding information directly into t...
naoty (2)
- naoty/flock— Flock is a simple tool to create visual object graphs of Swift source code.
- naoty/timepiece— Intuitive date handling in Swift
nike-inc (2)
- nike-inc/elevate— Elevate is a JSON parsing framework that leverages Swift to make parsing simple,...
- nike-inc/willow— Willow is a powerful, yet lightweight logging library written in Swift.
oleksiikolomiietssnapp (2)
omeasraf (2)
- omeasraf/sficons— A collection of all the SF Symbols into an easy to use swift package.<br />
- omeasraf/swiftwidgets— SwiftWidgets is an easy to use swift package that serves a variety of flutter li...
omise (2)
- omise/omise-ios— [Omise](https://docs.omise.co/) is a payment service provider operating
- omise/omise-ios-3ds— Swift Package wrapper around Netcetera's `ThreeDS_SDK` (version 2.4.00), with th...
pawelmajcher (2)
- pawelmajcher/ch3— [H3](https://github.com/uber/h3) C API in Swift. Fork based on https://github.co...
- pawelmajcher/swiftyh3— **The Swifty way to use [Uber's H3 geospatial indexing system](https://h3geo.org...
pedantix (2)
- pedantix/levellogger— Logging on the level! For Vapor projects. Logs are the key to both debugging an
- pedantix/timedcache— This package is a protcol oriented cache implementation with a centrailized feat...
plarson (2)
- plarson/fluent-postgis— PostGIS support for [FluentPostgreSQL](https://github.com/vapor/fluent-postgresq...
- plarson/wkcodable— Well-Known [Binary](http://edndoc.esri.com/arcsde/8.3/sql_interface/concepts/the...
povio (2)
- povio/lingua— Lingua is a tool designed to streamline the localization process for iOS and And...
- povio/poviokit— A modular Swift 6 toolkit of concurrency helpers, Foundation
ppeelen (2)
- ppeelen/simplecalendar— ``SimpleCalendar`` brings the use of a _simple calendar_ right into your app. Th...
- ppeelen/tibberswift— `TibberSwift` is a Swift package written to make simple queries towards Tibber's...
proxlock (2)
- proxlock/backend— 💧 A Vapor Swift backend for ProxLock, providing API proxy functionality with au...
- proxlock/proxlock-ios— A Swift package that provides a secure and easy networking layer for proxying AP...
r0ml (2)
- r0ml/opencv— Every time I try to use OpenCV on an Apple platform, I lose a few days to yak sh...
- r0ml/swiftypython— This is a Swift Package Manager package to easily embed Python in a Mac app. Wor...
radiusday (2)
- radiusday/slay— SLAY is a library similar to ReactNative, but for Swift. It allows you to build ...
- radiusday/swiftluau— A Swift library for integrating with Luau, Roblox's Lua variant.
reswift (2)
- reswift/reswift— ReSwift is a [Redux](https://github.com/reactjs/redux)-like implementation of th...
- reswift/reswift-router— A declarative router for [ReSwift](https://github.com/ReSwift/ReSwift). Allows d...
rightpoint (2)
- rightpoint/anchorage— A lightweight collection of intuitive operators and utilities that simplify Auto...
- rightpoint/bonmot— BonMot (pronounced *Bon Mo*, French for *good word*) is a Swift attributed strin...
rohanrhu (2)
- rohanrhu/chessboardkit— ChessboardKit is a SwiftUI library for rendering chessboards and playing chess o...
- rohanrhu/swipy— Swipy is a SwiftUI library for creating swipe actions. It allows you to easily a...
rryam (2)
- rryam/musadorakit— MusadoraKit (pronounced 'myu' za' 'do' 'ra') is the ultimate companion to MusicK...
- rryam/vecturakit— VecturaKit is a Swift-based vector database designed for on-device apps through ...
ryohey (2)
- ryohey/toaster— Add the git URL from Package Dependencies in Xcode.
- ryohey/zoomable— A SwiftUI view modifier that provides pinch to zoom, double tap to zoom, and dra...
s1ddok (2)
- s1ddok/alloy— Alloy is a tiny set of utils and extensions over Apple's Metal framework dedicat...
- s1ddok/cpng— `libpng v1.6.28` wrapper for Swift Package Manager
saagarjha (2)
- saagarjha/chronicle— Chronicle is an experiment built to answer a single question: what would an [os_...
- saagarjha/unxip— unxip is a command-line tool designed for rapidly unarchiving Xcode XIP files an...
salesforce-marketingcloud (2)
sammysmallman (2)
- sammysmallman/coreosc— The CoreOSC package contains common infrastructural code for your apps to commun...
- sammysmallman/osckit— The OSCKit package provides the classes needed for your apps to communicate amon...
schwmi (2)
- schwmi/jwt— Package metadata imported from GitHub.
- schwmi/marvin— An extendable Slack chatbot written in Swift, based upon Vapor 4 websockets.
sdidla (2)
- sdidla/hatch— A simple, extensible parser to to get a hierarchical list of symbols from swift ...
- sdidla/xcresultowners— This project supplements the test results summary produced by [`xcresulttool`](h...
sergejs (2)
- sergejs/statemachine— Package containing easy implamentation of Finite State Machine using Combine
- sergejs/swiftlogger— A lightweight, protocol-oriented logging framework for Swift with support for mu...
simla-tech (2)
- simla-tech/fastis— Fastis is a fully customisable UI component for picking dates and ranges created...
- simla-tech/prettycards— PrettyCards is a powerfull tool for creating views like iOS 11 appstore cards or...
sintraworks (2)
- sintraworks/fraction— Fraction is a value type that represents the quotient of two numbers (like `1/3`...
- sintraworks/money— Money is a package that facilitates the handling and display of currencies and m...
skylab-inc (2)
- skylab-inc/lightning— Ask questions in our <a href="https://slackin-on-edge.herokuapp.com">Slack</a> c...
- skylab-inc/streamkit— StreamKit is a very small and compact Functional Reactive Programming library
smumriak (2)
- smumriak/appkid— **AppKid** is an open-source Application Development Framework heavily inspired ...
- smumriak/semanticversion— SemanticVersion is a sligtlhy off-spec (but better!) implementation of [Semantic...
softsuave-tech-matrix (2)
steliyanh (2)
- steliyanh/kadr— **SwiftUI for video. Compose, transform, export — in Swift you actually want to ...
- steliyanh/kadr-ui— **SwiftUI components for [Kadr](https://github.com/SteliyanH/kadr) — preview, sc...
stregasgate (2)
- stregasgate/gateengine— A cross platform game engine for Swift that allows you to build 2D and 3D games....
- stregasgate/raylib— This package brings [Raylib](https://www.raylib.com/) to [Swift](https://www.swi...
subpop (2)
- subpop/swift-dbus— A Swift library for working with D-Bus, providing both low-level wire protocol h...
- subpop/vm— A fast, native command-line virtual machine manager for Linux guests.
sufiyanyusuf (2)
- sufiyanyusuf/sockit— A Swift WebSocket library with shared types between client and server, and a pur...
- sufiyanyusuf/swifttea— An Elm-inspired state management library for Swift that provides predictable sta...
suransea (2)
- suransea/dbus-swift— [D-Bus](https://www.freedesktop.org/wiki/Software/dbus/) bindings for Swift.
- suransea/mpris-swift— A library for interacting with [MPRIS](https://specifications.freedesktop.org/mp...
surpher (2)
- surpher/pactswift— This framework provides a Swift DSL for generating and verifying [Pact][pact-doc...
- surpher/pactswiftserver— A wrapper around [`libpact_ffi.a`][libpact-ffi] binary and exposed as XCFramewor...
swift-bloc (2)
- swift-bloc/bloc— Bloc is a Swift package designed to implement all the core concepts. It provides...
- swift-bloc/swiftui-bloc— SwiftUI Bloc is a Swift package designed to bring the Bloc support to SwiftUI. I...
swiftgram (2)
- swiftgram/tdlibframework— Project contains pre-compiled [TDLib](https://github.com/tdlib/td) binary for iO...
- swiftgram/tdlibkit— TDLibKit is a native Swift wrapper for [TDLib](https://github.com/tdlib/td) with...
swiftviz (2)
- swiftviz/scale— Scale and related types to support creating visualizations.
- swiftviz/swiftviz— A collection of utilities and libraries to provide some of the pieces needed in ...
tfmart (2)
- tfmart/lottieui— LottieUI allows you to use delightful [Lottie](https://airbnb.design/lottie/) an...
- tfmart/scrobblekit— ScrobbleKit is a modern Swift library designed to simplify interactions with the...
tgu (2)
- tgu/binarycoder— Package metadata imported from GitHub.
- tgu/rosswift— ROS Robotic Operating System - Swift implementation of core client libraries. Ba...
tiepvuvan (2)
- tiepvuvan/yoga— Yoga is an embeddable and performant flexbox layout engine with bindings for mul...
- tiepvuvan/yoga-swiftui— Yoga-SwiftUI is a powerful layout library for SwiftUI which brings Facebook's Yo...
timdonnelly (2)
- timdonnelly/advance— An animation library for iOS, tvOS, and macOS that uses physics-based animations...
- timdonnelly/displaylink— A simplified `DisplayLink` abstraction for all platforms (including iOS, tvOS, w...
to4iki (2)
- to4iki/octavkit— Swift toolkit for the Octav API.
- to4iki/reader— Reader monad in Swift, inspired by [implemention with Scala](https://gist.github...
tomquist (2)
- tomquist/corejson— CoreJSON provides a simple JSON data model and on top of that a collection of ut...
- tomquist/reversejson— Generate data model code and JSON-parser code from JSON-files. Currently you can...
tribalworldwidelondon (2)
tsolomko (2)
- tsolomko/bitbytedata— A Swift framework with classes for reading and writing bits and bytes. Supported...
- tsolomko/swcompression— A framework with (de)compression algorithms and functions for working with vario...
twof (2)
- twof/slackforvapor— This package contains a service for interacting with Slack as a bot, and a few h...
- twof/vaporcrudrouter— CrudRouter is a Rails-inspired extension to Vapor's routing system that makes it...
unixzii (2)
- unixzii/enhancedmirror— An experimental `Mirror` alternative that utilizes Swift Macros for static refle...
- unixzii/swift-signal— **Swift Signal** is a Swift package that provides reactivity computation inspire...
valentinradu (2)
- valentinradu/helm— Helm is a declarative, graph-based routing library for SwiftUI. It fully describ...
- valentinradu/trellis— Trellis features a declarative DSL that simplifies service bootstrapping:
vishwaiosdev (2)
- vishwaiosdev/fontkit— A new way to use custom fonts in your iOS, iPadOS, MacOS, WatchOS, TvOS applicat...
- vishwaiosdev/loggerkit— LoggerKit is a simple and fast logging framework for Swift that's easy to set up...
vknabel (2)
- vknabel/archery— *Archery* allows you to declare all your project's metadata and what you can do ...
- vknabel/finite— Finite is a simple, pure Swift finite state machine. Only exlicitly allowed tran...
watson-developer-cloud (2)
wlisac (2)
- wlisac/environment— Welcome to **Environment** – a nicer, type-safe way of working with environment ...
- wlisac/swift-log-slack— Welcome to **LoggingSlack** – a logging backend for [SwiftLog](https://github.co...
wti (2)
- wti/swiftdjot— - Swift wrapper for [djot](https://github.com/jgm/djot) provisional C library in...
- wti/swiftpolymurhash— - Swift wrapper for [polymur-hash](https://github.com/orlp/polymur-hash)
xtro (2)
- xtro/swiftmvi— **SwiftMVI** is an open-source library of conformables and extensions for swift,...
- xtro/swiftusecase— A lightweight, strongly typed use‑case layer for Swift. Cleanly separate **what ...
yageek (2)
- yageek/strasbourgparkapi— A simple swift package giving access to the Strasbourg open data for parking ([l...
- yageek/swift-otp— A swift package implementing the [RFC4226](https://tools.ietf.org/html/rfc4226).
yeatse (2)
- yeatse/kingfisherwebp— KingfisherWebP is an extension of the popular library [Kingfisher](https://githu...
- yeatse/opencv-spm— Use [OpenCV](https://github.com/opencv/opencv) in your Swift project in a more e...
zntfdr (2)
- zntfdr/life— Welcome to **Life**, a Swift implementation of [Conway's Game of Life](https://e...
- zntfdr/selenops— Welcome to **Selenops**, a Swift Web Crawler.
00yhsp (1)
- 00yhsp/loggable— 클래스, 구조체, 열거형 및 액터에 `OSLog.Logger` 인스턴스를 편리하게 추가할 수 있는 Swift 매크로입니다.
0x0c (1)
- 0x0c/tableviewcontent— To run the example project, clone the repo, and run `pod install` from the Examp...
0xdeadp00l (1)
- 0xdeadp00l/bech32— Base32 address format for native v0-16 witness outputs implementation
0xpablo (1)
- 0xpablo/swift-dwarf— A Swift wrapper for libdwarf, providing type-safe access to DWARF debugging info...
1711-games (1)
- 1711-games/lgn-log— A custom logger implementation and [TaskLocal](https://developer.apple.com/docum...
1998code (1)
- 1998code/swiftglass— 🔄 **Cross-platform**: Works on iOS, macOS, watchOS, tvOS, and visionOS<br/>
23122k (1)
- 23122k/swift-loggable— A set of macros that support type-wide and per-function logging with ability to ...
2dubu (1)
- 2dubu/palettekit— [color-thief](https://github.com/lokesh/color-thief) reimagined for Apple —
3lvis (1)
- 3lvis/networking— **Networking** was born out of the necessity of having a networking library that...
4rays (1)
- 4rays/swift-fsrs— An idiomatic and configurable Swift implementation of the [FSRS spaced repetitio...
6639835 (1)
- 6639835/toast— A production-ready iOS toast notification library that feels unmistakably Apple-...
8rightside (1)
- 8rightside/resistance— **Resistance** is a Swift library for creating and manipulating resistors and th...
9alvaro0 (1)
- 9alvaro0/pry— Pry intercepts all `URLSession` traffic and gives you a full debugging suite — n...
aaronbratcher (1)
- aaronbratcher/agiledb— - A SQLite database wrapper written in Swift that requires no SQL knowledge to u...
abandy (1)
- abandy/swiftqe— SwiftQE is a Swift Apache Arrow native Query Engine. This is currently under dev...
adamrushy (1)
- adamrushy/openaiswift— This is a community-maintained library to access OpenAI HTTP API's. The full API...
ademanuele (1)
- ademanuele/genson— **GenSON** is a Swift library that enables you to easily generate representative...
adhumi (1)
- adhumi/bradel— Simple framework to manage a TableView in an MVVM environment
aepryus (1)
- aepryus/acheron— Acheron is a collection of utilties for developing iOS apps.
agentruntimecontrolprotocol (1)
aguilarpgc (1)
- aguilarpgc/timelapse— `Date` extension that compares another `Date` with current time, converts it in ...
aisk (1)
- aisk/swift-cdb— A Swift wrapper for the CDB (Constant Database) implementation from [howerj/cdb]...
akardas16 (1)
- akardas16/sidemenu— Open `Xcode`, go to `File -> Swift Packages -> Add Package Dependency` and enter...
akhilcb (1)
- akhilcb/acbtokenfield— A swift extension on NSTokenField which makes it highly customizable and removes...
alechash (1)
- alechash/swiftliftkit— A Swift package for lifting subjects out of images on iOS. Uses Apple's Vision f...
alete-ai (1)
- alete-ai/edge— AleteEdge is a standalone TypeScript and Swift library designed for fast, on-dev...
alexlerikos (1)
- alexlerikos/projector— An AVFoundation based video player that allows the color scheme and UI to be eas...
alexlike (1)
- alexlike/parquetkit— ParquetKit reads and writes [Apache Parquet](https://parquet.apache.org)™ files ...
alexpiezo (1)
- alexpiezo/webrtc— This is WebRTC framework in XCFramework format for iOS and macOS.
alhiane (1)
- alhiane/validatorkit— ValidatorKit is a flexible and extensible validation library for Swift, designed...
alibaba (1)
- alibaba/handyjson— ***To deal with crash on iOS 15 beta3 please try version 5.0.4-beta***
allevato (1)
- allevato/icu-swift— This package implements Swift-style APIs for [ICU (International Components
alpensegler (1)
- alpensegler/tweakit— `TweaKit`, a.k.a. "Tweak It", is a pure-swift library for adjusting parameters a...
alta (1)
- alta/swift-opus— Type-safe [Swift](https://swift.org/) bindings for the [Opus audio codec](https:...
amir-magdy-of-wizardlabz (1)
amodm (1)
- amodm/iso9660-swift— Read/write ISO9660 (CD, DVD) images, with a pure Swift API. The latest spec this...
andre-tirta (1)
- andre-tirta/auto-key— A Swift macro that automatically generates CodingKeys enums for Codable structs,...
andreabusi (1)
- andreabusi/swiftflags— SwiftFlags is a simple library to get emoji flag from a country name or a countr...
andrei200287 (1)
- andrei200287/chat2app— Simple and modern customer support platform designed to be as convenient as poss...
antlr (1)
- antlr/antlr4— **ANTLR** (ANother Tool for Language Recognition) is a powerful parser generator...
antongaenko (1)
- antongaenko/keybro— It's a wrapper for `UIKeyCommand` which allows you to easily create keyboard sho...
anush01 (1)
- anush01/leapchucker— A lightweight, powerful network debugging library for iOS that intercepts and lo...
apardee (1)
- apardee/minimetal— A minimal Metal package for building Swift rendering demos on macOS. Spin up a n...
apleshkov (1)
- apleshkov/saber— [Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection) (DI) ...
apodini (1)
- apodini/swift-log-elk— The LoggingELK library provides a logging backend for Apple's [apple/swift-log](...
appboy (1)
- appboy/appboy-ios-sdk— ### ⚠ The new [Braze Swift SDK](https://github.com/braze-inc/braze-swift-sdk) is...
appcron (1)
- appcron/acinteractor— Swift Package for a Use Case centric architecture as proposed by Robert C. Marti...
apppear (1)
- apppear/chartview— SwiftUICharts is a composable, SwiftUI-native chart library for iOS 13+.
aptove (1)
- aptove/swift-sdk— A Swift implementation of the [Agent Client Protocol (ACP)](https://agentclientp...
arideno (1)
- arideno/alphamacrokit— `AlphaMacroKit` is made to enhance Swift development by providing useful Swift m...
aristide021 (1)
- aristide021/swiftqc— **SwiftQC** is a **Swift 6+** property-based testing library designed to unify c...
artman (1)
- artman/signals— Signals is a library for creating and observing events. It replaces delegates, a...
asana (1)
- asana/locheck— An Xcode and Android localization file validator. Make sure your `.strings`, `.s...
asb2004 (1)
- asb2004/swiftysnap— **SwiftySnap** is a customizable, full-screen camera view for iOS — built with S...
ashwanikuma (1)
- ashwanikuma/chipview— A lightweight, zero-dependency SwiftUI package that gives you a **flow-wrapping ...
askrav (1)
- askrav/yelpprovider— [Yelp][yelp_home] is a local-search service that helps people find local busines...
asoderman (1)
- asoderman/jsondecoder— Written in swift. [
- asymbas/datastorekit— A SwiftData custom data store implementation that supports SQLite as its primary...
async-plus (1)
- async-plus/async-plus— Async+ for Swift provides a simple **chainable interface** for your async and th...
atpugvaraa (1)
- atpugvaraa/quickly— a lightning-fast package manager built for swift developers to help manage swift...
atreat (1)
- atreat/pathslider— A SwiftUI slider component that follows any custom Path, enabling unique and eng...
auddmusic (1)
- auddmusic/audd-swift— Official Swift package for [music recognition API](https://audd.io): identify mu...
autobahnswift (1)
- autobahnswift/shuttle— This basically a port of fastlane's [spaceship](https://github.com/fastlane/fast...
avnerbarr (1)
- avnerbarr/flockkit— A tiny Swift wrapper around POSIX `flock(2)` for ****cross-process**** file lock...
aziyan99 (1)
- aziyan99/swifttfidf— An ordinary swift package, have a bunch looping of calculating TFIDF and of cour...
azone (1)
- azone/thememanager— ThemeManager is a most lightweight, powerful, convenient and easiest way to mana...
banghuazhao (1)
- banghuazhao/easytoast— > **A lightweight, customizable SwiftUI toast notification library for iOS and m...
banjun (1)
- banjun/reactivesse— ReactiveSSE is a `ReactiveSwift.SignalProducer` acting as Server-Sent Events (SS...
barisuyar (1)
- barisuyar/bruynet— > Bruynet is a network layer implemented in Swift using Combine framework.
bb9z (1)
- bb9z/lame-xcframework— This project aims to archive [LAME](https://lame.sourceforge.io) into the xcfram...
bealex (1)
- bealex/macaroni— It's a Swift Dependency Injection Framework that is called “Macaroni”.
behrouzz (1)
- behrouzz/faws— *Full implementation of [SOFA Library](http://www.iausofa.org/current_C.html) in...
benchr267 (1)
- benchr267/parsel— Parsel is a parser combinator library that makes it easy to write parsers. Parse...
benlmyers (1)
- benlmyers/gappauth— This is a drop-in class to handle AppAuth with Google Services (iOS & macOS).
bennokress (1)
- bennokress/prettylog— > PrettyLog is a small Swift Package that makes logging in the Xcode Console a l...
bernoulliconvergenator (1)
bestler (1)
- bestler/safariview— SafariView is a package that you can use if you want to display content of the w...
bgayman (1)
- bgayman/flipbook— A swift package for recording views. Record a view and write to video, gif, or L...
bgoncal (1)
- bgoncal/starscream— Starscream is a conforming WebSocket ([RFC 6455](https://datatracker.ietf.org/do...
bignerdranch (1)
- bignerdranch/deferred— Deferred lets you work with values that haven't been determined yet, like an arr...
billp (1)
- billp/terminetwork— 🚀 <i><b>TermiNetwork</b> has been tested in a production environment with a hea...
bitflying (1)
- bitflying/swiftkeccak— SwiftKeccak dependencies on two targets: "KeccakTiny" and "Sha3Tiny", based on [...
bizz84 (1)
- bizz84/swiftystorekit— SwiftyStoreKit is a lightweight In App Purchases framework for iOS, tvOS, watchO...
bloomberg (1)
- bloomberg/xcdiff— *xcdiff* is an extensible tool that **finds differences between two .xcodeproj p...
bloombox (1)
- bloombox/swift— This Swift package provides an API client for [Bloombox](https://bloombox.io) Cl...
bloonket (1)
- bloonket/shaderview— ShaderView is a SwiftUI package designed for integrating and displaying Metal sh...
bluk (1)
- bluk/crdt— A [Swift][swift] package to help build [Convergent and Commutative Replicated Da...
bmanish90 (1)
- bmanish90/coachkit— A lightweight iOS coach mark / onboarding overlay library written in Swift.
bmonty (1)
- bmonty/avweather— AvWeather is a Swift package allowing you to retrieve and use data from the Avia...
bojan (1)
- bojan/thingy— A modern device detection and querying library.
bosesj (1)
- bosesj/zodkit— Zodkit is a lightweight Swift schema-validation toolkit inspired by the idea of ...
brantonb (1)
- brantonb/runningpace— This package adds two new [`UnitSpeed`](https://developer.apple.com/documentatio...
brettfazio (1)
- brettfazio/cameraview— CameraView allows you to have a SnapChat-style screen on your SwiftUI app that g...
brewusinc (1)
- brewusinc/edge-tts— Edge-TTS is a Swift implementation of Microsoft Edge's Text-to-Speech (TTS) serv...
brnnmrls (1)
- brnnmrls/gtmappauth— GTMAppAuth enables you to use [AppAuth](https://github.com/openid/AppAuth-iOS)
broomburgo (1)
- broomburgo/narratore— `Narratore` is a Swift library that can be used to create and run interactive st...
brunomunizaf (1)
- brunomunizaf/forms— Forms provides a collection of reusable form components, including text items, i...
bsjurs1 (1)
- bsjurs1/filecache— Disk-backed caching for async/await-powered network fetches on Apple platforms. ...
bstien (1)
- bstien/httpmock— A tiny, test-first way to mock `URLSession` — **fast to set up, easy to read, ze...
btoms20 (1)
- btoms20/swift-nio-ssl— SwiftNIO SSL is a Swift package that contains an implementation of TLS based on ...
bublehq (1)
- bublehq/swift-sdk— Official Swift SDK for [Buble](https://buble.ai/), built for the [Buble public A...
bugsnag (1)
- bugsnag/bugsnag-cocoa— Detect crashes in your iOS, macOS, tvOS and watchOS applications: collecting dia...
burakaltunoluk (1)
- burakaltunoluk/cici— <p float="left">
<img src="https://github.com/BurakAltunoluk/Cici/blob/main/Me...
buslo (1)
- buslo/makata— Foundations for writing iOS apps in the least amount of time
buzzfeed (1)
- buzzfeed/mockduck— MockDuck is a network mocking layer written in [Swift](https://swift.org) for iO...
cak (1)
- cak/koba— Koba is a [Kitura](https://www.kitura.io) middleware for setting HTTP security h...
calebkleveter (1)
- calebkleveter/argon2— A Swift wrapper for the [Argon 2 hashing algorithm](https://github.com/P-H-C/phc...
camellm (1)
- camellm/camellm— **[CameLLM](https://github.com/CameLLM)** is a collection of Swift packages to s...
carekit-apple (1)
- carekit-apple/carekit— CareKit™ is an open source software framework for creating apps that help people...
catverse (1)
- catverse/balam— Native database written in Swift for iOS, macOS and watchOS.
cay-zhang (1)
- cay-zhang/swiftspeech— **Recognize your user's voice elegantly without having to figure out authorizati...
cbguder (1)
- cbguder/cbgpromise— CBGPromise is available through [CocoaPods](http://cocoapods.org) and [Carthage]...
ccgus (1)
- ccgus/fmdb— This is an Objective-C wrapper around [SQLite](https://sqlite.org/).
ceek (1)
- ceek/solar— A Swift helper for generating Sunrise and Sunset times.
ceylo (1)
- ceylo/zoomable— A SwiftUI wrapper over UIScrollView that allows displaying any content and zoomi...
cezheng (1)
- cezheng/fuzi— **A fast & lightweight XML/HTML parser in Swift that makes your life easier.** [...
cfilipov (1)
- cfilipov/texttable— Easily print textual tables in Swift. Inspired by the Python [tabulate](https://...
ch0uti (1)
- ch0uti/chouti— See updated package: https://github.com/honghaoz/ChouTi
chandlerdea (1)
- chandlerdea/httpkit— A Swift package containing constructs for interacting with APIs over the HTTP pr...
chargepoint (1)
- chargepoint/xcparse— A command line tool to extract code coverage & screenshots from Xcode 11 XCResul...
chartsorg (1)
- chartsorg/charts— **Version 4.0.0**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJa...
che1404 (1)
- che1404/vipergen— A VIPER module generator written in Swift. It's heavily based on [Pedro Piñera](...
cheesemaker (1)
- cheesemaker/airaware— AirAware is an open source framework to help developers monitor and understand t...
chicio (1)
- chicio/id3tageditor— A swift library to read and modify ID3 Tag of any mp3 file. Listed in the implem...
chiragramani (1)
- chiragramani/tron— Tron is a simple command-line Swift tool that provides an approximate download a...
chocoford (1)
- chocoford/swiftyalert— `SwiftyAlert` is a lightweight, multiplatform, easy-to-use `swiftUI` package tha...
christopher-fredregill (1)
chrsmys (1)
- chrsmys/driftcheck— **DriftCheck** is a lightweight library that helps you detect retain cycles and ...
chylis (1)
- chylis/swiftilities— Swift utilities that help me write expressive, declarative and clear code.
cindori (1)
- cindori/fluidgradient— A fluid, animated gradient implemented with CoreAnimation and SwiftUI, made avai...
cmtrounce (1)
- cmtrounce/swurl— Asyncrounously download and display images in Swift UI. Supports progress indica...
cntrump (1)
- cntrump/masonry— **Masonry is still actively maintained, we are committed to fixing bugs and merg...
codefiesta (1)
- codefiesta/oauthkit— OAuthKit is a contemporary, event-driven Swift Package that utilizes the [Observ...
codybrom (1)
- codybrom/freesoundkit— Unofficial Swift client for the [Freesound API v2](https://freesound.org/docs/ap...
codyflame (1)
- codyflame/codyfire— This lib is about network requests with blackjack, roulette and craps!
configcat (1)
- configcat/swift-sdk— ConfigCat SDK for Swift provides easy integration for your application to [Confi...
congnd (1)
- congnd/fmphotopicker— FMPhotoPicker is a modern, simple and zero-dependency photo picker with an elega...
coodly (1)
- coodly/talktocloud— Swift library for server-to-server CloudKit communication. Uses container based ...
coxijcake (1)
- coxijcake/cxjtoasts— Effortless toast presentation with various interaction behaviors between display...
craz1k0ek (1)
- craz1k0ek/randkit— Swift only implementations of some random number generators. These also inherit ...
creekpld (1)
- creekpld/romanize— New development is taking place in [gitlab.com/pdylong/romanize](https://gitlab....
cristik (1)
- cristik/suture— A `Future` is a thin a wrapper around a computation that might or might not be a...
crossroadlabs (1)
- crossroadlabs/regex— [<img align="left" src="https://raw.githubusercontent.com/crossroadlabs/Express/...
csolanam (1)
- csolanam/skeletonui— SkeletonUI aims to bring an elegant, declarative syntax to skeleton loading anim...
ctrl-hub (1)
- ctrl-hub/sdk.swift— This swift package is an SDK for the [Ctrl Hub API](https://docs.ctrl-hub.com/ap...
cybozu (1)
- cybozu/webui— WebUI is a Swift package that provides WKWebView wrapped by SwiftUI.
d4yvid (1)
- d4yvid/swift-udev— Begin by creating a new `Devices` class, if you need to watch events, you can cr...
dabrahams (1)
- dabrahams/citron— [Citron](http://roopc.net/citron/) is an LALR parser generator for
dafurman (1)
- dafurman/addpreviews— `@AddPreviews` makes preview-based [snapshot tests](https://github.com/pointfree...
daikimat (1)
- daikimat/depermaid— [depermaid](https://github.com/daikimat/depermaid) is a Swift Package Manager pl...
daltoniam (1)
- daltoniam/starscream— Starscream is a conforming WebSocket ([RFC 6455](https://datatracker.ietf.org/do...
danie1s (1)
- danie1s/tiercel— Tiercel is a production-oriented iOS download framework in pure Swift for backgr...
daniel1of1 (1)
- daniel1of1/cswiftv— A csv parser conforming (and tested as much) to [rfc4180](http://tools.ietf.org/...
danielamitay (1)
- danielamitay/appsview— `AppsView` is a simple SwiftUI view for displaying apps from the App Store in a ...
danielr (1)
- danielr/mokka— A collection of helpers to make it easier to write testing mocks in Swift.
danielrbrowne (1)
- danielrbrowne/apiota— APIota is a lightweight Swift library for defining API clients for use in iOS, m...
darthrumata (1)
- darthrumata/toaster— Toaster is a lightweight SwiftUI library for presenting toast messages in your i...
dasautoooo (1)
- dasautoooo/parma— Display Markdown using pure SwiftUI components. Taking advantages of `ViewBuilde...
davidcaddy (1)
- davidcaddy/dcsettings— Welcome to **DCSettings**, a Swift package that simplifies the configuration of ...
davidrpiper (1)
- davidrpiper/timely— A tiny timing library for Swift. Timely allows you to easily time the execution ...
dclelland (1)
- dclelland/plinth— Hardware-accelerated matrix/numeric programming library for Swift.
dcutting (1)
- dcutting/syft— A library for parsing your own PEG grammars in Swift.
decartai (1)
- decartai/decart-ios— Native Swift SDK for [Decart AI](https://decart.ai) - Real-time video processing...
decentralized-identity (1)
decryptos (1)
- decryptos/levenshtein— Tiny Swift implementation of the <a href=https://en.wikipedia.org/wiki/Levenshte...
decybel07 (1)
- decybel07/l10n-swift— L10n-swift is a simple framework that improves localization in swift app, provid...
delba (1)
- delba/jason— **JASON** is a [faster](https://github.com/delba/JASON/tree/benchmarks) `JSON` d...
denizcoskun (1)
- denizcoskun/rxstore— RxStore is a fully reactive state management tool built on top of Apple's [Combi...
dev-retro (1)
- dev-retro/retrokit— `RetroKit` is a swift package to build emulated platform libraries for the Retro...
devandanger (1)
- devandanger/wkdevkit— A lightweight developer toolkit for inspecting WKWebView internals — built for S...
devedbox (1)
- devedbox/commander— Commander is a Swift framework for decoding command-line arguments by integratin...
devswiftzone (1)
- devswiftzone/security— A modular, reusable security package for [Vapor 4](https://vapor.codes) applicat...
diamirio (1)
- diamirio/endpoints— Endpoints makes it easy to write a type-safe network abstraction layer for any W...
dimakura (1)
- dimakura/sspec— SSpec is a behavior driven development (BDD) framework for Swift and it offers a...
dimensiondev (1)
- dimensiondev/fuzi— **A fast & lightweight XML/HTML parser in Swift that makes your life easier.** [...
dimillian (1)
- dimillian/swiftuiflux— A very naive implementation of Redux using Combine BindableObject to serve as an...
dkk (1)
- dkk/wrappinghstack— WrappingHStack is a UI Element that works in a very similar way to HStack, but a...
docopt (1)
- docopt/docopt.swift— ``docopt.swift`` is a Swift port of [docopt](https://github.com/docopt/docopt)
dogo (1)
- dogo/sketchkit— SketchKit is a lightweight, powerful and pure-Swift auto layout library, you can...
dpedley (1)
- dpedley/swift-chess— This package provides UI components and game logic for standard chess play. The ...
drckarim (1)
- drckarim/swiftocrkit— SwiftOCRKit is a lightweight, Apple-native Swift package that provides clean, as...
drekka (1)
- drekka/daytype— _An API for dates and nothing else. No calendars, no timezones, no hours, minute...
drmohundro (1)
- drmohundro/swxmlhash— SWXMLHash is a relatively simple way to parse XML in Swift. If you're familiar
dsmurfin (1)
- dsmurfin/otpkit— A Swift Package (SPM) implementation of ANSI E1.59 - 2021, Entertainment Technol...
dufflink (1)
- dufflink/vfont— title="VFont logo" src="https://user-images.githubusercontent.com/29461219/16828...
duzexu (1)
- duzexu/adphotokit— ADPhotoKit is a pure-Swift library to select assets (e.g. photo,video,gif,liveph...
dylanshine (1)
- dylanshine/openai-kit— OpenAIKit is a Swift package used to communicate with the [OpenAI API](https://b...
effzehn (1)
- effzehn/registry— A simple container based dependency injection solution for Swift.
ehellyer (1)
- ehellyer/hellfire— **Hellfire** is a modular Swift package designed for managing robust network ope...
elai950 (1)
- elai950/alerttoast— Currently in SwiftUI, the only way to inform the user about some process that fi...
elihwyma (1)
- elihwyma/pugiswift— PugiSwift is a Swift wrapper around the C++ library [pugixml](https://github.com...
elizavetaios (1)
- elizavetaios/dialoggy— **Dialoggy** is a lightweight and flexible SwiftUI library for displaying custom...
elveanapp (1)
- elveanapp/swift-edgar— **A native Swift library and CLI for SEC EDGAR — company filings, financial data...
emadhegab (1)
- emadhegab/valid8— A lightweight, composable Swift validation framework that makes form and string ...
emqx (1)
- emqx/cocoamqtt— MQTT v3.1.1 and v5.0 client library for iOS/macOS/tvOS written with Swift 5
encorekit (1)
- encorekit/ios-sdk— A lightweight, non-invasive SDK for presenting targeted retention offers and man...
entrhq (1)
- entrhq/stitch— A lightweight, SwiftUI inspired, compile time safe dependency injection (DI)
eonist (1)
- eonist/resourcehelper— - Enables you to use .bundle and other resources with SPM Unit-tests. (Perfect f...
ephread (1)
- ephread/instructions— Add customisable coach marks to your iOS project. Available for both iPhone and ...
ericviana (1)
- ericviana/glacid— Glacid is a SwiftUI package that provides a modifier to add glass-like textures ...
ermanakar (1)
- ermanakar/lubaui— **Ship beautiful SwiftUI apps without thinking about design.**
etranzact-global-reloaded (1)
evolv-ai (1)
- evolv-ai/ios-sdk— This SDK is designed to be integrated into projects to allow for optimizing with...
exceptionalprogramming (1)
expfdev (1)
- expfdev/sigma_ios— Sigma - это платформа для экспериментов, которая позволяет вам быстро оценивать ...
ezfe (1)
- ezfe/swift-nbt— This package provides a read/write process for Minecraft NBT data structures.
fantasia-y (1)
- fantasia-y/jolpicakit— JolpicaKit is a Swift Wrapper for the Jolpica API which is a replacement for the...
fastlane (1)
- fastlane/fastlane— _fastlane_ is a tool for iOS and Android developers to automate tedious tasks li...
fauna (1)
- fauna/faunadb-swift— FaunaDB's Swift driver is now "community-supported". New features won't be expos...
fbeeper (1)
- fbeeper/agentkitten— Swift package for building provider-agnostic AI agents on Apple platforms.
fdiaz (1)
- fdiaz/swiftinspector— `SwiftInspector` is a command line tool and set of SPM libraries built on top of...
fermoya (1)
- fermoya/swiftuipager— _SwiftUIPager_ provides a `Pager` component built with SwiftUI native components...
ferranlala (1)
- ferranlala/dotswift— A Swift library to encode graphs to Graphviz DOT graph description language.
fett00 (1)
- fett00/swift-version— `swift-version` is a lightweight Swift library for handling versions that comply...
figma (1)
- figma/code-connect— Code Connect is a tool for connecting your design system components in code with...
fjagerman (1)
- fjagerman/gpx— Gpx is a generated swift package. It provides a struct that conforms to the Coda...
flipside5 (1)
- flipside5/sos— A best-of-breed "Swifty" networking socket layer. Built from the ground up with ...
flizpay (1)
- flizpay/flizpay-ios— Welcome to the FLIZpay iOS SDK! Easily integrate secure, seamless, and user-frie...
fluuxio (1)
- fluuxio/xmpp— Fluux XMPP is a Chat SDK in Swift for iOS, MacOS and Linux. It implements the XM...
fmo91 (1)
- fmo91/pigeon— Pigeon is a SwiftUI and UIKit library that relies on Combine to deal with asynch...
fofanay (1)
- fofanay/inopay-ios— Swift Package — client for the Inopay African capital markets infrastructure (BR...
frankus (1)
- frankus/fontsystemkit— Using the `UIAppearance` system with `UILabel` fonts in iOS has always been kind...
frugghi (1)
- frugghi/swiftlcs— SwitLCS provides an extension of `Collection` that finds the indexes of the long...
ftchirou (1)
- ftchirou/predicatekit— **PredicateKit** is an alternative to [`NSPredicate`](https://developer.apple.co...
funcmike (1)
- funcmike/rabbitmq-nio— [<img src="https://img.shields.io/badge/platform-macOS | Linux-brightgreen.svg" ...
fundaev (1)
- fundaev/spacetrack— The SpaceTrack package allows to interact with [www.space-track.org](https://www...
funzin (1)
- funzin/rimuru— 🧊Rimuru is a tool that converts text into a different naming convention
fwrs (1)
- fwrs/oklchgradient— This is a drop-in replacement for SwiftUI's built-in [LinearGradient](https://de...
fyrts (1)
- fyrts/multipart— A simple library for creating multipart-encoded message bodies.
g-mark (1)
- g-mark/nullcodable— `@NullCodable` is a property wrapper that encodes `nil` optional values as `null...
gatada (1)
- gatada/jbits— This Swift Package is a collection of decorators and custom classes written in S...
gdetari (1)
- gdetari/symspellswift— Swift implementation of SymSpell: Spelling correction & Fuzzy search: 1 mill...
generallyhelpfulsoftware (1)
genius (1)
- genius/future— A Future is a simplified take on Promises, written in Swift. It aims to provide ...
getargv (1)
- getargv/getargv.swift— `libgetargv` is a library that allows you to get the arguments that were passed ...
getyourguide (1)
- getyourguide/spmgraph— A CLI tool that **unlocks Swift dependency graphs**, giving you extra informatio...
ghv (1)
- ghv/svmprefs— **Note**: This tool requires Xcode 11 for compilation as it uses some Swift 5.1 ...
ginsudev (1)
- ginsudev/gsrouting— A light-weight Swift Package to improve the way different types of sheets and na...
giphy (1)
- giphy/giphy-ios-sdk— The fastest and easiest way to bring the full GIPHY experience directly to your ...
givip (1)
- givip/telegrammer— Telegram Bot Framework written in Swift 5.1 with SwiftNIO network framework
glassfy (1)
- glassfy/ios-sdk— **Important:** Glassfy SDKs are deprecated. Glassfy will be ceasing operations b...
glebd (1)
- glebd/cocoafob— CocoaFob is a set of helper code snippets for registration code generation and
glisom (1)
- glisom/healthql— A SQL-like query language for Apple HealthKit. Query your health data using fami...
glmap (1)
- glmap/glmapswift— Unlock a new realm of mapping capabilities with **GLMapSwift**. This robust fram...
gmcusaro (1)
- gmcusaro/aangle— `AAngle` is a Swift package that provides a flexible and extensible way to work ...
gonsolo (1)
- gonsolo/gonzales— A production-capable Monte Carlo path tracer written in **Mojo**, designed
gperdomor (1)
- gperdomor/storage-kit— A protocol based storage framework to provide an easy way integrate and use thir...
gregyoung14 (1)
- gregyoung14/recallkit— RecallKit is an iOS-first Swift package for embedding sparse n-gram indexing int...
guoyingtao (1)
- guoyingtao/mantis— Mantis is an iOS Image cropping library, which mimics the Photo App written in S...
gvallee70 (1)
- gvallee70/iform— iForm is a Swift framework made to make the process of building form easier with...
gwillish (1)
- gwillish/dhmodels— This is a Swift Package built to support creating tools for the TTRPG Daggerhear...
handasa-io (1)
- handasa-io/revolve— Revolve is a light-weight library for building applications with a robust and co...
hanjoes (1)
- hanjoes/swift-termina— Terminal "character-based" rendering, driven by ANSI escape sequences. This libr...
harflabs (1)
- harflabs/swiftvlc— A Swift wrapper around [libVLC](https://www.videolan.org/vlc/libvlc.html) for iO...
harrisonv789 (1)
- harrisonv789/jsonkit— A Swift library that makes reading and writing JSON data objects in Swift and co...
hartbit (1)
- hartbit/yaap— Yaap is Yet Another (Swift) Argument Parser that represents executable commands ...
hendriku (1)
- hendriku/colorpicker— A color picker implementation with color wheel appearance written in plain Swift...
henribredt (1)
- henribredt/klarlog— A lightweight, type-safe logging framework for Swift with powerful destination-b...
herotransitions (1)
- herotransitions/hero— **Hero** is a library for building iOS view controller transitions. It provides ...
heyzooi (1)
- heyzooi/ipdata— Swift library to gather information for an IP using https://ipdata.co
hi-rez (1)
- hi-rez/satin— alt="Swift Package Manager (SPM) compatible" />
hishnash (1)
- hishnash/keywindow— This package provides a way to share values from the `key` window to all other p...
hjianbo (1)
- hjianbo/mqtt— Swift mqtt client for ios or osx 【[中文介绍](https://github.com/HJianBo/Mqtt/blob/ma...
home-assistant (1)
- home-assistant/hakit— This library allows you to connect to the [Home Assistant WebSocket API](https:/...
honghaoz (1)
- honghaoz/ji— Ji (戟) is a Swift wrapper on libxml2 for parsing XML/HTML.
hyerra (1)
- hyerra/openaqkit— Open AQ Kit was an SDK written to simplify the process of interacting with [Open...
hyperjeff (1)
- hyperjeff/physical— Physical is a Units of Measurement system for the Swift programming language, bu...
ian-mcdowell (1)
- ian-mcdowell/ibuild— `ibuild` is a build system for iOS libraries that are built without using build ...
ianacl (1)
- ianacl/manifestation— manifestation is a command line tool that parses the content of a Swift Package ...
icapps (1)
- icapps/ios-stella— > Stella contains a set of utilities that can be used during iOS development in ...
igorcamilo (1)
- igorcamilo/tmdb-swift— Swift client for [The Movie Database (TMDB) API](https://www.themoviedb.org/docu...
igormuzyka (1)
- igormuzyka/phase— A Swift Package that allows you to define your Xcode Build Phases from the `Pack...
ikesyo (1)
- ikesyo/himotoki— Himotoki (紐解き) is a type-safe JSON decoding library written purely in Swift. Thi...
imbue11235 (1)
- imbue11235/eventhub— Simple typesafe EventHub in Swift using callbacks/listeners defined by generic t...
incwo (1)
- incwo/astral— An integration of Stripe Terminal for iOS. (Unofficial).
inket (1)
- inket/fulldiskaccess— FullDiskAccess is a Swift package for querying and prompting for Full Disk Acces...
instana (1)
- instana/iosagent— **[Changelog](https://github.com/instana/iOSAgent/blob/master/Changelog.md)** |
ipdata (1)
- ipdata/swift— A lightweight Swift client for the [ipdata.co](https://ipdata.co) IP Geolocation...
ipinfo (1)
- ipinfo/swift— This is the official Swift client library for the [IPinfo.io](https://ipinfo.io)...
iproov (1)
- iproov/ios— This guide describes how to integrate iProov biometric assurance technologies in...
itofu (1)
- itofu/tree— 🎏 Tree can help you manage views more clearly.
itruf (1)
- itruf/partialjson— > **Attribution**: This library is developed based on the approach and methodolo...
ivanlisovyi (1)
- ivanlisovyi/dep— **Dep** is a micro framework that implements a dependency injection using the *S...
ivnsch (1)
- ivnsch/swiftcharts— ⚠️ Not maintained anymore! If you want to become a maintainer, [let me know](iva...
j-f1 (1)
- j-f1/menubuilder— A function builder for `NSMenu`s, similar in spirit to SwiftUI’s `ViewBuilder`.
jaeggerr (1)
- jaeggerr/evaluator— Evaluator is a Swift library that allows parsing and evaluating expressions prov...
jamf (1)
- jamf/haversack— A Swift library for interacting with the Keychain on all Apple devices. Supports...
jaredmpayne (1)
- jaredmpayne/swiftarg— `SwiftArg` is a command line argument parser with virtually no learning curve. I...
jareksedy (1)
- jareksedy/webosclient— WebOSClient is a Swift library designed to facilitate communication with Smart T...
jarmourato (1)
- jarmourato/kodable— `Kodable` is an extension of the `Codable` functionality through property wrappe...
jasagredo (1)
- jasagredo/hume— This project implements the [Hungarian method](https://en.wikipedia.org/wiki/Hun...
jasudev (1)
- jasudev/zoomable— It is a container that allows you to zoom in and out of an image using only Swif...
jathu (1)
- jathu/uiimagecolors— iTunes style color fetcher for `UIImage` and `NSImage`. It fetches the most domi...
jayhickey (1)
- jayhickey/cirrus— Cirrus provides simple [CloudKit](https://developer.apple.com/documentation/clou...
jaylann (1)
- jaylann/cast— Type-safe structured output from any local LLM on Apple Silicon. `Cast` runs on ...
jazzychad (1)
- jazzychad/jcstate— A Swift macro package for **crash-safe, schema-evolvable state serialization**.
jb55 (1)
- jb55/secp256k1.swift— Swift package with elliptic curve public key cryptography, ECDSA, Schnorr Signat...
jbadger3 (1)
- jbadger3/terminus— The goal of Terminus is to make writing visually appealing command line applicat...
jdekock (1)
- jdekock/colorblinds— A Swift Package for simulating color blindness in iOS apps. Uses GPU-accelerated...
jdevuyst (1)
- jdevuyst/ruminant— A Swift implementation of [Clojure](http://clojure.org)'s [persistent](http://en...
jedisct1 (1)
- jedisct1/swift-sodium— Swift-Sodium provides a safe and easy to use interface to perform common cryptog...
jeremiahjordanisaacson (1)
jitsusama (1)
- jitsusama/uint128— A Swift 128-bit Unsigned Integer Data Type conforming to the UnsignedInteger,
jjc1138 (1)
- jjc1138/tiny-events— iOS 13 and Apple's other 2019 operating systems include the new [Combine](https:...
jjjkkkjjj (1)
- jjjkkkjjj/matft— **Matft** is Numpy-like library in Swift. Function name and usage is similar to ...
jjrscott (1)
- jjrscott/lzw— This project's purpose was to educate me (jjrscott) on how the LZW works. While ...
jkalash (1)
- jkalash/croc— **Croc** is a library for parsing emojis on iOS. It provides a simple and lightw...
jkl1337 (1)
- jkl1337/swiftpffft— Swift package providing a PFFFT (Pretty Fast, Fast Fourier Transform) library wi...
jkmathew (1)
- jkmathew/assetizer— Adding images to iOS/macOS project is not straight forward. You should add `1x` ...
jmatharu (1)
- jmatharu/algobrain— A very simple Swift Package with implemented Data Structure and Algorithms for d...
jnewc (1)
- jnewc/cosmic— Cosmic is a log reporting framework written in Swift.
jnozzi (1)
- jnozzi/leaderview— `LeaderView` is a configurable typographical element that renders a baseline "le...
joerup (1)
- joerup/swiftspice— **SwiftSPICE** is a Swift package that provides a Swift-native interface for NAS...
joey-gm (1)
- joey-gm/gics— Welcome to the **GICS Swift library**! This library implements the [Global Indus...
johnbona (1)
- johnbona/disque— A non-blocking, event-driven Swift client for Disque, ~~shamelessly copied~~ bui...
johnnzhou (1)
- johnnzhou/swift-nio— SwiftNIO is a cross-platform asynchronous event-driven network application frame...
joinhandshake (1)
- joinhandshake/querl— Querl is a minimal GraphQL client library. It aims to be agnostic as to the arch...
jonkykong (1)
- jonkykong/sidemenu— > Hi, I'm Jon Kent and I am an iOS designer, developer, and mobile strategist. I...
jonpulfer (1)
- jonpulfer/swiftodon— This is an [ActivityPub](https://www.w3.org/TR/activitypub/#social-web-working-g...
jonsterling (1)
- jonsterling/aquaui— AquaUI is a love letter to the Macintosh of the Aqua era—with its uncompromising...
joomcode (1)
- joomcode/bottomsheet— Bottom Sheet component is designed to handle any content, including a scrolling ...
joshdholtz (1)
- joshdholtz/deckui— DeckUI is a Swift DSL (domain specific language) for writing slide decks in Xcod...
jounce (1)
- jounce/surge— Surge is a Swift library that uses the Accelerate framework to provide high-perf...
jozefizso (1)
- jozefizso/swift-xattr— XAttr makes working with [Extended Attributes][wiki-xattr] a natural part of Fou...
jozeflipovsky (1)
- jozeflipovsky/spm-kit— spm-kit is a simple command-line tool built with Swift. It helps you create and ...
jph00 (1)
- jph00/basemath— Basic math functions for float and double arrays in Swift for Mac or Linux, with...
jpurnell (1)
- jpurnell/businessmath— **Production-ready Swift library for financial analysis, forecasting, and quanti...
jramos57 (1)
- jramos57/cuneiform— Pure Swift library for reading and writing Office Open XML SpreadsheetML (.xlsx)...
justinm1 (1)
- justinm1/s3signeraws— Generates V4 authorization headers and pre-signed URLs for authenticating AWS S3...
justmaku (1)
- justmaku/symbolic— Symbolic is a type-safe wrapper on top of [SF Symbols](https://developer.apple.c...
kabir-sadiq (1)
- kabir-sadiq/silicon— Silicon is a minimalist DSL for UIKit that transforms your Auto Layout constrain...
kaii-zen (1)
- kaii-zen/libvim.swift— libvim.swift is a Swift package that provides a wrapper around [libvim](https://...
kajatin (1)
- kajatin/swiftquery— SwiftQuery is a lightweight, Combine-based query and mutation library for Swift,
kalpeshtalkar (1)
- kalpeshtalkar/tessera— An iOS library for rendering interactive SVG image maps using `CAShapeLayer`. Lo...
kanecheshire (1)
- kanecheshire/bddswift— BDDSwift is a **type-safe**, **compiler-enforced** implementation of the BDD Giv...
kankoda (1)
- kankoda/licensekit— LicenseKit is a Swift SDK that lets you protect your apps and SDKs with commerci...
karimebrahemabdelaziz (1)
kayembi (1)
- kayembi/tarscape— Tarscape is a Swift package for reading and writing Tar archives on macOS and iO...
kciter (1)
- kciter/floaty— Floaty is simple floating action button for iOS. (formerly KCFloatingActionButto...
kenmaz (1)
- kenmaz/swiftoutline— SwiftOutline is a tool to generate relationship graph of iOS ViewControllers.
kevinmbeaulieu (1)
- kevinmbeaulieu/star— Generate reports on how frequently specified Swift types are being used in your ...
kevinvitale (1)
- kevinvitale/swiftsdl— **SwiftSDL** is an open-source Swift library that provides a complete interface ...
kexp (1)
- kexp/kexppower— **KEXPPower** is a Swift networking library designed for tvOS, enabling seamless...
kibotu (1)
- kibotu/servicelocator— The Service Locator is a design pattern used to decouple the way objects are obt...
kieranharper (1)
- kieranharper/yakka— Yakka is a toolkit for coordinating the doing of stuff. Here's what it does:
kif-framework (1)
- kif-framework/kif— **IMPORTANT! Even though KIF is used to test your UI, you need to add it to your...
kinoroy (1)
- kinoroy/libfido2swift— LibFido2Swift is a Swift package wrapper around the [libfido2 C library](https:/...
kixking (1)
- kixking/simplelogger— `Log` は、Apple の [`os.Logger`](https://developer.apple.com/documentation/os/logge...
kkadhith (1)
- kkadhith/airalert— AirAlert is a simple, clean view modifier that displays an alert with a few prop...
kkivan (1)
- kkivan/autofixtures— Autofixtures is a utility library that helps to create models for your test suit...
kliliom (1)
- kliliom/silo— A lightweight Swift 6 library for managing asynchronous data sources with reacti...
kmatzka (1)
- kmatzka/hud— An simple HUD overlay view accessible from any SwiftUI view.
kolos65 (1)
- kolos65/mockable— **Mockable** is a [Swift macro](https://docs.swift.org/swift-book/documentation/...
kosta-bity (1)
- kosta-bity/icpkit— A comprehensive iOS package for writing mobile applications that interact with t...
kostub (1)
- kostub/iosmath— `iosMath` is a library for displaying beautifully rendered math equations
krisk (1)
- krisk/fuse-swift— The official Swift port of [fuse.js](https://github.com/krisk/fuse). Byte-equiva...
kukushi (1)
- kukushi/sidemenu— *SideMenu* is an easy-to-use side menu container controller written in Swift 5.
kurozora (1)
- kurozora/kurozorakit— [KurozoraKit](https://developer.kurozora.app/kurozorakit) lets users manage thei...
kuzudb (1)
- kuzudb/kuzu-swift— Official Swift language binding for [Kuzu](https://github.com/kuzudb/kuzu). Kuzu...
l1men9yu (1)
- l1men9yu/senna— **a logging engine backend of Apple's** [swift-log](https://github.com/apple/swi...
lachlanbell (1)
- lachlanbell/swiftotp— SwiftOTP is a Swift library for generating One Time Passwords (OTP) commonly use...
lascic (1)
- lascic/uionboarding— UIOnboarding is an animated, configurable welcome screen in a Swift Package – in...
lbrndnr (1)
- lbrndnr/swift-stm— swift-stm is an optimistic and lock free [software transactional memory](https:/...
lcandy2 (1)
- lcandy2/symbolkit— Lightweight helpers for working with SF Symbols and custom asset icons across Sw...
ldomaradzki (1)
- ldomaradzki/xcsift— A Swift command-line tool to parse and format xcodebuild/SPM output for coding a...
ldstreet (1)
- ldstreet/playdocs— PlayDocs is command line tool for converting Swift Playgrounds to Markdown and H...
leacode (1)
- leacode/earth— **Earth** is a library for picking names,dial codes,flags and emojis of countrie...
leavez (1)
- leavez/mappable— Mappable is a lightweight, flexible, easy-to-use framework to convert JSON to mo...
leixjin (1)
- leixjin/wc-swift— [WalletConnect](https://walletconnect.org/) Swift SDK, implements 1.0.0 websocke...
leomakkinje (1)
- leomakkinje/gravatar— Gravatar is a Swift package for requesting avatars from [Gravatar.com](https://g...
leoz (1)
- leoz/cachedimage— `CachedImage` is a SwiftUI component to asynchronously load and display an image...
level-two (1)
- level-two/retroswift— This library provides the approach to API contract definition in the Retrofit-li...
lexrus (1)
- lexrus/mmdb-swift— A tiny wrapper for [libmaxminddb](https://github.com/maxmind/libmaxminddb) which...
liam923 (1)
- liam923/mathkit— > _MathKit is a Swift library for manipulating, solving, and graphing mathematic...
liarprincess (1)
- liarprincess/violet— Violet is one of those Swift <-> Python interop thingies, except that this time ...
libardoram (1)
- libardoram/h3swift— A Swift package providing an idiomatic Swift API for [Uber's H3](https://h3geo.o...
likeecat (1)
- likeecat/swiftlogx— SwiftLogX is a powerful Swift logging framework that not only captures and redir...
limethaw (1)
- limethaw/emu— This little project is meant as a fun little collaborative library for data stru...
litecode (1)
- litecode/swiftdi— SwiftDI it's a tool for Dependency Injection using `@propertyWrapper`. Right now...
ljcoder2015 (1)
- ljcoder2015/ljtool— 在开发过程中,有一些常用扩展每次都会用到,每次拷贝来拷贝去,有点烦了,就封装成了一个工具库,使用pod来管理,方便多了。LJTool主要分成三大块:
ljdongz (1)
- ljdongz/reducerkit— SwiftUI 애플리케이션을 위한 경량 단방향 상태 관리 라이브러리로, The Composable Architecture (TCA)에서 영감을 ...
loiclec (1)
- loiclec/fuzzcheck— (Note: I talked about FuzzCheck at the Functional Swift Conference [here](https:...
loloop (1)
- loloop/diffableui— DiffableUI is a set of wrappers and helpers built on top of UICollectionViewComp...
ltloop (1)
- ltloop/swift-evals— SwiftEvals is a Swift package designed to evaluate Apple's on-device Large Langu...
luckeylogic (1)
- luckeylogic/sfsymbol— Type-safe access to Apple's SF Symbols catalog from Swift, for iOS, macOS, watch...
luizmb (1)
- luizmb/fp— FP is a Swift library that brings functional programming patterns to your codeba...
lukevanin (1)
- lukevanin/swiftql— SwiftQL lets you you write SQL queries using familiar Swift type-safe syntax.
lukewar (1)
- lukewar/errands— Quick and simple way of running sequential asynchronous tasks.
lukluca (1)
- lukluca/radiobutton— `RadioButton` is the missing SwiftUI Radio Button view. It uses the same approac...
lxcid (1)
- lxcid/listdiff— __ListDiff__ is a Swift port of [IGListKit](https://github.com/Instagram/IGListK...
lyricalsoul (1)
- lyricalsoul/plug— Plug is a library for developing plugins for Swift applications. By using macros...
lzell (1)
- lzell/aiproxyswift— Use this library to adopt AI APIs in your app. Swift clients for the following p...
m1tsumi (1)
- m1tsumi/swiftdisc— SwiftDisc is a Swift-first Discord API wrapper for building bots and integration...
maartene (1)
- maartene/inkswift— Swift wrapper for the Ink narrative scripting language. Based on InkJS.
maartz (1)
- maartz/swiftpipeline— SwiftPipeline is a lightweight, functional-style library for Swift that brings t...
mac-cain13 (1)
- mac-cain13/r.swift— _Get strong typed, autocompleted resources like images, fonts and segues in Swif...
madebybowtie (1)
- madebybowtie/flagkit— Beautiful flag icons for usage in apps and on the web. All flags are provided as...
maitbayev (1)
- maitbayev/iosmath— `iosMath` is a library for displaying beautifully rendered math equations
majkfl (1)
- majkfl/welcome-sheet— Welcome sheet for iOS enables incredibly easy way for creating onboarding screen...
manasv (1)
- manasv/updeto— `Updeto` is a lightweight Swift SDK to check whether the currently installed app...
mannylopez (1)
- mannylopez/tinymoon— A tiny Swift library to calculate the moon phase for any given date, works super...
mantle (1)
- mantle/mantle— Mantle makes it easy to write a simple model layer for your Cocoa or Cocoa Touch...
manuelcarlos (1)
- manuelcarlos/easing— - **iOS**, **macOS**, **tvOS**, **watchOS** and **Linux** (latest Ubuntu).
manux81 (1)
- manux81/chart— `Chart` is a customizable charting library for iOS and macOS built using Swift.
maples7 (1)
- maples7/vibechard— **English** · [简体中文](README.zh-CN.md) · [繁體中文](README.zh-TW.md) · [日本語](README.j...
mappedin (1)
- mappedin/ios— [Swift Versions](https://swiftpackageindex.com/MappedIn/ios)
marcalx (1)
- marcalx/swift-event— Classes to ease observer pattern implementation in Swift inspired by [C# events]...
marcoarment (1)
- marcoarment/blackbird— A SQLite database wrapper and model layer, using Swift concurrency and `Codable`...
margox (1)
- margox/swiftglow— `SwiftGlow` is a Swift Package for building animated glow borders and neon capsu...
markjeveritt (1)
- markjeveritt/quantum— For driver routines please see https://github.com/markjeveritt/QuantumCommandLin...
martinp7r (1)
- martinp7r/ackgen— Simple **Ack**nowledgements **Gen**erator for SPM package license information.
mat1th (1)
- mat1th/unlocker— A tool to unlock your macbook lock screen from the command line. This is mostly ...
matsune (1)
- matsune/midiparser— MidiParser is a wrapper library of AudioToolbox.framework about SMF(Standard Mid...
mattcomi (1)
- mattcomi/xliffkit— A Swift framework for parsing and modifying [XLIFF](https://en.wikipedia.org/wik...
mattia (1)
- mattia/swift-secrecy— `swift-secrecy` is a simple type wrapper to help you avoid accidentally exposing...
mavisbroadcast (1)
- mavisbroadcast/amf— This is an incomplete/WIP Swift implementation of Action Message Format Encoding...
maxdesiatov (1)
- maxdesiatov/typology— Typology is a work in progress attempt to implement type checking of Swift in Sw...
maximkrouk (1)
- maximkrouk/weak— A mechanism for safe capturing & weakifying objects in Swift.
maxrs07 (1)
- maxrs07/cohere— The Cohere API Swift Package is a comprehensive Swift library that provides seam...
maxsokolov (1)
- maxsokolov/tablekit— TableKit is a super lightweight yet powerful generic library that allows you to ...
maxvit5 (1)
- maxvit5/validator— Validator is a user input validation library written in Swift. It's comprehensiv...
maxwelldesign (1)
- maxwelldesign/lux— MAXWELL **L U X** makes app development faster (and magic)! Craft customized UI ...
mborsten (1)
- mborsten/recommender— A recommender service for Vapor, using the [gorse](https://gorse.io) recommender...
mcry416 (1)
- mcry416/asyncdrawkit— Provide an async draw view component for iOS, to be your application run so fast...
mczachurski (1)
- mczachurski/swiftgger— Swiftgger is a Swift library which can generate output compatible with [OpenAPI ...
melihcolpan (1)
- melihcolpan/musclemap— A native SwiftUI SDK for rendering interactive human body muscle maps with highl...
melonamin (1)
- melonamin/swiftkef— A Swift library for controlling KEF wireless speakers (LSX II, LS50 Wireless II,...
mennabah (1)
- mennabah/slip— SLIP is a lightweight package for the SLIP packets, as documented in [RFC 1055](...
mercari (1)
- mercari/qrscanner— A modern QR Code scanner framework for iOS with comprehensive SwiftUI and UIKit ...
mfessenden (1)
- mfessenden/sktiled— **SKTiled** is a framework for integrating [Tiled][tiled-url] assets with [Apple...
mhdhejazi (1)
- mhdhejazi/dynamic— A library that uses `@dynamicMemberLookup` and `@dynamicCallable` to access Obje...
mi12labs (1)
- mi12labs/swiftai— A modern, type-safe Swift library for building AI-powered apps. SwiftAI provides...
micomiloloza (1)
- micomiloloza/pinpview— PinpView Library is a custom Swift class that allows you to create floating view...
mikker (1)
- mikker/steve— A CLI for driving Mac applications via the Accessibility API. Designed for autom...
milcgroup (1)
- milcgroup/swiftappium— A modern Swift client library for Appium automation with a powerful **Web Record...
milend (1)
- milend/hmap— `hmap` is a command line tool to work with Clang header maps produced by Xcode.
mindbody (1)
- mindbody/conduit— Conduit is a session-based Swift HTTP networking and auth library.
minidom (1)
- minidom/minidom— MiniDOM is a minimal implementation of the Document Object Model interface. It i...
mjarvis (1)
- mjarvis/exhibition— Exhibition is a framework and generator for displaying and debugging a SwiftUI c...
mkaulfers (1)
- mkaulfers/navx— An intuitive SwiftUI navigation framework designed to simplify the integration a...
mklbtz (1)
- mklbtz/finch— A cute little task manager for your command line.
mkrd (1)
- mkrd/swift-bigint— Swift-BigInt is a lightweight, and easy-to-use, arbitrary precision arithmetric ...
mlilback (1)
- mlilback/libmobispm— Swift Package Manager wrapper for [libmobi](https://github.com/bfabiszewski/libm...
mmellau (1)
- mmellau/swift-beacon— https://github.com/user-attachments/assets/2d85fa57-fff0-4274-9ff9-940abe1ac244
mmllr (1)
- mmllr/gpxkit— The GPXKit project has moved the repository off Github.
mnem (1)
- mnem/strings-check— A simple command line utility to check if translation strings are missing, or if...
mnkd (1)
- mnkd/mogif— mogif — a command for creating a animated GIF with characters for macOS.
mohamede1945 (1)
- mohamede1945/popover— 该弹窗控件有白色和黑色这两种风格, 使用方法也非常简单, 和系统的UIAlertController差不多的使用方法, 你只需要设置好对应的action和设定好...
molbie (1)
- molbie/outlaw— In Swift, we all deal with JSON, plists, and various forms of `[String: Any]`. `...
moneykit (1)
- moneykit/moneykit-ios— MoneyKit for iOS is a quick and secure way to link bank accounts from within you...
mono-empire (1)
- mono-empire/melogger— You can install the package under your `Project / Package Dependencies` settings...
mor4eza (1)
- mor4eza/bouncyslider— **BouncySlider** is a customizable and interactive SwiftUI slider with a delight...
moximillian (1)
- moximillian/protokit— *ProtoKit is a collection of protocols and extensions that make prototyping fast...
mpangburn (1)
- mpangburn/functionkit— A framework for functional types and operations designed to fit naturally into S...
mpapp (1)
- mpapp/mptimer— MPTimer is a port of [my fork](https://github.com/mz2/MABGTimer) of Mike Ash's [...
mrackwitz (1)
- mrackwitz/version— Version is a Swift Library, which enables to represent and compare semantic vers...
mrcreatoor (1)
- mrcreatoor/magickit— MagicKit is a lightweight and easy-to-use framework for adding stunning transiti...
mrs- (1)
- mrs-/rxnimble— Nimble extensions that make unit testing with RxSwift easier :tada:
mrwerdo (1)
- mrwerdo/geometry— A geometry file providing the repetitious boilerplate needed for your project.
mufasayc (1)
- mufasayc/mycloudkit— **`MYCloudKit`** is a framework designed to simplify and automate CloudKit synci...
muhasturk (1)
- muhasturk/bmhcrypto— BMHCrypto is a pure Swift packages built on CryptoKit, adds useful extensions an...
mukeshydv (1)
- mukeshydv/inflect— Swift implementation of PERL library [Lingua::EN::Inflect](https://metacpan.org/...
mustiikhalil (1)
- mustiikhalil/lclabel— LCLabel is a TextKit 2 based UILabel that mimics a the behaviour of UITextView
muukii (1)
- muukii/grain— A data serialization template language in Swift
mzaks (1)
- mzaks/dagr— Dagr is a high-performance, type-safe binary serialization framework for Swift. ...
n26 (1)
- n26/bob— Package metadata imported from GitHub.
nabla (1)
- nabla/nabla-ios— The [Nabla](https://www.nabla.com/) iOS SDK makes it quick and easy to build an ...
nakiostudio (1)
- nakiostudio/easypeasy— **EasyPeasy** is a Swift framework that lets you create *Auto Layout* constraint...
namolnad (1)
- namolnad/finch— Finch is a configurable tool designed to make tracking the history and evolution...
narner (1)
- narner/tiktokenswift— Native Swift wrapper for OpenAI's [tiktoken](https://github.com/openai/tiktoken)...
nasa-jpl (1)
- nasa-jpl/scanbarcodes— ScanBarcodes is a SwiftUI view that scans barcodes using an iPhone or iPad camer...
neeteshraj (1)
- neeteshraj/swiftfetch— SwiftFetch is a lightweight, production-ready networking helper built on `URLSes...
neholos (1)
- neholos/numio-cli— Numio CLI is a command-line tool written in Swift to perform time calculations. ...
nesevis (1)
- nesevis/exhaust— Exhaust is a testing library for Swift. It integrates with Swift Testing and XCT...
nextdoor (1)
- nextdoor/corridor— Spend less time writing custom URL matching and parsing logic. Define any URL fo...
nextfaze (1)
- nextfaze/fazekit— A collection of extensions and convenience functions on Foundation, UIKit and ot...
ngeri (1)
- ngeri/accessible— **Accessible** is tool which makes your UITesting experience way better on iOS.
ngtk (1)
- ngtk/loggerkit— 🤖 LoggerKit is logging framework that provides a format, log levels and multipl...
nh7a (1)
- nh7a/geohash— This is yet another Geohash library written in Swift.
nicorsm (1)
- nicorsm/gradiente— **Gradiente** is a simple library for iOS to apply a blurry, coloured and vibran...
njdehoog (1)
- njdehoog/witness— Monitor file system changes using Swift. Witness provides a wrapper around the [...
nks5117 (1)
- nks5117/katexutils— `KatexUtils` provides a UIView `KatexView` to render a LaTeX expression for iOS ...
noellee (1)
- noellee/swiftdap— Swift SDK for Microsoft's [Debug Adapter Protocol](https://microsoft.github.io/d...
nonchalant (1)
- nonchalant/appicon— `AppIcon` generates `*.appiconset` contains each resolution image for iOS, MacOS...
nrkno (1)
- nrkno/yr-cachyr— A typesafe key-value data cache for iOS, macOS, tvOS and watchOS written in Swif...
nuclearace (1)
- nuclearace/starscream— Starscream is a conforming WebSocket ([RFC 6455](http://tools.ietf.org/html/rfc6...
nullic (1)
- nullic/camper— A Swift macro library providing dependency injection infrastructure, code genera...
nuplay (1)
- nuplay/linkpreview— | 
- nutterfi/shapes— This Swift package can be used to easily build SwiftUI shapes that conform to th...
octree (1)
- octree/legokit— 使用声明式语法组织 UICollectionView。支持类似 SwiftUI 的 `@State`、`@Published` 和 `@StateObject`
olehkorchytskyi (1)
- olehkorchytskyi/fit— **Fit** allows you to lay out your views into lines without ever bothering to gr...
olehkulykov (1)
- olehkulykov/plzmasdk— **P**LzmaSDK is (**P**ortable, **P**atched, **P**ackage, cross-**P**-latform) Lz...
oloft (1)
- oloft/swift-nio-imap— A Swift project that provides an implementation of the IMAP4rev1 protocol, built...
omarsinan (1)
- omarsinan/swiftviz— - **Stacked Bar Charts** - Display multiple data categories in a single bar with...
oneafternoon (1)
- oneafternoon/ward— `ward` is a Swift micro-framework to help with cleaning up ugly memory managemen...
onl1ner (1)
- onl1ner/tabbar— `SwiftUI` standard `TabView` component is not so flexible and to customize it yo...
oops-ab (1)
- oops-ab/swedish-pnr— Parse and verify Swedish personal identity numbers, "personnummer" in Swedish, o...
openai (1)
- openai/tart— *Tart* is a virtualization toolset to build, run and manage macOS and Linux virt...
openid (1)
- openid/appauth-ios— AppAuth for iOS and macOS, and tvOS is a client SDK for communicating with
optimizely (1)
- optimizely/swift-sdk— This repository houses the Swift SDK for use with Optimizely Feature Experimenta...
orloff-n (1)
- orloff-n/takeoffkit— TakeoffKit is a Swift library that simplifies synchronizing local data using Clo...
osteslag (1)
- osteslag/changeset— > _[Changeset – pretty awesome little project](https://twitter.com/joeldev/statu...
padraigk (1)
- padraigk/scenegen— Renders typed descriptions of each node in the scene files (.tscn) of a Godot pr...
paduh (1)
- paduh/ag-ui-swift— The AG-UI Swift SDK is a Swift library for building AI agent user interfaces tha...
paklebah (1)
- paklebah/ansiterminal— **ANSITerminal** is an open source Swift library to access ANSI Terminal and (al...
pambrozy (1)
- pambrozy/bases— A package for encoding and decoding data using Base16, Base32, Base64 and Base85...
paradigms-of-intelligence (1)
partout-io (1)
- partout-io/codegen— A Swift tool that scans Swift source code and generates [OpenAPI 3.1.0](https://...
patgoley (1)
- patgoley/configurate— Configurate is a package for building layered `Config` objects, which are essent...
pattio (1)
- pattio/simplehttp— `SimpleHTTP` is a lightweight and composable HTTP client for Swift.
paulw11 (1)
- paulw11/seam3— Seam3 is a framework built to bridge gaps between CoreData and CloudKit. It almo...
paywithcurl (1)
- paywithcurl/holmes— This project provides the `Serialize` and `Deserialize` protocols which are used
pedroesli (1)
- pedroesli/plato— Plato is an interpreter written in Swift and inspired by R. It is a high-level, ...
pinguard (1)
- pinguard/pinguard-ios— TLS pinning + optional mTLS for Apple platforms, distributed via Swift Package M...
pintaste (1)
- pintaste/swift-llm— Native Swift Package for Claude and OpenAI — async/await, streaming, multi-turn,...
piotrkowalczuk (1)
- piotrkowalczuk/ntypes— Package provides set of types that helps to build complex protobuf messages that...
pircate (1)
- pircate/cleanjson— 继承自 JSONDecoder,在标准库源码基础上做了改动,以解决 JSONDecoder 各种解析失败的问题,如键值不存在,值为 null,类型不一致。
pirishd (1)
- pirishd/instantmock— *InstantMock* aims at creating mocks easily in Swift, and configuring them with ...
pixlwave (1)
- pixlwave/waveform— A SwiftUI Package to display an interactive waveform of an audio file.
pkrll (1)
- pkrll/swiftargs— **SwiftArgs** is a small Swift framework for creating simple command line interf...
pmacro (1)
- pmacro/aitranslate— This is a small, simple, utility that parses an Xcode `.xcstrings` file, asks Ch...
pocketsvg (1)
- pocketsvg/pocketsvg— A simple toolkit for displaying and manipulating SVGs on iOS and macOS in a perf...
popflamingo (1)
- popflamingo/myhtml— MyHTML is a Swift warper for the [MyHTML C library](https://github.com/lexboriso...
postmates (1)
- postmates/pmjson— PMJSON will not be maintained in this repository going forward. Please use, crea...
prabhatk (1)
- prabhatk/pklogmanager— Certainly! Below is a `README.md` file for your `LogManager` Swift package. This...
prachigauriar (1)
- prachigauriar/urlmock— URLMock is an Objective-C framework for mocking and stubbing URL requests and re...
priore (1)
- priore/soapengine— This generic [SOAP](http://www.wikipedia.org/wiki/SOAP) client allows you to acc...
prisma-ai (1)
- prisma-ai/sworm— 1) Pure swift objects - no more subclasses of NSManagedObject
privy-io (1)
- privy-io/privy-ios— The Privy Swift SDK is a Swift library client for Privy that allows you to add s...
profclaw (1)
- profclaw/swift-llama— Run LLMs on Apple devices with Swift. Wraps [llama.cpp](https://github.com/ggml-...
progressive-insurance (1)
proof-of-human-network (1)
proxyco (1)
- proxyco/swift-jose— Swift JOSE is a package for the Swift programming language that provides impleme...
ptoffy (1)
- ptoffy/bcrypt— A native, dependency and Foundation free Swift implementation of the bcrypt pass...
pubnub (1)
- pubnub/swift— This is the official PubNub Swift SDK repository.
puid (1)
- puid/swift-puid— Simple, fast, flexible and efficient generation of probably unique identifiers (...
purelayout (1)
- purelayout/purelayout— The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely pow...
purkylin (1)
- purkylin/libprisma— This is a [Telegram libprisma](https://github.com/TelegramMessenger/libprisma) w...
pytorch (1)
- pytorch/executorch— **ExecuTorch** is PyTorch's unified solution for deploying AI models on-device—f...
q231950 (1)
- q231950/commands— > **Commands** allows you to execute commands from within your application and c...
q42 (1)
- q42/validationkit— A lightweight Swift library for validating and normalizing user input, for examp...
qata (1)
- qata/recombine— Recombine is a [Redux](https://github.com/reactjs/redux)-like implementation of ...
qawolf (1)
- qawolf/webdriveragent— WebDriverAgent is a [WebDriver server](https://w3c.github.io/webdriver/webdriver...
qiyangdev (1)
- qiyangdev/vercelapi— A comprehensive Swift package for interacting with the [Vercel REST API](https:/...
qmoya (1)
- qmoya/swift-tap— `Tap` is a tiny library (11 LOC!) that lets you configure instances after
quanvo87 (1)
- quanvo87/groupwork— GroupWork is an easy to use Swift framework that helps you orchestrate your conc...
quasaryy (1)
- quasaryy/padscaler— **PadScaler** is a library for easy UI scaling between iPhone and iPad (11", 13"...
quephird (1)
- quephird/scintillalib— This is a library that is intended to be used to generate ray traced scenes. I h...
r-plus (1)
- r-plus/addcaseboolean— A Swift macro that generate `isCaseName: Bool` computed properties per enum case...
r-thomson (1)
- r-thomson/swiftysass— A [LibSass](https://github.com/sass/libsass) wrapper for Swift. SwiftySass allow...
r3to (1)
- r3to/swift-duration— An ISO 8601 Duration parser for Swift. Inspired by the [Luxon](https://moment.gi...
rabc (1)
- rabc/wkcodable— Well-Known [Binary](http://edndoc.esri.com/arcsde/8.3/sql_interface/concepts/the...
rajdeep (1)
- rajdeep/proton— > **Note:** While Proton is already a very powerful and flexible framework, it i...
raspu (1)
- raspu/highlightr— As of 2026, Highlightr is no longer actively maintained. We recommend using [Hig...
raureif (1)
- raureif/wikipediakit— **⚠️ On 6 July 2023, Wikimedia [introduced a breaking change](https://lists.wiki...
rderik (1)
- rderik/cncurses— A system library wrapper for `ncurses(3)` to be used with Swift.
react (1)
- react/yoga— Yoga is an embeddable and performant flexbox layout engine with bindings for mul...
reactivex (1)
- reactivex/rxswift— Rx is a [generic abstraction of computation](https://youtu.be/looJcaeboBY) expre...
reeen21 (1)
- reeen21/hawk— Hawk is a Swift library that detects when a force update is required and, if nec...
reepay (1)
- reepay/reepay-ios— The Reepay iOS SDK makes it seamless to build a checkout payment experience in y...
rensbreur (1)
- rensbreur/swifttui— An innovative, exceptionally simple way to build text-based user interfaces.
rive-app (1)
- rive-app/rive-ios— An iOS/macOS runtime library for [Rive](https://rive.app) that supports both UIK...
rncryptor (1)
- rncryptor/rncryptor— Cross-language AES Encryptor/Decryptor [data format](https://github.com/RNCrypto...
rnine (1)
- rnine/checksum— Extends `String`, `Data`, and `URL` adding the ability to easily and efficiently...
robomex (1)
- robomex/personacam— A Swift package that floats your Persona in a corner of your field of view on vi...
robrix (1)
- robrix/prelude— This is a Swift µframework providing a number of simple functions that I use in ...
rockname (1)
- rockname/sword— Sword is a compile time dependency injection library for Swift, inspired by [Dag...
ronstorm (1)
- ronstorm/tca-kit— A lightweight, SwiftUI-first implementation of The Composable Architecture (TCA)...
roz0n (1)
- roz0n/veximoji— Swiftly convert country codes and other unique strings to emoji flags
roznet (1)
- roznet/fitfileparser— This code provide a Swift Package for parsing the Fit Files format typically pro...
rwapp (1)
- rwapp/a11yuitests— **⚠️ This library is no longer maintained and you probably shouldn't use it. ⚠️*...
rxdx (1)
- rxdx/restapi— Simple and lightweight swift async rest implementation.
rxtech-lab (1)
- rxtech-lab/swifttui— An innovative, exceptionally simple way to build text-based user interfaces.
rymcol (1)
- rymcol/swiftcron— Welcome! This project will hopefully help you run scheduled and repeating functi...
sabapathy7 (1)
- sabapathy7/networkkit— Elevate your app’s connectivity with NetworkKit — a small, modular network layer...
sadmansamee (1)
- sadmansamee/cachykit— Nice threadsafe expirable cache management that can cache any object. Supports f...
saelyria (1)
- saelyria/artemis— Artemis is a GraphQL library for Swift that lets you interact with a GraphQL bac...
saladdays831 (1)
- saladdays831/faceseg— **FaceSeg** is a facial segmentation package written in Swift. It uses Apple's V...
samnung (1)
- samnung/weekday.swift— Is neat Swift library for dealing with weekdays. All of us hates when we have to...
sboh1214 (1)
- sboh1214/hwp-swift— > If you want English version of documentation, please contact to [sboh1214@gmai...
scchn (1)
- scchn/swift-zpl— **Swift ZPL** provides a declarative interface to write [ZPL](https://developer....
scenee (1)
- scenee/floatingpanel— FloatingPanel is a simple and easy-to-use UI component designed for a user inter...
scottorly (1)
- scottorly/swawsh— A cross platform library for signing AWS Signature Version 4 requests written in...
scr037 (1)
- scr037/zxcvbn-swift— This is a swift compatible implementation of the password strength checker [zxcv...
seaburg (1)
- seaburg/igidenticon— This library is a port of [identicon](https://github.com/donpark/identicon) libr...
searlsco (1)
- searlsco/splint— Learn Splint interactively: [Naming the Shapes](https://artifact.land/@scott/nam...
segabor (1)
- segabor/osccore— OSCCore is a [OpenSoundControl](http://opensoundcontrol.org/spec-1_0) implementa...
selligentmarketingcloud (1)
semantical (1)
- semantical/dated— Welcome to **Dated**, a Swift framework designed to help you work with dates in ...
sentinelite (1)
- sentinelite/speechkit— SpeechKit is a Swift package for adding speech-to-text to Swift and SwiftUI apps...
sgl0v (1)
- sgl0v/scrypto— [[Overview](#overview) • [Requirements](#requirements) • [Installation...
sh3l6orrr (1)
- sh3l6orrr/swift-music— swift-music is a swift package that provides an easy-to-use API for music relate...
shackley (1)
- shackley/swift-blade— Swift-blade is a [macro](https://docs.swift.org/swift-book/documentation/the-swi...
shinerr (1)
- shinerr/pingx— **pingx** is a lightweight Swift library for determining network latency between...
shiru99 (1)
- shiru99/arpersistence— **ARPersistence** is a Swift package that provides a utility for saving and load...
shrudge (1)
- shrudge/avie— Avie is a **Swift Package Manager dependency graph audit tool** for iOS and macO...
siegesmund (1)
- siegesmund/swiftddp— SwiftDDP <img src="https://github.com/siegesmund/SwiftDDP/blob/master/assets/log...
simonweniger (1)
- simonweniger/agentkit— agentkit is build with [Encore](https://encore.dev/) as a backend + [Next.js](ht...
sirv (1)
- sirv/sirv-image-swift— A Swift package for building [Sirv](https://sirv.com) image transformation URLs ...
sivx76 (1)
- sivx76/swift-table— The fastest and easiest way to present a UITableView - **in 3 lines of code**.
sixt-archive (1)
- sixt-archive/swack— <p align="center">
<img src="https://user-images.githubusercontent.com/13428...
skyfallsin (1)
- skyfallsin/axswift— AXSwift is a Swift wrapper for macOS's C-based accessibility client APIs. Workin...
skyofdwarf (1)
- skyofdwarf/rdxvm— RDXVM is another MVVM implementation inspired by Redux and ReactorKit.
slackhq (1)
- slackhq/panmodal— ### PanModal is an elegant and highly customizable presentation API for construc...
slidoapp (1)
- slidoapp/appcast— > Sparkle uses appcasts to get information about software updates.
sliemeobn (1)
- sliemeobn/ipp-nio— An implementation of the [Internet Printing Protocol (IPP)](https://www.rfc-edit...
snapauthapp (1)
- snapauthapp/sdk-swift— This is the official Swift SDK for [SnapAuth](https://www.snapauth.app?utm_sourc...
snapkit (1)
- snapkit/snapkit— SnapKit is a DSL to make Auto Layout easy on both iOS and OS X.
soffes (1)
- soffes/hotkey— Simple global shortcuts in macOS. HotKey wraps the Carbon APIs for dealing with ...
software-mansion-labs (1)
spectro-orm (1)
- spectro-orm/spectro— A Swift ORM for PostgreSQL, inspired by Elixir's Ecto. Property-wrapper schemas,...
speee (1)
- speee/oreore— To run the example project, clone the repo, and run `pod install` from the Examp...
spendowl (1)
- spendowl/spendowl-ios— SpendOwl connects your Apple Ads spend to actual revenue. Get campaign, ad group...
spinners (1)
- spinners/spin.swift— **With the introduction of Combine and SwiftUI, we will face some transition per...
splitwise (1)
- splitwise/urlmatcher— URLMatcher is a flexible url matching library intended to handle the problem of ...
sqids (1)
- sqids/sqids-swift— [Sqids](https://sqids.org/swift) (*pronounced "squids"*) is a small library that...
sqrt0b1000 (1)
- sqrt0b1000/wledlib— This project provieds asyncron access to control [WLED](https://github.com/sqrt0...
srimanachanta (1)
- srimanachanta/smckit— Swift wrapper for the Apple System Management Controller (SMC) with type-safe re...
sroebert (1)
- sroebert/mqtt-nio— Non-blocking, event-driven Swift client for MQTT ([5.0](https://docs.oasis-open....
stack (1)
- stack/restructure— Restructure is a wrapper library for [SQLite](https://sqlite.org/index.html) for...
starsite (1)
- starsite/swiftfm— SwiftFM is a Swift Package for the FileMaker Data API. It uses modern Swift feat...
stasel (1)
- stasel/webrtc— This repository contains a community-driven distribution of WebRTC framework bin...
statusquo (1)
- statusquo/injectkit— Proof of concept for a dependency injection framework using function builder DSL...
stefc (1)
- stefc/xprocs— In the year 1995 I write a library named xProcs. At that time I'm totally engage...
sunkit-swift (1)
- sunkit-swift/sunkit— **SunKit** is a Swift package that uses math and trigonometry to compute several...
sushichop (1)
- sushichop/puppy— It supports multiple transports(console, file, syslog, and oslog) as loggers. It...
sutheesh (1)
- sutheesh/swiftmcp— **Connect Apple's on-device Foundation Models to the entire MCP ecosystem — any ...
swift-dns (1)
- swift-dns/swift-idna— src="https://img.shields.io/github/actions/workflow/status/swift-dns/swift-idna/...
swift-llvm-c (1)
- swift-llvm-c/inkglide— **I**t’s a **N**ew **K**ind of **G**lue for **L**LVM **I**R **D**esign & **E**xe...
swiftbeta (1)
- swiftbeta/swiftopenai— This is a Swift community-driven repository for interfacing with the [OpenAI](ht...
swiftconsole (1)
- swiftconsole/ascii— A zero-cost, type-safe Swift representation of ASCII characters with comprehensi...
swiftuix (1)
- swiftuix/swiftuix— SwiftUIX attempts to fill the gaps of SwiftUI, providing an extensive suite of c...
swiftzip (1)
- swiftzip/swiftzip— SwiftZip is a Swift wrapper for [libzip](https://libzip.org/) providing an API t...
swonkie (1)
- swonkie/rawterm— It does exactly one thing: read input from the terminal, one single character at...
sylvainrx (1)
- sylvainrx/liteslider— **LiteSlider** is a customizable, vertical slider component for SwiftUI. It supp...
tact (1)
- tact/canopy— Canopy helps you write better, more testable CloudKit apps.
takanu (1)
- takanu/pelican— Hi, 2-3 people that somehow both like Telegram and Swift! This package gives you...
takecian (1)
- takecian/swiftrater— SwiftRater is a class that you can drop into any iPhone app that will help remin...
taphouseio (1)
- taphouseio/maverick— Welcome to Maverick, a blog engine built to work with [textbundles](http://textb...
tatejennings (1)
- tatejennings/forge— A lightweight dependency injection framework for Swift — compile-time-safe at th...
tcldr (1)
- tcldr/entwine— Accessories for [Apple's Combine Framework](https://developer.apple.com/document...
techouse (1)
- techouse/qs-swift— A fast, flexible query string **encoding/decoding** library for Swift and [Objec...
techprimate (1)
- techprimate/tppdf— TPPDF is a fast PDF builder for iOS & macOS using simple commands to create adva...
teunlao (1)
- teunlao/swift-ai-sdk— A unified AI SDK for Swift: streaming chat/completions, structured outputs, tool...
thecodermerlin (1)
- thecodermerlin/curses— Curses provides a Swift object wrapper for the curses programming library for Li...
thecodingdj (1)
- thecodingdj/nettrace— iOS network debugging framework with real-time monitoring, JSON tree viewer, and...
therogue76 (1)
- therogue76/swiftmockk— A Swift mocking library inspired by Kotlin's [mockk](https://mockk.io/), providi...
thomascle (1)
- thomascle/events— An ultra lightweight, type-safe Swift package for implementing the observer patt...
thomverbeek (1)
- thomverbeek/viper— VIPER is a lightweight [software architecture](https://martinfowler.com/architec...
thumbtack (1)
- thumbtack/star— Generate reports on how frequently specified Swift types are being used in your ...
tid-kijyun (1)
- tid-kijyun/kanna— Kanna(鉋) is an XML/HTML parser for cross-platform(macOS, iOS, tvOS, watchOS and ...
tifroz (1)
- tifroz/tinytca— A minimal, Android-compatible implementation of The Composable Architecture patt...
timac (1)
- timac/suncalc— Swift package to calculate the Sun and Moon positions
timnazar (1)
- timnazar/dona— **Doná** (means seed in Tajik language) is a library based on Apple's UIKit whic...
timoliver (1)
- timoliver/bluruikit— _As of iOS 26, [this is now a public API](https://developer.apple.com/documentat...
tiwoc (1)
- tiwoc/clibsodium— A Swift wrapper package for [libsodium](https://download.libsodium.org/doc/).
tixster (1)
- tixster/swiki— Typed Swift client for the Shikimori API (`v1`, `v2`, `GraphQL`) with OAuth2 sup...
tmandry (1)
- tmandry/axswift— AXSwift is a Swift wrapper for macOS's C-based accessibility client APIs. Workin...
tobberacing (1)
- tobberacing/buttonkit— Button Kit by 44 is a flexible and easy-to-use toolbox for both designers and iO...
tokamakui (1)
- tokamakui/tokamak— ## SwiftUI-compatible framework for building browser apps with WebAssembly
tolgataner (1)
- tolgataner/navflow— **NavFlow** is a Swift Package that provides customizable navigation containers ...
tonyarnold (1)
- tonyarnold/differ— Differ generates the differences between `Collection` instances (this includes S...
tootsdk (1)
- tootsdk/tootsdk— TootSDK is a framework for Mastodon and the Fediverse, for iOS, macOS and other ...
tosbaha (1)
- tosbaha/smlib— SMLib is a small library which implements [SuperMemo SM2 Algorithm](https://www....
totocaster (1)
- totocaster/typist— Typist is a small, drop-in Swift UIKit keyboard manager for iOS apps. It helps y...
treatwell (1)
- treatwell/twhud— Beautiful, simple, customizable and easy to use progress HUD for iOS written in ...
tridiak (1)
- tridiak/spellspm— Simple package which wraps an SQLite database containing Pathfinder 1e spells.
trsathya (1)
- trsathya/cryptex— Cryptex, a single Swift 4 library and an iOS app to watch prices and check realt...
truizlop (1)
- truizlop/fuzzyfind— A Swift package with utilities to perform fuzzy search, using a modified version...
tus (1)
- tus/tuskit— An iOS client written in `Swift` for [TUS resumable upload protocol](http://tus....
tyflosaccessiblesoftware (1)
tyhopp (1)
- tyhopp/keychain— Swift module for interacting with [Keychain](https://developer.apple.com/documen...
tylervick (1)
- tylervick/xcresultkit— This package provides some friendly `Swift` objects that map to the `xcresult` o...
uhucream (1)
- uhucream/admobui— AdMobUI allows you to create AdMob native ads with fully SwiftUI.
ulrikdamm (1)
- ulrikdamm/sqlable— Sqlable is a Swift library for storing data in a SQLite database easy as pie. Cr...
umobi (1)
- umobi/umutils— To run the example project, clone the repo, and run `pod install` from the Examp...
utahiosmac (1)
- utahiosmac/marshal— In Swift, we all deal with JSON, plists, and various forms of `[String: Any]`. `...
uuid25 (1)
- uuid25/swift-uuid25— Uuid25 is an alternative UUID representation that shortens a UUID string to just
vaddieg (1)
- vaddieg/cometblue— Command-line tool for macOS for managing CometBlue, EUROprog, Cygonix and other ...
vaidios (1)
- vaidios/swift-alsa— This is a Swift package library that acts as a seamless and efficient wrapper ar...
valpackett (1)
- valpackett/swiftcbor— A [CBOR (RFC 7049 Concise Binary Object Representation)](http://cbor.io) decoder...
vasantp20 (1)
- vasantp20/toastify— **Toastify** is a lightweight SwiftUI framework designed to display customizable...
vegather (1)
- vegather/disruptive— Swift library for accessing data from [Disruptive Technologies](https://disrupti...
venj (1)
- venj/sugar— Package metadata imported from GitHub.
venmo (1)
- venmo/dvr— Package metadata imported from GitHub.
vetrek (1)
- vetrek/smartstring— Powerful and small library written in **Swift** that will allow you to create co...
vinivendra (1)
- vinivendra/gryphon— This project has been archived and is no longer maintained. The original maintai...
volatilegg (1)
- volatilegg/sauron— An iOS library to check and share network log easier, can be embedded into your ...
vzsg (1)
- vzsg/curly— This package wraps [Perfect-CURL](https://github.com/PerfectlySoft/Perfect-CURL)...
wajahatx (1)
- wajahatx/zoomengine— ZoomEngine is a Swift package that provides powerful zooming capabilities for im...
walkover-web-solution (1)
wallisch (1)
- wallisch/chromaswift— Swift wrapper for [Chromaprint](https://github.com/acoustid/chromaprint), the au...
wassafr (1)
- wassafr/blurit-ios— Blurit is an SDK to anonymize picture and videos containing faces and car plates...
way-to-code (1)
- way-to-code/git-macos— Git is a high-level swift framework based on the command line Git utility in mac...
webfrogs (1)
- webfrogs/transformers— *Transformers* is a framework to transform things elegantly using the power of S...
weebly (1)
- weebly/orderedset— OrderedSet is essentially the Swift equivalent of Foundation's NSOrderedSet/NSMu...
weihas (1)
- weihas/wkmarkdownview— A lightweight Swift component for rendering **Markdown** and **KaTeX math** insi...
weirdmath (1)
- weirdmath/swiftyharu— SwiftyHaru is an object-oriented Swift wrapper for [LibHaru](https://github.com/...
wellz26 (1)
- wellz26/swift-nio-ssh— This project contains SSH support using [SwiftNIO](https://github.com/apple/swif...
weppos (1)
- weppos/uddf-swift— A comprehensive Swift library for parsing and writing UDDF (Universal Dive Data ...
wigging (1)
- wigging/numerix— Numerix is an open-source Swift package that provides Complex, Vector, Matrix, a...
wisetail (1)
- wisetail/bcryptswift— A secure, modern Swift implementation of the bcrypt password hashing algorithm.
wojteklu (1)
- wojteklu/watchdog— Class for logging excessive blocking on the main thread. It watches the main thr...
worldcoin (1)
- worldcoin/idkit-swift— > **Note:** This repository is the Swift Package Manager (SPM) mirror for the [w...
woshiccm (1)
- woshiccm/pecker— >Notice: The "dyld: Library not loaded: @rpath/lib_InternalSwiftSyntaxParser.dyl...
wowsql (1)
- wowsql/wowsql-swift— Official Swift package for [WowSQL](https://wowsql.com) — PostgreSQL backend-as-...
wwt (1)
- wwt/swiftcurrent— SwiftCurrent is a library that lets you easily manage journeys through your Swif...
wxkdarksky (1)
- wxkdarksky/wxkdarksky— This Swift package is a `Codable` layer over the Dark Sky API for quick and easy...
wz101010 (1)
- wz101010/zsgf-swift5— ZSGF.Client Swift5 SDK 是一个功能完整的客户端库,为 iOS 和 macOS 应用提供了访问 ZSGF 平台服务的能力。支持用户认证、支付...
wzxha (1)
- wzxha/sdifft— Using [`the Myers's Difference Algorithm`](http://www.xmailserver.org/diff2.pdf)...
xcode-coffee (1)
- xcode-coffee/jsonfeed— `JSONFeed` is a lightweight [JSON Feed](https://jsonfeed.org) parser written in ...
xing (1)
- xing/jungle— A Swift CLI tool that generates complexity metrics information from a Cocoapods ...
xtracapindia-dhananjay (1)
xwu (1)
- xwu/numericannex— NumericAnnex supplements the numeric facilities provided in the Swift standard
xxlabaza (1)
- xxlabaza/sshconfig— The SshConfig makes it quick and easy to load, parse, and decode/encode the SSH ...
y-crdt (1)
- y-crdt/yswift— This library builds on top of [Yrs](https://github.com/y-crdt/y-crdt) to provide...
y-ich (1)
- y-ich/swift-sgf— Parser and utility functions for Smart Game Format in Swift
yagiz (1)
- yagiz/bagel— Bagel is a little native iOS network debugger. It's not a proxy debugger so you ...
yakovmanshin (1)
- yakovmanshin/ymff— YMFF is a nice little library that makes managing features with feature flags—an...
yene (1)
- yene/gcdwebserver— based on [swisspol/GCDWebServer](https://github.com/swisspol/GCDWebServer).
yeokm1 (1)
- yeokm1/swiftserial— (This repository is now archived as I'm no longer maintaining this. You may cons...
youtalk (1)
- youtalk/swift-ros2— Native Swift client library for ROS 2. Publish and subscribe to ROS 2 topics ove...
yusadogru (1)
- yusadogru/cardtabbar— This library is for adding animation to iOS tabbar items, which is inherited fro...
zef (1)
- zef/retry— A simple Swift class for performing code that can be tried multiple times before...
zeroonezeror (1)
- zeroonezeror/swiftsdf— **A Swift package for high-quality Signed Distance Field (SDF) and Multi-channel...
zino-88 (1)
- zino-88/apiclientcore— A lightweight abstraction layer designed to help you build HTTP clients quickly ...
ziparchive (1)
- ziparchive/ziparchive— ZipArchive is a simple utility class for zipping and unzipping files on iOS, mac...
zxcj04 (1)
- zxcj04/wmskit— A fork version for [forsen/WMSKit](https://github.com/forsen/WMSKit)