Build Information
Failed to build Shapes, reference main (0dd5ed
), with Swift 6.1 for Wasm on 30 May 2025 12:22:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/nutterfi/Shapes.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/nutterfi/Shapes
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0dd5ed1 Added new shapes and remove deprecations
Cloned https://github.com/nutterfi/Shapes.git
Revision (git rev-parse @):
0dd5ed163467e78b0b0bdcc1b8f44f3ac4649cc9
SUCCESS checkout https://github.com/nutterfi/Shapes.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/nutterfi/Shapes.git
https://github.com/nutterfi/Shapes.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Shapes",
"name" : "Shapes",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Shapes",
"targets" : [
"Shapes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShapesTests",
"module_type" : "SwiftTarget",
"name" : "ShapesTests",
"path" : "Tests/ShapesTests",
"sources" : [
"KiteTests.swift",
"TaperedRectTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Shapes"
],
"type" : "test"
},
{
"c99name" : "Shapes",
"module_type" : "SwiftTarget",
"name" : "Shapes",
"path" : "Sources/Shapes",
"product_memberships" : [
"Shapes"
],
"sources" : [
"AlignmentShape.swift",
"AnimatablePoints.swift",
"Array.swift",
"Arrowhead.swift",
"Bar.swift",
"BenDayDot.swift",
"BorderedPolygon.swift",
"BorderedRectangle.swift",
"Bullet.swift",
"CGAffineTransform.swift",
"CGPoint.swift",
"CGRect.swift",
"Check.swift",
"CirclePattern.swift",
"CircleSector.swift",
"CompositeShape.swift",
"ConvexPolygon.swift",
"Crescent.swift",
"CutCornerRectangle.swift",
"DataPath.swift",
"Diamond.swift",
"DragonCurve.swift",
"Egg.swift",
"Halftone.swift",
"Hatching.swift",
"Heart.swift",
"InsetShape.swift",
"InvertedCornerRectangle.swift",
"InvertedShape.swift",
"IsoscelesTriangle.swift",
"IsotoxalPolygon.swift",
"Kite.swift",
"Lens.swift",
"Line.swift",
"Math.swift",
"NormalizedShape.swift",
"Numeric+Extensions.swift",
"Parallelogram.swift",
"Path+Extensions.swift",
"Polygon.swift",
"Quad.swift",
"QuadCorner.swift",
"ReuleauxPolygon.swift",
"RightKite.swift",
"RightTriangle.swift",
"Ring.swift",
"RoundedPolygon.swift",
"Salinon.swift",
"SeededRandomNumberGenerator.swift",
"SimplePolygon.swift",
"SkewedShape.swift",
"Spiral.swift",
"Spirolateral.swift",
"SpongeFilter.swift",
"Square.swift",
"StarPolygon.swift",
"StrokeBorderedShape.swift",
"StrokeStyledCircle.swift",
"StrokeStyledPolygon.swift",
"StrokeStyledRectangle.swift",
"TaperedRectangle.swift",
"Teardrop.swift",
"TiledShape.swift",
"Torx.swift",
"Trapezoid.swift",
"Triquetra.swift",
"Types.swift",
"VectorPoint.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/63] Compiling Shapes AlignmentShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[4/63] Compiling Shapes AnimatablePoints.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[5/63] Compiling Shapes Array.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[6/63] Compiling Shapes Arrowhead.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[7/63] Compiling Shapes Bar.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[8/63] Compiling Shapes BenDayDot.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[9/63] Compiling Shapes BorderedPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[10/63] Compiling Shapes BorderedRectangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[11/63] Compiling Shapes Bullet.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[12/71] Compiling Shapes Spirolateral.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[13/71] Compiling Shapes SpongeFilter.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[14/71] Compiling Shapes Square.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[15/71] Compiling Shapes StarPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[16/71] Compiling Shapes StrokeBorderedShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[17/71] Compiling Shapes StrokeStyledCircle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[18/71] Compiling Shapes StrokeStyledPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[19/71] Compiling Shapes StrokeStyledRectangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[20/71] Compiling Shapes CutCornerRectangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[21/71] Compiling Shapes DataPath.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[22/71] Compiling Shapes Diamond.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[23/71] Compiling Shapes DragonCurve.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[24/71] Compiling Shapes Egg.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[25/71] Compiling Shapes Halftone.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[26/71] Compiling Shapes Hatching.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[27/71] Compiling Shapes Heart.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[28/71] Compiling Shapes InsetShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[29/71] Compiling Shapes RightTriangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[30/71] Compiling Shapes Ring.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[31/71] Compiling Shapes RoundedPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[32/71] Compiling Shapes Salinon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[33/71] Compiling Shapes SeededRandomNumberGenerator.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[34/71] Compiling Shapes SimplePolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[35/71] Compiling Shapes SkewedShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[36/71] Compiling Shapes Spiral.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[37/71] Compiling Shapes TaperedRectangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[38/71] Compiling Shapes Teardrop.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[39/71] Compiling Shapes TiledShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[40/71] Compiling Shapes Torx.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[41/71] Compiling Shapes Trapezoid.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[42/71] Compiling Shapes Triquetra.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[43/71] Compiling Shapes Types.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[44/71] Compiling Shapes VectorPoint.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[45/71] Compiling Shapes InvertedCornerRectangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[46/71] Compiling Shapes InvertedShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[47/71] Compiling Shapes IsoscelesTriangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[48/71] Compiling Shapes IsotoxalPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[49/71] Compiling Shapes Kite.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[50/71] Compiling Shapes Lens.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[51/71] Compiling Shapes Line.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[52/71] Compiling Shapes Math.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[53/71] Compiling Shapes NormalizedShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/71] Emitting module Shapes
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[55/71] Compiling Shapes Numeric+Extensions.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[56/71] Compiling Shapes Parallelogram.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[57/71] Compiling Shapes Path+Extensions.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[58/71] Compiling Shapes Polygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[59/71] Compiling Shapes Quad.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[60/71] Compiling Shapes QuadCorner.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[61/71] Compiling Shapes ReuleauxPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[62/71] Compiling Shapes RightKite.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[63/71] Compiling Shapes CGAffineTransform.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[64/71] Compiling Shapes CGPoint.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[65/71] Compiling Shapes CGRect.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[66/71] Compiling Shapes Check.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[67/71] Compiling Shapes CirclePattern.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[68/71] Compiling Shapes CircleSector.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[69/71] Compiling Shapes CompositeShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[70/71] Compiling Shapes ConvexPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[71/71] Compiling Shapes Crescent.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/62] Compiling Shapes CutCornerRectangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[3/62] Compiling Shapes DataPath.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[4/62] Compiling Shapes Diamond.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[5/62] Compiling Shapes DragonCurve.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[6/62] Compiling Shapes Egg.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[7/62] Compiling Shapes Halftone.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[8/62] Compiling Shapes Hatching.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[9/62] Compiling Shapes Heart.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[10/62] Compiling Shapes InsetShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[11/62] Compiling Shapes CGAffineTransform.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[12/62] Compiling Shapes CGPoint.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[13/62] Compiling Shapes CGRect.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[14/62] Compiling Shapes Check.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[15/62] Compiling Shapes CirclePattern.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[16/62] Compiling Shapes CircleSector.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[17/62] Compiling Shapes CompositeShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[18/62] Compiling Shapes ConvexPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[19/62] Compiling Shapes Crescent.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/70] Emitting module Shapes
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[21/70] Compiling Shapes AlignmentShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[22/70] Compiling Shapes AnimatablePoints.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[23/70] Compiling Shapes Array.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[24/70] Compiling Shapes Arrowhead.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[25/70] Compiling Shapes Bar.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[26/70] Compiling Shapes BenDayDot.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[27/70] Compiling Shapes BorderedPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[28/70] Compiling Shapes BorderedRectangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[29/70] Compiling Shapes Bullet.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[30/70] Compiling Shapes TaperedRectangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[31/70] Compiling Shapes Teardrop.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[32/70] Compiling Shapes TiledShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[33/70] Compiling Shapes Torx.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[34/70] Compiling Shapes Trapezoid.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[35/70] Compiling Shapes Triquetra.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[36/70] Compiling Shapes Types.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[37/70] Compiling Shapes VectorPoint.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[38/70] Compiling Shapes Spirolateral.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[39/70] Compiling Shapes SpongeFilter.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[40/70] Compiling Shapes Square.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[41/70] Compiling Shapes StarPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[42/70] Compiling Shapes StrokeBorderedShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[43/70] Compiling Shapes StrokeStyledCircle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[44/70] Compiling Shapes StrokeStyledPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[45/70] Compiling Shapes StrokeStyledRectangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[46/70] Compiling Shapes InvertedCornerRectangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[47/70] Compiling Shapes InvertedShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[48/70] Compiling Shapes IsoscelesTriangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[49/70] Compiling Shapes IsotoxalPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[50/70] Compiling Shapes Kite.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[51/70] Compiling Shapes Lens.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[52/70] Compiling Shapes Line.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[53/70] Compiling Shapes Math.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[54/70] Compiling Shapes NormalizedShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[55/70] Compiling Shapes RightTriangle.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[56/70] Compiling Shapes Ring.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[57/70] Compiling Shapes RoundedPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[58/70] Compiling Shapes Salinon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[59/70] Compiling Shapes SeededRandomNumberGenerator.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[60/70] Compiling Shapes SimplePolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[61/70] Compiling Shapes SkewedShape.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[62/70] Compiling Shapes Spiral.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[63/70] Compiling Shapes Numeric+Extensions.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[64/70] Compiling Shapes Parallelogram.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[65/70] Compiling Shapes Path+Extensions.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[66/70] Compiling Shapes Polygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[67/70] Compiling Shapes Quad.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[68/70] Compiling Shapes QuadCorner.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[69/70] Compiling Shapes ReuleauxPolygon.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
[70/70] Compiling Shapes RightKite.swift
/host/spi-builder-workspace/Sources/Shapes/AlignmentShape.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A shape with an alignment applied to it. Alignments are applied for the standard HorizontalAlignment and VerticalAlignment definitions.
BUILD FAILURE 6.1 wasm