-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add libraries maintained by dfed #1846
Conversation
"category": "concurrency", | ||
"description": "A library of queues that enable sending ordered tasks from synchronous to asynchronous contexts.", | ||
"homepage": "https://github.com/dfed/swift-async-queue", | ||
"tags": ["linux", "macOS", "iOS", "tvOS", "watchOS", "visionOS", "6.0"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the surrounding libraries had tags, so I also added tags. Happy to remove.
@@ -946,7 +946,7 @@ | |||
"title": "swift-package-manager", | |||
"category": "dependency-managers", | |||
"description": "SPM is the Package Manager for the Swift Programming Language.", | |||
"homepage": "https://github.com/apple/swift-package-manager" | |||
"homepage": "https://github.com/swiftlang/swift-package-manager" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can see the CI failure that led to these updated links here: https://github.com/matteocrippa/awesome-swift/pull/1846/checks?check_run_id=31793504943
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
@dfed thanks for the PR, happy to discover a few new interesting libs! thanks! 👍🏻 |
I put a few in here – let me know if you'd prefer for me to split these out into their own PRs.
awesome-swift
:Swift 5
While I was here I updated redirected URLs to get CI passing.