Build Information
Successful build of SwiftyBash with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-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/pauljeannot/swiftybash.git
Reference: master
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/pauljeannot/swiftybash
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5cf81e8 Update README.md
Cloned https://github.com/pauljeannot/swiftybash.git
Revision (git rev-parse @):
5cf81e81379a8dcc14c8a293b5fdbe2aade41aac
SUCCESS checkout https://github.com/pauljeannot/swiftybash.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/pauljeannot/swiftybash.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-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/6] Compiling SwiftyBash BashException.swift
[4/6] Compiling SwiftyBash BashOutputType.swift
/host/spi-builder-workspace/Sources/BashOutputType.swift:40:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func trimmingCharactersEachNewLine(in set: CharacterSet) -> String {
^~~~~~~
[5/6] Emitting module SwiftyBash
/host/spi-builder-workspace/Sources/BashCmd.swift:117:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func pipe(_ pipedCmd:BashCmd) -> BashCmd {
^~~~~~~
/host/spi-builder-workspace/Sources/BashCmd.swift:128:5: warning: 'public' modifier is redundant for operator function declared in a public extension
public static func | (lhs: BashCmd, rhs: BashCmd) -> BashCmd {
^~~~~~~
/host/spi-builder-workspace/Sources/BashOutputType.swift:40:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func trimmingCharactersEachNewLine(in set: CharacterSet) -> String {
^~~~~~~
[6/6] Compiling SwiftyBash BashCmd.swift
/host/spi-builder-workspace/Sources/BashCmd.swift:117:5: warning: 'public' modifier is redundant for instance method declared in a public extension
public func pipe(_ pipedCmd:BashCmd) -> BashCmd {
^~~~~~~
/host/spi-builder-workspace/Sources/BashCmd.swift:128:5: warning: 'public' modifier is redundant for operator function declared in a public extension
public static func | (lhs: BashCmd, rhs: BashCmd) -> BashCmd {
^~~~~~~
/host/spi-builder-workspace/Sources/BashCmd.swift:57:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
process.launchPath = "/bin/bash"
^
/host/spi-builder-workspace/Sources/BashCmd.swift:57:17: note: use 'executableURL' instead
process.launchPath = "/bin/bash"
^~~~~~~~~~
executableURL
/host/spi-builder-workspace/Sources/BashCmd.swift:69:17: warning: 'launch()' is deprecated: renamed to 'run'
process.launch()
^
/host/spi-builder-workspace/Sources/BashCmd.swift:69:17: note: use 'run' instead
process.launch()
^~~~~~
run
Build complete! (8.16s)
Build complete.
Done.