Build Information
Successful build of swift-svg-types, reference 0.1.0 (068b92), with Swift 6.3 for Android on 17 Apr 2026 02:35:10 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-svg-types.git
Reference: 0.1.0
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
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 068b920 Initial commit: SVG types foundation for Swift
Cloned https://github.com/coenttb/swift-svg-types.git
Revision (git rev-parse @):
068b920b3c742741b7df9e0a26cc23449cf9ef00
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-svg-types.git at 0.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/30] Emitting module SVGTypes
[4/33] Compiling SVGTypes Pattern.swift
[5/33] Compiling SVGTypes Polygon.swift
[6/33] Compiling SVGTypes Polyline.swift
[7/33] Compiling SVGTypes RadialGradient.swift
[8/33] Compiling SVGTypes ForeignObject.swift
[9/33] Compiling SVGTypes G.swift
[10/33] Compiling SVGTypes Image.swift
[11/33] Compiling SVGTypes Line.swift
[12/33] Compiling SVGTypes Text.swift
[13/33] Compiling SVGTypes Use.swift
[14/33] Compiling SVGTypes exports.swift
[15/33] Compiling SVGTypes Switch.swift
[16/33] Compiling SVGTypes Symbol.swift
[17/33] Compiling SVGTypes TSpan.swift
[18/33] Compiling SVGTypes Circle.swift
[19/33] Compiling SVGTypes ClipPath.swift
[20/33] Compiling SVGTypes Defs.swift
[21/33] Compiling SVGTypes Ellipse.swift
[22/33] Compiling SVGTypes LinearGradient.swift
[23/33] Compiling SVGTypes Marker.swift
[24/33] Compiling SVGTypes Mask.swift
[25/33] Compiling SVGTypes Path.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 SVGLengthUnit.swift
[31/33] Compiling SVGTypes SVGPreserveAspectRatio.swift
[32/33] Compiling SVGTypes SVGValueTypes.swift
[33/33] Compiling SVGTypes Stop.swift
Build complete! (20.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" : [
"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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.