COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210424064700/https://github.com/topics/swift-package-manager
Here are
880 public repositories
matching this topic...
Elegant HTTP Networking in Swift
Updated
Apr 22, 2021
Swift
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
Updated
Apr 13, 2021
Swift
Notify users when a new version of your app is available and prompt them to upgrade.
Updated
Jan 19, 2021
Swift
An extension to the standard SwiftUI library.
Updated
Apr 23, 2021
Swift
Unleashing the real power of Core Data with the elegance and safety of Swift
Updated
Apr 20, 2021
Swift
CareKit is an open source software framework for creating apps that help people better understand and manage their health.
Updated
Apr 20, 2021
Swift
A license list generator of all your dependencies for iOS applications
Updated
Apr 23, 2021
Swift
📅 Calendar for iOS, iPadOS and macOS in Swift
Updated
Apr 21, 2021
Swift
An easy to use, customizable replacement for UISegmentedControl & UISwitch.
Updated
Apr 15, 2021
Swift
Random data generation in Swift
Updated
Nov 6, 2018
Swift
AppIcon generates *.appiconset contains each resolution image for iOS
Updated
Dec 10, 2020
Swift
🥇 Swift基础知识大全,🚀 Swift学习从简单到复杂,不断地完善与更新, 欢迎Star❤️ ,欢迎Fork, iOS开发者交流:①群:446310206 ②群:426087546
A collection of Swift Property Wrappers (formerly "Property Delegates")
Updated
Dec 6, 2020
Swift
A waterfall grid layout view for SwiftUI.
Updated
Feb 13, 2021
Swift
Simple Swift class to provide all the configurations you need to create custom camera view in your app
Updated
Feb 4, 2021
Swift
Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Updated
Mar 30, 2021
Swift
An iOS text field that represents tags, hashtags, tokens in general.
Updated
Apr 7, 2021
Swift
Programmatically load custom fonts into your iOS and tvOS app.
Updated
Jan 6, 2021
Swift
Better Codable through Property Wrappers
Updated
Feb 6, 2021
Swift
🦌 Simple Interface Core Animation. Run type-safe animation sequencially or parallelly
Updated
Jan 26, 2020
Swift
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).
Updated
Apr 15, 2021
Swift
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
Updated
Nov 1, 2020
Swift
A SwiftUI collection view with support for custom layouts, preloading, and more.
Updated
Apr 15, 2021
Swift
⚙ Add a preferences window to your macOS app in minutes
Updated
Feb 24, 2021
Swift
Display Apple system-like self-hiding status alerts. It is well suited for notifying user without interrupting user flow in iOS-like way.
Updated
Jul 22, 2020
Swift
Asynchronous image loading in SwiftUI. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
Updated
Apr 19, 2021
Swift
Preview extractor for news, articles and full-texts in Swift
Updated
Dec 30, 2019
Swift
Improve this page
Add a description, image, and links to the
swift-package-manager
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
swift-package-manager
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li