Skip to content

Commit 645a554

Browse files
committed
Add dependency AsyncAlgorithms
1 parent 38c641c commit 645a554

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Copilot for Xcode.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Core/Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(url: "https://github.com/ChimeHQ/LanguageClient", from: "0.3.1"),
21+
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
2122
],
2223
targets: [
2324
.target(name: "CGEventObserver"),
@@ -59,6 +60,7 @@ let package = Package(
5960
"DisplayLink",
6061
"ActiveApplicationMonitor",
6162
"AXNotificationStream",
63+
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
6264
]
6365
),
6466
.target(

0 commit comments

Comments
 (0)