Related Projects
Swift Composable Architecture This category is for discussion of https://github.com/pointfreeco/swift-composable-architecture Swift Atomics This package implements an atomics library for Swift, providing atomic operations for a variety of Swift types, including integers and pointer values. The goal is to enable intrepid developers to start building synchronization constructs directly in Swift. Emcee Category for discussion of Emcee: https://github.com/avito-tech/Emcee SwiftNIO https://github.com/apple/swift-nio SourceKitten SourceKitten - An adorable little framework and command line tool for interacting with SourceKit. CryptoSwift CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift Alamofire Alamofire is an elegant HTTP networking library written in Swift. Collections Swift Collections is an open-source package of production grade data structure implementations. SwiftFormat SwiftFormat - A code library and command-line formatting tool for reformatting Swift code https://github.com/nicklockwood/SwiftFormat Kitura https://github.com/IBM-Swift/Kitura/ Swift Async Algorithms AsyncAlgorithms is a package for algorithms that work with values over time. That includes those primarily about time, like debounce and throttle, but also algorithms about order like combineLatest and merge. Operations that work with multiple inputs (like zip does on Sequence) can be surprisingly complex to implement, with subtle behaviors and many edge cases to consider. A shared package can get these details correct, with extensive testing and documentation, for the benefit of all Swift apps. System Swift System provides idiomatic interfaces to system calls and low-level currency types. MongoKitten MongoKitten - Native MongoDB driver for Swift, written in Swift Smoke-framework(s) Category for discussion of Smoke framework and related frameworks: amzn/smoke-framework amzn/smoke-http amzn/smoke-aws amzn/smoke-aws-credentials Swift for WebAssembly Discussions about WebAssembly support in the Swift toolchain and libraries targeting this platform. Swift GitHub Actions WebURL WebURL is a new URL library for Swift, implementing the URL Living Standard created by the WHATWG. Soto Soto is a Swift SDK for Amazon Web Services. Sourcery Sourcery - Meta-programming for Swift, stop writing boilerplate code. JPEG Swift JPEG is a cross-platform pure Swift framework for decoding, inspecting, editing, and encoding JPEG images. gRPC Swift gRPC is a high performance, open-source universal RPC framework https://github.com/grpc/grpc-swift Swift Crypto Swift Crypto is a cross-platform package that provides an open source implementation of the platform independent crypto APIs from Apple’s CryptoKit library. XGBoost for Swift Swift wrapper for XGBoost gradient boosting machine learning framework available at https://github.com/kongzii/SwiftXGBoost. AWS Lambda Runtime Swift AWS Lambda Runtime is designed to help Swift developers build serverless functions for the Amazon Web Services Lambda platform. HoneyBee HoneyBee - A promises library for easy, safe concurrent programming. https://bitbucket.org/iam_apps/honeybee/src/master/ GRDB GRDB.swift - A toolkit for SQLite databases, with a focus on application development SwiftProtobuf https://github.com/apple/swift-protobuf SwiftLint https://github.com/realm/SwiftLint Swift Numerics Swift Numerics provides a set of modules that support numerical computing in Swift. Vapor vapor - 💧 A server-side Swift web framework. VSCode Swift extension VSCode Extension for Swift Algorithms Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types. ArgumentParser The ArgumentParser library makes it straightforward to parse command-line arguments in Swift.