Build Information
Successful build of SourceKitD, reference main (17e0af), with Swift 6.1 for macOS (SPM) on 17 Apr 2026 05:19:54 UTC.
Swift 6 data race errors: 0
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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lynnswap/SourceKitD.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lynnswap/SourceKitD
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 17e0af6 Add Apache 2.0 License with Runtime Library Exception (inherited from sourcekit-lsp)
Cloned https://github.com/lynnswap/SourceKitD.git
Revision (git rev-parse @):
17e0af681429cf6b9e786c2384219b3b2333c3cf
SUCCESS checkout https://github.com/lynnswap/SourceKitD.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/lynnswap/SourceKitD.git
https://github.com/lynnswap/SourceKitD.git
{
"dependencies" : [
],
"manifest_display_name" : "SourceKitD",
"name" : "SourceKitD",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SourceKitD",
"targets" : [
"SourceKitD"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftExtensions",
"module_type" : "SwiftTarget",
"name" : "SwiftExtensions",
"path" : "Sources/SwiftExtensions",
"product_memberships" : [
"SourceKitD"
],
"sources" : [
"Array+Safe.swift",
"AsyncQueue.swift",
"AsyncUtils.swift",
"Atomics.swift",
"Cache.swift",
"CartesianProduct.swift",
"Collection+Only.swift",
"Collection+PartitionIntoBatches.swift",
"Duration+Seconds.swift",
"FileManagerExtensions.swift",
"LazyValue.swift",
"NSLock+WithLock.swift",
"PipeAsStringHandler.swift",
"Platform.swift",
"Process+terminate.swift",
"ResultExtensions.swift",
"Sequence+AsyncMap.swift",
"Sequence+ContainsAnyIn.swift",
"Task+WithPriorityChangedHandler.swift",
"ThreadSafeBox.swift",
"TransitiveClosure.swift",
"URLExtensions.swift"
],
"target_dependencies" : [
"CAtomics"
],
"type" : "library"
},
{
"c99name" : "SourceKitD",
"module_type" : "SwiftTarget",
"name" : "SourceKitD",
"path" : "Sources/SourceKitD",
"product_memberships" : [
"SourceKitD"
],
"sources" : [
"SKDRequestArray.swift",
"SKDRequestDictionary.swift",
"SKDResponse.swift",
"SKDResponseArray.swift",
"SKDResponseDictionary.swift",
"SourceKitD.swift",
"SourceKitDRegistry.swift",
"dlopen.swift",
"sourcekitd_functions.swift",
"sourcekitd_uids.swift"
],
"target_dependencies" : [
"Csourcekitd",
"SKLogging",
"SwiftExtensions"
],
"type" : "library"
},
{
"c99name" : "SKLogging",
"module_type" : "SwiftTarget",
"name" : "SKLogging",
"path" : "Sources/SKLogging",
"product_memberships" : [
"SourceKitD"
],
"sources" : [
"CustomLogStringConvertible.swift",
"Error+ForLogging.swift",
"Logging.swift",
"LoggingScope.swift",
"NonDarwinLogging.swift",
"OrLog.swift",
"SetGlobalLogFileHandler.swift",
"SplitLogMessage.swift"
],
"target_dependencies" : [
"SwiftExtensions"
],
"type" : "library"
},
{
"c99name" : "Csourcekitd",
"module_type" : "ClangTarget",
"name" : "Csourcekitd",
"path" : "Sources/Csourcekitd",
"product_memberships" : [
"SourceKitD"
],
"sources" : [
"sourcekitd.c"
],
"type" : "library"
},
{
"c99name" : "CAtomics",
"module_type" : "ClangTarget",
"name" : "CAtomics",
"path" : "Sources/CAtomics",
"product_memberships" : [
"SourceKitD"
],
"sources" : [
"CAtomics.c"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
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
Building for debugging...
[0/6] Write sources
[3/6] Compiling CAtomics CAtomics.c
[4/6] Compiling Csourcekitd sourcekitd.c
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/27] Emitting module SwiftExtensions
<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
[8/29] Compiling SwiftExtensions Sequence+AsyncMap.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
[9/29] Compiling SwiftExtensions Sequence+ContainsAnyIn.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
[10/29] Compiling SwiftExtensions TransitiveClosure.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
[11/29] Compiling SwiftExtensions URLExtensions.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
[12/29] Compiling SwiftExtensions Collection+Only.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
[13/29] Compiling SwiftExtensions Collection+PartitionIntoBatches.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
[14/29] Compiling SwiftExtensions Task+WithPriorityChangedHandler.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
[15/29] Compiling SwiftExtensions ThreadSafeBox.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
[16/29] Compiling SwiftExtensions Duration+Seconds.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
[17/29] Compiling SwiftExtensions FileManagerExtensions.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
[18/29] Compiling SwiftExtensions LazyValue.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
[19/29] Compiling SwiftExtensions NSLock+WithLock.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
[20/29] Compiling SwiftExtensions Process+terminate.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
[21/29] Compiling SwiftExtensions ResultExtensions.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
[22/29] Compiling SwiftExtensions PipeAsStringHandler.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
[23/29] Compiling SwiftExtensions Platform.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
[24/29] Compiling SwiftExtensions Atomics.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
[25/29] Compiling SwiftExtensions Cache.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
[26/29] Compiling SwiftExtensions CartesianProduct.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
[27/29] Compiling SwiftExtensions Array+Safe.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
[28/29] Compiling SwiftExtensions AsyncQueue.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
[29/29] Compiling SwiftExtensions AsyncUtils.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
[30/38] Compiling SKLogging SetGlobalLogFileHandler.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
[31/38] Compiling SKLogging OrLog.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
[32/38] Compiling SKLogging SplitLogMessage.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
[33/38] Compiling SKLogging LoggingScope.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/38] Compiling SKLogging Logging.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/38] Compiling SKLogging NonDarwinLogging.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
[36/38] Compiling SKLogging Error+ForLogging.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
[37/38] Emitting module SKLogging
<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
[38/38] Compiling SKLogging CustomLogStringConvertible.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
[39/48] Compiling SourceKitD sourcekitd_functions.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
[40/48] Compiling SourceKitD dlopen.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
[41/49] Compiling SourceKitD SourceKitDRegistry.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
[42/49] Compiling SourceKitD SKDResponseArray.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
[43/49] Compiling SourceKitD SKDResponseDictionary.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
[44/49] Compiling SourceKitD SKDResponse.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
[45/49] Compiling SourceKitD SKDRequestDictionary.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
[46/49] Emitting module SourceKitD
<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
[47/49] Compiling SourceKitD SKDRequestArray.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
[48/49] Compiling SourceKitD SourceKitD.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
[49/49] Compiling SourceKitD sourcekitd_uids.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
Build complete! (8.21s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SourceKitD",
"name" : "SourceKitD",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SourceKitD",
"targets" : [
"SourceKitD"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftExtensions",
"module_type" : "SwiftTarget",
"name" : "SwiftExtensions",
"path" : "Sources/SwiftExtensions",
"product_memberships" : [
"SourceKitD"
],
"sources" : [
"Array+Safe.swift",
"AsyncQueue.swift",
"AsyncUtils.swift",
"Atomics.swift",
"Cache.swift",
"CartesianProduct.swift",
"Collection+Only.swift",
"Collection+PartitionIntoBatches.swift",
"Duration+Seconds.swift",
"FileManagerExtensions.swift",
"LazyValue.swift",
"NSLock+WithLock.swift",
"PipeAsStringHandler.swift",
"Platform.swift",
"Process+terminate.swift",
"ResultExtensions.swift",
"Sequence+AsyncMap.swift",
"Sequence+ContainsAnyIn.swift",
"Task+WithPriorityChangedHandler.swift",
"ThreadSafeBox.swift",
"TransitiveClosure.swift",
"URLExtensions.swift"
],
"target_dependencies" : [
"CAtomics"
],
"type" : "library"
},
{
"c99name" : "SourceKitD",
"module_type" : "SwiftTarget",
"name" : "SourceKitD",
"path" : "Sources/SourceKitD",
"product_memberships" : [
"SourceKitD"
],
"sources" : [
"SKDRequestArray.swift",
"SKDRequestDictionary.swift",
"SKDResponse.swift",
"SKDResponseArray.swift",
"SKDResponseDictionary.swift",
"SourceKitD.swift",
"SourceKitDRegistry.swift",
"dlopen.swift",
"sourcekitd_functions.swift",
"sourcekitd_uids.swift"
],
"target_dependencies" : [
"Csourcekitd",
"SKLogging",
"SwiftExtensions"
],
"type" : "library"
},
{
"c99name" : "SKLogging",
"module_type" : "SwiftTarget",
"name" : "SKLogging",
"path" : "Sources/SKLogging",
"product_memberships" : [
"SourceKitD"
],
"sources" : [
"CustomLogStringConvertible.swift",
"Error+ForLogging.swift",
"Logging.swift",
"LoggingScope.swift",
"NonDarwinLogging.swift",
"OrLog.swift",
"SetGlobalLogFileHandler.swift",
"SplitLogMessage.swift"
],
"target_dependencies" : [
"SwiftExtensions"
],
"type" : "library"
},
{
"c99name" : "Csourcekitd",
"module_type" : "ClangTarget",
"name" : "Csourcekitd",
"path" : "Sources/Csourcekitd",
"product_memberships" : [
"SourceKitD"
],
"sources" : [
"sourcekitd.c"
],
"type" : "library"
},
{
"c99name" : "CAtomics",
"module_type" : "ClangTarget",
"name" : "CAtomics",
"path" : "Sources/CAtomics",
"product_memberships" : [
"SourceKitD"
],
"sources" : [
"CAtomics.c"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.