Build Information
Successful build of SourceKitten, reference 0.37.3 (6529c1), with Swift 6.1 for macOS (SPM) on 30 Mar 2026 22:15:08 UTC.
Swift 6 data race errors: 8
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jpsim/SourceKitten.git
Reference: 0.37.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jpsim/SourceKitten
* tag 0.37.3 -> FETCH_HEAD
HEAD is now at 6529c17 Release 0.37.3
Cloned https://github.com/jpsim/SourceKitten.git
Revision (git rev-parse @):
6529c17fe80dd94843a3df7ed3e6a239790d5c91
SUCCESS checkout https://github.com/jpsim/SourceKitten.git at 0.37.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jpsim/SourceKitten.git
https://github.com/jpsim/SourceKitten.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swxmlhash",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.2",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/drmohundro/SWXMLHash.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "SourceKitten",
"name" : "SourceKitten",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "sourcekitten",
"targets" : [
"sourcekitten"
],
"type" : {
"executable" : null
}
},
{
"name" : "SourceKittenFramework",
"targets" : [
"SourceKittenFramework"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sourcekitten",
"module_type" : "SwiftTarget",
"name" : "sourcekitten",
"path" : "Source/sourcekitten",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"sourcekitten"
],
"sources" : [
"Complete.swift",
"Doc.swift",
"Errors.swift",
"Format.swift",
"Index.swift",
"ModuleInfo.swift",
"Request.swift",
"SourceKitten.swift",
"Structure.swift",
"Syntax.swift",
"Version.swift",
"main.swift"
],
"target_dependencies" : [
"SourceKittenFramework"
],
"type" : "executable"
},
{
"c99name" : "SourceKittenFrameworkTests",
"module_type" : "SwiftTarget",
"name" : "SourceKittenFrameworkTests",
"path" : "Tests/SourceKittenFrameworkTests",
"sources" : [
"ByteRangeTests.swift",
"ClangTranslationUnitTests.swift",
"CodeCompletionTests.swift",
"CursorInfoParsingTests.swift",
"CursorInfoUSRTests.swift",
"DocInfoTests.swift",
"FileTests.swift",
"LibraryWrapperGeneratorTests.swift",
"ModuleTests.swift",
"OffsetMapTests.swift",
"SourceKitObjectTests.swift",
"SourceKitStrings+Windows.swift",
"SourceKitTests.swift",
"StringTests.swift",
"StructureTests.swift",
"SwiftDocKeyTests.swift",
"SwiftDocsTests.swift",
"SyntaxTests.swift"
],
"target_dependencies" : [
"SourceKittenFramework"
],
"type" : "test"
},
{
"c99name" : "SourceKittenFramework",
"module_type" : "SwiftTarget",
"name" : "SourceKittenFramework",
"path" : "Source/SourceKittenFramework",
"product_dependencies" : [
"SWXMLHash",
"Yams"
],
"product_memberships" : [
"sourcekitten",
"SourceKittenFramework"
],
"sources" : [
"ByteCount.swift",
"ByteRange.swift",
"Clang+SourceKitten.swift",
"ClangTranslationUnit.swift",
"CodeCompletionItem.swift",
"CursorInfo+Parsing.swift",
"Dictionary+Merge.swift",
"Documentation.swift",
"Exec.swift",
"File+Hashable.swift",
"File.swift",
"JSONOutput.swift",
"Language.swift",
"LibraryWrapperGenerator.swift",
"Line.swift",
"LinuxCompatibility.swift",
"Module.swift",
"ObjCDeclarationKind.swift",
"OffsetMap.swift",
"Parameter.swift",
"Request.swift",
"SourceDeclaration.swift",
"SourceKitObject.swift",
"SourceLocation.swift",
"StatementKind.swift",
"String+SourceKitten.swift",
"StringView+SourceKitten.swift",
"StringView.swift",
"Structure.swift",
"SwiftDeclarationAttributeKind.swift",
"SwiftDeclarationKind.swift",
"SwiftDocKey.swift",
"SwiftDocs.swift",
"SwiftVersion.swift",
"SyntaxKind.swift",
"SyntaxMap.swift",
"SyntaxToken.swift",
"Text.swift",
"UID.swift",
"UIDRepresentable.swift",
"UncheckedSendable.swift",
"Version.swift",
"WindowsError.swift",
"Xcode.swift",
"XcodeBuildSetting.swift",
"library_wrapper.swift",
"library_wrapper_Clang_C.swift",
"library_wrapper_SourceKit.swift"
],
"target_dependencies" : [
"Clang_C",
"SourceKit"
],
"type" : "library"
},
{
"c99name" : "SourceKit",
"module_type" : "ClangTarget",
"name" : "SourceKit",
"path" : "Source/SourceKit",
"product_memberships" : [
"sourcekitten",
"SourceKittenFramework"
],
"sources" : [
"SourceKit.c"
],
"type" : "library"
},
{
"c99name" : "Clang_C",
"module_type" : "ClangTarget",
"name" : "Clang_C",
"path" : "Source/Clang_C",
"product_memberships" : [
"sourcekitten",
"SourceKittenFramework"
],
"sources" : [
"Clang_C.c"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[3/21] Write sourcekitten-entitlement.plist
[7/21] Write sources
[9/21] Compiling Clang_C Clang_C.c
[10/21] Compiling SourceKit SourceKit.c
[11/21] Write swift-version-2F0A5646E1D333AE.txt
[12/48] Compiling writer.c
[13/48] Compiling parser.c
[14/48] Compiling emitter.c
[15/48] Compiling reader.c
[16/48] Compiling scanner.c
[17/48] Compiling api.c
[19/68] Emitting module ArgumentParserToolInfo
[20/68] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/115] Emitting module SWXMLHash
[22/117] Compiling ArgumentParser InputKey.swift
[23/117] Compiling ArgumentParser InputOrigin.swift
[24/117] Compiling ArgumentParser Name.swift
[25/117] Compiling ArgumentParser Parsed.swift
[26/117] Compiling ArgumentParser ParsedValues.swift
[27/117] Emitting module ArgumentParser
[28/122] Compiling ArgumentParser CommandConfiguration.swift
[29/122] Compiling ArgumentParser CommandGroup.swift
[30/122] Compiling ArgumentParser EnumerableFlag.swift
[31/122] Compiling ArgumentParser ExpressibleByArgument.swift
[32/122] Compiling ArgumentParser ParsableArguments.swift
[33/122] Compiling ArgumentParser MessageInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/122] Compiling ArgumentParser UsageGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/124] Compiling ArgumentParser Platform.swift
[36/124] Compiling ArgumentParser SequenceExtensions.swift
[37/124] Compiling ArgumentParser StringExtensions.swift
[38/124] Compiling ArgumentParser SwiftExtensions.swift
[39/124] Compiling ArgumentParser Tree.swift
[40/124] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/124] Compiling ArgumentParser CodingKeyValidator.swift
[42/124] Compiling ArgumentParser NonsenseFlagsValidator.swift
[43/124] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/124] Compiling ArgumentParser PositionalArgumentsValidator.swift
[45/124] Compiling ArgumentParser UniqueNamesValidator.swift
[49/124] Compiling Yams YamlError.swift
[50/124] Compiling Yams YamlTagProviding.swift
[51/124] Compiling ArgumentParser CompletionsGenerator.swift
[52/124] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/124] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/124] Compiling ArgumentParser HelpCommand.swift
[55/124] Compiling ArgumentParser HelpGenerator.swift
[58/124] Compiling ArgumentParser CollectionExtensions.swift
[59/124] Compiling ArgumentParser Foundation.swift
[67/124] Compiling ArgumentParser ParserError.swift
[68/124] Compiling ArgumentParser SplitArguments.swift
[69/124] Compiling ArgumentParser DumpHelpGenerator.swift
[70/124] Compiling SWXMLHash XMLIndexer.swift
[71/124] Compiling SWXMLHash shim.swift
[82/124] Compiling ArgumentParser ArgumentHelp.swift
[83/124] Compiling ArgumentParser ArgumentVisibility.swift
[84/124] Compiling ArgumentParser CompletionKind.swift
[85/124] Compiling ArgumentParser Errors.swift
[86/124] Compiling ArgumentParser Flag.swift
[93/124] Compiling ArgumentParser ParsableCommand.swift
[94/124] Compiling ArgumentParser ArgumentDecoder.swift
[95/124] Compiling ArgumentParser ArgumentDefinition.swift
[96/124] Compiling ArgumentParser ArgumentSet.swift
[97/124] Compiling ArgumentParser CommandParser.swift
[98/124] Compiling ArgumentParser NameSpecification.swift
[99/124] Compiling ArgumentParser Option.swift
[100/124] Compiling ArgumentParser OptionGroup.swift
[101/124] Compiling ArgumentParser ParentCommand.swift
[102/124] Compiling ArgumentParser AsyncParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/169] Compiling SourceKittenFramework UncheckedSendable.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Version.swift:4:23: warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
1 | public struct Version {
| `- note: consider making struct 'Version' conform to the 'Sendable' protocol
2 | public let value: String
3 |
4 | public static let current = Version(value: "0.37.3")
| |- warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
[123/169] Compiling SourceKittenFramework Version.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Version.swift:4:23: warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
1 | public struct Version {
| `- note: consider making struct 'Version' conform to the 'Sendable' protocol
2 | public let value: String
3 |
4 | public static let current = Version(value: "0.37.3")
| |- warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
[124/169] Compiling SourceKittenFramework WindowsError.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Version.swift:4:23: warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
1 | public struct Version {
| `- note: consider making struct 'Version' conform to the 'Sendable' protocol
2 | public let value: String
3 |
4 | public static let current = Version(value: "0.37.3")
| |- warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
[125/169] Compiling SourceKittenFramework Xcode.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Version.swift:4:23: warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
1 | public struct Version {
| `- note: consider making struct 'Version' conform to the 'Sendable' protocol
2 | public let value: String
3 |
4 | public static let current = Version(value: "0.37.3")
| |- warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
[126/173] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[127/173] Compiling SourceKittenFramework SwiftDocKey.swift
[128/173] Compiling SourceKittenFramework SwiftDocs.swift
[129/173] Compiling SourceKittenFramework SwiftVersion.swift
[130/173] Compiling SourceKittenFramework SyntaxKind.swift
[131/173] Emitting module SourceKittenFramework
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:9:13: warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | import SWXMLHash
8 |
9 | private var _interfaceUUIDMap = [String: String]()
| |- warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMap' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | private var _interfaceUUIDMapLock = NSLock()
11 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:10:13: warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | private var _interfaceUUIDMap = [String: String]()
10 | private var _interfaceUUIDMapLock = NSLock()
| |- warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMapLock' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMapLock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 | /// Thread safe read from sourceKitUID map
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/File.swift:322:24: warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
320 |
321 | /// Keys to ignore from cursorinfo when already have dictionary from editor.open
322 | private static let untrustedCursorInfoKeys: [SwiftDocKey] = [
| |- warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'untrustedCursorInfoKeys' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
323 | .kind, // values from editor.open are more accurate than cursorinfo
324 | .offset, // usually same as nameoffset, but for extension, value locates **type's declaration** in type's file
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SwiftDocKey.swift:2:13: note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
1 | /// SourceKit response dictionary keys.
2 | public enum SwiftDocKey: String {
| `- note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
3 | // MARK: SourceKit Keys
4 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Request.swift:115:13: warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// dispatch_semaphore_t used when waiting for sourcekitd to be restored.
115 | private var sourceKitWaitingRestoredSemaphore = DispatchSemaphore(value: 0)
| |- warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sourceKitWaitingRestoredSemaphore' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'sourceKitWaitingRestoredSemaphore' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | private extension String {
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Version.swift:4:23: warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
1 | public struct Version {
| `- note: consider making struct 'Version' conform to the 'Sendable' protocol
2 | public let value: String
3 |
4 | public static let current = Version(value: "0.37.3")
| |- warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 | }
6 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper_Clang_C.swift:16:13: warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
14 | private let library = toolchainLoader.load(path: "libclang.dll")
15 | #else
16 | private let library = toolchainLoader.load(path: "libclang.dylib")
| |- warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'library' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper.swift:8:8: note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
6 | // MARK: - Shared Types & Functions
7 |
8 | struct DynamicLinkLibrary {
| `- note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
9 | #if os(Windows)
10 | typealias Handle = HMODULE?
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper_SourceKit.swift:10:13: warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
8 | private let library = toolchainLoader.load(path: "sourcekitdInProc.dll")
9 | #else
10 | private let library = toolchainLoader.load(path: "sourcekitdInProc.framework/Versions/A/sourcekitdInProc")
| |- warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'library' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #endif
12 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper.swift:8:8: note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
6 | // MARK: - Shared Types & Functions
7 |
8 | struct DynamicLinkLibrary {
| `- note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
9 | #if os(Windows)
10 | typealias Handle = HMODULE?
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SourceKitObject.swift:135:38: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
133 | continuation.resume(throwing: SourceKitSendError.error)
134 | } else {
135 | continuation.resume(returning: response)
| |- warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
136 | }
137 | }
[132/173] Compiling SourceKittenFramework LinuxCompatibility.swift
[133/173] Compiling SourceKittenFramework Module.swift
[134/173] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[135/173] Compiling SourceKittenFramework OffsetMap.swift
[136/173] Compiling SourceKittenFramework Parameter.swift
[137/173] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[138/173] Compiling SourceKittenFramework Dictionary+Merge.swift
[139/173] Compiling SourceKittenFramework Documentation.swift
[140/173] Compiling SourceKittenFramework Exec.swift
[141/173] Compiling SourceKittenFramework File+Hashable.swift
[142/173] Compiling SourceKittenFramework ByteCount.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:9:13: warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | import SWXMLHash
8 |
9 | private var _interfaceUUIDMap = [String: String]()
| |- warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMap' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | private var _interfaceUUIDMapLock = NSLock()
11 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:10:13: warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | private var _interfaceUUIDMap = [String: String]()
10 | private var _interfaceUUIDMapLock = NSLock()
| |- warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMapLock' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMapLock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 | /// Thread safe read from sourceKitUID map
[143/173] Compiling SourceKittenFramework ByteRange.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:9:13: warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | import SWXMLHash
8 |
9 | private var _interfaceUUIDMap = [String: String]()
| |- warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMap' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | private var _interfaceUUIDMapLock = NSLock()
11 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:10:13: warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | private var _interfaceUUIDMap = [String: String]()
10 | private var _interfaceUUIDMapLock = NSLock()
| |- warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMapLock' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMapLock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 | /// Thread safe read from sourceKitUID map
[144/173] Compiling SourceKittenFramework Clang+SourceKitten.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:9:13: warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | import SWXMLHash
8 |
9 | private var _interfaceUUIDMap = [String: String]()
| |- warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMap' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | private var _interfaceUUIDMapLock = NSLock()
11 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:10:13: warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | private var _interfaceUUIDMap = [String: String]()
10 | private var _interfaceUUIDMapLock = NSLock()
| |- warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMapLock' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMapLock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 | /// Thread safe read from sourceKitUID map
[145/173] Compiling SourceKittenFramework ClangTranslationUnit.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:9:13: warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | import SWXMLHash
8 |
9 | private var _interfaceUUIDMap = [String: String]()
| |- warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMap' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | private var _interfaceUUIDMapLock = NSLock()
11 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:10:13: warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | private var _interfaceUUIDMap = [String: String]()
10 | private var _interfaceUUIDMapLock = NSLock()
| |- warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMapLock' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMapLock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 | /// Thread safe read from sourceKitUID map
[146/173] Compiling SourceKittenFramework CodeCompletionItem.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:9:13: warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | import SWXMLHash
8 |
9 | private var _interfaceUUIDMap = [String: String]()
| |- warning: var '_interfaceUUIDMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMap' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | private var _interfaceUUIDMapLock = NSLock()
11 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Clang+SourceKitten.swift:10:13: warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
8 |
9 | private var _interfaceUUIDMap = [String: String]()
10 | private var _interfaceUUIDMapLock = NSLock()
| |- warning: var '_interfaceUUIDMapLock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_interfaceUUIDMapLock' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var '_interfaceUUIDMapLock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 |
12 | /// Thread safe read from sourceKitUID map
[147/173] Compiling SourceKittenFramework Request.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Request.swift:115:13: warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// dispatch_semaphore_t used when waiting for sourcekitd to be restored.
115 | private var sourceKitWaitingRestoredSemaphore = DispatchSemaphore(value: 0)
| |- warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sourceKitWaitingRestoredSemaphore' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'sourceKitWaitingRestoredSemaphore' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | private extension String {
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SourceKitObject.swift:135:38: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
133 | continuation.resume(throwing: SourceKitSendError.error)
134 | } else {
135 | continuation.resume(returning: response)
| |- warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
136 | }
137 | }
[148/173] Compiling SourceKittenFramework SourceDeclaration.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Request.swift:115:13: warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// dispatch_semaphore_t used when waiting for sourcekitd to be restored.
115 | private var sourceKitWaitingRestoredSemaphore = DispatchSemaphore(value: 0)
| |- warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sourceKitWaitingRestoredSemaphore' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'sourceKitWaitingRestoredSemaphore' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | private extension String {
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SourceKitObject.swift:135:38: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
133 | continuation.resume(throwing: SourceKitSendError.error)
134 | } else {
135 | continuation.resume(returning: response)
| |- warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
136 | }
137 | }
[149/173] Compiling SourceKittenFramework SourceKitObject.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Request.swift:115:13: warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// dispatch_semaphore_t used when waiting for sourcekitd to be restored.
115 | private var sourceKitWaitingRestoredSemaphore = DispatchSemaphore(value: 0)
| |- warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sourceKitWaitingRestoredSemaphore' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'sourceKitWaitingRestoredSemaphore' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | private extension String {
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SourceKitObject.swift:135:38: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
133 | continuation.resume(throwing: SourceKitSendError.error)
134 | } else {
135 | continuation.resume(returning: response)
| |- warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
136 | }
137 | }
[150/173] Compiling SourceKittenFramework SourceLocation.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Request.swift:115:13: warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// dispatch_semaphore_t used when waiting for sourcekitd to be restored.
115 | private var sourceKitWaitingRestoredSemaphore = DispatchSemaphore(value: 0)
| |- warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sourceKitWaitingRestoredSemaphore' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'sourceKitWaitingRestoredSemaphore' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | private extension String {
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SourceKitObject.swift:135:38: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
133 | continuation.resume(throwing: SourceKitSendError.error)
134 | } else {
135 | continuation.resume(returning: response)
| |- warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
136 | }
137 | }
[151/173] Compiling SourceKittenFramework StatementKind.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/Request.swift:115:13: warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
113 |
114 | /// dispatch_semaphore_t used when waiting for sourcekitd to be restored.
115 | private var sourceKitWaitingRestoredSemaphore = DispatchSemaphore(value: 0)
| |- warning: var 'sourceKitWaitingRestoredSemaphore' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sourceKitWaitingRestoredSemaphore' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'sourceKitWaitingRestoredSemaphore' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | private extension String {
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SourceKitObject.swift:135:38: warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
133 | continuation.resume(throwing: SourceKitSendError.error)
134 | } else {
135 | continuation.resume(returning: response)
| |- warning: sending 'response' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
136 | }
137 | }
[152/173] Compiling SourceKittenFramework File.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/File.swift:322:24: warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
320 |
321 | /// Keys to ignore from cursorinfo when already have dictionary from editor.open
322 | private static let untrustedCursorInfoKeys: [SwiftDocKey] = [
| |- warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'untrustedCursorInfoKeys' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
323 | .kind, // values from editor.open are more accurate than cursorinfo
324 | .offset, // usually same as nameoffset, but for extension, value locates **type's declaration** in type's file
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SwiftDocKey.swift:2:13: note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
1 | /// SourceKit response dictionary keys.
2 | public enum SwiftDocKey: String {
| `- note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
3 | // MARK: SourceKit Keys
4 |
[153/173] Compiling SourceKittenFramework JSONOutput.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/File.swift:322:24: warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
320 |
321 | /// Keys to ignore from cursorinfo when already have dictionary from editor.open
322 | private static let untrustedCursorInfoKeys: [SwiftDocKey] = [
| |- warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'untrustedCursorInfoKeys' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
323 | .kind, // values from editor.open are more accurate than cursorinfo
324 | .offset, // usually same as nameoffset, but for extension, value locates **type's declaration** in type's file
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SwiftDocKey.swift:2:13: note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
1 | /// SourceKit response dictionary keys.
2 | public enum SwiftDocKey: String {
| `- note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
3 | // MARK: SourceKit Keys
4 |
[154/173] Compiling SourceKittenFramework Language.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/File.swift:322:24: warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
320 |
321 | /// Keys to ignore from cursorinfo when already have dictionary from editor.open
322 | private static let untrustedCursorInfoKeys: [SwiftDocKey] = [
| |- warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'untrustedCursorInfoKeys' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
323 | .kind, // values from editor.open are more accurate than cursorinfo
324 | .offset, // usually same as nameoffset, but for extension, value locates **type's declaration** in type's file
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SwiftDocKey.swift:2:13: note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
1 | /// SourceKit response dictionary keys.
2 | public enum SwiftDocKey: String {
| `- note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
3 | // MARK: SourceKit Keys
4 |
[155/173] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/File.swift:322:24: warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
320 |
321 | /// Keys to ignore from cursorinfo when already have dictionary from editor.open
322 | private static let untrustedCursorInfoKeys: [SwiftDocKey] = [
| |- warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'untrustedCursorInfoKeys' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
323 | .kind, // values from editor.open are more accurate than cursorinfo
324 | .offset, // usually same as nameoffset, but for extension, value locates **type's declaration** in type's file
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SwiftDocKey.swift:2:13: note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
1 | /// SourceKit response dictionary keys.
2 | public enum SwiftDocKey: String {
| `- note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
3 | // MARK: SourceKit Keys
4 |
[156/173] Compiling SourceKittenFramework Line.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/File.swift:322:24: warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
320 |
321 | /// Keys to ignore from cursorinfo when already have dictionary from editor.open
322 | private static let untrustedCursorInfoKeys: [SwiftDocKey] = [
| |- warning: static property 'untrustedCursorInfoKeys' is not concurrency-safe because non-'Sendable' type '[SwiftDocKey]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'untrustedCursorInfoKeys' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
323 | .kind, // values from editor.open are more accurate than cursorinfo
324 | .offset, // usually same as nameoffset, but for extension, value locates **type's declaration** in type's file
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/SwiftDocKey.swift:2:13: note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
1 | /// SourceKit response dictionary keys.
2 | public enum SwiftDocKey: String {
| `- note: consider making enum 'SwiftDocKey' conform to the 'Sendable' protocol
3 | // MARK: SourceKit Keys
4 |
[157/173] Compiling SourceKittenFramework SyntaxMap.swift
[158/173] Compiling SourceKittenFramework SyntaxToken.swift
[159/173] Compiling SourceKittenFramework Text.swift
[160/173] Compiling SourceKittenFramework UID.swift
[161/173] Compiling SourceKittenFramework UIDRepresentable.swift
[162/173] Compiling SourceKittenFramework String+SourceKitten.swift
[163/173] Compiling SourceKittenFramework StringView+SourceKitten.swift
[164/173] Compiling SourceKittenFramework StringView.swift
[165/173] Compiling SourceKittenFramework Structure.swift
[166/173] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[167/173] Compiling SourceKittenFramework XcodeBuildSetting.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper_Clang_C.swift:16:13: warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
14 | private let library = toolchainLoader.load(path: "libclang.dll")
15 | #else
16 | private let library = toolchainLoader.load(path: "libclang.dylib")
| |- warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'library' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper.swift:8:8: note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
6 | // MARK: - Shared Types & Functions
7 |
8 | struct DynamicLinkLibrary {
| `- note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
9 | #if os(Windows)
10 | typealias Handle = HMODULE?
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper_SourceKit.swift:10:13: warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
8 | private let library = toolchainLoader.load(path: "sourcekitdInProc.dll")
9 | #else
10 | private let library = toolchainLoader.load(path: "sourcekitdInProc.framework/Versions/A/sourcekitdInProc")
| |- warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'library' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #endif
12 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper.swift:8:8: note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
6 | // MARK: - Shared Types & Functions
7 |
8 | struct DynamicLinkLibrary {
| `- note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
9 | #if os(Windows)
10 | typealias Handle = HMODULE?
[168/173] Compiling SourceKittenFramework library_wrapper.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper_Clang_C.swift:16:13: warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
14 | private let library = toolchainLoader.load(path: "libclang.dll")
15 | #else
16 | private let library = toolchainLoader.load(path: "libclang.dylib")
| |- warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'library' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper.swift:8:8: note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
6 | // MARK: - Shared Types & Functions
7 |
8 | struct DynamicLinkLibrary {
| `- note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
9 | #if os(Windows)
10 | typealias Handle = HMODULE?
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper_SourceKit.swift:10:13: warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
8 | private let library = toolchainLoader.load(path: "sourcekitdInProc.dll")
9 | #else
10 | private let library = toolchainLoader.load(path: "sourcekitdInProc.framework/Versions/A/sourcekitdInProc")
| |- warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'library' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #endif
12 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper.swift:8:8: note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
6 | // MARK: - Shared Types & Functions
7 |
8 | struct DynamicLinkLibrary {
| `- note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
9 | #if os(Windows)
10 | typealias Handle = HMODULE?
[169/173] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper_Clang_C.swift:16:13: warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
14 | private let library = toolchainLoader.load(path: "libclang.dll")
15 | #else
16 | private let library = toolchainLoader.load(path: "libclang.dylib")
| |- warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'library' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper.swift:8:8: note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
6 | // MARK: - Shared Types & Functions
7 |
8 | struct DynamicLinkLibrary {
| `- note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
9 | #if os(Windows)
10 | typealias Handle = HMODULE?
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper_SourceKit.swift:10:13: warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
8 | private let library = toolchainLoader.load(path: "sourcekitdInProc.dll")
9 | #else
10 | private let library = toolchainLoader.load(path: "sourcekitdInProc.framework/Versions/A/sourcekitdInProc")
| |- warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'library' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #endif
12 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper.swift:8:8: note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
6 | // MARK: - Shared Types & Functions
7 |
8 | struct DynamicLinkLibrary {
| `- note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
9 | #if os(Windows)
10 | typealias Handle = HMODULE?
[170/173] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper_Clang_C.swift:16:13: warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
14 | private let library = toolchainLoader.load(path: "libclang.dll")
15 | #else
16 | private let library = toolchainLoader.load(path: "libclang.dylib")
| |- warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'library' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper.swift:8:8: note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
6 | // MARK: - Shared Types & Functions
7 |
8 | struct DynamicLinkLibrary {
| `- note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
9 | #if os(Windows)
10 | typealias Handle = HMODULE?
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper_SourceKit.swift:10:13: warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
8 | private let library = toolchainLoader.load(path: "sourcekitdInProc.dll")
9 | #else
10 | private let library = toolchainLoader.load(path: "sourcekitdInProc.framework/Versions/A/sourcekitdInProc")
| |- warning: let 'library' is not concurrency-safe because non-'Sendable' type 'DynamicLinkLibrary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'library' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
11 | #endif
12 |
/Users/admin/builder/spi-builder-workspace/Source/SourceKittenFramework/library_wrapper.swift:8:8: note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
6 | // MARK: - Shared Types & Functions
7 |
8 | struct DynamicLinkLibrary {
| `- note: consider making struct 'DynamicLinkLibrary' conform to the 'Sendable' protocol
9 | #if os(Windows)
10 | typealias Handle = HMODULE?
[171/185] Compiling sourcekitten Structure.swift
[172/185] Compiling sourcekitten Version.swift
[173/186] Compiling sourcekitten SourceKitten.swift
[174/186] Compiling sourcekitten Syntax.swift
[175/186] Compiling sourcekitten Request.swift
[176/186] Compiling sourcekitten ModuleInfo.swift
[177/186] Compiling sourcekitten Index.swift
[178/186] Compiling sourcekitten Errors.swift
[179/186] Compiling sourcekitten Format.swift
[180/186] Compiling sourcekitten main.swift
[181/186] Emitting module sourcekitten
[182/186] Compiling sourcekitten Complete.swift
[183/186] Compiling sourcekitten Doc.swift
[183/186] Write Objects.LinkFileList
[184/186] Linking sourcekitten
[185/186] Applying sourcekitten
Build complete! (17.16s)
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/2858] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.29s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.30s)
Fetched https://github.com/jpsim/Yams.git from cache (1.31s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (1.85s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.61s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.54s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swxmlhash",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.2",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/drmohundro/SWXMLHash.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "SourceKitten",
"name" : "SourceKitten",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "sourcekitten",
"targets" : [
"sourcekitten"
],
"type" : {
"executable" : null
}
},
{
"name" : "SourceKittenFramework",
"targets" : [
"SourceKittenFramework"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sourcekitten",
"module_type" : "SwiftTarget",
"name" : "sourcekitten",
"path" : "Source/sourcekitten",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"sourcekitten"
],
"sources" : [
"Complete.swift",
"Doc.swift",
"Errors.swift",
"Format.swift",
"Index.swift",
"ModuleInfo.swift",
"Request.swift",
"SourceKitten.swift",
"Structure.swift",
"Syntax.swift",
"Version.swift",
"main.swift"
],
"target_dependencies" : [
"SourceKittenFramework"
],
"type" : "executable"
},
{
"c99name" : "SourceKittenFrameworkTests",
"module_type" : "SwiftTarget",
"name" : "SourceKittenFrameworkTests",
"path" : "Tests/SourceKittenFrameworkTests",
"sources" : [
"ByteRangeTests.swift",
"ClangTranslationUnitTests.swift",
"CodeCompletionTests.swift",
"CursorInfoParsingTests.swift",
"CursorInfoUSRTests.swift",
"DocInfoTests.swift",
"FileTests.swift",
"LibraryWrapperGeneratorTests.swift",
"ModuleTests.swift",
"OffsetMapTests.swift",
"SourceKitObjectTests.swift",
"SourceKitStrings+Windows.swift",
"SourceKitTests.swift",
"StringTests.swift",
"StructureTests.swift",
"SwiftDocKeyTests.swift",
"SwiftDocsTests.swift",
"SyntaxTests.swift"
],
"target_dependencies" : [
"SourceKittenFramework"
],
"type" : "test"
},
{
"c99name" : "SourceKittenFramework",
"module_type" : "SwiftTarget",
"name" : "SourceKittenFramework",
"path" : "Source/SourceKittenFramework",
"product_dependencies" : [
"SWXMLHash",
"Yams"
],
"product_memberships" : [
"sourcekitten",
"SourceKittenFramework"
],
"sources" : [
"ByteCount.swift",
"ByteRange.swift",
"Clang+SourceKitten.swift",
"ClangTranslationUnit.swift",
"CodeCompletionItem.swift",
"CursorInfo+Parsing.swift",
"Dictionary+Merge.swift",
"Documentation.swift",
"Exec.swift",
"File+Hashable.swift",
"File.swift",
"JSONOutput.swift",
"Language.swift",
"LibraryWrapperGenerator.swift",
"Line.swift",
"LinuxCompatibility.swift",
"Module.swift",
"ObjCDeclarationKind.swift",
"OffsetMap.swift",
"Parameter.swift",
"Request.swift",
"SourceDeclaration.swift",
"SourceKitObject.swift",
"SourceLocation.swift",
"StatementKind.swift",
"String+SourceKitten.swift",
"StringView+SourceKitten.swift",
"StringView.swift",
"Structure.swift",
"SwiftDeclarationAttributeKind.swift",
"SwiftDeclarationKind.swift",
"SwiftDocKey.swift",
"SwiftDocs.swift",
"SwiftVersion.swift",
"SyntaxKind.swift",
"SyntaxMap.swift",
"SyntaxToken.swift",
"Text.swift",
"UID.swift",
"UIDRepresentable.swift",
"UncheckedSendable.swift",
"Version.swift",
"WindowsError.swift",
"Xcode.swift",
"XcodeBuildSetting.swift",
"library_wrapper.swift",
"library_wrapper_Clang_C.swift",
"library_wrapper_SourceKit.swift"
],
"target_dependencies" : [
"Clang_C",
"SourceKit"
],
"type" : "library"
},
{
"c99name" : "SourceKit",
"module_type" : "ClangTarget",
"name" : "SourceKit",
"path" : "Source/SourceKit",
"product_memberships" : [
"sourcekitten",
"SourceKittenFramework"
],
"sources" : [
"SourceKit.c"
],
"type" : "library"
},
{
"c99name" : "Clang_C",
"module_type" : "ClangTarget",
"name" : "Clang_C",
"path" : "Source/Clang_C",
"product_memberships" : [
"sourcekitten",
"SourceKittenFramework"
],
"sources" : [
"Clang_C.c"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.