Packages for keyword “swift-package”
These packages are available as a package collection, usable in Xcode or SwiftPM.
Note: Package collections are limited to 300 packages. The “swift-package” keyword currently has 316 associated packages, so its package collection includes only the top 300 packages by package score.
AnimatableGradients
A collection of SwiftUI View Modifiers for creating animated color gradients.
AnimatedCarousel
A SwiftUI package providing beautiful, animated layouts for collections of views. Choose from 7 built-in layout styles including circular, spiral, grid, radial, wave, helix, and custom arrangements.
ArArchiveKit
A simple, 0-dependency Swift package for reading and writing ar archives. Inspired by ar: https://github.com/blakesmith/ar
BooleanExpressionEvaluation
Evaluate a string boolean expression with variables
Cast
Type-safe structured output from any local LLM on Apple Silicon. Constrained decoding for MLX Swift.
CLIKit
Swift package for writing command line tools.
EmptyDataView
EmptyDataView enables you to show user-friendly views when table data is empty.
Forms
A collection of reusable form components designed to simplify the integration of forms into iOS apps.
GoogleCloudLogging
Swift (Darwin) library for logging application events in Google Cloud.
ImagePickerModule
The image picker allow to take pictures with the devices camera or select pictures from the library. It takes care of state management and handles the case of no camera access.
NetworkInspector
The NetworkInspector is an in-app, lightweight tool for iOS that examines networks. It intercepts ‘URLSession’ traffic and allows a user interface to examine requests, responses, headers, status codes, timing, and payloads.
MediaType
This is a general purpose Swift library for a concept of typed treatment for Media Types. We use this library on clients and servers to speak the same dialect and to enjoy all the comfort strong types provide over raw strings.
ObservableObject to @Observable Converter
A SwiftPM command plugin to convert SwiftUI code to Observable
Projector
A template AVFoundation based video player for UIKit that allows branding and UI to be changed as desired
PurchaseKit
A Swift framework that streamlines in-app purchases using StoreKit 2 with SPM and static linking support.
Resourceful
A resource type allow network requests to be packaged together with a transform to get some data.
Scintillate
A UIKit+AppKit-friendly way to either mask content, or show a loading state. Think: SwiftUI's 'redacted' modifier, for non-SwiftUI applications.
ServiceLocator
The Service Locator is a design pattern used to decouple the way objects are obtained from the concrete classes that implement them. This is achieved by centralizing object creation to a single location, known as a service locator.
SimpleConstraints
SimpleConstraints is a Swift library designed to simplify the process of creating and managing constraints in UIKit. It provides a set of utilities that make it easier to align and position UI elements in your iOS applications.
SwiftTypeAdoptionReporter
Generate reports on how frequently specified Swift types are being used in your iOS codebase