#swiftpm search results
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
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.
Didn't find one so I made one! SwiftPM Cheat Sheet! assets.codecoffee.io/files/SwiftPM-… #swift #swiftpm
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
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).
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
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
What is the best way to solve the "This will result in duplication of library code" in Xcode? Been having this issue with SwiftPM packages since 11.4 in multiple projects. @aciidb0mb3r @NeoNacho @johannesweiss @_nghiatran #xcode12 #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
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
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).
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
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.
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. Penn State 20.1K posts
- 2. Mendoza 16.9K posts
- 3. Gus Johnson 4,975 posts
- 4. #iufb 3,594 posts
- 5. Omar Cooper 7,183 posts
- 6. $SSHIB 1,704 posts
- 7. Sunderland 145K posts
- 8. Sayin 62.2K posts
- 9. Jim Knowles N/A
- 10. James Franklin 6,877 posts
- 11. Texas Tech 12.5K posts
- 12. Happy Valley 1,632 posts
- 13. Arsenal 245K posts
- 14. WHAT A CATCH 10.5K posts
- 15. Jeremiah Smith 2,474 posts
- 16. Charlie Becker N/A
- 17. CATCH OF THE YEAR 3,980 posts
- 18. Iowa 17.6K posts
- 19. St. John 7,914 posts
- 20. Purdue 6,567 posts