We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c067113 commit b4da184Copy full SHA for b4da184
Plugins/PackageToJS/PackageToJS.swift
@@ -1,4 +1,4 @@
1
-import Foundation
+@preconcurrency import Foundation // For "stderr"
2
import PackagePlugin
3
4
@main
@@ -31,7 +31,7 @@ struct PackageToJS: CommandPlugin {
31
}
32
33
static let friendlyBuildDiagnostics:
34
- [(_ build: PackageManager.BuildResult, _ arguments: [String]) -> String?] = [
+ [@Sendable (_ build: PackageManager.BuildResult, _ arguments: [String]) -> String?] = [
35
(
36
// In case user misses the `--swift-sdk` option
37
{ build, arguments in
0 commit comments