Build Information
Successful build of console-kit, reference 4.16.0 (32ad16), with Swift 6.1 for Linux on 1 Apr 2026 22:06:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/console-kit.git
https://github.com/vapor/console-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/6332] Fetching swift-log
[6333/89349] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.79s)
[1661/83017] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.86s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (9.67s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.43s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1820] Fetching swift-atomics
[602/7421] Fetching swift-atomics, swift-system
[1051/30767] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
[3688/25166] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.82s)
Fetched https://github.com/apple/swift-collections.git from cache (2.86s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (4.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (5.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.33s)
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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Building for debugging...
[0/25] Write sources
[8/25] Compiling c-nioatomics.c
[9/25] Write swift-version-24593BA9C3E375BF.txt
[9/25] Compiling c-atomics.c
[12/38] 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
[13/38] 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
[14/38] 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
[15/38] 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
[16/38] 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
[17/38] 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
[18/38] 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
[19/38] 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
[20/39] 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
[21/39] 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
[22/39] 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
[23/39] 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
[24/39] 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
[26/40] Wrapping AST for Logging for debugging
[27/40] Wrapping AST for NIOConcurrencyHelpers for debugging
[29/66] 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
[30/66] 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
[31/66] 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
[32/69] 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
[33/69] 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
[34/69] 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
[35/69] 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
[36/69] 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
[37/69] 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
[38/69] 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
[39/69] 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
[40/69] 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
[41/69] 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
[42/69] 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
[43/69] 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
[44/69] 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
[45/69] 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
[46/69] 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
[47/69] 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
[48/69] 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
[49/69] 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
[50/69] 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
[51/69] 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
[52/69] 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
[53/69] 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
[54/69] 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
[55/69] 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
[56/69] 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
[57/69] 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
[58/70] Wrapping AST for ConsoleKitTerminal for debugging
[60/92] 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
[61/94] 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/94] 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/94] 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/94] 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
[65/94] 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
[66/94] 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
[67/94] 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
[68/94] 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
[69/94] 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
[70/94] 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
[71/94] 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
[72/94] 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
[73/94] 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
[74/94] 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
[75/94] 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
[76/94] 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
[77/94] 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
[78/94] 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
[79/94] 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
[80/94] 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
[81/94] 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
[82/94] 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
[83/94] 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
[84/95] Wrapping AST for ConsoleKitCommands for debugging
[86/97] 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
[87/97] 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
[88/98] Wrapping AST for ConsoleKit for debugging
[90/106] 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
[91/106] 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
[92/107] 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
[94/107] 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
[95/107] 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
[96/108] 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
[97/108] 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
[98/108] 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
[99/109] Wrapping AST for ConsoleLoggerExample for debugging
[100/109] Write Objects.LinkFileList
[102/109] Wrapping AST for ConsoleKitAsyncExample for debugging
[103/109] Write Objects.LinkFileList
[104/109] Wrapping AST for ConsoleKitExample for debugging
[105/109] Write Objects.LinkFileList
[106/109] Linking ConsoleLoggerExample
[107/109] Linking ConsoleKitAsyncExample
[108/109] Linking ConsoleKitExample
Build complete! (57.36s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.