swiftmacro
There are 17 repositories under swiftmacro topic.
GottaGetSwifty/CodableWrappers
Make Custom Serialization of Swift Codable Types easy with Annotations
reers/ReerCodable
Codable extensions using Swift Macro
fatbobman/ObservableDefaults
A comprehensive solution integrating SwiftUI + Observation + UserDefaults + iCloud Key-Value Store
reers/Rhea
iOS/macOS/tvOS... App Time Event Dispatcher. Register via Swift Macro
Data-swift/ManagedModels
A SwiftData like `@Model` infrastructure for CoreData.
reers/ReerRouter
App URL router for iOS (Swift only). Register via Swift Macro
FiveSheepCo/OrderedRelationship
A Swift macro taking away the pain in adding ordered relationships to SwiftData models
narek-sv/Migrator
Migrator is a versatile Swift Package designed to streamline the execution of asynchronous tasks with dependency management on all Apple platforms
simonbs/ProxyMacro
Swift macro that proxies a value from one object to another.
JARMourato/Injection
Dependency injection utilities for SwiftUI
zijievv/hex-color
Swift macros for type-safe generation of Color, UIColor, and NSColor from hex string values.
mszpro/Swift_Macro_Qiita
Code for the Qiita article on Swift Macro, contains 3 ExpressionMacro (URL, SF Symbol, Xcode demo) and 1 AccessorMacro (access NSUbiquitousKeyValueStore)
FiveSheepCo/PersistedStorage
A Swift Macro providing type-safe persisted iCloud-synced storage for Swift projects using `NSUbiquitousKeyValueStore` internally.
hainayanda/Dummyable
Dummyable is a lightweight utility for easily generating dummy instances of Swift types for testing and prototyping.
kingnight/SwiftMacrosLibrary
A handy collection of Swift Macros to boost your productivity.
immaterialgoods/BinaryInitializable
Simple Swift macro for instantiating numerical structs and classes from binary data.
atifdev10/SQLiteValidator
A swift macro for validating an SQLite query.