Build Information
Successful build of console-kit, reference 4.16.0 (32ad16), with Swift 6.1 for macOS (SPM) on 1 Apr 2026 22:10:48 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/console-kit.git
Reference: 4.16.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/console-kit
* tag 4.16.0 -> FETCH_HEAD
HEAD is now at 32ad16d Update for swift-log 1.11.0 (#232)
Cloned https://github.com/vapor/console-kit.git
Revision (git rev-parse @):
32ad16dfc7677b927b225595ed18f3debb32f577
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/console-kit.git at 4.16.0
========================================
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.11.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.97.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" : "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/23] Write sources
[0/23] Write ConsoleLoggerExample-entitlement.plist
[2/23] Write sources
[5/23] Write ConsoleKitExample-entitlement.plist
[5/23] Write ConsoleKitAsyncExample-entitlement.plist
[6/23] Write sources
[11/23] Write swift-version-2F0A5646E1D333AE.txt
[12/29] Compiling c-nioatomics.c
[13/29] Compiling c-atomics.c
[15/36] Compiling Logging MetadataProvider.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/36] Compiling Logging LogEvent.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/36] Compiling Logging LogHandler.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/36] Emitting module Logging
<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/36] Compiling Logging 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
[20/36] Compiling Logging Locks.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/36] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.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/36] Compiling NIOConcurrencyHelpers lock.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/36] Compiling NIOConcurrencyHelpers NIOLock.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/36] Compiling NIOConcurrencyHelpers NIOAtomic.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/36] Compiling NIOConcurrencyHelpers NIOLockedValueBox.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/36] Emitting module NIOConcurrencyHelpers
<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/36] Compiling NIOConcurrencyHelpers 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
[28/63] Emitting module ConsoleKitTerminal
<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/65] Compiling ConsoleKitTerminal ActivityIndicatorState.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/65] Compiling ConsoleKitTerminal CustomActivity.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/65] Compiling ConsoleKitTerminal LoadingBar.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/65] Compiling ConsoleKitTerminal ConsoleClear.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/65] Compiling ConsoleKitTerminal Console+Ask.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/65] Compiling ConsoleKitTerminal Console+Choose.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/65] Compiling ConsoleKitTerminal readpassphrase_linux.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/65] Compiling ConsoleKitTerminal AnySendableHashable.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/65] Compiling ConsoleKitTerminal ProgressBar.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
[38/65] Compiling ConsoleKitTerminal Console+Clear.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/65] Compiling ConsoleKitTerminal Console+Ephemeral.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/65] Compiling ConsoleKitTerminal ConsoleStyle.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/65] Compiling ConsoleKitTerminal ConsoleText.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/65] Compiling ConsoleKitTerminal ConsoleTextFragment.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/65] Compiling ConsoleKitTerminal Console+Confirm.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/65] Compiling ConsoleKitTerminal Console+Input.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/65] Compiling ConsoleKitTerminal Console+Center.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/65] Compiling ConsoleKitTerminal ANSI.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
[47/65] Compiling ConsoleKitTerminal Console.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/65] Compiling ConsoleKitTerminal Terminal.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/65] Compiling ConsoleKitTerminal Console+Output.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
[50/65] Compiling ConsoleKitTerminal Console+Wait.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
[51/65] Compiling ConsoleKitTerminal ConsoleColor.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
[52/65] Compiling ConsoleKitTerminal ActivityBar.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
[53/65] Compiling ConsoleKitTerminal ActivityIndicator.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
[54/65] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.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
[55/65] Compiling ConsoleKitTerminal ConsoleLogger.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
[56/65] Compiling ConsoleKitTerminal LoggerFragment.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
[57/87] Emitting module ConsoleKitCommands
<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
[58/89] Compiling ConsoleKitCommands Commands.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
[59/89] Compiling ConsoleKitCommands Console+Run.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
[60/89] Compiling ConsoleKitCommands Argument.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
[61/89] Compiling ConsoleKitCommands CommandSignature.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
[62/89] Compiling ConsoleKitCommands Flag.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
[63/89] Compiling ConsoleKitCommands Option.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
[64/89] Compiling ConsoleKitCommands AsyncCommands.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
[65/89] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.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
[66/89] Compiling ConsoleKitCommands AnyCommand.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
[67/89] Compiling ConsoleKitCommands CommandGroup.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
[68/89] Compiling ConsoleKitCommands CommandInput.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
[69/89] Compiling ConsoleKitCommands Command.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
[70/89] Compiling ConsoleKitCommands CommandContext.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
[71/89] Compiling ConsoleKitCommands CommandError.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
[72/89] Compiling ConsoleKitCommands GenerateAutocompleteCommand.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
[73/89] Compiling ConsoleKitCommands MergedAsyncCommandGroup.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
[74/89] Compiling ConsoleKitCommands String+LevenshteinDistance.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
[75/89] Compiling ConsoleKitCommands Utilities.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
[76/89] Compiling ConsoleKitCommands AnyAsyncCommand.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
[77/89] Compiling ConsoleKitCommands AsyncCommand.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
[78/89] Compiling ConsoleKitCommands AsyncCommandGroup.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
[79/89] Compiling ConsoleKitCommands ConsoleError.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
[80/89] Compiling ConsoleKitCommands Completion.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
[81/91] Compiling ConsoleKit Exports.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
[82/91] Emitting module ConsoleKit
<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
[83/99] Emitting module ConsoleLoggerExample
<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
[84/99] Compiling ConsoleLoggerExample entrypoint.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
[84/99] Write Objects.LinkFileList
[86/99] Compiling ConsoleKitExample entrypoint.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
[87/99] Emitting module ConsoleKitExample
<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
[88/99] Compiling ConsoleKitExample DemoCommand.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
[89/99] Compiling ConsoleKitAsyncExample DemoCommand.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
[90/99] Emitting module ConsoleKitAsyncExample
<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
[91/99] Compiling ConsoleKitAsyncExample entrypoint.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
[91/99] Write Objects.LinkFileList
[93/99] Linking ConsoleKitAsyncExample
[93/99] Linking ConsoleLoggerExample
[95/99] Linking ConsoleKitExample
[96/99] Applying ConsoleKitExample
[96/99] Applying ConsoleLoggerExample
[98/99] Applying ConsoleKitAsyncExample
Build complete! (19.05s)
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.98s)
Fetched https://github.com/apple/swift-nio.git from cache (2.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (2.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.63s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (1.45s)
Fetched https://github.com/apple/swift-system.git from cache (1.47s)
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.00s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.59s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.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.11.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.97.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.11.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.97.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" : "6.1"
}
Done.