home.social

#swiftpackagemanger — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #swiftpackagemanger, aggregated by home.social.

fetched live
  1. The top of my #WWDC24 wishlist is a bigger box for setting package dependency versions!

    Why is this textfield so short?

    #xcode #xcode15 #SwiftPackageManger

  2. Part Three: Build Plugins Continued! Completing the small CodeGen exercise. Honestly some of my favorite parts were looking into what Schemas actually are after finally really needing to do what I consider command line work in Xcode, and doing stupid environment tricks to watch my build plugin rerun. What can I say, I'm easily amused.

    whynotestflight.com/excuses/wh

    #SwiftLang #Swift #SwiftPackageManger #PackageManger #Plugins #BuildPlugin #CodeGen #codegeneration #Xcode #XcodeSchema

  3. Part Two: Getting started on a BUILD plugin this time. From ‘package int’ to running the tool on package excluded files. There's a part II to the part 2 coming for the actual code generation part! At 607 lines long I figured that was enough for one post.

    blog post: whynotestflight.com/excuses/wh

    related repo: github.com/carlynorama/BuildPl

    #SwiftLang #Swift #SwiftPackageManger #PackageManger #Plugins #BuildPlugin

  4. Now that my health seems to be getting better I can get back to the hard work of making excuses.

    No VisionOS app from me... I’m toodling around with Plugins. Part 1 of N (4?) (Command Plugin, Build Plugin, Prebuild Plugin)

    blog post: whynotestflight.com/excuses/wh

    related repo: github.com/carlynorama/PluginE

    #SwiftLang #Swift #SwiftPackageManger #PackageManger #Plugins #CommandPlugin