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 09a67b6 commit 1a4d15cCopy full SHA for 1a4d15c
Package.swift
@@ -32,7 +32,10 @@ let package = Package(
32
),
33
],
34
dependencies: [
35
- .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
+ // Don't allow 1.4.x for now, appears to break with Swift 5.8 on Linux.
36
+ // https://github.com/swiftlang/swift-docc-plugin/issues/92
37
+ .package(url: "https://github.com/swiftlang/swift-docc-plugin", .upToNextMinor(from: "1.3.0")),
38
+ // .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
39
40
targets: [
41
.target(
0 commit comments