swift-macros
There are 75 repositories under swift-macros topic.
swiftlang/swift-testing
A modern, expressive testing package for Swift
SwiftyLab/MetaCodable
Supercharge Swift's Codable implementations with macros meta-programming.
jaywcjlove/awesome-swift-macos-apps
A curated collection of open-source macOS applications built with Swift
Matejkob/swift-spyable
Swift macro that simplifies and automates the process of creating spies for testing
lukepistrol/SFSymbolsMacro
A Swift Macro for "type-safe" SF Symbols.
ordo-one/equatable
A Swift package that provides macros for generating Equatable conformances for structs for high performance SwiftUI view diffing.
gohanlon/swift-memberwise-init-macro
Swift Macro for enhanced automatic inits.
fetch-rewards/swift-mocking
Swift macros for generating mocks.
neothXT/Snowdrop
Networking made easy
simonbs/SBSObservation
Tiny observation framework designed for UIKit-based apps and built with Swift macros. It automatically handles the deallocation of observations and supports iOS 12 and newer.
RandomHashTags/swift-htmlkit
Write HTML and HTMX using Swift Macros.
ikhvorost/ReactBridge
Swift Macros for React Native
WendellXY/CodableKit
A Swift macro package designed to simplify the use of Swift's Codable protocol by allowing easy integration of default values, reducing the amount of auxiliary code you need to write.
fetch-rewards/SwiftSyntaxSugar
Helpful extensions for SwiftSyntax.
HuangRunHua/wwdc23-code-notes
Example Code of WWDC23
bernndr/swift-macros
Collection of useful macros
mrylmz/Prototype
Prototype is a Swift Macro project that generates SwiftUI Forms and Views for data structures and classes. It's designed to complement SwiftData Models seamlessly.
mentalflux/tca-composer
A swift macro framework for generating boiler-plate code in TCA-based applications.
zijievv/CodingKeysGenerator
Swift macros generating customizable Coding Keys
artemnovichkov/awesome-swift-macros
A hand-curated list of Swift macros. Feel free to contribute!
JosephDuffy/Renamed
Swift macro to add deprecated symbols, useful when renaming a symbol without introducing a breaking change.
fetch-rewards/swift-locking
Swift macros for protecting shared mutable state.
CaptureContext/swift-foundation-extensions
Standard extensions for Foundation framework
FiveSheepCo/OrderedRelationship
A Swift macro taking away the pain in adding ordered relationships to SwiftData models
dioKaratzas/fluent-dto-macro
A Swift macro that simplifies handling Vapor Fluent models in API responses by auto-generating type-safe content structures, reducing boilerplate while keeping a clean separation between database models and API layers. 🚀
EnesKaraosman/LoremSwiftify
LoremSwiftify is a Macro that creates lorem ipsum data for your models
JosephDuffy/DeepLink
Create type-safe deep links in to iOS apps, macOS apps, and websites using Swift macros.
23122K/swift-loggable
Set of macros that support type-wide and per-function logging with ability to customize how logs are handled
simonbs/ProxyMacro
Swift macro that proxies a value from one object to another.
RandomHashTags/destiny
Standalone Lightweight HTTP Server utilizing Swift Macros.
JuniperPhoton/Photonfire
A library utilize Swift Macros to generate code for network request.
trinhngocthuyen/orcam
A Collection of Swift Macros
zijievv/sf-symbols-generator
A Swift macro generating type-safe SF Symbols
iAmMccc/McccMacros
McccMacros is a modular and extensible Swift macros library, providing powerful compile-time capabilities for Swift developers.McccMacros 是一个基于 Swift 宏系统的实用宏集合,旨在提高开发效率、简化样板代码。 项目通过多个宏实现案例,探索了 Swift 编译期元编程的强大能力,适合作为学习与生产的模板项目
lucaswkuipers/SafeTypesMacros
Macros for compile-time SafeTypes initializers from literals
Star-Lord-PHB/swift-codable-macro
Macros for automatically generating customizable conformance to `Codable` protocol.