The Swift Package Index logo.Swift Package Index

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/vapor/console-kit.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a31f44e Revert unnecessary command behavior change (#197)
Cloned https://github.com/vapor/console-kit.git
Revision (git rev-parse @):
a31f44ebfbd15a2cc0fda705279676773ac16355
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/vapor/console-kit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/vapor/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-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3169] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.31s)
[1/64589] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.17s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (1.22s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
[361/4546] Fetching swift-atomics, swift-system
[4547/18292] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.52s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.52s)
Fetched https://github.com/apple/swift-collections.git from cache (1.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.37s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.68s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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.63.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
Building for debugging...
[0/25] Write sources
[8/25] Write swift-version-24593BA9C3E375BF.txt
[9/25] Compiling c-nioatomics.c
[10/30] Compiling c-atomics.c
[12/36] Compiling NIOConcurrencyHelpers lock.swift
[13/36] Compiling Logging MetadataProvider.swift
[14/36] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[15/36] Compiling NIOConcurrencyHelpers NIOLock.swift
[16/36] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[17/36] Emitting module NIOConcurrencyHelpers
[18/36] Compiling NIOConcurrencyHelpers atomics.swift
[19/36] Emitting module Logging
[21/37] Compiling Logging Locks.swift
[22/37] Compiling Logging Logging.swift
[23/37] Compiling Logging LogHandler.swift
[24/38] Wrapping AST for NIOConcurrencyHelpers for debugging
[25/38] Wrapping AST for Logging for debugging
[27/64] Emitting module ConsoleKitTerminal
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Terminal/readpassphrase_linux.swift:104:17: warning: let 'linux_readpassphrase_signos' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
fileprivate let linux_readpassphrase_signos: VeryUnsafeMutableSigAtomicBufferPointer = .init(capacity: NSIG)
                ^
[28/67] Compiling ConsoleKitTerminal Console+Confirm.swift
[29/67] Compiling ConsoleKitTerminal Console+Input.swift
[30/67] Compiling ConsoleKitTerminal Console+Center.swift
[31/67] Compiling ConsoleKitTerminal Console+Output.swift
[32/67] Compiling ConsoleKitTerminal Console+Wait.swift
[33/67] Compiling ConsoleKitTerminal ConsoleColor.swift
[34/67] Compiling ConsoleKitTerminal ConsoleStyle.swift
[35/67] Compiling ConsoleKitTerminal ActivityBar.swift
[36/67] Compiling ConsoleKitTerminal ActivityIndicator.swift
[37/67] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[38/67] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[39/67] Compiling ConsoleKitTerminal AnySendableHashable.swift
[40/67] Compiling ConsoleKitTerminal ConsoleLogger.swift
[41/67] Compiling ConsoleKitTerminal LoggerFragment.swift
[42/67] Compiling ConsoleKitTerminal CustomActivity.swift
[43/67] Compiling ConsoleKitTerminal LoadingBar.swift
[44/67] Compiling ConsoleKitTerminal ProgressBar.swift
[45/67] Compiling ConsoleKitTerminal Console+Clear.swift
[46/67] Compiling ConsoleKitTerminal ConsoleText.swift
[47/67] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[48/67] Compiling ConsoleKitTerminal ANSI.swift
[49/67] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[50/67] Compiling ConsoleKitTerminal ConsoleClear.swift
[51/67] Compiling ConsoleKitTerminal Console+Ask.swift
[52/67] Compiling ConsoleKitTerminal Console+Choose.swift
[53/67] Compiling ConsoleKitTerminal Console.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Terminal/Terminal.swift:125:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        fflush(stdout)
               ^
SwiftGlibc.stdout:1:12: note: var declared here
public var stdout: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Terminal/Terminal.swift:134:36: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            putc_unlocked(CInt(c), stderr)
                                   ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Terminal/readpassphrase_linux.swift:104:17: warning: let 'linux_readpassphrase_signos' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
fileprivate let linux_readpassphrase_signos: VeryUnsafeMutableSigAtomicBufferPointer = .init(capacity: NSIG)
                ^
[54/67] Compiling ConsoleKitTerminal Terminal.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Terminal/Terminal.swift:125:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        fflush(stdout)
               ^
SwiftGlibc.stdout:1:12: note: var declared here
public var stdout: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Terminal/Terminal.swift:134:36: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            putc_unlocked(CInt(c), stderr)
                                   ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Terminal/readpassphrase_linux.swift:104:17: warning: let 'linux_readpassphrase_signos' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
fileprivate let linux_readpassphrase_signos: VeryUnsafeMutableSigAtomicBufferPointer = .init(capacity: NSIG)
                ^
[55/67] Compiling ConsoleKitTerminal readpassphrase_linux.swift
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Terminal/Terminal.swift:125:16: warning: reference to var 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        fflush(stdout)
               ^
SwiftGlibc.stdout:1:12: note: var declared here
public var stdout: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Terminal/Terminal.swift:134:36: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
            putc_unlocked(CInt(c), stderr)
                                   ^
SwiftGlibc.stderr:1:12: note: var declared here
public var stderr: UnsafeMutablePointer<FILE>!
           ^
/host/spi-builder-workspace/Sources/ConsoleKitTerminal/Terminal/readpassphrase_linux.swift:104:17: warning: let 'linux_readpassphrase_signos' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
fileprivate let linux_readpassphrase_signos: VeryUnsafeMutableSigAtomicBufferPointer = .init(capacity: NSIG)
                ^
[56/68] Wrapping AST for ConsoleKitTerminal for debugging
[58/90] Emitting module ConsoleKitCommands
[59/92] Compiling ConsoleKitCommands CommandSignature.swift
[60/92] Compiling ConsoleKitCommands Flag.swift
[61/92] Compiling ConsoleKitCommands Option.swift
[62/92] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[63/92] Compiling ConsoleKitCommands AsyncCommand.swift
[64/92] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[65/92] Compiling ConsoleKitCommands Command.swift
[66/92] Compiling ConsoleKitCommands CommandContext.swift
[67/92] Compiling ConsoleKitCommands CommandError.swift
[68/92] Compiling ConsoleKitCommands CommandGroup.swift
[69/92] Compiling ConsoleKitCommands CommandInput.swift
[70/92] Compiling ConsoleKitCommands Commands.swift
[71/92] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[72/92] Compiling ConsoleKitCommands Utilities.swift
[73/92] Compiling ConsoleKitCommands Console+Run.swift
[74/92] Compiling ConsoleKitCommands ConsoleError.swift
[75/92] Compiling ConsoleKitCommands Completion.swift
[76/92] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[77/92] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[78/92] Compiling ConsoleKitCommands Argument.swift
[79/92] Compiling ConsoleKitCommands AsyncCommands.swift
[80/92] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[81/92] Compiling ConsoleKitCommands AnyCommand.swift
[82/93] Wrapping AST for ConsoleKitCommands for debugging
[84/95] Emitting module ConsoleKit
[85/95] Compiling ConsoleKit Exports.swift
[86/96] Wrapping AST for ConsoleKit for debugging
[88/104] Emitting module ConsoleKitAsyncExample
[89/104] Compiling ConsoleKitExample entrypoint.swift
[90/104] Emitting module ConsoleLoggerExample
[91/104] Compiling ConsoleLoggerExample entrypoint.swift
[92/104] Compiling ConsoleKitAsyncExample entrypoint.swift
[94/105] Emitting module ConsoleKitExample
[95/105] Compiling ConsoleKitExample DemoCommand.swift
[96/105] Compiling ConsoleKitAsyncExample DemoCommand.swift
[98/107] Wrapping AST for ConsoleLoggerExample for debugging
[99/107] Write Objects.LinkFileList
[100/107] Wrapping AST for ConsoleKitAsyncExample for debugging
[101/107] Write Objects.LinkFileList
[102/107] Wrapping AST for ConsoleKitExample for debugging
[103/107] Write Objects.LinkFileList
[104/107] Linking ConsoleLoggerExample
[105/107] Linking ConsoleKitAsyncExample
[106/107] Linking ConsoleKitExample
Build complete! (25.28s)
Build complete.
Done.

Build Machine: Linux 1