Build Information
Failed to build VectorPlus, reference 0.4.0 (318611
), with Swift 6.1 for Android on 29 May 2025 15:21:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 0.4.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/richardpiazza/VectorPlus
* tag 0.4.0 -> FETCH_HEAD
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 0.4.0
========================================
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-3":/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/JohnSundell/ShellOut.git
Fetching https://github.com/richardpiazza/SwiftSVG.git
Fetching https://github.com/richardpiazza/SwiftColor.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/960] Fetching shellout
[779/1502] Fetching shellout, swiftsvg
[1503/1596] Fetching shellout, swiftsvg, swiftcolor
[1597/16975] Fetching shellout, swiftsvg, swiftcolor, swift-argument-parser
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (0.89s)
Fetched https://github.com/richardpiazza/SwiftSVG.git from cache (0.89s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.89s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.90s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (3.95s)
Computing version for https://github.com/richardpiazza/SwiftColor.git
Computed https://github.com/richardpiazza/SwiftColor.git at 0.2.0 (3.65s)
Computing version for https://github.com/richardpiazza/SwiftSVG.git
Computed https://github.com/richardpiazza/SwiftSVG.git at 0.11.0 (0.73s)
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 (1.92s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (2.45s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (4.35s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (1.31s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.17.1 (0.65s)
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/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.17.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
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/22] Write sources
[10/22] Write swift-version-24593BA9C3E375BF.txt
[12/89] Emitting module ArgumentParserToolInfo
[13/89] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/90] Compiling Swift2D Size.swift
[15/90] Wrapping AST for ArgumentParserToolInfo for debugging
[17/128] Emitting module ArgumentParser
[18/133] Compiling ArgumentParser ArgumentVisibility.swift
[19/133] Compiling ArgumentParser CompletionKind.swift
[20/133] Compiling ArgumentParser Errors.swift
[21/133] Compiling ArgumentParser Flag.swift
[22/133] Compiling ArgumentParser NameSpecification.swift
[23/133] Compiling ArgumentParser Option.swift
[24/133] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/133] Compiling ArgumentParser CompletionsGenerator.swift
[26/133] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/133] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/133] Compiling ArgumentParser Argument.swift
[29/133] Compiling ArgumentParser ArgumentHelp.swift
[30/133] Compiling ArgumentParser OptionGroup.swift
[31/133] Compiling ArgumentParser AsyncParsableCommand.swift
[32/133] Compiling ArgumentParser CommandConfiguration.swift
[33/133] Compiling ArgumentParser CommandGroup.swift
[34/133] Compiling ArgumentParser EnumerableFlag.swift
[35/133] Compiling ArgumentParser ExpressibleByArgument.swift
[36/133] Compiling ArgumentParser ParsableArguments.swift
[37/133] Compiling ArgumentParser ParsableArgumentsValidation.swift
[38/133] Compiling ArgumentParser ParsableCommand.swift
[39/133] Compiling ArgumentParser ArgumentDecoder.swift
[40/133] Compiling ArgumentParser ArgumentDefinition.swift
[41/133] Compiling ArgumentParser ArgumentSet.swift
[42/133] Compiling ArgumentParser CommandParser.swift
[43/133] Compiling ArgumentParser InputKey.swift
[44/133] Compiling ArgumentParser InputOrigin.swift
[45/133] Compiling ArgumentParser CollectionExtensions.swift
[46/133] Compiling ArgumentParser Platform.swift
[47/133] Compiling ArgumentParser SequenceExtensions.swift
[48/133] Compiling ArgumentParser StringExtensions.swift
[49/133] Compiling ArgumentParser Tree.swift
[50/133] Compiling SwiftColor Pigment+UIKit.swift
[58/134] Emitting module XMLCoder
[66/140] Compiling Swift2D Rect+CoreGraphics.swift
[67/140] Compiling Swift2D Point.swift
[68/140] Compiling Swift2D Rect.swift
[69/140] Compiling Swift2D Size+CoreGraphics.swift
[74/140] Compiling XMLCoder SingleValueEncodingContainer.swift
[75/140] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[76/140] Compiling ArgumentParser Name.swift
[77/140] Compiling ArgumentParser Parsed.swift
[78/140] Compiling ArgumentParser ParsedValues.swift
[79/140] Compiling ArgumentParser ParserError.swift
[80/140] Compiling ArgumentParser SplitArguments.swift
[81/140] Compiling ArgumentParser DumpHelpGenerator.swift
[82/140] Compiling ArgumentParser HelpCommand.swift
[83/140] Compiling ArgumentParser HelpGenerator.swift
[84/140] Compiling ArgumentParser MessageInfo.swift
[85/140] Compiling ArgumentParser UsageGenerator.swift
[92/141] Compiling SwiftColor Pigment+String.swift
[93/141] Compiling SwiftColor Pigment+Int.swift
[94/141] Compiling SwiftColor Pigment+Keyword.swift
[95/141] Emitting module SwiftColor
[102/141] Compiling ShellOut ShellOut.swift
[103/141] Emitting module ShellOut
[105/142] Emitting module Swift2D
[106/142] Compiling Swift2D Point+CoreGraphics.swift
[127/143] Compiling SwiftColor Pigment.swift
[127/144] Wrapping AST for ArgumentParser for debugging
[129/144] Wrapping AST for ShellOut for debugging
[130/144] Wrapping AST for Swift2D for debugging
[131/144] Wrapping AST for SwiftColor 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] Compiling SwiftSVG Element.swift
[142/172] Compiling SwiftSVG Ellipse.swift
[143/172] Compiling SwiftSVG Point+SwiftSVG.swift
[144/172] Compiling SwiftSVG Fill.swift
[145/172] Compiling SwiftSVG Polyline.swift
[146/172] Compiling SwiftSVG PresentationAttributes.swift
[147/172] Compiling SwiftSVG Rectangle.swift
[148/175] Compiling SwiftSVG Group.swift
[149/175] Compiling SwiftSVG EllipseProcessor.swift
[150/175] Compiling SwiftSVG PathProcessor.swift
[151/175] Compiling SwiftSVG PolygonProcressor.swift
[152/175] Compiling SwiftSVG Path.Component.swift
[153/175] Compiling SwiftSVG Path.ComponentParser.swift
[154/175] Compiling SwiftSVG Path.swift
[155/175] Compiling SwiftSVG Polygon.swift
[156/175] Compiling SwiftSVG Circle.swift
[157/175] Compiling SwiftSVG CommandRepresentable.swift
[158/175] Compiling SwiftSVG Container.swift
[159/175] Compiling SwiftSVG CoreAttributes.swift
[160/175] Compiling SwiftSVG SVG+Swift2D.swift
[161/175] Compiling SwiftSVG SVG.swift
[162/175] Compiling SwiftSVG Stroke.swift
[163/175] Compiling SwiftSVG PolylineProcessor.swift
[164/175] Compiling SwiftSVG RectangleProcessor.swift
[165/175] Compiling SwiftSVG Line.swift
[166/175] Compiling SwiftSVG Path.Command.swift
[167/175] Emitting module SwiftSVG
[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] Compiling VectorPlus SVG+NSImage.swift
[174/198] Compiling VectorPlus CGContext+Render.swift
[175/198] Compiling VectorPlus CGMutablePath+Instruction.swift
[176/198] Compiling VectorPlus SwiftUI.Color+VectorPlus.swift
[177/198] Compiling VectorPlus SwiftUI.Path+VectorPlus.swift
[178/198] Compiling VectorPlus Template+UIImageView.swift
[179/201] Compiling VectorPlus Fill+CoreGraphics.swift
[180/201] Compiling VectorPlus SVG+CGPath.swift
[181/201] Compiling VectorPlus Stroke+CoreGraphics.swift
[182/201] Compiling VectorPlus Pigment+VectorPlus.swift
[183/201] Compiling VectorPlus Point+VectorPlus.swift
[184/201] Compiling VectorPlus Rect+VectorPlus.swift
[185/201] Compiling VectorPlus Stroke+VectorPlus.swift
[186/201] Compiling VectorPlus SVG+Example.swift
[187/201] Compiling VectorPlus SVGView.swift
[188/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 |
[189/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 |
[190/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 |
[191/201] Compiling VectorPlus Fill+VectorPlus.swift
[192/201] Compiling VectorPlus Path+VectorPlus.swift
[193/201] Compiling VectorPlus Path.Command+VectorPlus.swift
[194/201] Emitting module VectorPlus
[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-3":/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 XMLCoder Box.swift
[4/80] Compiling XMLCoder ChoiceBox.swift
[5/81] Compiling SwiftColor Pigment+UIKit.swift
[6/81] Emitting module ShellOut
[7/81] Compiling ShellOut ShellOut.swift
[9/82] Compiling Swift2D Size+CoreGraphics.swift
[10/82] Compiling XMLCoder Attribute.swift
[11/82] Compiling XMLCoder BoolBox.swift
[12/82] Emitting module SwiftColor
[13/82] Compiling SwiftColor Pigment+String.swift
[14/82] Compiling Swift2D Size.swift
[15/82] Compiling XMLCoder StringBox.swift
[16/82] Compiling XMLCoder UIntBox.swift
[17/82] Compiling XMLCoder URLBox.swift
[18/82] Compiling XMLCoder UnkeyedBox.swift
[19/82] Compiling XMLCoder ValueBox.swift
[20/82] Compiling XMLCoder Element.swift
[21/88] Compiling SwiftColor Pigment.swift
[22/87] Emitting module Swift2D
[23/87] Emitting module ArgumentParserToolInfo
[24/87] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/87] Compiling Swift2D Point+CoreGraphics.swift
[26/87] Compiling Swift2D Point.swift
[27/87] Compiling SwiftColor Pigment+Int.swift
[28/87] Compiling SwiftColor Pigment+Keyword.swift
[29/88] Compiling Swift2D Rect+CoreGraphics.swift
[30/88] Compiling Swift2D Rect.swift
[33/87] Emitting module XMLCoder
[38/87] Compiling XMLCoder DataBox.swift
[39/87] Compiling XMLCoder DateBox.swift
[40/87] Compiling XMLCoder DecimalBox.swift
[41/87] Compiling XMLCoder DoubleBox.swift
[42/87] Compiling XMLCoder FloatBox.swift
[43/87] Compiling XMLCoder IntBox.swift
[44/87] Compiling XMLCoder KeyedBox.swift
[45/87] Compiling XMLCoder NullBox.swift
[46/87] Compiling XMLCoder SharedBox.swift
[47/87] Compiling XMLCoder SingleKeyedBox.swift
[51/125] Compiling ArgumentParser ParserError.swift
[52/125] Compiling ArgumentParser SplitArguments.swift
[53/125] Compiling ArgumentParser ArgumentDefinition.swift
[54/125] Compiling ArgumentParser ArgumentSet.swift
[55/125] Compiling ArgumentParser CommandParser.swift
[56/125] Compiling ArgumentParser InputKey.swift
[57/125] Compiling ArgumentParser InputOrigin.swift
[58/125] Compiling ArgumentParser OptionGroup.swift
[59/125] Compiling ArgumentParser AsyncParsableCommand.swift
[60/125] Compiling ArgumentParser CommandConfiguration.swift
[61/125] Compiling ArgumentParser CommandGroup.swift
[62/125] Compiling ArgumentParser EnumerableFlag.swift
[63/125] Compiling ArgumentParser ExpressibleByArgument.swift
[64/125] Compiling ArgumentParser ParsableArguments.swift
[65/125] Compiling ArgumentParser ParsableArgumentsValidation.swift
[66/125] Compiling ArgumentParser ParsableCommand.swift
[67/125] Compiling ArgumentParser ArgumentDecoder.swift
[68/125] Compiling XMLCoder XMLDecodingStorage.swift
[69/125] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[70/125] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[71/125] Compiling XMLCoder DynamicNodeEncoding.swift
[72/125] Compiling XMLCoder EncodingErrorExtension.swift
[73/125] Compiling XMLCoder SingleValueEncodingContainer.swift
[74/125] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[75/125] Compiling XMLCoder XMLEncoder.swift
[76/125] Compiling XMLCoder XMLEncoderImplementation.swift
[77/125] Compiling XMLCoder XMLEncodingStorage.swift
[78/125] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[79/125] Compiling XMLCoder XMLReferencingEncoder.swift
[80/125] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[81/150] Wrapping AST for XMLCoder for debugging
[83/153] Emitting module ArgumentParser
[84/158] Compiling SwiftSVG Polyline.swift
[85/158] Compiling SwiftSVG PresentationAttributes.swift
[86/158] Compiling SwiftSVG Rectangle.swift
[90/161] Compiling SwiftSVG Circle.swift
[91/161] Compiling SwiftSVG CommandRepresentable.swift
[92/161] Compiling SwiftSVG Container.swift
[93/161] Compiling SwiftSVG CoreAttributes.swift
[94/161] Compiling SwiftSVG Path.Component.swift
[95/161] Compiling SwiftSVG Path.ComponentParser.swift
[96/161] Compiling SwiftSVG Path.swift
[97/161] Compiling SwiftSVG Polygon.swift
[98/161] Compiling SwiftSVG PolylineProcessor.swift
[99/161] Emitting module SwiftSVG
[100/161] Compiling SwiftSVG SVG+Swift2D.swift
[101/161] Compiling SwiftSVG SVG.swift
[102/161] Compiling SwiftSVG Stroke.swift
[107/161] Compiling SwiftSVG PathProcessor.swift
[108/161] Compiling SwiftSVG PolygonProcressor.swift
[109/161] Compiling SwiftSVG Element.swift
[110/161] Compiling SwiftSVG Ellipse.swift
[111/161] Compiling SwiftSVG Point+SwiftSVG.swift
[112/161] Compiling SwiftSVG RectangleProcessor.swift
[113/161] Compiling SwiftSVG Line.swift
[114/161] Compiling SwiftSVG Path.Command.swift
[115/161] Compiling SwiftSVG Group.swift
[116/161] Compiling SwiftSVG EllipseProcessor.swift
[122/161] Compiling SwiftSVG Text.swift
[123/161] Compiling SwiftSVG Transformation.swift
[127/161] Compiling SwiftSVG Fill.swift
[131/161] Compiling SwiftSVG StylingAttributes.swift
[151/162] Compiling ArgumentParser CollectionExtensions.swift
[152/162] Compiling ArgumentParser Platform.swift
[153/162] Compiling ArgumentParser SequenceExtensions.swift
[154/162] Compiling ArgumentParser StringExtensions.swift
[155/162] Compiling ArgumentParser Tree.swift
[158/183] Compiling VectorPlus SVG+NSImage.swift
[159/183] Compiling VectorPlus CGContext+Render.swift
[160/183] Compiling VectorPlus CGMutablePath+Instruction.swift
[161/186] Compiling VectorPlus SwiftUI.Color+VectorPlus.swift
[162/186] Compiling VectorPlus SwiftUI.Path+VectorPlus.swift
[163/186] Compiling VectorPlus Template+UIImageView.swift
[164/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 |
[165/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 |
[166/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 |
[167/186] Emitting module VectorPlus
[168/186] Compiling VectorPlus Stroke+VectorPlus.swift
[169/186] Compiling VectorPlus SVG+Example.swift
[170/186] Compiling VectorPlus SVGView.swift
[171/186] Compiling VectorPlus Fill+VectorPlus.swift
[172/186] Compiling VectorPlus Path+VectorPlus.swift
[173/186] Compiling VectorPlus Path.Command+VectorPlus.swift
[174/186] Compiling VectorPlus Fill+CoreGraphics.swift
[175/186] Compiling VectorPlus SVG+CGPath.swift
[176/186] Compiling VectorPlus Stroke+CoreGraphics.swift
[177/186] Compiling VectorPlus SVG+AppleSymbols.swift
[178/186] Compiling VectorPlus SVG+Template.swift
[179/186] Compiling VectorPlus Size+VectorPlus.swift
[180/186] Compiling VectorPlus Pigment+VectorPlus.swift
[181/186] Compiling VectorPlus Point+VectorPlus.swift
[182/186] Compiling VectorPlus Rect+VectorPlus.swift
BUILD FAILURE 6.1 android