The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of console-kit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swifweb/console-kit.git
Reference: 4.5.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/swifweb/console-kit
 * tag               4.5.0      -> FETCH_HEAD
HEAD is now at a7e67a1 Update Supported Swift Versions (#169)
Cloned https://github.com/swifweb/console-kit.git
Revision (git rev-parse @):
a7e67a1719933318b5ab7eaaed355cde020465b1
SUCCESS checkout https://github.com/swifweb/console-kit.git at 4.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/swifweb/console-kit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-log.git
[1/3169] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.38s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
warning: 'spi-builder-workspace': 'ConsoleKitExample' was identified as an executable target given the presence of a 'main.swift' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Building for debugging...
[0/10] Write sources
[4/10] Write swift-version-24593BA9C3E375BF.txt
[6/15] Compiling Logging MetadataProvider.swift
[7/15] Emitting module Logging
[8/15] Compiling Logging Locks.swift
[9/15] Compiling Logging LogHandler.swift
[10/15] Compiling Logging Logging.swift
[11/16] Wrapping AST for Logging for debugging
[13/59] Compiling ConsoleKit Console+Choose.swift
[14/59] Compiling ConsoleKit Console+Confirm.swift
[15/59] Compiling ConsoleKit Console+Input.swift
[16/59] Compiling ConsoleKit Console+Center.swift
[17/59] Compiling ConsoleKit Console+Output.swift
[18/59] Compiling ConsoleKit Console+Wait.swift
[19/65] Emitting module ConsoleKit
[20/65] Compiling ConsoleKit ActivityBar.swift
[21/65] Compiling ConsoleKit ActivityIndicator.swift
[22/65] Compiling ConsoleKit ActivityIndicatorRenderer.swift
[23/65] Compiling ConsoleKit ActivityIndicatorState.swift
[24/65] Compiling ConsoleKit CustomActivity.swift
[25/65] Compiling ConsoleKit LoadingBar.swift
[26/65] Compiling ConsoleKit ConsoleColor.swift
[27/65] Compiling ConsoleKit ConsoleStyle.swift
[28/65] Compiling ConsoleKit ConsoleText.swift
[29/65] Compiling ConsoleKit ConsoleTextFragment.swift
[30/65] Compiling ConsoleKit ANSI.swift
[31/65] Compiling ConsoleKit Terminal.swift
[32/65] Compiling ConsoleKit readpassphrase_linux.swift
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: note: use 'update(repeating:count:)' instead
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^~~~~~
                         update
[33/65] Compiling ConsoleKit ConsoleError.swift
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: note: use 'update(repeating:count:)' instead
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^~~~~~
                         update
[34/65] Compiling ConsoleKit ConsoleLogger.swift
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: note: use 'update(repeating:count:)' instead
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^~~~~~
                         update
[35/65] Compiling ConsoleKit GenerateAsyncAutocompleteCommand.swift
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: note: use 'update(repeating:count:)' instead
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^~~~~~
                         update
[36/65] Compiling ConsoleKit GenerateAutocompleteCommand.swift
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: note: use 'update(repeating:count:)' instead
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^~~~~~
                         update
[37/65] Compiling ConsoleKit String+LevenshteinDistance.swift
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^
/host/spi-builder-workspace/Sources/ConsoleKit/Terminal/readpassphrase_linux.swift:138:26: note: use 'update(repeating:count:)' instead
        self.baseAddress.assign(repeating: 0, count: self.capacity)
                         ^~~~~~
                         update
[38/65] Compiling ConsoleKit ProgressBar.swift
[39/65] Compiling ConsoleKit Console+Clear.swift
[40/65] Compiling ConsoleKit Console+Ephemeral.swift
[41/65] Compiling ConsoleKit ConsoleClear.swift
[42/65] Compiling ConsoleKit AnyCommand.swift
[43/65] Compiling ConsoleKit Argument.swift
[44/65] Compiling ConsoleKit Console+Run.swift
[45/65] Compiling ConsoleKit Flag.swift
[46/65] Compiling ConsoleKit Option.swift
[47/65] Compiling ConsoleKit Utilities.swift
[48/65] Compiling ConsoleKit Console.swift
[49/65] Compiling ConsoleKit Console+Ask.swift
[50/65] Compiling ConsoleKit AnyAsyncCommand.swift
[51/65] Compiling ConsoleKit AsyncCommand.swift
[52/65] Compiling ConsoleKit AsyncCommandGroup.swift
[53/65] Compiling ConsoleKit AsyncCommands.swift
[54/65] Compiling ConsoleKit Command.swift
[55/65] Compiling ConsoleKit CommandContext.swift
[56/65] Compiling ConsoleKit CommandError.swift
[57/65] Compiling ConsoleKit CommandGroup.swift
[58/65] Compiling ConsoleKit CommandInput.swift
[59/65] Compiling ConsoleKit CommandSignature.swift
[60/65] Compiling ConsoleKit Commands.swift
[61/65] Compiling ConsoleKit Completion.swift
[62/66] Wrapping AST for ConsoleKit for debugging
[64/72] Compiling ConsoleKitExample main.swift
[65/72] Emitting module ConsoleKitExample
[66/72] Compiling ConsoleKitExample DemoCommand.swift
[67/73] Emitting module ConsoleKitAsyncExample
[68/73] Compiling ConsoleKitAsyncExample entry.swift
/host/spi-builder-workspace/Sources/ConsoleKitAsyncExample/entry.swift:10:13: warning: initialization of variable 'context' was never used; consider replacing with assignment to '_' or removing it
        var context = CommandContext(console: console, input: input)
        ~~~~^~~~~~~
        _
[69/73] Compiling ConsoleKitAsyncExample DemoCommand.swift
[71/74] Wrapping AST for ConsoleKitExample for debugging
[72/74] Write Objects.LinkFileList
[73/74] Linking ConsoleKitExample
Build complete! (11.28s)
Build complete.
Done.