Skip to content

Commit

Permalink
Update SourceKitten for Swift 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Feb 2, 2022
1 parent 819ae6f commit 5a68ab0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceKitten
Submodule SourceKitten updated 45 files
+2 −2 .github/workflows/jazzy.yml
+2 −2 .github/workflows/pod_lib_lint.yml
+1 −1 .github/workflows/swiftlint.yml
+3 −3 .github/workflows/swiftpm.yml
+3 −3 .github/workflows/xcodebuild.yml
+27 −1 CHANGELOG.md
+1 −1 Dangerfile
+2 −2 Makefile
+6 −6 Package.resolved
+4 −4 Package.swift
+2 −1 README.md
+1 −1 Releasing.md
+2 −2 Source/SourceKittenFramework/Clang+SourceKitten.swift
+2 −8 Source/SourceKittenFramework/CodeCompletionItem.swift
+1 −1 Source/SourceKittenFramework/CursorInfo+Parsing.swift
+3 −3 Source/SourceKittenFramework/File.swift
+14 −9 Source/SourceKittenFramework/JSONOutput.swift
+1 −1 Source/SourceKittenFramework/StringView.swift
+13 −0 Source/SourceKittenFramework/SwiftDeclarationAttributeKind.swift
+1 −1 Source/SourceKittenFramework/Version.swift
+13 −1 Source/sourcekitten/Complete.swift
+3 −3 SourceKittenFramework.podspec
+0 −726 Tests/SourceKittenFrameworkTests/Fixtures/Bicycle@swift-5.1.json
+69 −1 Tests/SourceKittenFrameworkTests/Fixtures/Bicycle@swift-5.5.json
+914 −0 Tests/SourceKittenFrameworkTests/Fixtures/BicycleIndex@swift-5.5.2.json
+32 −28 Tests/SourceKittenFrameworkTests/Fixtures/BicycleIndex@swift-5.5.json
+1 −0 Tests/SourceKittenFrameworkTests/Fixtures/BicycleSyntax@swift-5.5.json
+0 −7,985 Tests/SourceKittenFrameworkTests/Fixtures/Commandant@swift-5.1.json
+737 −90 Tests/SourceKittenFrameworkTests/Fixtures/Commandant@swift-5.5.json
+0 −7,985 Tests/SourceKittenFrameworkTests/Fixtures/CommandantSPM@swift-5.1.json
+737 −90 Tests/SourceKittenFrameworkTests/Fixtures/CommandantSPM@swift-5.5.json
+16 −0 Tests/SourceKittenFrameworkTests/Fixtures/CursorInfoUSR@swift-5.5.json
+33 −7 Tests/SourceKittenFrameworkTests/Fixtures/Extension@swift-5.5.json
+0 −725 Tests/SourceKittenFrameworkTests/Fixtures/LinuxBicycle@swift-5.1.json
+70 −4 Tests/SourceKittenFrameworkTests/Fixtures/LinuxBicycle@swift-5.5.json
+58 −4 Tests/SourceKittenFrameworkTests/Fixtures/LinuxBicycleIndex@swift-5.5.json
+0 −7,985 Tests/SourceKittenFrameworkTests/Fixtures/LinuxCommandantSPM@swift-5.1.json
+766 −119 Tests/SourceKittenFrameworkTests/Fixtures/LinuxCommandantSPM@swift-5.5.json
+33 −2 Tests/SourceKittenFrameworkTests/Fixtures/LinuxExtension@swift-5.5.json
+0 −288 Tests/SourceKittenFrameworkTests/Fixtures/LinuxSimpleCodeCompletion@swift-5.1.json
+0 −317 Tests/SourceKittenFrameworkTests/Fixtures/LinuxSimpleCodeCompletion@swift-5.2.json
+0 −317 Tests/SourceKittenFrameworkTests/Fixtures/SimpleCodeCompletion@swift-5.1.json
+71 −0 Tests/SourceKittenFrameworkTests/Fixtures/Subscript@swift-5.5.json
+25 −2 Tests/SourceKittenFrameworkTests/SourceKitTests.swift
+8 −2 Tests/SourceKittenFrameworkTests/SwiftDocsTests.swift
Binary file modified bin/sourcekitten
Binary file not shown.

0 comments on commit 5a68ab0

Please sign in to comment.