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 e29deed commit 188a5cbCopy full SHA for 188a5cb
.spi.yml
@@ -2,7 +2,9 @@ version: 1
2
builder:
3
configs:
4
- documentation_targets: [
5
- SwiftJavaDocumentation,
6
- JavaKit,
7
- SwiftKitSwift
8
- ]
+ SwiftJavaDocumentation,
+ JavaKit,
+ SwiftKitSwift
+ ]
9
+ # Drop this version pinning once 6.2 is released and docs are built with 6.2 by default to prevent it staying on 6.2 forever.
10
+ swift_version: 6.2
0 commit comments