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 38e294b commit d4d6c3bCopy full SHA for d4d6c3b
.spi.yml
@@ -9,3 +9,4 @@ builder:
9
scheme: URLRouting
10
- platform: watchos
11
12
+ - documentation_targets: [URLRouting]
Package.swift
@@ -40,3 +40,10 @@ let package = Package(
40
),
41
]
42
)
43
+
44
+#if swift(>=5.6)
45
+ // Add the documentation compiler plugin if possible
46
+ package.dependencies.append(
47
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
48
+ )
49
+#endif
0 commit comments