swiftmacros
There are 27 repositories under swiftmacros topic.
GottaGetSwifty/CodableWrappers
A Collection of PropertyWrappers to make custom Serialization of Swift Codable Types easy
p-x9/AssociatedObject
🔗 Swift Macro for allowing variable declarations even in class extensions
fatbobman/ObservableDefaults
A Swift library that integrates UserDefaults with the new SwiftUI Observation framework
p-x9/AliasMacro
🎭 A Swift macros for defining aliases for types, functions, variables, etc.
collisionspace/ReuseIdentifierMacro
A Reuse Identifier Macro that is useful in generation of a reuse id for your UICollectionViewCells and UITableViewCells
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
rezojoglidze/RJSwiftMacros
RJSwiftMacros is a Swift package that provides swift macros
simonbs/ProxyMacro
Swift macro that proxies a value from one object to another.
zijievv/sf-symbols-generator
A Swift macro generating type-safe SF Symbols
yume190/TemporaryVariable
`TemporaryVariable` provide a macro `#info {...}`. It capture most function calls and assign them to temporary variables.
juanarzola/Queried
Queried SwiftData macro
syt2/AssociatedObjectMacro
Swift Macro for Associated Object.
CuriositySoftware/swift-fatal-test-value
This Swift macro auto-injects fatalError() into initializers, streamlining the setup of unit tests for Dependency Injected components.
CuriositySoftware/swift-property-name
Swift Macro for automatically generating methods to retrieve property names as strings in a type-safe manner.
fummicc1/RealmSwiftMacro
swift macro that aims to produce crud methods on Realm Object
FiveSheepCo/PersistedStorage
A Swift Macro providing type-safe persisted iCloud-synced storage for Swift projects using `NSUbiquitousKeyValueStore` internally.
aibobrov/EnumPath
Swift Macro that generates enum's associated value getters, setters
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.
TelemTobi/swift-localization
Localization made simple using Swift macros for efficient string handling and seamless integration ✨
zijievv/hex-color
Swift macros for type-safe generation of Color, UIColor, and NSColor from hex string values.
franzlj/DescribedErrorMacro
Swift Macro for description synthesis of Error types
HuskyXaHusky/UCgorgeous
Swift Macros. The coolest methods "copy" classes/structures, which is especially useful in the functional programming paradigm...
immaterialgoods/BinaryInitializable
Simple Swift macro for instantiating numerical structs and classes from binary data.
SergeyPetrachkov/SiberianMacros
A bunch of macros written in Swift for Swift. [Work in progress]
Mcrich23/EnhancedCodable
Here are some quality of life additions to the Swift Codable protocol