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 VectorPlus, reference main (318611), with Swift 6.1 for Android on 29 May 2025 15:23:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/richardpiazza/VectorPlus.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/richardpiazza/VectorPlus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3186119 SwiftPackageIndex Configuration (#7)
Cloned https://github.com/richardpiazza/VectorPlus.git
Revision (git rev-parse @):
318611972e49bf2626ca3cad26dc5525474cd202
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/VectorPlus.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/VectorPlus.git
https://github.com/richardpiazza/VectorPlus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftsvg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftSVG.git"
    },
    {
      "identity" : "swiftcolor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftColor.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    }
  ],
  "manifest_display_name" : "VectorPlus",
  "name" : "VectorPlus",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "vectorplus",
      "targets" : [
        "Executable"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "VectorPlus",
      "targets" : [
        "VectorPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VectorPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlusTests",
      "path" : "Tests/VectorPlusTests",
      "product_dependencies" : [
        "SwiftSVG"
      ],
      "sources" : [
        "Extensions.swift",
        "InstructionTranslationTests.swift",
        "VectorPlusTests.swift"
      ],
      "target_dependencies" : [
        "Executable",
        "VectorPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VectorPlus",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlus",
      "path" : "Sources/VectorPlus",
      "product_dependencies" : [
        "SwiftSVG",
        "SwiftColor"
      ],
      "product_memberships" : [
        "vectorplus",
        "VectorPlus"
      ],
      "sources" : [
        "AppKit/SVG+NSImage.swift",
        "CoreGraphics/CGContext+Render.swift",
        "CoreGraphics/CGMutablePath+Instruction.swift",
        "CoreGraphics/Fill+CoreGraphics.swift",
        "CoreGraphics/SVG+CGPath.swift",
        "CoreGraphics/Stroke+CoreGraphics.swift",
        "Fill+VectorPlus.swift",
        "Path+VectorPlus.swift",
        "Path.Command+VectorPlus.swift",
        "Pigment+VectorPlus.swift",
        "Point+VectorPlus.swift",
        "Rect+VectorPlus.swift",
        "SVG+AppleSymbols.swift",
        "SVG+Template.swift",
        "Size+VectorPlus.swift",
        "Stroke+VectorPlus.swift",
        "SwiftUI/SVG+Example.swift",
        "SwiftUI/SVGView.swift",
        "SwiftUI/SwiftUI.Color+VectorPlus.swift",
        "SwiftUI/SwiftUI.Path+VectorPlus.swift",
        "Template+UIImageView.swift",
        "UIKit/SVG+UIImage.swift",
        "UIKit/SVGImageView.swift",
        "VectorPoint.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Executable",
      "module_type" : "SwiftTarget",
      "name" : "Executable",
      "path" : "Sources/Executable",
      "product_dependencies" : [
        "SwiftSVG",
        "ArgumentParser",
        "ShellOut"
      ],
      "product_memberships" : [
        "vectorplus"
      ],
      "sources" : [
        "AppDelegate.swift",
        "Convert.swift",
        "FileManager+Document.swift",
        "Inspect.swift",
        "Preview.swift",
        "Render.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "VectorPlus"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/richardpiazza/SwiftColor.git
Fetching https://github.com/richardpiazza/SwiftSVG.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
[21/1054] Fetching shellout, swiftcolor
[1041/1596] Fetching shellout, swiftcolor, swiftsvg
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.29s)
Fetched https://github.com/richardpiazza/SwiftSVG.git from cache (0.29s)
[81/15473] Fetching swiftcolor, swift-argument-parser
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (4.79s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.80s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (7.10s)
Computing version for https://github.com/richardpiazza/SwiftColor.git
Computed https://github.com/richardpiazza/SwiftColor.git at 0.2.0 (3.29s)
Computing version for https://github.com/richardpiazza/SwiftSVG.git
Computed https://github.com/richardpiazza/SwiftSVG.git at 0.11.0 (0.57s)
Fetching https://github.com/richardpiazza/Swift2D.git
Fetching https://github.com/CoreOffice/XMLCoder.git
[1/274] Fetching swift2d
[275/10285] Fetching swift2d, xmlcoder
Fetched https://github.com/richardpiazza/Swift2D.git from cache (0.50s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.50s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.05s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (0.62s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.17.1 (0.68s)
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/richardpiazza/Swift2D.git
Working copy of https://github.com/richardpiazza/Swift2D.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/richardpiazza/SwiftColor.git
Working copy of https://github.com/richardpiazza/SwiftColor.git resolved at 0.2.0
Creating working copy for https://github.com/richardpiazza/SwiftSVG.git
Working copy of https://github.com/richardpiazza/SwiftSVG.git resolved at 0.11.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/22] Write sources
[10/22] Write swift-version-24593BA9C3E375BF.txt
[12/89] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/89] Emitting module ArgumentParserToolInfo
[14/90] Compiling Swift2D Point.swift
[16/90] Compiling Swift2D Size.swift
[16/90] Wrapping AST for ArgumentParserToolInfo for debugging
[18/128] Emitting module ArgumentParser
[19/133] Compiling ArgumentParser BashCompletionsGenerator.swift
[20/133] Compiling ArgumentParser CompletionsGenerator.swift
[21/133] Compiling ArgumentParser FishCompletionsGenerator.swift
[22/133] Compiling ArgumentParser ZshCompletionsGenerator.swift
[23/133] Compiling ArgumentParser Argument.swift
[24/133] Compiling ArgumentParser ArgumentHelp.swift
[25/133] Compiling ArgumentParser CollectionExtensions.swift
[26/133] Compiling ArgumentParser Platform.swift
[27/133] Compiling ArgumentParser SequenceExtensions.swift
[28/133] Compiling ArgumentParser StringExtensions.swift
[29/133] Compiling ArgumentParser Tree.swift
[36/133] Compiling ArgumentParser OptionGroup.swift
[37/139] Emitting module Swift2D
[38/139] Compiling Swift2D Point+CoreGraphics.swift
[39/139] Emitting module SwiftColor
[40/140] Compiling SwiftColor Pigment+Int.swift
[41/140] Compiling ShellOut ShellOut.swift
[42/140] Emitting module ShellOut
[44/141] Compiling ArgumentParser AsyncParsableCommand.swift
[45/141] Compiling ArgumentParser CommandConfiguration.swift
[46/141] Compiling ArgumentParser CommandGroup.swift
[47/141] Compiling ArgumentParser EnumerableFlag.swift
[52/141] Compiling ArgumentParser ExpressibleByArgument.swift
[53/141] Compiling ArgumentParser ParsableArguments.swift
[54/141] Compiling ArgumentParser ParsableArgumentsValidation.swift
[55/141] Emitting module XMLCoder
[56/141] Compiling Swift2D Size+CoreGraphics.swift
[57/141] Compiling Swift2D Rect.swift
[65/141] Compiling ArgumentParser ParsableCommand.swift
[66/141] Compiling ArgumentParser ArgumentDecoder.swift
[67/141] Compiling ArgumentParser ArgumentVisibility.swift
[68/141] Compiling ArgumentParser CompletionKind.swift
[69/141] Compiling ArgumentParser Errors.swift
[70/141] Compiling ArgumentParser Flag.swift
[75/141] Compiling ArgumentParser NameSpecification.swift
[76/141] Compiling ArgumentParser Option.swift
[77/141] Compiling ArgumentParser ArgumentDefinition.swift
[78/141] Compiling ArgumentParser ArgumentSet.swift
[79/141] Compiling ArgumentParser CommandParser.swift
[80/141] Compiling ArgumentParser InputKey.swift
[81/141] Compiling ArgumentParser InputOrigin.swift
[87/141] Compiling ArgumentParser Name.swift
[88/141] Compiling ArgumentParser Parsed.swift
[89/141] Compiling ArgumentParser ParsedValues.swift
[90/141] Compiling ArgumentParser ParserError.swift
[91/141] Compiling ArgumentParser SplitArguments.swift
[92/141] Compiling ArgumentParser DumpHelpGenerator.swift
[93/141] Compiling ArgumentParser HelpCommand.swift
[94/141] Compiling ArgumentParser HelpGenerator.swift
[95/141] Compiling ArgumentParser MessageInfo.swift
[96/141] Compiling ArgumentParser UsageGenerator.swift
[96/141] Wrapping AST for ShellOut for debugging
[98/141] Compiling SwiftColor Pigment.swift
[99/141] Compiling SwiftColor Pigment+Keyword.swift
[100/141] Compiling SwiftColor Pigment+String.swift
[101/141] Compiling SwiftColor Pigment+UIKit.swift
[114/142] Compiling Swift2D Rect+CoreGraphics.swift
[119/144] Compiling XMLCoder XMLDecoderImplementation.swift
[120/144] Compiling XMLCoder XMLDecodingStorage.swift
[129/144] Wrapping AST for Swift2D for debugging
[130/144] Wrapping AST for SwiftColor for debugging
[131/144] Wrapping AST for ArgumentParser for debugging
[133/144] Compiling XMLCoder XMLEncoder.swift
[134/144] Compiling XMLCoder XMLEncoderImplementation.swift
[135/144] Compiling XMLCoder XMLEncodingStorage.swift
[136/144] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[137/144] Compiling XMLCoder XMLReferencingEncoder.swift
[138/144] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[139/145] Wrapping AST for XMLCoder for debugging
[141/172] Emitting module SwiftSVG
[142/175] Compiling SwiftSVG Element.swift
[143/175] Compiling SwiftSVG Ellipse.swift
[144/175] Compiling SwiftSVG Point+SwiftSVG.swift
[145/175] Compiling SwiftSVG Fill.swift
[146/175] Compiling SwiftSVG PolylineProcessor.swift
[147/175] Compiling SwiftSVG RectangleProcessor.swift
[148/175] Compiling SwiftSVG Line.swift
[149/175] Compiling SwiftSVG Path.Command.swift
[150/175] Compiling SwiftSVG Circle.swift
[151/175] Compiling SwiftSVG CommandRepresentable.swift
[152/175] Compiling SwiftSVG Container.swift
[153/175] Compiling SwiftSVG CoreAttributes.swift
[154/175] Compiling SwiftSVG Group.swift
[155/175] Compiling SwiftSVG EllipseProcessor.swift
[156/175] Compiling SwiftSVG PathProcessor.swift
[157/175] Compiling SwiftSVG PolygonProcressor.swift
[158/175] Compiling SwiftSVG Polyline.swift
[159/175] Compiling SwiftSVG PresentationAttributes.swift
[160/175] Compiling SwiftSVG Rectangle.swift
[161/175] Compiling SwiftSVG Path.Component.swift
[162/175] Compiling SwiftSVG Path.ComponentParser.swift
[163/175] Compiling SwiftSVG Path.swift
[164/175] Compiling SwiftSVG Polygon.swift
[165/175] Compiling SwiftSVG SVG+Swift2D.swift
[166/175] Compiling SwiftSVG SVG.swift
[167/175] Compiling SwiftSVG Stroke.swift
[168/175] Compiling SwiftSVG StylingAttributes.swift
[169/175] Compiling SwiftSVG Text.swift
[170/175] Compiling SwiftSVG Transformation.swift
[171/176] Wrapping AST for SwiftSVG for debugging
[173/198] Emitting module VectorPlus
[174/201] Compiling VectorPlus SVG+UIImage.swift
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:78:28: error: cannot assign to property: 'x' is a 'let' constant
 76 |
 77 |         if point.x < origin.x {
 78 |             cartesianPoint.x = -(origin.x - point.x)
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:80:28: error: cannot assign to property: 'x' is a 'let' constant
 78 |             cartesianPoint.x = -(origin.x - point.x)
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 81 |         }
 82 |
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:84:28: error: cannot assign to property: 'y' is a 'let' constant
 82 |
 83 |         if point.y > origin.y {
 84 |             cartesianPoint.y = -(point.y - origin.y)
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:86:28: error: cannot assign to property: 'y' is a 'let' constant
 84 |             cartesianPoint.y = -(point.y - origin.y)
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 87 |         }
 88 |
[175/201] Compiling VectorPlus SVGImageView.swift
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:78:28: error: cannot assign to property: 'x' is a 'let' constant
 76 |
 77 |         if point.x < origin.x {
 78 |             cartesianPoint.x = -(origin.x - point.x)
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:80:28: error: cannot assign to property: 'x' is a 'let' constant
 78 |             cartesianPoint.x = -(origin.x - point.x)
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 81 |         }
 82 |
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:84:28: error: cannot assign to property: 'y' is a 'let' constant
 82 |
 83 |         if point.y > origin.y {
 84 |             cartesianPoint.y = -(point.y - origin.y)
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:86:28: error: cannot assign to property: 'y' is a 'let' constant
 84 |             cartesianPoint.y = -(point.y - origin.y)
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 87 |         }
 88 |
[176/201] Compiling VectorPlus VectorPoint.swift
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:78:28: error: cannot assign to property: 'x' is a 'let' constant
 76 |
 77 |         if point.x < origin.x {
 78 |             cartesianPoint.x = -(origin.x - point.x)
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:80:28: error: cannot assign to property: 'x' is a 'let' constant
 78 |             cartesianPoint.x = -(origin.x - point.x)
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 81 |         }
 82 |
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:84:28: error: cannot assign to property: 'y' is a 'let' constant
 82 |
 83 |         if point.y > origin.y {
 84 |             cartesianPoint.y = -(point.y - origin.y)
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:86:28: error: cannot assign to property: 'y' is a 'let' constant
 84 |             cartesianPoint.y = -(point.y - origin.y)
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 87 |         }
 88 |
[177/201] Compiling VectorPlus SVG+NSImage.swift
[178/201] Compiling VectorPlus CGContext+Render.swift
[179/201] Compiling VectorPlus CGMutablePath+Instruction.swift
[180/201] Compiling VectorPlus SwiftUI.Color+VectorPlus.swift
[181/201] Compiling VectorPlus SwiftUI.Path+VectorPlus.swift
[182/201] Compiling VectorPlus Template+UIImageView.swift
[183/201] Compiling VectorPlus Stroke+VectorPlus.swift
[184/201] Compiling VectorPlus SVG+Example.swift
[185/201] Compiling VectorPlus SVGView.swift
[186/201] Compiling VectorPlus Pigment+VectorPlus.swift
[187/201] Compiling VectorPlus Point+VectorPlus.swift
[188/201] Compiling VectorPlus Rect+VectorPlus.swift
[189/201] Compiling VectorPlus Fill+VectorPlus.swift
[190/201] Compiling VectorPlus Path+VectorPlus.swift
[191/201] Compiling VectorPlus Path.Command+VectorPlus.swift
[192/201] Compiling VectorPlus Fill+CoreGraphics.swift
[193/201] Compiling VectorPlus SVG+CGPath.swift
[194/201] Compiling VectorPlus Stroke+CoreGraphics.swift
[195/201] Compiling VectorPlus SVG+AppleSymbols.swift
[196/201] Compiling VectorPlus SVG+Template.swift
[197/201] Compiling VectorPlus Size+VectorPlus.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/13] Write swift-version-24593BA9C3E375BF.txt
[3/80] Compiling Swift2D Size+CoreGraphics.swift
[4/80] Compiling SwiftColor Pigment+UIKit.swift
[5/81] Compiling XMLCoder IntBox.swift
[6/81] Compiling XMLCoder KeyedBox.swift
[7/81] Compiling XMLCoder DoubleBox.swift
[8/81] Compiling XMLCoder FloatBox.swift
[9/81] Emitting module ArgumentParserToolInfo
[10/81] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/82] Compiling SwiftColor Pigment.swift
[12/82] Compiling Swift2D Size.swift
[14/82] Emitting module SwiftColor
[15/82] Compiling SwiftColor Pigment+String.swift
[16/81] Compiling XMLCoder NullBox.swift
[17/81] Compiling XMLCoder SharedBox.swift
[18/81] Compiling Swift2D Rect+CoreGraphics.swift
[19/81] Compiling Swift2D Point.swift
[20/81] Compiling Swift2D Point+CoreGraphics.swift
[21/81] Emitting module Swift2D
[22/81] Compiling Swift2D Rect.swift
[23/82] Compiling SwiftColor Pigment+Int.swift
[24/82] Compiling SwiftColor Pigment+Keyword.swift
[31/83] Compiling XMLCoder SingleKeyedBox.swift
[32/83] Compiling XMLCoder Attribute.swift
[33/83] Compiling XMLCoder BoolBox.swift
[34/83] Compiling XMLCoder Box.swift
[35/83] Compiling XMLCoder ChoiceBox.swift
[36/83] Compiling XMLCoder DataBox.swift
[37/83] Compiling XMLCoder DateBox.swift
[38/83] Compiling XMLCoder DecimalBox.swift
[39/89] Emitting module ShellOut
[40/89] Compiling ShellOut ShellOut.swift
[44/125] Emitting module XMLCoder
[45/125] Emitting module ArgumentParser
[46/130] Compiling ArgumentParser CommandConfiguration.swift
[47/130] Compiling ArgumentParser CommandGroup.swift
[48/130] Compiling ArgumentParser EnumerableFlag.swift
[49/130] Compiling ArgumentParser ArgumentDefinition.swift
[50/130] Compiling ArgumentParser ArgumentSet.swift
[51/130] Compiling ArgumentParser CommandParser.swift
[52/130] Compiling ArgumentParser InputKey.swift
[53/130] Compiling ArgumentParser InputOrigin.swift
[54/130] Compiling ArgumentParser ExpressibleByArgument.swift
[55/130] Compiling ArgumentParser ParsableArguments.swift
[56/130] Compiling ArgumentParser ParsableArgumentsValidation.swift
[57/130] Compiling ArgumentParser ParsableCommand.swift
[58/130] Compiling ArgumentParser DumpHelpGenerator.swift
[59/130] Compiling ArgumentParser HelpCommand.swift
[60/130] Compiling ArgumentParser HelpGenerator.swift
[61/130] Compiling ArgumentParser MessageInfo.swift
[62/130] Compiling ArgumentParser UsageGenerator.swift
[63/130] Compiling ArgumentParser CollectionExtensions.swift
[64/130] Compiling ArgumentParser ArgumentDecoder.swift
[65/130] Compiling ArgumentParser Name.swift
[66/130] Compiling ArgumentParser Parsed.swift
[67/130] Compiling ArgumentParser ParsedValues.swift
[68/130] Compiling ArgumentParser ParserError.swift
[69/130] Compiling ArgumentParser SplitArguments.swift
[70/130] Compiling ArgumentParser Platform.swift
[71/130] Compiling ArgumentParser SequenceExtensions.swift
[72/130] Compiling ArgumentParser StringExtensions.swift
[73/130] Compiling ArgumentParser Tree.swift
[74/130] Compiling XMLCoder XMLDecoderImplementation.swift
[75/130] Compiling XMLCoder XMLDecodingStorage.swift
[76/130] Compiling XMLCoder XMLEncoder.swift
[77/130] Compiling XMLCoder XMLEncoderImplementation.swift
[78/130] Compiling XMLCoder XMLEncodingStorage.swift
[79/130] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[80/130] Compiling XMLCoder XMLReferencingEncoder.swift
[81/130] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[83/131] Compiling ArgumentParser BashCompletionsGenerator.swift
[84/131] Compiling ArgumentParser CompletionsGenerator.swift
[85/131] Compiling ArgumentParser FishCompletionsGenerator.swift
[86/131] Compiling ArgumentParser ZshCompletionsGenerator.swift
[87/131] Compiling ArgumentParser Argument.swift
[88/131] Compiling ArgumentParser ArgumentHelp.swift
[88/131] Wrapping AST for XMLCoder for debugging
[90/158] Compiling SwiftSVG Polyline.swift
[91/158] Compiling SwiftSVG PresentationAttributes.swift
[92/158] Compiling SwiftSVG Rectangle.swift
[93/158] Compiling SwiftSVG Path.Component.swift
[94/158] Compiling SwiftSVG Path.ComponentParser.swift
[95/158] Compiling SwiftSVG Point+SwiftSVG.swift
[96/158] Compiling SwiftSVG Fill.swift
[97/158] Compiling SwiftSVG PolylineProcessor.swift
[98/158] Compiling SwiftSVG RectangleProcessor.swift
[99/158] Compiling SwiftSVG Line.swift
[100/158] Compiling SwiftSVG Path.Command.swift
[116/158] Compiling SwiftSVG Path.swift
[117/158] Compiling SwiftSVG Polygon.swift
[118/158] Compiling SwiftSVG SVG+Swift2D.swift
[119/158] Compiling SwiftSVG SVG.swift
[120/158] Compiling SwiftSVG Stroke.swift
[121/158] Compiling SwiftSVG Group.swift
[122/158] Compiling SwiftSVG EllipseProcessor.swift
[123/158] Compiling SwiftSVG PathProcessor.swift
[124/158] Compiling SwiftSVG PolygonProcressor.swift
[126/158] Emitting module SwiftSVG
[127/162] Compiling SwiftSVG Element.swift
[128/162] Compiling SwiftSVG Ellipse.swift
[131/162] Compiling SwiftSVG Circle.swift
[132/162] Compiling SwiftSVG CommandRepresentable.swift
[133/162] Compiling SwiftSVG Container.swift
[134/162] Compiling SwiftSVG CoreAttributes.swift
[154/161] Compiling SwiftSVG StylingAttributes.swift
[155/161] Compiling SwiftSVG Text.swift
[156/161] Compiling SwiftSVG Transformation.swift
[158/183] Compiling VectorPlus SwiftUI.Color+VectorPlus.swift
[159/183] Compiling VectorPlus SwiftUI.Path+VectorPlus.swift
[160/183] Compiling VectorPlus Template+UIImageView.swift
[161/186] Compiling VectorPlus Fill+CoreGraphics.swift
[162/186] Compiling VectorPlus SVG+CGPath.swift
[163/186] Compiling VectorPlus Stroke+CoreGraphics.swift
[164/186] Compiling VectorPlus SVG+NSImage.swift
[165/186] Compiling VectorPlus CGContext+Render.swift
[166/186] Compiling VectorPlus CGMutablePath+Instruction.swift
[167/186] Compiling VectorPlus Pigment+VectorPlus.swift
[168/186] Compiling VectorPlus Point+VectorPlus.swift
[169/186] Compiling VectorPlus Rect+VectorPlus.swift
[170/186] Emitting module VectorPlus
[171/186] Compiling VectorPlus SVG+UIImage.swift
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:78:28: error: cannot assign to property: 'x' is a 'let' constant
 76 |
 77 |         if point.x < origin.x {
 78 |             cartesianPoint.x = -(origin.x - point.x)
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:80:28: error: cannot assign to property: 'x' is a 'let' constant
 78 |             cartesianPoint.x = -(origin.x - point.x)
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 81 |         }
 82 |
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:84:28: error: cannot assign to property: 'y' is a 'let' constant
 82 |
 83 |         if point.y > origin.y {
 84 |             cartesianPoint.y = -(point.y - origin.y)
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:86:28: error: cannot assign to property: 'y' is a 'let' constant
 84 |             cartesianPoint.y = -(point.y - origin.y)
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 87 |         }
 88 |
[172/186] Compiling VectorPlus SVGImageView.swift
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:78:28: error: cannot assign to property: 'x' is a 'let' constant
 76 |
 77 |         if point.x < origin.x {
 78 |             cartesianPoint.x = -(origin.x - point.x)
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:80:28: error: cannot assign to property: 'x' is a 'let' constant
 78 |             cartesianPoint.x = -(origin.x - point.x)
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 81 |         }
 82 |
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:84:28: error: cannot assign to property: 'y' is a 'let' constant
 82 |
 83 |         if point.y > origin.y {
 84 |             cartesianPoint.y = -(point.y - origin.y)
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:86:28: error: cannot assign to property: 'y' is a 'let' constant
 84 |             cartesianPoint.y = -(point.y - origin.y)
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 87 |         }
 88 |
[173/186] Compiling VectorPlus VectorPoint.swift
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:78:28: error: cannot assign to property: 'x' is a 'let' constant
 76 |
 77 |         if point.x < origin.x {
 78 |             cartesianPoint.x = -(origin.x - point.x)
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:80:28: error: cannot assign to property: 'x' is a 'let' constant
 78 |             cartesianPoint.x = -(origin.x - point.x)
 79 |         } else if point.x > origin.x {
 80 |             cartesianPoint.x = point.x - origin.x
    |                            `- error: cannot assign to property: 'x' is a 'let' constant
 81 |         }
 82 |
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:84:28: error: cannot assign to property: 'y' is a 'let' constant
 82 |
 83 |         if point.y > origin.y {
 84 |             cartesianPoint.y = -(point.y - origin.y)
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
/host/spi-builder-workspace/Sources/VectorPlus/VectorPoint.swift:86:28: error: cannot assign to property: 'y' is a 'let' constant
 84 |             cartesianPoint.y = -(point.y - origin.y)
 85 |         } else if point.y < origin.y {
 86 |             cartesianPoint.y = origin.y - point.y
    |                            `- error: cannot assign to property: 'y' is a 'let' constant
 87 |         }
 88 |
[174/186] Compiling VectorPlus Fill+VectorPlus.swift
[175/186] Compiling VectorPlus Path+VectorPlus.swift
[176/186] Compiling VectorPlus Path.Command+VectorPlus.swift
[177/186] Compiling VectorPlus Stroke+VectorPlus.swift
[178/186] Compiling VectorPlus SVG+Example.swift
[179/186] Compiling VectorPlus SVGView.swift
[180/186] Compiling VectorPlus SVG+AppleSymbols.swift
[181/186] Compiling VectorPlus SVG+Template.swift
[182/186] Compiling VectorPlus Size+VectorPlus.swift
BUILD FAILURE 6.1 android