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.
swift-log
1 parent 3ff60d0 commit 63c3d96Copy full SHA for 63c3d96
Package.swift
@@ -42,7 +42,7 @@ let package = Package(
42
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.8.0"),
43
44
// Logging API.
45
- .package(url: "https://github.com/apple/swift-log", from: "1.0.0"),
+ .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
46
],
47
targets: [
48
// The main GRPC module.
0 commit comments