Build Information
Successful build of SwiftNetrc 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/ggruen/swiftnetrc.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/ggruen/swiftnetrc
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 220759e Remove failing linux update/upgrade command from travis build config.
Cloned https://github.com/ggruen/swiftnetrc.git
Revision (git rev-parse @):
220759e4f894221accf3500efde3d03df8c0b0b5
SUCCESS checkout https://github.com/ggruen/swiftnetrc.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/ggruen/swiftnetrc.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/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling SwiftNetrcCore SwiftNetrc.swift
/host/spi-builder-workspace/Sources/SwiftNetrcCore/SwiftNetrc.swift:28:14: warning: members of 'final' classes are implicitly 'final'; use 'public' instead of 'open'
open var netrcFile: URL = getDefaultNetrc()
~~~~ ^
public
/host/spi-builder-workspace/Sources/SwiftNetrcCore/SwiftNetrc.swift:31:22: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
open static func getDefaultNetrc() -> URL {
~~~~ ^
public
/host/spi-builder-workspace/Sources/SwiftNetrcCore/SwiftNetrc.swift:72:15: warning: members of 'final' classes are implicitly 'final'; use 'public' instead of 'open'
open func load() throws {
~~~~ ^
public
/host/spi-builder-workspace/Sources/SwiftNetrcCore/SwiftNetrc.swift:105:13: warning: variable 'tokens' was never mutated; consider changing to 'let' constant
var tokens = tokenContent.trimmingCharacters(in: .whitespacesAndNewlines)
~~~ ^
let
[5/9] Emitting module SwiftNetrcCore
/host/spi-builder-workspace/Sources/SwiftNetrcCore/SwiftNetrc.swift:28:14: warning: members of 'final' classes are implicitly 'final'; use 'public' instead of 'open'
open var netrcFile: URL = getDefaultNetrc()
~~~~ ^
public
/host/spi-builder-workspace/Sources/SwiftNetrcCore/SwiftNetrc.swift:31:22: warning: static declarations are implicitly 'final'; use 'public' instead of 'open'
open static func getDefaultNetrc() -> URL {
~~~~ ^
public
/host/spi-builder-workspace/Sources/SwiftNetrcCore/SwiftNetrc.swift:72:15: warning: members of 'final' classes are implicitly 'final'; use 'public' instead of 'open'
open func load() throws {
~~~~ ^
public
[6/10] Wrapping AST for SwiftNetrcCore for debugging
[8/12] Emitting module SwiftNetrc
[9/12] Compiling SwiftNetrc main.swift
[10/13] Wrapping AST for SwiftNetrc for debugging
[11/13] Write Objects.LinkFileList
[12/13] Linking SwiftNetrc
Build complete! (8.12s)
Build complete.
Done.