File tree
5 files changed
+11
-6
lines changed- bin
- spec
5 files changed
+11
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 |
| |
20 | 23 |
| |
21 | 24 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
109 |
| - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
110 | 112 |
| |
111 |
| - | |
| 113 | + | |
112 | 114 |
| |
113 | 115 |
| |
114 | 116 |
| |
|
Submodule SourceKitten updated 59 files
- .github/workflows/jazzy.yml+3-3
- .github/workflows/pod_lib_lint.yml+3-3
- .github/workflows/swiftlint.yml+6-4
- .github/workflows/swiftpm.yml+14-5
- .github/workflows/xcodebuild.yml+4-4
- CHANGELOG.md+36-1
- Dangerfile+1-1
- Makefile+3-2
- Package.resolved+6-6
- Package.swift+4-4
- README.md+7-1
- Releasing.md+1-1
- Source/SourceKittenFramework/Clang+SourceKitten.swift+2-2
- Source/SourceKittenFramework/CodeCompletionItem.swift+2-8
- Source/SourceKittenFramework/CursorInfo+Parsing.swift+1-1
- Source/SourceKittenFramework/File.swift+3-3
- Source/SourceKittenFramework/JSONOutput.swift+14-9
- Source/SourceKittenFramework/Request.swift+21-8
- Source/SourceKittenFramework/SourceKittenConfiguration.swift+18
- Source/SourceKittenFramework/StringView.swift+1-1
- Source/SourceKittenFramework/SwiftDeclarationAttributeKind.swift+26-1
- Source/SourceKittenFramework/Version.swift+1-1
- Source/SourceKittenFramework/library_wrapper_SourceKit.swift+7-1
- Source/sourcekitten/Complete.swift+17-5
- Source/sourcekitten/Doc.swift+4-4
- Source/sourcekitten/Format.swift+4-4
- SourceKittenFramework.podspec+3-3
- Tests/SourceKittenFrameworkTests/Fixtures/Bicycle@swift-5.5.json+69-1
- Tests/SourceKittenFrameworkTests/Fixtures/Bicycle@swift-5.6.json+102-17
- Tests/SourceKittenFrameworkTests/Fixtures/BicycleIndex@swift-5.5.2.json+914
- Tests/SourceKittenFrameworkTests/Fixtures/BicycleIndex@swift-5.5.json+32-28
- Tests/SourceKittenFrameworkTests/Fixtures/BicycleIndex@swift-5.6.json+908
- Tests/SourceKittenFrameworkTests/Fixtures/BicycleSyntax@swift-5.5.json+1
- Tests/SourceKittenFrameworkTests/Fixtures/Commandant@swift-5.5.json+737-90
- Tests/SourceKittenFrameworkTests/Fixtures/Commandant@swift-5.6.json+996-158
- Tests/SourceKittenFrameworkTests/Fixtures/CommandantSPM@swift-5.5.json+737-90
- Tests/SourceKittenFrameworkTests/Fixtures/CommandantSPM@swift-5.6.json+996-158
- Tests/SourceKittenFrameworkTests/Fixtures/CursorInfoUSR@swift-5.5.json+16
- Tests/SourceKittenFrameworkTests/Fixtures/CursorInfoUSR@swift-5.6.json+17
- Tests/SourceKittenFrameworkTests/Fixtures/Extension@swift-5.5.json+33-7
- Tests/SourceKittenFrameworkTests/Fixtures/Extension@swift-5.6.json+350
- Tests/SourceKittenFrameworkTests/Fixtures/LinuxBicycle@swift-5.5.json+70-4
- Tests/SourceKittenFrameworkTests/Fixtures/LinuxBicycle@swift-5.6.json+102-19
- Tests/SourceKittenFrameworkTests/Fixtures/LinuxBicycleIndex@swift-5.5.json+58-4
- Tests/SourceKittenFrameworkTests/Fixtures/LinuxCommandantSPM@swift-5.5.json+766-119
- Tests/SourceKittenFrameworkTests/Fixtures/LinuxCommandantSPM@swift-5.6.json+1.0k-177
- Tests/SourceKittenFrameworkTests/Fixtures/LinuxExtension@swift-5.5.json+33-2
- Tests/SourceKittenFrameworkTests/Fixtures/LinuxExtension@swift-5.6.json+350
- Tests/SourceKittenFrameworkTests/Fixtures/LinuxSimpleCodeCompletion@swift-5.1.json-288
- Tests/SourceKittenFrameworkTests/Fixtures/LinuxSimpleCodeCompletion@swift-5.2.json-317
- Tests/SourceKittenFrameworkTests/Fixtures/LinuxSimpleCodeCompletion@swift-5.6.json+861
- Tests/SourceKittenFrameworkTests/Fixtures/Realm@swift-5.6.json+6.1k
- Tests/SourceKittenFrameworkTests/Fixtures/SimpleCodeCompletion@swift-5.1.json-317
- Tests/SourceKittenFrameworkTests/Fixtures/SimpleCodeCompletion@swift-5.6.json+861
- Tests/SourceKittenFrameworkTests/Fixtures/Subscript@swift-5.5.json+71
- Tests/SourceKittenFrameworkTests/Fixtures/Subscript@swift-5.6.json+73
- Tests/SourceKittenFrameworkTests/SourceKitTests.swift+46-12
- Tests/SourceKittenFrameworkTests/StructureTests.swift+40
- Tests/SourceKittenFrameworkTests/SwiftDocsTests.swift+12-2
Binary file not shown.
Submodule integration_specs updated 1 file
0 commit comments