The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftXmlRpc 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 --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.10
Building package at path:  $workDir
https://github.com/helje5/SwiftXmlRpc.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 --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling XmlRpc XmlRpcLiterals.swift
[5/16] Compiling XmlRpc XmlRpc.swift
[6/16] Compiling XmlRpc XmlRpcClient.swift
[7/16] Emitting module XmlRpc
[8/16] Compiling XmlRpc XmlRpcValueRepresentable.swift
[9/16] Compiling XmlRpc XmlRpcMultiCall.swift
[10/16] Compiling XmlRpc XmlRpcGeneration.swift
[11/16] Compiling XmlRpc XmlRpcParser.swift
[12/16] Compiling XmlRpc XmlRpcUtilities.swift
[13/17] Wrapping AST for XmlRpc for debugging
[15/19] Compiling xmlrpc_call main.swift
[16/19] Emitting module xmlrpc_call
[17/20] Wrapping AST for xmlrpc_call for debugging
[18/20] Write Objects.LinkFileList
[19/20] Linking xmlrpc_call
Build complete! (6.93s)
Build complete.
Done.