The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftSVG, reference master (88b9ee), with Swift 6.1 for Android on 27 May 2025 23:32:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mchoe/SwiftSVG.git
Reference: master
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/mchoe/SwiftSVG
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 88b9ee0 Merge pull request #161 from okipol88/fix/cssColorNamesMissing
Cloned https://github.com/mchoe/SwiftSVG.git
Revision (git rev-parse @):
88b9ee086b29019e35f6f49c8e30e5552eb8fa9d
SUCCESS checkout https://github.com/mchoe/SwiftSVG.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mchoe/SwiftSVG.git
https://github.com/mchoe/SwiftSVG.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftSVG",
  "name" : "SwiftSVG",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSVG",
      "targets" : [
        "SwiftSVG"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftSVGTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSVGTests",
      "path" : "SwiftSVGTests",
      "sources" : [
        "CGPathPoints.swift",
        "ClosePathTests.swift",
        "CoordinateLexerTests.swift",
        "CurveToTests.swift",
        "DictionaryAddTests.swift",
        "FillableTests.swift",
        "FloatingPointDegreesToRadiansTests.swift",
        "FloatingPointParseLengthStringTests.swift",
        "HorizontalLineToTests.swift",
        "IndentifiableTests.swift",
        "LineToTests.swift",
        "MoveToTests.swift",
        "PathDLexerTests.swift",
        "PerformanceTests.swift",
        "SVGCircleTests.swift",
        "SVGEllipseTests.swift",
        "SVGGroupTests.swift",
        "SVGLineTests.swift",
        "SVGPathTests.swift",
        "SVGPolygonTests.swift",
        "SVGPolylineTests.swift",
        "SVGRectangleTests.swift",
        "SVGRootElementTests.swift",
        "ScalarFromByteArrayTests.swift",
        "SmoothCurveToTests.swift",
        "StackTests.swift",
        "StringSubscriptTests.swift",
        "TestShapeElement.swift",
        "UIColorExtensionsTests.swift",
        "VerticalLineToTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSVG"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSVG",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSVG",
      "path" : "SwiftSVG",
      "product_memberships" : [
        "SwiftSVG"
      ],
      "sources" : [
        "CrossPlatform.swift",
        "NSBezierPath+CrossPlatform.swift",
        "SVG Extensions/CALayer+SVG.swift",
        "SVG Extensions/CAShapeLayer+SVG.swift",
        "SVG Extensions/SVGLayer.swift",
        "SVG Extensions/SVGView.swift",
        "SVG Extensions/UIBezierPath+SVG.swift",
        "SVG Extensions/UIView+SVG.swift",
        "SVG/Attributes/DelaysApplyingAttributes.swift",
        "SVG/Attributes/Fillable.swift",
        "SVG/Attributes/Identifiable.swift",
        "SVG/Attributes/Strokable.swift",
        "SVG/Attributes/Stylable.swift",
        "SVG/Attributes/Transformable.swift",
        "SVG/Cache/SVGCache.swift",
        "SVG/Elements/ParsesAsynchronously.swift",
        "SVG/Elements/SVGCircle.swift",
        "SVG/Elements/SVGContainerElement.swift",
        "SVG/Elements/SVGElement.swift",
        "SVG/Elements/SVGEllipse.swift",
        "SVG/Elements/SVGGroup.swift",
        "SVG/Elements/SVGLine.swift",
        "SVG/Elements/SVGPath.swift",
        "SVG/Elements/SVGPolygon.swift",
        "SVG/Elements/SVGPolyline.swift",
        "SVG/Elements/SVGRectangle.swift",
        "SVG/Elements/SVGRootElement.swift",
        "SVG/Elements/SVGShapeElement.swift",
        "SVG/Helpers/BinaryFloatingPoint+ParseLengthString.swift",
        "SVG/Helpers/CALayer+Sublayers.swift",
        "SVG/Helpers/Data+CacheKey.swift",
        "SVG/Helpers/Dictionary+Add.swift",
        "SVG/Helpers/Dictionary+JSON.swift",
        "SVG/Helpers/DispatchQueue+Extensions.swift",
        "SVG/Helpers/FloatingPoint+DegreesRadians.swift",
        "SVG/Helpers/Print.swift",
        "SVG/Helpers/Scalar+FromByteArray.swift",
        "SVG/Helpers/Stack.swift",
        "SVG/Helpers/String+Subscript.swift",
        "SVG/Helpers/String+Trim.swift",
        "SVG/Helpers/UIColor+Extensions.swift",
        "SVG/Helpers/Unown.swift",
        "SVG/Iterators/CoordinateLexer.swift",
        "SVG/Iterators/PathCommand.swift",
        "SVG/Iterators/PathDLexer.swift",
        "SVG/Parser/NSXMLSVGParser.swift",
        "SVG/Parser/SVGParser.swift",
        "SVG/Parser/SVGParserSupportedElements.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/45] Emitting module SwiftSVG
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[4/51] Compiling SwiftSVG CoordinateLexer.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[5/51] Compiling SwiftSVG PathCommand.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[6/51] Compiling SwiftSVG PathDLexer.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[7/51] Compiling SwiftSVG NSXMLSVGParser.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[8/51] Compiling SwiftSVG SVGParser.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[9/51] Compiling SwiftSVG SVGParserSupportedElements.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[10/51] Compiling SwiftSVG CrossPlatform.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[11/51] Compiling SwiftSVG NSBezierPath+CrossPlatform.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[12/51] Compiling SwiftSVG CALayer+SVG.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[13/51] Compiling SwiftSVG CAShapeLayer+SVG.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[14/51] Compiling SwiftSVG SVGLayer.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[15/51] Compiling SwiftSVG SVGView.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[16/51] Compiling SwiftSVG Data+CacheKey.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[17/51] Compiling SwiftSVG Dictionary+Add.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[18/51] Compiling SwiftSVG Dictionary+JSON.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[19/51] Compiling SwiftSVG DispatchQueue+Extensions.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[20/51] Compiling SwiftSVG FloatingPoint+DegreesRadians.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[21/51] Compiling SwiftSVG Print.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[22/51] Compiling SwiftSVG SVGPolyline.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[23/51] Compiling SwiftSVG SVGRectangle.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[24/51] Compiling SwiftSVG SVGRootElement.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[25/51] Compiling SwiftSVG SVGShapeElement.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[26/51] Compiling SwiftSVG BinaryFloatingPoint+ParseLengthString.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[27/51] Compiling SwiftSVG CALayer+Sublayers.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[28/51] Compiling SwiftSVG Stylable.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[29/51] Compiling SwiftSVG Transformable.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[30/51] Compiling SwiftSVG SVGCache.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[31/51] Compiling SwiftSVG ParsesAsynchronously.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[32/51] Compiling SwiftSVG SVGCircle.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[33/51] Compiling SwiftSVG SVGContainerElement.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[34/51] Compiling SwiftSVG UIBezierPath+SVG.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[35/51] Compiling SwiftSVG UIView+SVG.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[36/51] Compiling SwiftSVG DelaysApplyingAttributes.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[37/51] Compiling SwiftSVG Fillable.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[38/51] Compiling SwiftSVG Identifiable.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[39/51] Compiling SwiftSVG Strokable.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[40/51] Compiling SwiftSVG Scalar+FromByteArray.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[41/51] Compiling SwiftSVG Stack.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[42/51] Compiling SwiftSVG String+Subscript.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[43/51] Compiling SwiftSVG String+Trim.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[44/51] Compiling SwiftSVG UIColor+Extensions.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[45/51] Compiling SwiftSVG Unown.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[46/51] Compiling SwiftSVG SVGElement.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[47/51] Compiling SwiftSVG SVGEllipse.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[48/51] Compiling SwiftSVG SVGGroup.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[49/51] Compiling SwiftSVG SVGLine.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[50/51] Compiling SwiftSVG SVGPath.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[51/51] Compiling SwiftSVG SVGPolygon.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/44] Compiling SwiftSVG CrossPlatform.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[3/44] Compiling SwiftSVG NSBezierPath+CrossPlatform.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[4/44] Compiling SwiftSVG CALayer+SVG.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[5/44] Compiling SwiftSVG CAShapeLayer+SVG.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[6/44] Compiling SwiftSVG SVGLayer.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[7/44] Compiling SwiftSVG SVGView.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/50] Emitting module SwiftSVG
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[9/50] Compiling SwiftSVG Scalar+FromByteArray.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[10/50] Compiling SwiftSVG Stack.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[11/50] Compiling SwiftSVG String+Subscript.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[12/50] Compiling SwiftSVG String+Trim.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[13/50] Compiling SwiftSVG UIColor+Extensions.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[14/50] Compiling SwiftSVG Unown.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[15/50] Compiling SwiftSVG SVGPolyline.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[16/50] Compiling SwiftSVG SVGRectangle.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[17/50] Compiling SwiftSVG SVGRootElement.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[18/50] Compiling SwiftSVG SVGShapeElement.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[19/50] Compiling SwiftSVG BinaryFloatingPoint+ParseLengthString.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[20/50] Compiling SwiftSVG CALayer+Sublayers.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[21/50] Compiling SwiftSVG UIBezierPath+SVG.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[22/50] Compiling SwiftSVG UIView+SVG.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[23/50] Compiling SwiftSVG DelaysApplyingAttributes.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[24/50] Compiling SwiftSVG Fillable.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[25/50] Compiling SwiftSVG Identifiable.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[26/50] Compiling SwiftSVG Strokable.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[27/50] Compiling SwiftSVG Data+CacheKey.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[28/50] Compiling SwiftSVG Dictionary+Add.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[29/50] Compiling SwiftSVG Dictionary+JSON.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[30/50] Compiling SwiftSVG DispatchQueue+Extensions.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[31/50] Compiling SwiftSVG FloatingPoint+DegreesRadians.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[32/50] Compiling SwiftSVG Print.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[33/50] Compiling SwiftSVG CoordinateLexer.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[34/50] Compiling SwiftSVG PathCommand.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[35/50] Compiling SwiftSVG PathDLexer.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[36/50] Compiling SwiftSVG NSXMLSVGParser.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[37/50] Compiling SwiftSVG SVGParser.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[38/50] Compiling SwiftSVG SVGParserSupportedElements.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[39/50] Compiling SwiftSVG SVGElement.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[40/50] Compiling SwiftSVG SVGEllipse.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[41/50] Compiling SwiftSVG SVGGroup.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[42/50] Compiling SwiftSVG SVGLine.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[43/50] Compiling SwiftSVG SVGPath.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[44/50] Compiling SwiftSVG SVGPolygon.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[45/50] Compiling SwiftSVG Stylable.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[46/50] Compiling SwiftSVG Transformable.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[47/50] Compiling SwiftSVG SVGCache.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[48/50] Compiling SwiftSVG ParsesAsynchronously.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[49/50] Compiling SwiftSVG SVGCircle.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
[50/50] Compiling SwiftSVG SVGContainerElement.swift
/host/spi-builder-workspace/SwiftSVG/SVG/Helpers/Scalar+FromByteArray.swift:31:8: error: no such module 'CoreGraphics'
 29 |
 30 |
 31 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 32 |
 33 |
BUILD FAILURE 6.1 android