Build Information
Successful build of SwiftXMLInterfaces, reference 5.0.3 (5124c7
), with Swift 5.10 for Linux on 27 Feb 2025 19:34:20 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanspringer1/SwiftXMLInterfaces.git
Reference: 5.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/stefanspringer1/SwiftXMLInterfaces
* tag 5.0.3 -> FETCH_HEAD
HEAD is now at 5124c7a attributes is [String:String]
Cloned https://github.com/stefanspringer1/SwiftXMLInterfaces.git
Revision (git rev-parse @):
5124c7a6821e937ca965f5c1d902d4ce64b1a73b
SUCCESS checkout https://github.com/stefanspringer1/SwiftXMLInterfaces.git at 5.0.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/stefanspringer1/SwiftXMLInterfaces.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/stefanspringer1/AutoreleasepoolShim
[1/27] Fetching autoreleasepoolshim
Fetched https://github.com/stefanspringer1/AutoreleasepoolShim from cache (0.17s)
Computing version for https://github.com/stefanspringer1/AutoreleasepoolShim
Computed https://github.com/stefanspringer1/AutoreleasepoolShim at 1.0.3 (0.36s)
Creating working copy for https://github.com/stefanspringer1/AutoreleasepoolShim
Working copy of https://github.com/stefanspringer1/AutoreleasepoolShim resolved at 1.0.3
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Compiling AutoreleasepoolShim AutoreleasepoolShim.swift
[5/5] Emitting module AutoreleasepoolShim
[7/11] Compiling SwiftXMLInterfaces Events.swift
[8/11] Compiling SwiftXMLInterfaces Errors.swift
[9/11] Compiling SwiftXMLInterfaces Parser.swift
[10/11] Compiling SwiftXMLInterfaces Utilities.swift
[11/11] Emitting module SwiftXMLInterfaces
Build complete! (7.34s)
Build complete.
{
"dependencies" : [
{
"identity" : "autoreleasepoolshim",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stefanspringer1/AutoreleasepoolShim"
}
],
"manifest_display_name" : "SwiftXMLInterfaces",
"name" : "SwiftXMLInterfaces",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftXMLInterfaces",
"targets" : [
"SwiftXMLInterfaces"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftXMLInterfaces",
"module_type" : "SwiftTarget",
"name" : "SwiftXMLInterfaces",
"path" : "Sources/SwiftXMLInterfaces",
"product_dependencies" : [
"AutoreleasepoolShim"
],
"product_memberships" : [
"SwiftXMLInterfaces"
],
"sources" : [
"Errors.swift",
"Events.swift",
"Parser.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.