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 7d71570 commit 082cb0eCopy full SHA for 082cb0e
.spi.yml
@@ -5,9 +5,8 @@ builder:
5
scheme: ComposableArchitecture
6
- platform: macos-xcodebuild
7
8
- - platform: macos-xcodebuild-arm
9
- scheme: ComposableArchitecture
10
- platform: tvos
11
12
- platform: watchos
13
scheme: ComposableArchitecture_watchOS
+ - documentation_targets: [ComposableArchitecture]
Package.swift
@@ -50,3 +50,11 @@ let package = Package(
50
),
51
]
52
)
53
+
54
55
+#if swift(>=5.6)
56
+// Add the documentation compiler plugin if possible
57
+package.dependencies.append(
58
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
59
+)
60
+#endif
0 commit comments