Top 18 Swift Swiftpm Projects
-
Project mention: Created this app using Swift and a bit of Objective-C | reddit.com/r/iOSProgramming | 2023-04-30
I started out with the Hero library (https://github.com/HeroTransitions/Hero) but soon replaced it with custom made animation. However, you may want to look into this library as is has a lot of nice transitions ready to use for most cases.
-
Project mention: Can you detect the phone having dynamic island? | reddit.com/r/iOSProgramming | 2022-10-30
You can use this one : https://github.com/devicekit/DeviceKit
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
XCGLogger
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
-
Zewo
Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
-
Project mention: Does anyone know how to fix this warning inside a SDWebImage file? | reddit.com/r/SwiftUI | 2022-08-16
-
You can use Instruments the comes with Xcode to measure execution time. There are other benchmarking tools such as https://github.com/google/swift-benchmark which can be used as well. Remember to compile with optimizations when measuring.
-
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
-
-
There is only one normal solution which is free is the git hub library under this
-
Project mention: Does anyone know if and how to download a YouTube video in swift? | reddit.com/r/swift | 2023-04-09
Here’s an example of someone doing it in swift, but again, not App Store friendly. example
-
-
TraceLog
TraceLog is a highly configurable, flexible, portable, and simple to use debug logging system for Swift and Objective-C applications running on Linux, macOS, iOS, watchOS, and tvOS.
-
I'm wondering if there is any package could do this instead of implementing it from scratch, I tried Veil but it does not give what I'm expecting.
-
-
Project mention: NSAsyncCachedImage: Lightweight way to load and cache images asynchronously | reddit.com/r/SwiftUI | 2022-11-07
Check it out on Github: https://github.com/nssina/NSAsyncCachedImage
-
Project mention: Swift Confidential - a tool for obfuscating Swift literals. | reddit.com/r/SwiftPM | 2022-09-28
Hi all! Have you ever looked for an easy to integrate, maintainable and secure solution for obfuscating Swift literals embedded in the application code to defend against static reverse engineering? Well I did, and since I spent most of my professional career developing security-critical apps, I faced this problem many times, yet the solutions usually involved writing a set of custom Bash scripts or Swift command line tool to accomplish the task, which wasn’t quite optimal. Then Swift 5.6 came out with brand new SPM extensible build tools opening a whole new possibilities for build tasks automation. This was exactly what I needed to take my previous solutions to the next level and eventually make it open source. With Swift Confidential it’s as simple as integrating the tool with your Swift package via the official build tool plugin, configuring your own obfuscation algorithm along with the list of secret literals, and building the project. Enjoy!
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Swift Swiftpm related posts
Index
What are some of the best open-source Swiftpm projects in Swift? This list will help you:
Project | Stars | |
---|---|---|
1 | Hero | 21,429 |
2 | DeviceKit | 4,070 |
3 | XCGLogger | 3,824 |
4 | Zewo | 1,853 |
5 | SDWebImageSwiftUI | 1,693 |
6 | swift-benchmark | 853 |
7 | LLVMSwift | 719 |
8 | Reflection | 598 |
9 | SwipyCell | 247 |
10 | ScreenshotPreventing-iOS | 218 |
11 | YoutubeDL | 130 |
12 | DIKit | 97 |
13 | TraceLog | 52 |
14 | Veil | 43 |
15 | CBORCoding | 23 |
16 | NSAsyncCachedImage | 10 |
17 | swift-confidential-plugin | 6 |
18 | Cubby | 5 |