Packages for keyword “swift-packages”
These packages are available as a package collection, usable in Xcode or SwiftPM.
digipin-swift
Swift implementation of the DIGIPIN geo-coded addressing system.
MapLibre Native
MapLibre Native for iOS distributed via the Swift Package Manager.
PackageDSL
Simplify the management of your Package.swift file with a type-safe, modular DSL
TermiNetwork
🌏 A zero-dependency networking solution for building modern and secure iOS, watchOS, macOS and tvOS applications.
MijickNavigationView
Navigation made simple (SwiftUI)
MijickGridView
Easy Grids with SwiftUI
LazyContainers
A few lazy-initialization container types for Swift 5.1
SwiftUseCase
SwiftUseCase is library for creating independent & test coverable use-cases with a powerful execution API.
YMFF
Feature management made easy.
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.
ObservableObject to @Observable Converter
A SwiftPM command plugin to convert SwiftUI code to Observable
SwiftTypeAdoptionReporter
(Primary fork replacing thumbtack/star) Generate reports on how frequently specified Swift types are being used in your iOS codebase
SafeCollectionAccess
Ever wonder why Swift crashes if you access a collection the wrong way? Me too here's some extensions
CypherPoetSwiftUIGeometryUtils
Starter utilities for creating magic with geometry and shapes in SwiftUI.
SwiftUIPreviewUtils
Starter utilities for using Xcode previews in SwiftUI projects
CypherPoetSwiftUIReduxUtils
A collection utilities for architecting SwiftUI apps in the Redux/Elm style of Reducers, Actions, Side Effects and Middlewares. Now updated for Swift Concurrency.
UnitIntervalPropertyWrapper
A Swift Property Wrapper for automatically clamping floating-point values within a closed range of [0,1].
SwiftMVI
A lightweight MVI framework for Swift
ClampedPropertyWrapper
A Swift Property Wrapper for automatically clamping Comparable values within a closed range.
HTTPClientModule
The HTTPClient serves a clean and modern api for http requests. It takes care of main thread dispatching, can take codable objects in as JSON body and provides life-cycle-hooks. It also comes with support for form-data-requests.