File tree 3 files changed +26
-1
lines changed 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ version : 1
2
+ builder :
3
+ configs :
4
+ - documentation_targets : ["CachedAsyncImage"]
Original file line number Diff line number Diff line change
1
+ {
2
+ "pins" : [
3
+ {
4
+ "identity" : " swift-docc-plugin" ,
5
+ "kind" : " remoteSourceControl" ,
6
+ "location" : " https://github.com/apple/swift-docc-plugin" ,
7
+ "state" : {
8
+ "revision" : " 3303b164430d9a7055ba484c8ead67a52f7b74f6" ,
9
+ "version" : " 1.0.0"
10
+ }
11
+ }
12
+ ],
13
+ "version" : 2
14
+ }
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.5
1
+ // swift-tools-version:5.6
2
2
3
3
import PackageDescription
4
4
@@ -19,3 +19,10 @@ let package = Package(
19
19
. target( name: " CachedAsyncImage " )
20
20
]
21
21
)
22
+
23
+ #if swift(>=5.6)
24
+ // Add the documentation compiler plugin if possible
25
+ package . dependencies. append (
26
+ . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " )
27
+ )
28
+ #endif
You can’t perform that action at this time.
0 commit comments