179 skills found · Page 1 of 6
nicklockwood / SwiftFormatA command-line tool and Xcode Extension for formatting Swift code
marmelroy / PhoneNumberKitA Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
swiftlang / Swift FormatFormatting technology for Swift source code
Jintin / SwimatAn Xcode formatter plug-in to format your swift code.
AvdLee / Swift Concurrency Agent SkillAdd expert Swift Concurrency guidance to your AI coding tool (Agent Skills open format): safe concurrency, performance optimization, and Swift 6 migration.
marmelroy / FormatA Swift Formatter Kit
CoreOffice / CoreXLSXExcel spreadsheet (XLSX) format parser written in pure Swift
inamiy / SwiftRewriter📝 Swift code formatter using SwiftSyntax.
matthewreagan / WebstersEnglishDictionaryWebster's English Dictionary in JSON format, and related Swift parsing utility
pavankataria / SwiftDataTablesA Swift Data Table package, display grid-like data sets in a nicely formatted table for iOS. Subclassing UICollectionView that allows ordering, and searching with extensible options.
luximetr / AnyFormatKitSimple text formatting in Swift
kzaremski / Apple Notes ExporterMacOS app written in Swift that bulk exports Apple Notes (including iCloud Notes) to a multitude of formats preserving note folder structure.
nothot / DUAReader电子书阅读器,支持txt,e-pub(图文混排),纯swift编写,支持OC混编。 An e-book reader that supports TXT and e-pub formats. This project is written in swift and supports hybrid compilation with objective OC
honghaoz / LoggerithmA lightweight Swift logger, uses `print` in development and `NSLog` in production. Support colourful and formatted output.
stephencelis / FormattingType-safe, functional string formatting in Swift.
evgenyneu / Center VflCentering a view in a super view with Visual Format Language using Auto Layout in iOS/Swift
kishikawakatsumi / SwiftfmtFormat Swift code
tomlokhorst / XcodeEditSwift library for reading and writing Xcode project files in OpenStep format
objecthub / Swift MarkdownkitA framework for parsing and transforming text in Markdown format written in Swift 5 for macOS, iOS, and Linux. The syntax is based on the CommonMark specification. The framework defines an abstract syntax for Markdown, provides a parser for parsing strings into abstract syntax trees, and comes with generators for HTML and attributed strings.
mikeash / BinaryCoderAn example implementation of Swift.Codable using a simple binary format