Swift Package Registry
  • About
  • Add Package
  • Log In

Swift Packages

Repository Description
Hero Elegant transition library for iOS & tvOS
XCGLogger A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
DeviceKit DeviceKit is a value-type replacement of UIDevice.
Zewo Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
Venice Coroutines, structured concurrency and CSP for Swift on macOS and Linux.
SDWebImageSwiftUI SwiftUI Image loading and Animation framework powered by SDWebImage
ImageScout A Swift implementation of fastimage. Supports PNG, GIF, and JPEG.
GraphQL The Swift GraphQL implementation for macOS and Linux
Benchmark A swift library to benchmark code snippets.
LLVM A Swift wrapper for the LLVM C API (version 11.0)
Reflection DEPRECATED
Graphiti The Swift GraphQL Schema framework for macOS and Linux
KeyboardObserving ⌨️A Combine-based way to observe and adjust for Keyboard notifications in SwiftUI
Deferred Work with values that haven't been determined yet.
RealityUI A Swift Package for creating familiar UI Elements and animations in a RealityKit rendered Augmented Reality or Virtual Reality scene.
SwipyCell Easy to use UITableViewCell implementing swiping to trigger actions.
swift-docker-cli Build & test your swift packages using docker - `swift docker test`
FocusEntity Bringing the scanning box from SceneKit to RealityKit
swift-bundler An Xcodeproj-less tool for creating cross-platform Swift apps.
Natrium A pre-build (Swift) script to alter your Xcode project at pre-build-time per environment, build configuration and target.
PackageConfig A Swift Package that allows you to define configuration settings inside a Package.swift
FFmpeg-iOS Swift package of FFmpeg libraries for iOS
SCNLine Draw a tube or thick line in SceneKit
MultipeerHelper A light swift wrapper around the iOS MultipeerConnectivity framework. Including an example project using RealityKit's MultipeerConnectivityService.
Partial Type-safe wrapper mirroring the wrapped type's properties, making each property optional
NeumorphicStyle 🎛 Simple SwiftUI ‘neumorphic’ button style
TraceLog TraceLog is a highly configurable, flexible, portable, and simple to use debug logging system for Swift and Objective-C applications running on Linux, macOS, iOS, watchOS, and tvOS.
SCNBezier Create animations over Bezier curves of any number of points
YoutubeDL-iOS error: python-ios is required using two different revision-based requirements (kivy-ios and main), which is not supported
swift-declarative-configuration Declarative configuration for your objects
libwebp A wrapper for libwebp + Xcode project. Support Carthage && CocoaPods && SwiftPM.
Persist Extensible typesafe storage utilising property wrappers. Supports transformers such as Codable. Built in support for UserDefaults, NSUbiquitousKeyValueStore, FileManager, and in memory storage.
RKPointPin A UIView which points at a RealityKit Entity from screenspace
vintage error: Failed to clone repository git@github.com:JohnSundell/Sweep.git: Cloning into bare repository '/usr/src/package/.build/repositories/Sweep-97d8c475'... Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Veil A flexible string masking and formatting library
SDWebImageLottieCoder A Lottie animation coder which use SDAnimatedImageView instead of LOTAnimationView for bitmap rendering
apns error: the manifest is missing a Swift tools version specification; consider prepending to the manifest '// swift-tools-version: 5.6.2' to specify the current Swift toolchain version as the lowest Swift version supported by the project; if such a specification already exists, consider moving it to the top of the manifest, or prepending it with '//' to help Swift Package Manager find it 'package': error: Source files for target APNSTests should be located under 'Tests/APNSTests', or a custom sources path can be set with the 'path' property in Package.swift
Python-iOS Swift package to use python modules in iOS apps
DataLoader DataLoader is a generic utility to be used as part of your Swift application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.
AgoraRtcEngine_iOS iOS Package for Agora Video RTE SDK. Perfect for video calls and live streaming.
GatheredKit Swift Package that provides a consistent API for various data sources offered by macOS, iOS, watchOS, and tvOS.
CBORCoding Easy CBOR encoding and decoding for iOS, macOS, tvOS and watchOS.
WebView 🕸 WKWebView wrapped in a SwiftUI View
RomanNumeralKit First-class Roman numeral support for Swift.
ProcessRunner Execute child processes and system commands from Swift
TMDb The Movie Database Swift Package
NumPy-iOS Swift package for using NumPy in iOS apps
phase 'package': error: Source files for target Phase should be located under 'Sources/Phase', or a custom sources path can be set with the 'path' property in Package.swift
librlottie A wrapper for librlottie + Xcode project. Support Carthage && CocoaPods && SwiftPM.
libde265 A wrapper for libde265 + Xcode project. Support Carthage && CocoaPods && SwiftPM.
Graph3D A class to create a routing graph for positions in 3D coordinate space
libavif A wrapper for libavif + Xcode project. Support Carthage && CocoaPods && SwiftPM.
HashableByKeyPath Add `Equatable` and/or `Hashable` conformance with a single function utilising `KeyPath`s.
RKProgressBar A simple RealityKit Entity class for creating a geometry to show progress in the form of a capsule
Half Swift Half-Precision Floating Point
CRuby Swift system module for libruby
DictionaryNestedSubscript Nested subscript for Dictionary.
SwiftKit Collection of Swift Helper and Utilities
spawn A small command-line tool to quickly tryout a Swift Package Manager package locally
CommandRegistry ⚠️DEPRECATED⚠️ Beautifully handle subcommands on your SwiftPM command line tool
ScriptKit Rewrite your scripts in Swift
libheif A wrapper for libheif + Xcode project. Support Carthage && CocoaPods && SwiftPM.
libaom A wrapper for libaom + Xcode project. Support Carthage && CocoaPods && SwiftPM.
Cubby 🗄 A Swift wrapper around the JSONbin.io API
axx Encrypt / decrypt files from the command line
KnobPackage Simple UISlider-like iOS control that depicts its path as an arc using CoreAnimation layers
swift-confidential-plugin error: failed extracting 'https://github.com/securevale/swift-confidential/releases/download/0.1.0/ConfidentialBinary-macos.artifactbundle.zip' which is required by binary target 'confidential': could not find executable for 'unzip' error: fatalError
QRoute Declarative *walking* router for UI navigation in pure Swift.
MiniLexer A teeny-tiny-weeny lexer written in Swift available as a Swift Package.
Version
Verify A state validation solution with declarative composition and easy reuse.
SimpleCLI *Deprecated* simple Swift CLI library (mostly to turn arguments into a dictionary and generating the usage string right now)
Atlas error: Failed to clone repository /usr/src/someShit: fatal: repository '/usr/src/someShit' does not exist
UKPoliceData A Swift Package for UK Police data providing a rich data source for information about crime and policing in England, Wales and Northern Ireland.
InAnyCase Convert between programmer case styles, e.g., inAnyCase → in_any_case
DesignReviewer An in-app alternative to Xcode view debugging.
swift-travis A Travis v3 API client written in Swift
SimpleLogging For when you need something more advanced than print, but not a whole heavy system
Logger SwiftPM package for easy logging to standard output and standard error
LAPACKE-iOS LAPACKE for iOS
5914 successfully parsed packages Copyright © 2020 All rights reserved. Swift and the Swift logo are trademarks of Apple Inc.
About
  • Twitter
  • zac.gorak.us
GitHub
  • GitHub MarketPlace
  • GitHub App
  • GitHub Action
  • GitHub Repository