Build Information
Failed to build VectorPlus, reference main (ca549e), with Swift 6.1 for Wasm on 20 Feb 2026 01:17:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 ca549e3 Added Platform Builds (#11)
Cloned https://github.com/richardpiazza/VectorPlus.git
Revision (git rev-parse @):
ca549e38620f2db9e004c5bb71c2720df36ae276
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/VectorPlus.git at main
========================================
Build
========================================
Selected platform: wasm
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.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-testing.git"
},
{
"identity" : "swiftsvg",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/SwiftSVG.git"
},
{
"identity" : "swiftcolor",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.2",
"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" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "vector-plus",
"targets" : [
"vector-plus"
],
"type" : {
"executable" : null
}
},
{
"name" : "VectorPlus",
"targets" : [
"VectorPlus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "vector_plus",
"module_type" : "SwiftTarget",
"name" : "vector-plus",
"path" : "Sources/vector-plus",
"product_dependencies" : [
"SwiftSVG",
"ArgumentParser",
"ShellOut"
],
"product_memberships" : [
"vector-plus"
],
"sources" : [
"Convert.swift",
"Extensions/FileManager+Executable.swift",
"Inspect.swift",
"Preview.swift",
"Render.swift",
"vectorplus.swift"
],
"target_dependencies" : [
"VectorPlus"
],
"type" : "executable"
},
{
"c99name" : "VectorPlusTests",
"module_type" : "SwiftTarget",
"name" : "VectorPlusTests",
"path" : "Tests/VectorPlusTests",
"product_dependencies" : [
"SwiftSVG",
"Testing"
],
"sources" : [
"InstructionTranslationTests.swift",
"VectorPlusTests.swift"
],
"target_dependencies" : [
"vector-plus",
"VectorPlus"
],
"type" : "test"
},
{
"c99name" : "VectorPlus",
"module_type" : "SwiftTarget",
"name" : "VectorPlus",
"path" : "Sources/VectorPlus",
"product_dependencies" : [
"SwiftSVG",
"SwiftColor"
],
"product_memberships" : [
"vector-plus",
"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"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/richardpiazza/SwiftColor.git
Fetching https://github.com/richardpiazza/SwiftSVG.git
[1/643] Fetching swiftsvg
[644/1623] Fetching swiftsvg, shellout
[742/1816] Fetching swiftsvg, shellout, swiftcolor
[1670/18975] Fetching swiftsvg, shellout, swiftcolor, swift-argument-parser
Fetched https://github.com/richardpiazza/SwiftSVG.git from cache (1.79s)
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (1.80s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (1.81s)
Fetching https://github.com/swiftlang/swift-testing.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.97s)
[1/34013] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (2.39s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (8.97s)
Computing version for https://github.com/richardpiazza/SwiftColor.git
Computed https://github.com/richardpiazza/SwiftColor.git at 0.3.2 (0.92s)
Computing version for https://github.com/richardpiazza/SwiftSVG.git
Computed https://github.com/richardpiazza/SwiftSVG.git at 0.12.0 (0.91s)
Fetching https://github.com/richardpiazza/Swift2D.git
Fetching https://github.com/CoreOffice/XMLCoder.git
[1/300] Fetching swift2d
[301/10382] Fetching swift2d, xmlcoder
Fetched https://github.com/richardpiazza/Swift2D.git from cache (0.79s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.80s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (1.83s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (0.95s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.0 (3.84s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.3 (1.56s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74303] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.08s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (12.34s)
Creating working copy for https://github.com/richardpiazza/SwiftSVG.git
Working copy of https://github.com/richardpiazza/SwiftSVG.git resolved at 0.12.0
Creating working copy for https://github.com/richardpiazza/SwiftColor.git
Working copy of https://github.com/richardpiazza/SwiftColor.git resolved at 0.3.2
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.18.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.7.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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 6.2.3
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/88] Emitting module SwiftColor
[13/89] Emitting module XMLCoder
[14/95] Emitting module ArgumentParserToolInfo
[15/95] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/96] Compiling Swift2D Size.swift
[17/96] Compiling SwiftColor Pigment.swift
[19/96] Compiling XMLCoder Attribute.swift
[20/96] Compiling XMLCoder BoolBox.swift
[20/96] Wrapping AST for ArgumentParserToolInfo for debugging
[22/142] Compiling ArgumentParser DumpHelpGenerator.swift
[23/142] Compiling ArgumentParser HelpCommand.swift
[24/142] Compiling ArgumentParser HelpGenerator.swift
[25/142] Compiling ArgumentParser MessageInfo.swift
[26/142] Compiling ArgumentParser UsageGenerator.swift
[27/142] Compiling ArgumentParser CollectionExtensions.swift
[28/142] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/142] Compiling ArgumentParser CompletionsGenerator.swift
[30/142] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/142] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/142] Compiling ArgumentParser Argument.swift
[33/142] Compiling ArgumentParser ArgumentDiscussion.swift
[34/142] Compiling ArgumentParser ArgumentHelp.swift
[35/142] Compiling ArgumentParser InputOrigin.swift
[36/142] Compiling ArgumentParser Name.swift
[37/142] Compiling ArgumentParser Parsed.swift
[38/142] Compiling ArgumentParser ParsedValues.swift
[39/142] Compiling ArgumentParser ParserError.swift
[40/142] Compiling ArgumentParser SplitArguments.swift
[41/142] Compiling ArgumentParser ParsableCommand.swift
[42/142] Compiling ArgumentParser ArgumentDecoder.swift
[43/142] Compiling ArgumentParser ArgumentDefinition.swift
[44/142] Compiling ArgumentParser ArgumentSet.swift
[45/142] Compiling ArgumentParser CommandParser.swift
[46/142] Compiling ArgumentParser InputKey.swift
[47/142] Compiling ArgumentParser Foundation.swift
[48/142] Compiling ArgumentParser Mutex.swift
[49/142] Compiling ArgumentParser Platform.swift
[50/142] Compiling ArgumentParser SequenceExtensions.swift
[51/142] Compiling ArgumentParser StringExtensions.swift
[52/142] Compiling ArgumentParser SwiftExtensions.swift
[53/142] Compiling SwiftColor Pigment+UIKit.swift
[54/142] Compiling SwiftColor Pigment+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:134:33: error: integer literal '4278190080' overflows when stored into 'Int'
132 | hex: Int
133 | ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
134 | let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
| `- error: integer literal '4278190080' overflows when stored into 'Int'
135 | let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
136 | let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:134:33: error: integer literal '4278190080' overflows when stored into 'Int'
132 | hex: Int
133 | ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
134 | let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
| `- error: integer literal '4278190080' overflows when stored into 'Int'
135 | let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
136 | let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
[57/142] Compiling ArgumentParser ParentCommand.swift
[58/142] Compiling ArgumentParser AsyncParsableCommand.swift
[59/142] Compiling ArgumentParser CommandConfiguration.swift
[60/142] Compiling ArgumentParser CommandGroup.swift
[61/142] Compiling ArgumentParser EnumerableFlag.swift
[62/142] Compiling ArgumentParser ExpressibleByArgument.swift
[63/142] Compiling ArgumentParser ParsableArguments.swift
[64/142] Compiling ArgumentParser ArgumentVisibility.swift
[65/142] Compiling ArgumentParser CompletionKind.swift
[66/142] Compiling ArgumentParser Errors.swift
[67/142] Compiling ArgumentParser Flag.swift
[68/142] Compiling ArgumentParser NameSpecification.swift
[69/142] Compiling ArgumentParser Option.swift
[70/142] Compiling ArgumentParser OptionGroup.swift
[71/142] Compiling Swift2D Rect.swift
[72/142] Compiling Swift2D Size+CoreGraphics.swift
[75/142] Compiling Swift2D Point+CoreGraphics.swift
[76/142] Compiling Swift2D Point.swift
[77/142] Emitting module Swift2D
[78/142] Compiling Swift2D Rect+CoreGraphics.swift
[81/143] Compiling SwiftColor Pigment+String.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write swift-version-24593BA9C3E375BF.txt
[4/80] Compiling SwiftColor Pigment+SwiftUI.swift
[5/81] Compiling SwiftColor Pigment+UIKit.swift
[6/81] Compiling Swift2D Point+CoreGraphics.swift
[7/81] Compiling Swift2D Rect+CoreGraphics.swift
[8/81] Emitting module Swift2D
[9/81] Compiling SwiftColor Pigment+String.swift
[10/81] Compiling Swift2D Point.swift
[11/81] Compiling Swift2D Size.swift
[12/81] Compiling Swift2D Size+CoreGraphics.swift
[13/81] Compiling SwiftColor Pigment.swift
[14/81] Compiling SwiftColor Pigment+Hex.swift
[15/81] Compiling XMLCoder KeyedStorage.swift
[16/81] Compiling XMLCoder Metatypes.swift
[17/81] Compiling XMLCoder String+Extensions.swift
[18/81] Compiling XMLCoder Utils.swift
[19/81] Compiling XMLCoder XMLChoiceCodingKey.swift
[20/81] Compiling XMLCoder StringBox.swift
[21/81] Compiling XMLCoder UIntBox.swift
[22/81] Compiling XMLCoder URLBox.swift
[23/81] Compiling XMLCoder UnkeyedBox.swift
[24/81] Compiling XMLCoder ValueBox.swift
[25/81] Compiling XMLCoder Element.swift
[26/81] Compiling XMLCoder ElementAndAttribute.swift
[27/87] Compiling XMLCoder DoubleBox.swift
[28/87] Compiling XMLCoder FloatBox.swift
[29/87] Compiling XMLCoder IntBox.swift
[30/87] Compiling XMLCoder KeyedBox.swift
[31/87] Compiling XMLCoder NullBox.swift
[32/87] Compiling XMLCoder SharedBox.swift
[33/87] Compiling XMLCoder SingleKeyedBox.swift
[34/87] Compiling Swift2D Rect.swift
[35/88] Compiling SwiftColor Clamping.swift
[36/88] Compiling SwiftColor ColorSpace.swift
[37/88] Compiling SwiftColor Pigment+AppKit.swift
[38/88] Compiling SwiftColor Pigment+CoreGraphics.swift
[39/88] Compiling SwiftColor Pigment+Int.swift
[40/88] Compiling SwiftColor Pigment+Name.swift
[41/88] Compiling SwiftColor Pigment+Float.swift
[43/88] Emitting module XMLCoder
[43/88] Wrapping AST for Swift2D for debugging
[45/88] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[46/88] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[47/88] Compiling XMLCoder DynamicNodeEncoding.swift
[48/88] Compiling XMLCoder EncodingErrorExtension.swift
[49/88] Compiling XMLCoder SingleValueEncodingContainer.swift
[50/88] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[51/88] Compiling XMLCoder DynamicNodeDecoding.swift
[52/88] Compiling XMLCoder SingleValueDecodingContainer.swift
[53/88] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[54/88] Compiling XMLCoder XMLDecoder.swift
[55/88] Compiling XMLCoder XMLDecoderImplementation.swift
[56/88] Compiling XMLCoder XMLDecodingStorage.swift
[57/88] Compiling XMLCoder XMLCoderElement.swift
[58/88] Compiling XMLCoder XMLDocumentType.swift
[59/88] Compiling XMLCoder XMLHeader.swift
[60/88] Compiling XMLCoder XMLKey.swift
[61/88] Compiling XMLCoder XMLStackParser.swift
[62/88] Compiling XMLCoder DecodingErrorExtension.swift
[63/88] Compiling ArgumentParserToolInfo ToolInfo.swift
[64/88] Emitting module ArgumentParserToolInfo
[65/89] Emitting module SwiftColor
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:134:33: error: integer literal '4278190080' overflows when stored into 'Int'
132 | hex: Int
133 | ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
134 | let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
| `- error: integer literal '4278190080' overflows when stored into 'Int'
135 | let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
136 | let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
/host/spi-builder-workspace/.build/checkouts/SwiftColor/Sources/SwiftColor/Pigment+Hex.swift:134:33: error: integer literal '4278190080' overflows when stored into 'Int'
132 | hex: Int
133 | ) -> (red: Double, green: Double, blue: Double, alpha: Double) {
134 | let red = Double((hex & 0xFF00_0000) >> 24) / 255.0
| `- error: integer literal '4278190080' overflows when stored into 'Int'
135 | let green = Double((hex & 0x00FF_0000) >> 16) / 255.0
136 | let blue = Double((hex & 0x0000_FF00) >> 8) / 255.0
BUILD FAILURE 6.1 wasm