Build Information
Successful build of swift-svg-types, reference main (cb174f), with Swift 6.0 for Linux on 4 Nov 2025 20:46:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-svg-types.git
Reference: main
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/coenttb/swift-svg-types
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cb174fa chore: disable nesting rule for namespacing flexibility
Cloned https://github.com/coenttb/swift-svg-types.git
Revision (git rev-parse @):
cb174faa7419f09c3d84bb20b3acd7bb89927e60
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-svg-types.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/coenttb/swift-svg-types.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:046a2cda21bb64b2d09e6d52c84584e938ec1698de194871f3d7088597b2bb28
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/30] Emitting module SVGTypes
[4/33] Compiling SVGTypes Text.swift
[5/33] Compiling SVGTypes Use.swift
[6/33] Compiling SVGTypes exports.swift
[7/33] Compiling SVGTypes Switch.swift
[8/33] Compiling SVGTypes Symbol.swift
[9/33] Compiling SVGTypes TSpan.swift
[10/33] Compiling SVGTypes LinearGradient.swift
[11/33] Compiling SVGTypes Marker.swift
[12/33] Compiling SVGTypes Mask.swift
[13/33] Compiling SVGTypes Path.swift
[14/33] Compiling SVGTypes Pattern.swift
[15/33] Compiling SVGTypes Polygon.swift
[16/33] Compiling SVGTypes Polyline.swift
[17/33] Compiling SVGTypes RadialGradient.swift
[18/33] Compiling SVGTypes SVGLengthUnit.swift
[19/33] Compiling SVGTypes SVGPreserveAspectRatio.swift
[20/33] Compiling SVGTypes SVGValueTypes.swift
[21/33] Compiling SVGTypes Stop.swift
[22/33] Compiling SVGTypes Circle.swift
[23/33] Compiling SVGTypes ClipPath.swift
[24/33] Compiling SVGTypes Defs.swift
[25/33] Compiling SVGTypes Ellipse.swift
[26/33] Compiling SVGTypes Rect.swift
[27/33] Compiling SVGTypes SVGAttributeType.swift
[28/33] Compiling SVGTypes SVGElement.swift
[29/33] Compiling SVGTypes SVGElementType.swift
[30/33] Compiling SVGTypes ForeignObject.swift
[31/33] Compiling SVGTypes G.swift
[32/33] Compiling SVGTypes Image.swift
[33/33] Compiling SVGTypes Line.swift
Build complete! (8.70s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-svg-types",
"name" : "swift-svg-types",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SVGTypes",
"targets" : [
"SVGTypes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGTypesTests",
"module_type" : "SwiftTarget",
"name" : "SVGTypesTests",
"path" : "Tests/SVGTypesTests",
"sources" : [
"ReadmeVerificationTests.swift",
"SVGTypesTests.swift"
],
"target_dependencies" : [
"SVGTypes"
],
"type" : "test"
},
{
"c99name" : "SVGTypes",
"module_type" : "SwiftTarget",
"name" : "SVGTypes",
"path" : "Sources/SVGTypes",
"product_memberships" : [
"SVGTypes"
],
"sources" : [
"Circle.swift",
"ClipPath.swift",
"Defs.swift",
"Ellipse.swift",
"ForeignObject.swift",
"G.swift",
"Image.swift",
"Line.swift",
"LinearGradient.swift",
"Marker.swift",
"Mask.swift",
"Path.swift",
"Pattern.swift",
"Polygon.swift",
"Polyline.swift",
"RadialGradient.swift",
"Rect.swift",
"SVGAttributeType.swift",
"SVGElement.swift",
"SVGElementType.swift",
"SVGLengthUnit.swift",
"SVGPreserveAspectRatio.swift",
"SVGValueTypes.swift",
"Stop.swift",
"Switch.swift",
"Symbol.swift",
"TSpan.swift",
"Text.swift",
"Use.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:046a2cda21bb64b2d09e6d52c84584e938ec1698de194871f3d7088597b2bb28
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.