Packages for keyword “swift-package”
These packages are available as a package collection, usable in Xcode or SwiftPM.
InAnyCase
Convert between programmer case styles, e.g., inAnyCase → in_any_case
JSON-DSL
A simple JSON DSL for Swift
B9MulticastDelegate
MulticastDelegate in a satisfied implementation.
NavigationTitle
Add a navigation title view to your SwiftUI project
PulsrMarkdown
A simple markdown parser, with support for ||spoilers|| (or >!spoilers!<)
Resourceful
A resource type allow network requests to be packaged together with a transform to get some data.
RuleKit
RuleKit is a small framework for creating predicate rules that can be evaluated and used to e.g. filter arrays in a data driven way, without adding explicit if or switch statements to the code.
SafeTypes
Swift Library to improve type safety in Swift.
SafeTypesMacros
Macros for compile-time SafeTypes initializers from literals
Scout
Easier, dynamic mocking for Swift.
SongPro
A Swift package to convert SongPro songs to a Swift struct used to generate various output formats.
StormGlass
A Swift package for interacting with the Storm Glass API
FunctionTools
Some tools to make functions easier to use in Swift
SwiftLibrary
🔍 Search for swift packages right from your command line
SemVer
A small Swift library that implements SemVer 2.0.0. This is designed to be simple to use and to easily fit into any Swift codebase.
SwiftShell
Simple Shell Executor with Swift.
SimpleLogging
For when you need something more advanced than print, but not a whole heavy system
SwiftSocialKit
SwiftSocialKit makes sharing photos and videos to Instagram, TikTok, or saving them to the device effortless with simple, native Swift functions.
SpecialString
Ever need a string but also wish it weren't a String type?
StringIntegerAccess
I hate how Swift `String`s don't let you access their characters with `Int`s. This package lets you do just that.