The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of console-kit, reference main (b7854a), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 08:10:34 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 InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/console-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/console-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b7854a8 Update CI to use shared workflow's Musl check
Cloned https://github.com/vapor/console-kit.git
Revision (git rev-parse @):
b7854a8c1a806fc78173712f5ac9665e33d080dc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/console-kit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/console-kit.git
https://github.com/vapor/console-kit.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.62.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "console-kit",
  "name" : "console-kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ConsoleKit",
      "targets" : [
        "ConsoleKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConsoleKitTerminal",
      "targets" : [
        "ConsoleKitTerminal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConsoleKitCommands",
      "targets" : [
        "ConsoleKitCommands"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConsoleLoggerExample",
      "targets" : [
        "ConsoleLoggerExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConsoleKitExample",
      "targets" : [
        "ConsoleKitExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConsoleKitAsyncExample",
      "targets" : [
        "ConsoleKitAsyncExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConsoleLoggerExample",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleLoggerExample",
      "path" : "Sources/ConsoleLoggerExample",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "ConsoleLoggerExample"
      ],
      "sources" : [
        "entrypoint.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConsoleKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitTests",
      "path" : "Tests/ConsoleKitTests",
      "sources" : [
        "ActivityTests.swift",
        "CommandErrorTests.swift",
        "CommandTests.swift",
        "ConsoleTests.swift",
        "LoggingTests.swift",
        "TerminalTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConsoleKitTerminal",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitTerminal",
      "path" : "Sources/ConsoleKitTerminal",
      "product_dependencies" : [
        "Logging",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ConsoleKit",
        "ConsoleKitTerminal",
        "ConsoleKitCommands",
        "ConsoleLoggerExample",
        "ConsoleKitExample",
        "ConsoleKitAsyncExample"
      ],
      "sources" : [
        "Activity/ActivityBar.swift",
        "Activity/ActivityIndicator.swift",
        "Activity/ActivityIndicatorRenderer.swift",
        "Activity/ActivityIndicatorState.swift",
        "Activity/CustomActivity.swift",
        "Activity/LoadingBar.swift",
        "Activity/ProgressBar.swift",
        "Clear/Console+Clear.swift",
        "Clear/Console+Ephemeral.swift",
        "Clear/ConsoleClear.swift",
        "Input/Console+Ask.swift",
        "Input/Console+Choose.swift",
        "Input/Console+Confirm.swift",
        "Input/Console+Input.swift",
        "Output/Console+Center.swift",
        "Output/Console+Output.swift",
        "Output/Console+Wait.swift",
        "Output/ConsoleColor.swift",
        "Output/ConsoleStyle.swift",
        "Output/ConsoleText.swift",
        "Output/ConsoleTextFragment.swift",
        "Terminal/ANSI.swift",
        "Terminal/Console.swift",
        "Terminal/Terminal.swift",
        "Terminal/readpassphrase_linux.swift",
        "Utilities/AnySendableHashable.swift",
        "Utilities/ConsoleLogger.swift",
        "Utilities/LoggerFragment.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConsoleKitPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitPerformanceTests",
      "path" : "Tests/ConsoleKitPerformanceTests",
      "sources" : [
        "ConsoleLoggerPerformanceTests.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConsoleKitExample",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitExample",
      "path" : "Sources/ConsoleKitExample",
      "product_memberships" : [
        "ConsoleKitExample"
      ],
      "sources" : [
        "DemoCommand.swift",
        "entrypoint.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConsoleKitCommands",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitCommands",
      "path" : "Sources/ConsoleKitCommands",
      "product_dependencies" : [
        "Logging",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ConsoleKit",
        "ConsoleKitCommands",
        "ConsoleLoggerExample",
        "ConsoleKitExample",
        "ConsoleKitAsyncExample"
      ],
      "sources" : [
        "Async/AnyAsyncCommand.swift",
        "Async/AsyncCommand.swift",
        "Async/AsyncCommandGroup.swift",
        "Async/AsyncCommands.swift",
        "Async/GenerateAsyncAutocompleteCommand.swift",
        "Base/AnyCommand.swift",
        "Base/Command.swift",
        "Base/CommandContext.swift",
        "Base/CommandError.swift",
        "Base/CommandGroup.swift",
        "Base/CommandInput.swift",
        "Base/Commands.swift",
        "Base/Console+Run.swift",
        "Base/ConsoleError.swift",
        "Completion/Completion.swift",
        "Completion/GenerateAutocompleteCommand.swift",
        "Deprecated/MergedAsyncCommandGroup.swift",
        "Signatures/Argument.swift",
        "Signatures/CommandSignature.swift",
        "Signatures/Flag.swift",
        "Signatures/Option.swift",
        "Utilities/String+LevenshteinDistance.swift",
        "Utilities/Utilities.swift"
      ],
      "target_dependencies" : [
        "ConsoleKitTerminal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConsoleKitAsyncExample",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitAsyncExample",
      "path" : "Sources/ConsoleKitAsyncExample",
      "product_memberships" : [
        "ConsoleKitAsyncExample"
      ],
      "sources" : [
        "DemoCommand.swift",
        "entrypoint.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConsoleKit",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKit",
      "path" : "Sources/ConsoleKit",
      "product_memberships" : [
        "ConsoleKit",
        "ConsoleLoggerExample",
        "ConsoleKitExample",
        "ConsoleKitAsyncExample"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "ConsoleKitCommands",
        "ConsoleKitTerminal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncConsoleKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncConsoleKitTests",
      "path" : "Tests/AsyncConsoleKitTests",
      "sources" : [
        "AsyncCommandErrorTests.swift",
        "AsyncCommandTests.swift",
        "AsyncUtilities.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
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/23] Write sources
[4/23] Write ConsoleKitExample-entitlement.plist
[4/23] Write sources
[4/23] Write ConsoleLoggerExample-entitlement.plist
[8/23] Write sources
[8/23] Write ConsoleKitAsyncExample-entitlement.plist
[11/23] Write swift-version-2F0A5646E1D333AE.txt
[12/28] Compiling c-nioatomics.c
[13/28] Compiling c-atomics.c
[15/34] Compiling NIOConcurrencyHelpers lock.swift
[16/34] Compiling Logging MetadataProvider.swift
[17/34] Compiling Logging LogHandler.swift
[18/34] Compiling Logging Locks.swift
[19/34] Emitting module Logging
[20/34] Compiling Logging Logging.swift
[21/34] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[22/34] Compiling NIOConcurrencyHelpers NIOLock.swift
[23/34] Emitting module NIOConcurrencyHelpers
[24/34] Compiling NIOConcurrencyHelpers atomics.swift
[25/34] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[26/61] Emitting module ConsoleKitTerminal
[27/63] Compiling ConsoleKitTerminal Console+Confirm.swift
[28/63] Compiling ConsoleKitTerminal Console+Input.swift
[29/63] Compiling ConsoleKitTerminal Console+Center.swift
[30/63] Compiling ConsoleKitTerminal ProgressBar.swift
[31/63] Compiling ConsoleKitTerminal Console+Clear.swift
[32/63] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[33/63] Compiling ConsoleKitTerminal ConsoleClear.swift
[34/63] Compiling ConsoleKitTerminal Console+Ask.swift
[35/63] Compiling ConsoleKitTerminal Console+Choose.swift
[36/63] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[37/63] Compiling ConsoleKitTerminal AnySendableHashable.swift
[38/63] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[39/63] Compiling ConsoleKitTerminal CustomActivity.swift
[40/63] Compiling ConsoleKitTerminal LoadingBar.swift
[41/63] Compiling ConsoleKitTerminal Console+Output.swift
[42/63] Compiling ConsoleKitTerminal Console+Wait.swift
[43/63] Compiling ConsoleKitTerminal ConsoleColor.swift
[44/63] Compiling ConsoleKitTerminal ConsoleLogger.swift
[45/63] Compiling ConsoleKitTerminal LoggerFragment.swift
[46/63] Compiling ConsoleKitTerminal ActivityBar.swift
[47/63] Compiling ConsoleKitTerminal ActivityIndicator.swift
[48/63] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[49/63] Compiling ConsoleKitTerminal ConsoleStyle.swift
[50/63] Compiling ConsoleKitTerminal ConsoleText.swift
[51/63] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[52/63] Compiling ConsoleKitTerminal ANSI.swift
[53/63] Compiling ConsoleKitTerminal Console.swift
[54/63] Compiling ConsoleKitTerminal Terminal.swift
[55/85] Emitting module ConsoleKitCommands
[56/87] Compiling ConsoleKitCommands Flag.swift
[57/87] Compiling ConsoleKitCommands Option.swift
[58/87] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[59/87] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[60/87] Compiling ConsoleKitCommands Argument.swift
[61/87] Compiling ConsoleKitCommands CommandSignature.swift
[62/87] Compiling ConsoleKitCommands CommandGroup.swift
[63/87] Compiling ConsoleKitCommands CommandInput.swift
[64/87] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[65/87] Compiling ConsoleKitCommands AsyncCommand.swift
[66/87] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[67/87] Compiling ConsoleKitCommands Command.swift
[68/87] Compiling ConsoleKitCommands CommandContext.swift
[69/87] Compiling ConsoleKitCommands CommandError.swift
[70/87] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[71/87] Compiling ConsoleKitCommands Utilities.swift
[72/87] Compiling ConsoleKitCommands Commands.swift
[73/87] Compiling ConsoleKitCommands Console+Run.swift
[74/87] Compiling ConsoleKitCommands ConsoleError.swift
[75/87] Compiling ConsoleKitCommands Completion.swift
[76/87] Compiling ConsoleKitCommands AsyncCommands.swift
[77/87] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[78/87] Compiling ConsoleKitCommands AnyCommand.swift
[79/89] Emitting module ConsoleKit
[80/89] Compiling ConsoleKit Exports.swift
[81/97] Emitting module ConsoleLoggerExample
[82/97] Compiling ConsoleLoggerExample entrypoint.swift
[82/97] Write Objects.LinkFileList
[84/97] Compiling ConsoleKitExample entrypoint.swift
[85/97] Compiling ConsoleKitAsyncExample entrypoint.swift
[86/97] Compiling ConsoleKitAsyncExample DemoCommand.swift
[87/97] Emitting module ConsoleKitAsyncExample
[88/97] Compiling ConsoleKitExample DemoCommand.swift
[89/97] Emitting module ConsoleKitExample
[89/97] Write Objects.LinkFileList
[91/97] Linking ConsoleLoggerExample
[92/97] Linking ConsoleKitExample
[93/97] Linking ConsoleKitAsyncExample
[94/97] Applying ConsoleLoggerExample
[95/97] Applying ConsoleKitExample
[96/97] Applying ConsoleKitAsyncExample
Build complete! (16.94s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.95s)
Fetched https://github.com/apple/swift-nio.git from cache (0.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.05s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.82s)
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
Fetched https://github.com/apple/swift-collections.git from cache (0.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.71s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.62.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "console-kit",
  "name" : "console-kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ConsoleKit",
      "targets" : [
        "ConsoleKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConsoleKitTerminal",
      "targets" : [
        "ConsoleKitTerminal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConsoleKitCommands",
      "targets" : [
        "ConsoleKitCommands"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConsoleLoggerExample",
      "targets" : [
        "ConsoleLoggerExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConsoleKitExample",
      "targets" : [
        "ConsoleKitExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConsoleKitAsyncExample",
      "targets" : [
        "ConsoleKitAsyncExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConsoleLoggerExample",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleLoggerExample",
      "path" : "Sources/ConsoleLoggerExample",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "ConsoleLoggerExample"
      ],
      "sources" : [
        "entrypoint.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConsoleKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitTests",
      "path" : "Tests/ConsoleKitTests",
      "sources" : [
        "ActivityTests.swift",
        "CommandErrorTests.swift",
        "CommandTests.swift",
        "ConsoleTests.swift",
        "LoggingTests.swift",
        "TerminalTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConsoleKitTerminal",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitTerminal",
      "path" : "Sources/ConsoleKitTerminal",
      "product_dependencies" : [
        "Logging",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ConsoleKit",
        "ConsoleKitTerminal",
        "ConsoleKitCommands",
        "ConsoleLoggerExample",
        "ConsoleKitExample",
        "ConsoleKitAsyncExample"
      ],
      "sources" : [
        "Activity/ActivityBar.swift",
        "Activity/ActivityIndicator.swift",
        "Activity/ActivityIndicatorRenderer.swift",
        "Activity/ActivityIndicatorState.swift",
        "Activity/CustomActivity.swift",
        "Activity/LoadingBar.swift",
        "Activity/ProgressBar.swift",
        "Clear/Console+Clear.swift",
        "Clear/Console+Ephemeral.swift",
        "Clear/ConsoleClear.swift",
        "Input/Console+Ask.swift",
        "Input/Console+Choose.swift",
        "Input/Console+Confirm.swift",
        "Input/Console+Input.swift",
        "Output/Console+Center.swift",
        "Output/Console+Output.swift",
        "Output/Console+Wait.swift",
        "Output/ConsoleColor.swift",
        "Output/ConsoleStyle.swift",
        "Output/ConsoleText.swift",
        "Output/ConsoleTextFragment.swift",
        "Terminal/ANSI.swift",
        "Terminal/Console.swift",
        "Terminal/Terminal.swift",
        "Terminal/readpassphrase_linux.swift",
        "Utilities/AnySendableHashable.swift",
        "Utilities/ConsoleLogger.swift",
        "Utilities/LoggerFragment.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConsoleKitPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitPerformanceTests",
      "path" : "Tests/ConsoleKitPerformanceTests",
      "sources" : [
        "ConsoleLoggerPerformanceTests.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConsoleKitExample",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitExample",
      "path" : "Sources/ConsoleKitExample",
      "product_memberships" : [
        "ConsoleKitExample"
      ],
      "sources" : [
        "DemoCommand.swift",
        "entrypoint.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConsoleKitCommands",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitCommands",
      "path" : "Sources/ConsoleKitCommands",
      "product_dependencies" : [
        "Logging",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "ConsoleKit",
        "ConsoleKitCommands",
        "ConsoleLoggerExample",
        "ConsoleKitExample",
        "ConsoleKitAsyncExample"
      ],
      "sources" : [
        "Async/AnyAsyncCommand.swift",
        "Async/AsyncCommand.swift",
        "Async/AsyncCommandGroup.swift",
        "Async/AsyncCommands.swift",
        "Async/GenerateAsyncAutocompleteCommand.swift",
        "Base/AnyCommand.swift",
        "Base/Command.swift",
        "Base/CommandContext.swift",
        "Base/CommandError.swift",
        "Base/CommandGroup.swift",
        "Base/CommandInput.swift",
        "Base/Commands.swift",
        "Base/Console+Run.swift",
        "Base/ConsoleError.swift",
        "Completion/Completion.swift",
        "Completion/GenerateAutocompleteCommand.swift",
        "Deprecated/MergedAsyncCommandGroup.swift",
        "Signatures/Argument.swift",
        "Signatures/CommandSignature.swift",
        "Signatures/Flag.swift",
        "Signatures/Option.swift",
        "Utilities/String+LevenshteinDistance.swift",
        "Utilities/Utilities.swift"
      ],
      "target_dependencies" : [
        "ConsoleKitTerminal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConsoleKitAsyncExample",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKitAsyncExample",
      "path" : "Sources/ConsoleKitAsyncExample",
      "product_memberships" : [
        "ConsoleKitAsyncExample"
      ],
      "sources" : [
        "DemoCommand.swift",
        "entrypoint.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConsoleKit",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleKit",
      "path" : "Sources/ConsoleKit",
      "product_memberships" : [
        "ConsoleKit",
        "ConsoleLoggerExample",
        "ConsoleKitExample",
        "ConsoleKitAsyncExample"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "ConsoleKitCommands",
        "ConsoleKitTerminal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncConsoleKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncConsoleKitTests",
      "path" : "Tests/AsyncConsoleKitTests",
      "sources" : [
        "AsyncCommandErrorTests.swift",
        "AsyncCommandTests.swift",
        "AsyncUtilities.swift"
      ],
      "target_dependencies" : [
        "ConsoleKit"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Done.