File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ let package = Package(
6363 . package ( url: " https://github.com/GottaGetSwifty/CodableWrappers " , from: " 2.0.7 " ) ,
6464 . package ( url: " https://github.com/krzyzanowskim/STTextView " , from: " 0.8.21 " ) ,
6565 . package ( url: " https://github.com/google/generative-ai-swift " , from: " 0.4.4 " ) ,
66+ . package ( url: " https://github.com/sideeffect-io/AsyncExtensions " , from: " 0.5.2 " ) ,
6667
6768 // TreeSitter
6869 . package ( url: " https://github.com/intitni/SwiftTreeSitter.git " , branch: " main " ) ,
@@ -167,6 +168,7 @@ let package = Package(
167168 " SuggestionModel " ,
168169 " AXNotificationStream " ,
169170 " Logger " ,
171+ . product( name: " AsyncExtensions " , package : " AsyncExtensions " ) ,
170172 . product( name: " AsyncAlgorithms " , package : " swift-async-algorithms " ) ,
171173 ]
172174 ) ,
You can’t perform that action at this time.
0 commit comments