Build Information
Failed to build VectorPlus, reference 0.4.0 (318611
), with Swift 6.1 for Wasm on 29 May 2025 15:21:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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: 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.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-2":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/960] Fetching shellout
[961/1502] Fetching shellout, swiftsvg
[1503/1596] Fetching shellout, swiftsvg, swiftcolor
Fetched https://github.com/richardpiazza/SwiftSVG.git from cache (0.30s)
[1/15379] Fetching swift-argument-parser
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (1.14s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (1.15s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.16s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (4.48s)
Computing version for https://github.com/richardpiazza/SwiftColor.git
Computed https://github.com/richardpiazza/SwiftColor.git at 0.2.0 (3.39s)
Computing version for https://github.com/richardpiazza/SwiftSVG.git
Computed https://github.com/richardpiazza/SwiftSVG.git at 0.11.0 (0.98s)
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/richardpiazza/Swift2D.git
[1/10011] Fetching xmlcoder
[202/10285] Fetching xmlcoder, swift2d
Fetched https://github.com/richardpiazza/Swift2D.git from cache (0.87s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.87s)
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.93s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (0.97s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.17.1 (1.03s)
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/SwiftSVG.git
Working copy of https://github.com/richardpiazza/SwiftSVG.git resolved at 0.11.0
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/richardpiazza/SwiftColor.git
Working copy of https://github.com/richardpiazza/SwiftColor.git resolved at 0.2.0
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.17.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/22] Write sources
[10/22] Write swift-version-24593BA9C3E375BF.txt
[12/89] Emitting module SwiftColor
[13/90] Emitting module XMLCoder
[14/96] Compiling XMLCoder DoubleBox.swift
[15/96] Compiling XMLCoder FloatBox.swift
[16/96] Compiling XMLCoder IntBox.swift
[17/96] Compiling XMLCoder KeyedBox.swift
[18/96] Compiling XMLCoder NullBox.swift
[19/96] Compiling XMLCoder SharedBox.swift
[20/96] Compiling XMLCoder SingleKeyedBox.swift
[21/96] Emitting module ArgumentParserToolInfo
[22/96] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/97] Wrapping AST for ArgumentParserToolInfo for debugging
[25/135] Compiling ArgumentParser OptionGroup.swift
[26/135] Compiling ArgumentParser AsyncParsableCommand.swift
[27/135] Compiling ArgumentParser CommandConfiguration.swift
[28/135] Compiling ArgumentParser CommandGroup.swift
[29/135] Compiling ArgumentParser EnumerableFlag.swift
[30/135] Compiling ArgumentParser ArgumentVisibility.swift
[31/135] Compiling ArgumentParser CompletionKind.swift
[32/135] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[33/135] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[34/135] Compiling XMLCoder DynamicNodeEncoding.swift
[35/135] Compiling XMLCoder EncodingErrorExtension.swift
[36/135] Compiling XMLCoder SingleValueEncodingContainer.swift
[37/135] Compiling XMLCoder XMLChoiceEncodingContainer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/135] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[39/135] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[40/135] Compiling Swift2D Size.swift
[41/135] Compiling Swift2D Rect.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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
Building for debugging...
[1/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/56] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[4/80] Emitting module Swift2D
[5/80] Compiling SwiftColor Pigment+UIKit.swift
[6/81] Compiling Swift2D Rect+CoreGraphics.swift
[7/81] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[8/81] Compiling SwiftColor Pigment.swift
[9/81] Compiling Swift2D Point+CoreGraphics.swift
[10/81] Emitting module ArgumentParserToolInfo
[11/81] Compiling XMLCoder DataBox.swift
[12/81] Compiling XMLCoder DateBox.swift
BUILD FAILURE 6.1 wasm