swiftmacro
There are 11 repositories under swiftmacro topic.
Data-swift/ManagedModels
A SwiftData like `@Model` infrastructure for CoreData.
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.
FiveSheepCo/OrderedRelationship
A Swift macro taking away the pain in adding ordered relationships to SwiftData models
JARMourato/Injection
Dependency injection utilities for SwiftUI
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)
reers/ReerRouter
App URL router for iOS (Swift only). Register via Swift Macro
reers/Rhea
iOS App Time Event Dispatcher. Register via Swift Macro
FiveSheepCo/PersistedStorage
A Swift Macro providing type-safe persisted iCloud-synced storage for Swift projects using `NSUbiquitousKeyValueStore` internally.
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.