The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCLI with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/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/jakeheis/SwiftCLI.git
Reference: 6.0.3
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/jakeheis/SwiftCLI
 * tag               6.0.3      -> FETCH_HEAD
HEAD is now at 2e94905 Merge pull request #104 from EricRabil/master
Cloned https://github.com/jakeheis/SwiftCLI.git
Revision (git rev-parse @):
2e949055d9797c1a6bddcda0e58dada16cc8e970
SUCCESS checkout https://github.com/jakeheis/SwiftCLI.git at 6.0.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/jakeheis/SwiftCLI.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/23] Emitting module SwiftCLI
[4/25] Compiling SwiftCLI OptionRegistry.swift
[5/25] Compiling SwiftCLI Parameter.swift
[6/25] Compiling SwiftCLI Parser.swift
[7/25] Compiling SwiftCLI ValueBox.swift
[8/25] Compiling SwiftCLI VersionCommand.swift
[9/25] Compiling SwiftCLI Term.swift
[10/25] Compiling SwiftCLI Validation.swift
[11/25] Compiling SwiftCLI Error.swift
[12/25] Compiling SwiftCLI HelpCommand.swift
[13/25] Compiling SwiftCLI HelpMessageGenerator.swift
[14/25] Compiling SwiftCLI ArgumentList.swift
[15/25] Compiling SwiftCLI ArgumentListManipulator.swift
[16/25] Compiling SwiftCLI CLI.swift
[17/25] Compiling SwiftCLI Path.swift
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:55:26: warning: 'launchPath' is deprecated: renamed to 'executableURL'
            self.process.launchPath = executable
                         ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:55:26: note: use 'executableURL' instead
            self.process.launchPath = executable
                         ^~~~~~~~~~
                         executableURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:58:26: warning: 'launchPath' is deprecated: renamed to 'executableURL'
            self.process.launchPath = "/usr/bin/env"
                         ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:58:26: note: use 'executableURL' instead
            self.process.launchPath = "/usr/bin/env"
                         ^~~~~~~~~~
                         executableURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:62:26: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
            self.process.currentDirectoryPath = directory
                         ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:62:26: note: use 'currentDirectoryURL' instead
            self.process.currentDirectoryPath = directory
                         ^~~~~~~~~~~~~~~~~~~~
                         currentDirectoryURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:177:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:177:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:332:37: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        var str = "Task(" + process.launchPath! + " " + process.arguments!.joined(separator: " ")
                                    ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:332:37: note: use 'executableURL' instead
        var str = "Task(" + process.launchPath! + " " + process.arguments!.joined(separator: " ")
                                    ^~~~~~~~~~
                                    executableURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:333:20: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
        if process.currentDirectoryPath != FileManager.default.currentDirectoryPath {
                   ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:333:20: note: use 'currentDirectoryURL' instead
        if process.currentDirectoryPath != FileManager.default.currentDirectoryPath {
                   ^~~~~~~~~~~~~~~~~~~~
                   currentDirectoryURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:334:47: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
            str += " , directory: " + process.currentDirectoryPath
                                              ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:334:47: note: use 'currentDirectoryURL' instead
            str += " , directory: " + process.currentDirectoryPath
                                              ^~~~~~~~~~~~~~~~~~~~
                                              currentDirectoryURL
[18/25] Compiling SwiftCLI Stream.swift
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:55:26: warning: 'launchPath' is deprecated: renamed to 'executableURL'
            self.process.launchPath = executable
                         ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:55:26: note: use 'executableURL' instead
            self.process.launchPath = executable
                         ^~~~~~~~~~
                         executableURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:58:26: warning: 'launchPath' is deprecated: renamed to 'executableURL'
            self.process.launchPath = "/usr/bin/env"
                         ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:58:26: note: use 'executableURL' instead
            self.process.launchPath = "/usr/bin/env"
                         ^~~~~~~~~~
                         executableURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:62:26: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
            self.process.currentDirectoryPath = directory
                         ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:62:26: note: use 'currentDirectoryURL' instead
            self.process.currentDirectoryPath = directory
                         ^~~~~~~~~~~~~~~~~~~~
                         currentDirectoryURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:177:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:177:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:332:37: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        var str = "Task(" + process.launchPath! + " " + process.arguments!.joined(separator: " ")
                                    ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:332:37: note: use 'executableURL' instead
        var str = "Task(" + process.launchPath! + " " + process.arguments!.joined(separator: " ")
                                    ^~~~~~~~~~
                                    executableURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:333:20: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
        if process.currentDirectoryPath != FileManager.default.currentDirectoryPath {
                   ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:333:20: note: use 'currentDirectoryURL' instead
        if process.currentDirectoryPath != FileManager.default.currentDirectoryPath {
                   ^~~~~~~~~~~~~~~~~~~~
                   currentDirectoryURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:334:47: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
            str += " , directory: " + process.currentDirectoryPath
                                              ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:334:47: note: use 'currentDirectoryURL' instead
            str += " , directory: " + process.currentDirectoryPath
                                              ^~~~~~~~~~~~~~~~~~~~
                                              currentDirectoryURL
[19/25] Compiling SwiftCLI Task.swift
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:55:26: warning: 'launchPath' is deprecated: renamed to 'executableURL'
            self.process.launchPath = executable
                         ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:55:26: note: use 'executableURL' instead
            self.process.launchPath = executable
                         ^~~~~~~~~~
                         executableURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:58:26: warning: 'launchPath' is deprecated: renamed to 'executableURL'
            self.process.launchPath = "/usr/bin/env"
                         ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:58:26: note: use 'executableURL' instead
            self.process.launchPath = "/usr/bin/env"
                         ^~~~~~~~~~
                         executableURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:62:26: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
            self.process.currentDirectoryPath = directory
                         ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:62:26: note: use 'currentDirectoryURL' instead
            self.process.currentDirectoryPath = directory
                         ^~~~~~~~~~~~~~~~~~~~
                         currentDirectoryURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:177:17: warning: 'launch()' is deprecated: renamed to 'run'
        process.launch()
                ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:177:17: note: use 'run' instead
        process.launch()
                ^~~~~~
                run
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:332:37: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        var str = "Task(" + process.launchPath! + " " + process.arguments!.joined(separator: " ")
                                    ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:332:37: note: use 'executableURL' instead
        var str = "Task(" + process.launchPath! + " " + process.arguments!.joined(separator: " ")
                                    ^~~~~~~~~~
                                    executableURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:333:20: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
        if process.currentDirectoryPath != FileManager.default.currentDirectoryPath {
                   ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:333:20: note: use 'currentDirectoryURL' instead
        if process.currentDirectoryPath != FileManager.default.currentDirectoryPath {
                   ^~~~~~~~~~~~~~~~~~~~
                   currentDirectoryURL
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:334:47: warning: 'currentDirectoryPath' is deprecated: renamed to 'currentDirectoryURL'
            str += " , directory: " + process.currentDirectoryPath
                                              ^
/host/spi-builder-workspace/Sources/SwiftCLI/Task.swift:334:47: note: use 'currentDirectoryURL' instead
            str += " , directory: " + process.currentDirectoryPath
                                              ^~~~~~~~~~~~~~~~~~~~
                                              currentDirectoryURL
[20/25] Compiling SwiftCLI Command.swift
[21/25] Compiling SwiftCLI Compatibility.swift
[22/25] Compiling SwiftCLI CompletionGenerator.swift
[23/25] Compiling SwiftCLI Input.swift
[24/25] Compiling SwiftCLI Option.swift
[25/25] Compiling SwiftCLI OptionGroup.swift
Build complete! (10.15s)
Build complete.
Done.

Build Machine: Linux 2