Build Information
Failed to build OpenCoreGraphics, reference main (7ab50a), with Swift 6.1 for Android on 27 Feb 2026 23:32:54 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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/OpenCoreGraphics.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/1amageek/OpenCoreGraphics
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7ab50a7 Fix 29 critical bugs for CoreGraphics API compliance
Cloned https://github.com/1amageek/OpenCoreGraphics.git
Revision (git rev-parse @):
7ab50a7b725704ec23dcf64a134b866065774db0
SUCCESS checkout https://github.com/1amageek/OpenCoreGraphics.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/1amageek/OpenCoreGraphics.git
https://github.com/1amageek/OpenCoreGraphics.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-webgpu",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/1amageek/swift-webgpu"
}
],
"manifest_display_name" : "OpenCoreGraphics",
"name" : "OpenCoreGraphics",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OpenCoreGraphics",
"targets" : [
"OpenCoreGraphics"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenCoreGraphicsTests",
"module_type" : "SwiftTarget",
"name" : "OpenCoreGraphicsTests",
"path" : "Tests/OpenCoreGraphicsTests",
"sources" : [
"CGAdditionalTypesTests.swift",
"CGAffineTransformTests.swift",
"CGColorConversionInfoTests.swift",
"CGColorSpaceTests.swift",
"CGColorTests.swift",
"CGContextTests.swift",
"CGDataConsumerTests.swift",
"CGDataProviderTests.swift",
"CGEnumsTests.swift",
"CGFloatTests.swift",
"CGFontTests.swift",
"CGFunctionTests.swift",
"CGGradientTests.swift",
"CGImageTests.swift",
"CGLayerTests.swift",
"CGPDFTests.swift",
"CGPathTests.swift",
"CGPatternTests.swift",
"CGShadingTests.swift",
"CGVectorTests.swift",
"OpenCoreGraphicsTests.swift"
],
"target_dependencies" : [
"OpenCoreGraphics"
],
"type" : "test"
},
{
"c99name" : "OpenCoreGraphics",
"module_type" : "SwiftTarget",
"name" : "OpenCoreGraphics",
"path" : "Sources/OpenCoreGraphics",
"product_dependencies" : [
"SwiftWebGPU"
],
"product_memberships" : [
"OpenCoreGraphics"
],
"sources" : [
"CFCGTypes/CGPointConformances.swift",
"CFCGTypes/CGRectConformances.swift",
"CFCGTypes/CGSizeConformances.swift",
"CGAffineTransform.swift",
"CGAffineTransformComponents.swift",
"CGGeometryExtensions.swift",
"CGVector.swift",
"Graphics/CGBitmapInfo.swift",
"Graphics/CGBitmapParameters.swift",
"Graphics/CGBlendMode.swift",
"Graphics/CGColor.swift",
"Graphics/CGColorConversionInfo.swift",
"Graphics/CGColorModel.swift",
"Graphics/CGColorSpace.swift",
"Graphics/CGComponent.swift",
"Graphics/CGContentInfo.swift",
"Graphics/CGContentToneMappingInfo.swift",
"Graphics/CGContext.swift",
"Graphics/CGContextRendererDelegate.swift",
"Graphics/CGDataConsumer.swift",
"Graphics/CGDataProvider.swift",
"Graphics/CGError.swift",
"Graphics/CGFont.swift",
"Graphics/CGFunction.swift",
"Graphics/CGGradient.swift",
"Graphics/CGGradientDrawingOptions.swift",
"Graphics/CGImage.swift",
"Graphics/CGImageAlphaInfo.swift",
"Graphics/CGImageComponentInfo.swift",
"Graphics/CGInterpolationQuality.swift",
"Graphics/CGLayer.swift",
"Graphics/CGMutablePath.swift",
"Graphics/CGPDFDocument.swift",
"Graphics/CGPDFObject.swift",
"Graphics/CGPDFPage.swift",
"Graphics/CGPDFScanner.swift",
"Graphics/CGPDFTypes.swift",
"Graphics/CGPath.swift",
"Graphics/CGPathEnums.swift",
"Graphics/CGPattern.swift",
"Graphics/CGRenderingBufferProvider.swift",
"Graphics/CGShading.swift",
"Graphics/CGTextDrawingMode.swift",
"Graphics/Font/Data+BinaryReading.swift",
"Graphics/Font/FontTables.swift",
"Graphics/Font/SFNTParser.swift",
"OpenCoreGraphics.swift",
"Rendering/WebGPU/CGWebGPUContextRenderer.swift",
"Rendering/WebGPU/CGWebGPURenderer.swift",
"Rendering/WebGPU/EarClipping.swift",
"Rendering/WebGPU/Internal/BufferPool.swift",
"Rendering/WebGPU/Internal/GeometryCache.swift",
"Rendering/WebGPU/Internal/PipelineRegistry.swift",
"Rendering/WebGPU/Internal/TextureManager.swift",
"Rendering/WebGPU/PathTessellator.swift",
"Rendering/WebGPU/Shaders.swift",
"Rendering/WebGPU/StrokeGenerator.swift",
"Rendering/WebGPU/Vertex.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
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/finestructure/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 finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 android