Build Information
Successful build of SwiftXmlRpc with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.39.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/SwiftXmlRpc.git
Reference: develop
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/helje5/SwiftXmlRpc
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 5449191 Update README.md
Cloned https://github.com/helje5/SwiftXmlRpc.git
Revision (git rev-parse @):
544919182a839666e3d1b007e82c14c9eadeb79c
SUCCESS checkout https://github.com/helje5/SwiftXmlRpc.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $workDir
https://github.com/helje5/SwiftXmlRpc.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/11] Compiling XmlRpc XmlRpcMultiCall.swift
[2/12] Compiling XmlRpc XmlRpcLiterals.swift
[3/12] Compiling XmlRpc XmlRpcGeneration.swift
[4/12] Compiling XmlRpc XmlRpcClient.swift
[5/12] Compiling XmlRpc XmlRpcUtilities.swift
[6/12] Compiling XmlRpc XmlRpcValueRepresentable.swift
[7/12] Emitting module XmlRpc
[8/12] Compiling XmlRpc XmlRpc.swift
[9/12] Compiling XmlRpc XmlRpcParser.swift
[11/14] Wrapping AST for XmlRpc for debugging
[13/16] Emitting module xmlrpc_call
[14/16] Compiling xmlrpc_call main.swift
[16/18] Wrapping AST for xmlrpc_call for debugging
[17/18] Linking xmlrpc_call
Build complete! (8.72s)
Build complete.
Done.