#swiftpm نتائج البحث
Files in Swift Package out of scope stackoverflow.com/questions/6513… #swiftpm #swiftpackagemanager #swift
This is happening! Removing Carthage for #swiftpm - Reduced build times - Simpler build instructions - Less buggy CI/CD
Didn't find one so I made one! SwiftPM Cheat Sheet! assets.codecoffee.io/files/SwiftPM-… #swift #swiftpm
Any practice about Swift Package Manager, to write a Objc/Swift mixed framework which don't force user to use different module name ? This "contains mixed language source files; feature not supported" still a big pain. Xcode, Pods/Carthage supports this. Only you ?👻 #swiftpm
Did you know that #SwiftPM in #xcode11 automatically(!) replace a package with your local editable(!) version if you just dropped it into the project? That was a pleasant surprise for me.
Swift Package Manager still does not support mixed Swift with C/C++/Objective-C code, a bad day for framework author. I have to use this trick target to seperate different languages code. ☹️ Xcode already support mixed language in one target, is this hard to implement ?🧐#swiftpm
Night and day speed differences between #carthage and #swiftpm. Not a fault of Carthage, rather buggy projects that don't support Carthage correctly and over compile for unselected platforms (cough Realm cough). #swift #ios #azure #devops
Tired of re-creating the same compiler directives to be able to compile on the iOS simulator when the code contains #RealityKit? Say hello to #RealityKitt. ;) The code is available via #SwiftPM but clearly needs some love in the upcoming day(s).
New #swift proposal incoming! Extending SwiftPM Plugins to get information about dependencies, targets etc. #swiftpm plugins slowly becoming more powerful, wohoo! forums.swift.org/t/pitch-additi…
There seems to be a bug in Xcode where a Swift package with executables not defined in the products section fails to find dependencies. Builds ok from the command line with `swift build`. #xcode #swiftpm
The new screen to add Swift Packages to a project in Xcode 13 is pretty cool. Looking forward to some great package collections to add to the list. #swift #swiftlang #swiftpm #xcode
✨🏃♀️ Did you know that you can run @SwiftLang for @TensorFlow directly in @GoogleColab? Or that you can install #SwiftPM packages right from the command line? 👉 Learn more, and try it out yourself, by checking out the #S4TF v0.3.1 Release Notes: groups.google.com/a/tensorflow.o…
I’ve been using #SwiftPM version-specific manifests to remove the deployment target warning in Xcode 12 without a breaking change. I’ve seen it around but haven’t found it documented so I wrote a little blog post illustrating its usage: josephduffy.co.uk/posts/supporti… #SwiftLang
本日技術書典で頒布したSwift Package Manager入門の電子版がBOOTHでも購入可能になりました! read-any.booth.pm/items/1558241 #技術書典7 #SwiftPM
Full article with examples, numbers, and snapshots: 👉 coenttb.com/blog/6 #SwiftLang #SwiftPM #Testing #SoftwareArchitecture
🔍 With the rise in popularity of #SwiftPM, CocoaPods Trunk (the central public registry) will be moving to a read-only state. Here's how you can navigate the changing dependency management landscape for Apple platforms and ease the transition from #CocoaPods to SwiftPM:…
This .editorconfig file should be added to every #SwiftPM repo! 👇 gist.github.com/Jeehut/e5b7559… It ensures that everyone editing the package in Xcode will get the same indentation settings avoiding mismatches with their global settings. 🥳 Add it now! 💯 #iOSDev #OpenSource #Swift
This .editorconfig file should be added to every single #SwiftPM repo out there! 👇 gist.github.com/Jeehut/e5b7559… It ensures that in Xcode 16+ everyone editing the package will get the same indentation settings avoiding mismatches with their global settings. 🥳 Add it now! 💯 #iOSDev
Can we exclude development assets from a Swift Package when building in Release? I want to put some models into a separate package but I have assets used only for Previews + Core Data (currently in my "Preview Content" #Xcode folder) that I don't want to ship. #Swift #SwiftPM
XcodeでPackage Dependenciesを変更したらproject.pbxprojのコンフリクト地獄が発生するのは、何かプロジェクトの構成がおかしいのか??🤔 #Xcode #SwiftPM
🚀 Just launched my latest blog post: Navigating Swift Package Manager(SPM): Developer’s Handbook 📚! Dive into the world of #SwiftPM and unlock the secrets to smarter dependency management. Perfect read for #iOSDevs and #SwiftGeeks 🤓. Check it out! ➡️ medium.com/@priyans05/nav…
📚 Just dropped my latest article on Swift Package Manager! 🚀 Explore the benefits of Exact Versioning and why ignoring Package.resolved might help your project. 📦💡 adincebic.com/2023/12/24/a-c… #SwiftPM #iOSDev #swiftlang #CodeOptimization #TechInsights
If you are eager to use Swift in Android Development, we can create an app to use Swift to fetch data and display it in a Java RecyclerView 🚀📱💡 #SwiftPM #CrossPlatformDev #android #swift #scade link.medium.com/VFvo0EgMpDb
🚀Curious about integrating Swift PM libraries into your Android Studio projects? Learn how to enhance your development process with this quick read: "Using Swift PM Libraries in Android Studio Projects." link.medium.com/C0Eg55jjgCb #SwiftPM #CrossPlatformDev #android #swift #scade
Developers, don't overlook the power of Swift Package Manager! It simplifies dependency management and promotes modularity. Plus, exciting news: ONNXRuntime just added support for SPM! #iOSdev #SwiftPM #ONNXRuntime
📳 Meterian now supports Swift Package Manager #ios #swiftpm blog.meterian.com/2023/04/20/imp…
blog.meterian.com
Improved Security for Swift Developers: Meterian Now Supports SwiftPM!
Meterian is proud to announce that it now supports Swift Package Manager (SwiftPM), providing improved security for Swift developers. This new feature allows Swift developers to seamlessly integrat…
Find yourself repeatedly importing the same modules over and over again? Check out my latest article on how to combine multiple imports into one using a hidden #Swift attribute! #iOSDev #SwiftPM #Modularization #Refactoring #CleanCode fline.dev/organizing-my-…
Files in Swift Package out of scope stackoverflow.com/questions/6513… #swiftpm #swiftpackagemanager #swift
Didn't find one so I made one! SwiftPM Cheat Sheet! assets.codecoffee.io/files/SwiftPM-… #swift #swiftpm
Style with various properties, in light and dark. Runs on iOS, tvOS, watchOS & macOS. #SwiftUI #SwiftPM #SwiftLang
This is happening! Removing Carthage for #swiftpm - Reduced build times - Simpler build instructions - Less buggy CI/CD
Night and day speed differences between #carthage and #swiftpm. Not a fault of Carthage, rather buggy projects that don't support Carthage correctly and over compile for unselected platforms (cough Realm cough). #swift #ios #azure #devops
Note: This seems to be a known issue on the Xcode 11 beta release notes. The workaround is not working either. #apple #bitrise #swiftpm #xcodebuild
Tired of re-creating the same compiler directives to be able to compile on the iOS simulator when the code contains #RealityKit? Say hello to #RealityKitt. ;) The code is available via #SwiftPM but clearly needs some love in the upcoming day(s).
Any practice about Swift Package Manager, to write a Objc/Swift mixed framework which don't force user to use different module name ? This "contains mixed language source files; feature not supported" still a big pain. Xcode, Pods/Carthage supports this. Only you ?👻 #swiftpm
Did you know that #SwiftPM in #xcode11 automatically(!) replace a package with your local editable(!) version if you just dropped it into the project? That was a pleasant surprise for me.
Swift Package Manager still does not support mixed Swift with C/C++/Objective-C code, a bad day for framework author. I have to use this trick target to seperate different languages code. ☹️ Xcode already support mixed language in one target, is this hard to implement ?🧐#swiftpm
The app looks really cool! But a bit expensive with $30 if you don’t need it regularly. A #free alternative for everyone else could be this built-in #SwiftPM subcommand, just run it in the path of your `Package.swift` file: swift package show-dependencies
Something went wrong.
Something went wrong.
United States Trends
- 1. Austin Reaves 43.7K posts
- 2. Steelers 84.7K posts
- 3. Packers 66.5K posts
- 4. Tomlin 12.4K posts
- 5. Tucker Kraft 15.5K posts
- 6. Jordan Love 16.7K posts
- 7. Derry 19.9K posts
- 8. #GoPackGo 10.7K posts
- 9. #BaddiesAfricaReunion 9,664 posts
- 10. #LakeShow 3,742 posts
- 11. Pretty P 4,045 posts
- 12. Zayne 20.4K posts
- 13. #breachlan2 2,853 posts
- 14. Dolly 12.6K posts
- 15. #LaGranjaVIP 70.7K posts
- 16. Rodgers 38.6K posts
- 17. Teryl Austin 2,173 posts
- 18. yixing 9,776 posts
- 19. Sabonis 2,482 posts
- 20. yeonjun 51.5K posts