Swift: Package Manager Snippets and Collections
TIL Snippets in Swift packages: Getting started with SwiftPM Snippets. Read also A critical look at Swift Snippets (Swift 5.7). I will definitely use this feature. Documentation for Snippet feature is missing, Swift Snippets Swift forums thread is the best documentation replacement. Here is my first snippet chessboard-ppm.swift.
I see A card displaying a Snippet
at the terminal in sources of Swift Package manager. How to use this stuff?
TIL swift-identified-collections which fits nicely with SwiftUI.
TIL swift-composable-architecture.
TIL Swift Collections Benchmark. I should use this.
Read High Performance Swift Apps by Jacob’s Tech Tavern.
TIL there’s SwiftUI-like frameworks for terminal: TerminalUI, SwiftTUI.
Read Supporting Interactive Input in CLI Tools Using Property Wrappers, Understanding Colors and Styles in Terminal Output.
TIL console-kit which is used by Vapor.