swift-macro
There are 24 repositories under swift-macro topic.
RandomHashTags/swift-htmlkit
Write HTML and HTMX using Swift Macros.
zijievv/CodingKeysGenerator
Swift macros generating customizable Coding Keys
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
spacenation/swift-equatable
:rocket: Swift Macro for synthesizing Equatable conformance for classes and actors
simonbs/ProxyMacro
Swift macro that proxies a value from one object to another.
RandomHashTags/destiny
Standalone, high-performance and lightweight HTTP Server utilizing Swift Macros.
zijievv/sf-symbols-generator
A Swift macro generating type-safe SF Symbols
lucaswkuipers/SafeTypesMacros
Macros for compile-time SafeTypes initializers from literals
CaptureContext/combine-interception
Package extending Apple' `Combine` framework for interception of objc selectors.
zijievv/hex-color
Swift macros for type-safe generation of Color, UIColor, and NSColor from hex string values.
zijievv/user-defaults-observation
A Swift macro adding accessors to properties for reading/writing values in UserDefaults within Observable classes
josetorronteras/EmailValidationMacro
Swift macro framework for validating email addresses
CaptureContext/combine-extensions
Extensions for Apple Combine framework
devashree-shukla/SwiftMacro
All about Swift Macro new feature introduced in Swift 5.9, details, examples, use cases, test cases
entonio/CopyWithChanges
Copy a Swift class or struct while changing arbitrary fields
yukiny0811/MetalVertexHelper
Converts Swift structs into C-compatible tuples, including necessary padding for alignment.
athankefalas/StitcherMacros
A set of meta programming utilities designed to work with the Stitcher library.
CmST0us/BQ25703A
Swift Package For TI BQ25703A I2C User-Space Driver
justinrschmidt/SwiftAutoBuilder
Swift macro that generates a class that implements the builder pattern for the type the macro is attached to.
CaptureContext/combine-cocoa
Cocoa extensions for Apple Combine framework.
RandomHashTags/swift-optimal-memory-layout
Declare your Swift variables using a Macro for optimal Memory Layout.
space-code/builder-macro
builder-macro is a macro that implements the Builder design pattern in Swift
CaptureContext/swift-interception
Package for interception of objc selectors in Swift.