Build Information
Successful build of console-kit with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.6
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.8
Building package at path: $PWD/checkout
https://github.com/swifweb/console-kit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-log.git
[1/3155] Fetching swift-log
Fetched https://github.com/apple/swift-log.git (0.41s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.31s)
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.3
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...
[1/9] Compiling Logging MetadataProvider.swift
[2/9] Compiling Logging Logging.swift
[3/9] Emitting module Logging
[4/9] Compiling Logging LogHandler.swift
[5/9] Compiling Logging Locks.swift
[7/11] Wrapping AST for Logging for debugging
[9/54] Emitting module ConsoleKit
[10/60] Compiling ConsoleKit ActivityBar.swift
[11/60] Compiling ConsoleKit ActivityIndicator.swift
[12/60] Compiling ConsoleKit ActivityIndicatorRenderer.swift
[13/60] Compiling ConsoleKit ActivityIndicatorState.swift
[14/60] Compiling ConsoleKit CustomActivity.swift
[15/60] Compiling ConsoleKit LoadingBar.swift
[16/60] Compiling ConsoleKit ProgressBar.swift
[17/60] Compiling ConsoleKit Console+Clear.swift
[18/60] Compiling ConsoleKit Console+Ephemeral.swift
[19/60] Compiling ConsoleKit ConsoleClear.swift
[20/60] Compiling ConsoleKit AnyCommand.swift
[21/60] Compiling ConsoleKit Argument.swift
[22/60] Compiling ConsoleKit AnyAsyncCommand.swift
[23/60] Compiling ConsoleKit AsyncCommand.swift
[24/60] Compiling ConsoleKit AsyncCommandGroup.swift
[25/60] Compiling ConsoleKit AsyncCommands.swift
[26/60] Compiling ConsoleKit Command.swift
[27/60] Compiling ConsoleKit CommandContext.swift
[28/60] Compiling ConsoleKit Console+Choose.swift
[29/60] Compiling ConsoleKit Console+Confirm.swift
[30/60] Compiling ConsoleKit Console+Input.swift
[31/60] Compiling ConsoleKit Console+Center.swift
[32/60] Compiling ConsoleKit Console+Output.swift
[33/60] Compiling ConsoleKit Console+Wait.swift
[34/60] Compiling ConsoleKit Console+Run.swift
[35/60] Compiling ConsoleKit Flag.swift
[36/60] Compiling ConsoleKit Option.swift
[37/60] Compiling ConsoleKit Utilities.swift
[38/60] Compiling ConsoleKit Console.swift
[39/60] Compiling ConsoleKit Console+Ask.swift
[40/60] Compiling ConsoleKit ConsoleColor.swift
[41/60] Compiling ConsoleKit ConsoleStyle.swift
[42/60] Compiling ConsoleKit ConsoleText.swift
[43/60] Compiling ConsoleKit ConsoleTextFragment.swift
[44/60] Compiling ConsoleKit ANSI.swift
[45/60] Compiling ConsoleKit Terminal.swift
[46/60] Compiling ConsoleKit CommandError.swift
[47/60] Compiling ConsoleKit CommandGroup.swift
[48/60] Compiling ConsoleKit CommandInput.swift
[49/60] Compiling ConsoleKit CommandSignature.swift
[50/60] Compiling ConsoleKit Commands.swift
[51/60] Compiling ConsoleKit Completion.swift
[52/60] 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
[53/60] 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
[54/60] 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
[55/60] 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
[56/60] 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
[57/60] 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
[59/62] Wrapping AST for ConsoleKit for debugging
[61/68] 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)
~~~~^~~~~~~
_
[62/68] Compiling ConsoleKitExample main.swift
[63/68] Emitting module ConsoleKitExample
[64/68] Compiling ConsoleKitExample DemoCommand.swift
[65/68] Emitting module ConsoleKitAsyncExample
[66/68] Compiling ConsoleKitAsyncExample DemoCommand.swift
[70/72] Wrapping AST for ConsoleKitExample for debugging
[71/72] Linking ConsoleKitExample
Build complete! (7.86s)
Build complete.
Done.