Build Information
Failed to build swift-svgkit, reference 0.2.0 (6e10ee), with Swift 6.1 for Android on 25 Mar 2026 13:52:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DesignPipe/swift-svgkit.git
Reference: 0.2.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/DesignPipe/swift-svgkit
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 6e10eef chore: bump swift-resvg to 0.45.1-swift.15 for Windows support
Cloned https://github.com/DesignPipe/swift-svgkit.git
Revision (git rev-parse @):
6e10eef2bbb4b5921a2d59d391647e6c1c81400b
SUCCESS checkout https://github.com/DesignPipe/swift-svgkit.git at 0.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/DesignPipe/swift-svgkit.git
https://github.com/DesignPipe/swift-svgkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-resvg",
"requirement" : {
"exact" : [
"0.45.1-swift.15"
]
},
"type" : "sourceControl",
"url" : "https://github.com/alexey1312/swift-resvg.git"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
}
],
"manifest_display_name" : "swift-svgkit",
"name" : "swift-svgkit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SVGKit",
"targets" : [
"SVGKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SVGKitTests",
"module_type" : "SwiftTarget",
"name" : "SVGKitTests",
"path" : "Tests/SVGKitTests",
"product_dependencies" : [
"CustomDump"
],
"sources" : [
"ImageVectorGeneratorTests.swift",
"ImageVectorGradientTests.swift",
"ImageVectorGroupTests.swift",
"NativeVectorDrawableConverterTests.swift",
"PathDataValidatorTests.swift",
"ResvgPathConverterTests.swift",
"SVGCSSStyleTests.swift",
"SVGElementOrderTests.swift",
"SVGFillOpacityTests.swift",
"SVGGradientParsingTests.swift",
"SVGGradientTests.swift",
"SVGGradientTransformTests.swift",
"SVGGroupParsingTests.swift",
"SVGMatrixTransformTests.swift",
"SVGMinusIconTest.swift",
"SVGNormalizationTests.swift",
"SVGOpacityTests.swift",
"SVGParserTests.swift",
"SVGPathFormatTests.swift",
"SVGPathParserTests.swift",
"SVGShapeTransformTests.swift",
"SVGStrokeDashTests.swift",
"SVGTypesTests.swift",
"SVGUseSymbolTests.swift",
"VectorDrawableGradientTests.swift",
"VectorDrawableIntegrationTests.swift",
"VectorDrawableXMLGeneratorTests.swift"
],
"target_dependencies" : [
"SVGKit"
],
"type" : "test"
},
{
"c99name" : "SVGKit",
"module_type" : "SwiftTarget",
"name" : "SVGKit",
"path" : "Sources/SVGKit",
"product_dependencies" : [
"Logging",
"Resvg"
],
"product_memberships" : [
"SVGKit"
],
"sources" : [
"ImageVectorGenerator.swift",
"NativeVectorDrawableConverter.swift",
"PathDataValidator.swift",
"ResvgPathConverter.swift",
"SVGParser.swift",
"SVGPathParser.swift",
"SVGTypes.swift",
"VectorDrawableXMLGenerator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/alexey1312/swift-resvg.git
[1/5413] Fetching swift-custom-dump
[164/5840] Fetching swift-custom-dump, swift-resvg
[4759/12114] Fetching swift-custom-dump, swift-resvg, swift-log
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.36s)
Fetched https://github.com/alexey1312/swift-resvg.git from cache (0.47s)
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.05s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.22s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.52s)
Computing version for https://github.com/alexey1312/swift-resvg.git
error: Dependencies could not be resolved because 'swift-resvg' 0.45.1-swift.6..<0.45.1-swift.15.0.0 contains incompatible tools version (6.2.0) and root depends on 'swift-resvg' 0.45.1-swift.15.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Updating https://github.com/pointfreeco/swift-custom-dump
Updating https://github.com/apple/swift-log.git
Updating https://github.com/alexey1312/swift-resvg.git
Updated https://github.com/alexey1312/swift-resvg.git (0.17s)
Updated https://github.com/pointfreeco/swift-custom-dump (0.21s)
Updated https://github.com/apple/swift-log.git (0.21s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.74s)
Updating https://github.com/pointfreeco/xctest-dynamic-overlay
Updated https://github.com/pointfreeco/xctest-dynamic-overlay (0.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.67s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.53s)
Computing version for https://github.com/alexey1312/swift-resvg.git
error: Dependencies could not be resolved because 'swift-resvg' 0.45.1-swift.6..<0.45.1-swift.15.0.0 contains incompatible tools version (6.2.0) and root depends on 'swift-resvg' 0.45.1-swift.15.
BUILD FAILURE 6.1 android