Build Information
Failed to build Shapes, reference main (742272
), with Swift 6.2 (beta) for Linux on 17 Jul 2025 09:05:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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 7422720 New shapes - Arbelos, Lune, AnnularSteinerChain
Cloned https://github.com/nutterfi/Shapes.git
Revision (git rev-parse @):
7422720f332ce8b2ec7a7cc0633d998064faca15
SUCCESS checkout https://github.com/nutterfi/Shapes.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/nutterfi/Shapes.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/66] 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.
[4/74] 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.
[5/74] 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.
[6/74] 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.
[7/74] 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.
[8/74] 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.
[9/74] 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.
[10/74] 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.
[11/74] 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.
[12/74] 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.
[13/74] 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.
[14/74] 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.
[15/74] 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.
[16/74] 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.
[17/74] 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.
[18/74] 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.
[19/74] 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.
[20/74] 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.
[21/74] Compiling Shapes Lune.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/74] 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.
[23/74] 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.
[24/74] 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.
[25/74] 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.
[26/74] 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.
[27/74] 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.
[28/74] 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.
[29/74] 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.
[30/74] 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.
[31/74] 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.
[32/74] 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.
[33/74] 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.
[34/74] 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.
[35/74] 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.
[36/74] 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.
[37/74] 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.
[38/74] 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.
[39/74] 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.
[40/74] 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.
[41/74] 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.
[42/74] 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.
[43/74] 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.
[44/74] 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.
[45/74] 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.
[46/74] 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.
[47/74] 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.
[48/74] 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.
[49/74] 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.
[50/74] Compiling Shapes AnnularSteinerChain.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/74] Compiling Shapes Arbelos.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/74] 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.
[53/74] 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.
[54/74] 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.
[55/74] 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.
[56/74] 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.
[57/74] 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.
[58/74] 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.
[59/74] 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.
[60/74] 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.
[61/74] 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.
[62/74] 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.
[63/74] 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.
[64/74] 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.
[65/74] 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.
[66/74] 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.
[67/74] 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.
[68/74] 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.
[69/74] 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.
[70/74] 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.
[71/74] 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.
[72/74] 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.
[73/74] 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.
[74/74] 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.
BUILD FAILURE 6.2 linux