awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dziobaczy avatar

dziobaczy/SwiftBuilderMacro

0
View on GitHub↗
44 نجوم·4 تفرعات·Swift·MIT·2 مشاهدات

SwiftBuilderMacro

While macros are still very fresh inspired by work done by Doug Gregor here this repo aims to help get familliar with the macros by exploring their capabilities.

Features

  • Model and Data Macros - Implements the builder pattern for structs and classes.

سجل النجوم

مخطط تاريخ النجوم لـ dziobaczy/swiftbuildermacroمخطط تاريخ النجوم لـ dziobaczy/swiftbuildermacro

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ SwiftBuilderMacro

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع SwiftBuilderMacro.
  • eneskaraosman/loremswiftifyالصورة الرمزية لـ EnesKaraosman

    EnesKaraosman/LoremSwiftify

    19عرض على GitHub↗

    A Swift macro that generates realistic mock/fake data for structs, classes, and enums — perfect for SwiftUI previews and snapshot tests.

    Swift
    عرض على GitHub↗19
  • leedh2004/sealedmacroالصورة الرمزية لـ leedh2004

    leedh2004/SealedMacro

    19عرض على GitHub↗

    ✨ Swift Macro, Parsing Sealed Class JSON Model. (ex. kotlin server's sealed class json)

    Swift
    عرض على GitHub↗19
  • malien/staticarrayالصورة الرمزية لـ malien

    malien/StaticArray

    8عرض على GitHub↗

    A macro for emulating C-like static arrays in the swift language

    Swift
    عرض على GitHub↗8
  • alschmut/structbuildermacroالصورة الرمزية لـ alschmut

    alschmut/StructBuilderMacro

    22عرض على GitHub↗

    @Buildable is an attached swift macro for structs, classes and enums, which produces a peer struct implementing the builder pattern. Initialise your object with minimal effort using default values. ```swift import Buildable

    Swift
    عرض على GitHub↗22
عرض جميع البدائل الـ 16 لـ SwiftBuilderMacro→

الأسئلة الشائعة

ما هي وظيفة dziobaczy/swiftbuildermacro؟

While macros are still very fresh inspired by work done by Doug Gregor here this repo aims to help get familliar with the macros by exploring their capabilities.

ما هي الميزات الرئيسية لـ dziobaczy/swiftbuildermacro؟

الميزات الرئيسية لـ dziobaczy/swiftbuildermacro هي: Model and Data Macros.

ما هي البدائل مفتوحة المصدر لـ dziobaczy/swiftbuildermacro؟

تشمل البدائل مفتوحة المصدر لـ dziobaczy/swiftbuildermacro: eneskaraosman/loremswiftify — A Swift macro that generates realistic mock/fake data for structs, classes, and enums — perfect for SwiftUI previews… leedh2004/sealedmacro — ✨ Swift Macro, Parsing Sealed Class JSON Model. (ex. kotlin server's sealed class json). malien/staticarray — A macro for emulating C-like static arrays in the swift language. mikhailmaslo/macro-codable-kit — MacroCodableKit enhances your Codable experience in Swift, leveraging macros to generate precise and efficient code… mr-alirezaa/buildablemacro — BuildableMacro is a Swift package inspired by Apple's SwiftUI and Observation frameworks, simplifying property… alschmut/structbuildermacro — @Buildable is an attached swift macro for structs, classes and enums, which produces a peer struct implementing the…