Build Information
Failed to build ShapeUp, reference main (9a7b12
), with Swift 6.0 for Linux on 3 Dec 2024 12:34:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ryanlintott/ShapeUp.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/ryanlintott/ShapeUp
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9a7b129 Updated documentation.
Cloned https://github.com/ryanlintott/ShapeUp.git
Revision (git rev-parse @):
9a7b12905bcf192a4ed3c391ffa7b4e10efeea01
SUCCESS checkout https://github.com/ryanlintott/ShapeUp.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/ryanlintott/ShapeUp.git
{
"dependencies" : [
],
"manifest_display_name" : "ShapeUp",
"name" : "ShapeUp",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ShapeUp",
"targets" : [
"ShapeUp"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "ShapeUpTests",
"module_type" : "SwiftTarget",
"name" : "ShapeUpTests",
"path" : "Tests/ShapeUpTests",
"sources" : [
"AngleRepresentableTests.swift",
"AngleTypeTests.swift",
"GeoMathTests.swift",
"RectAnchorArrayTests.swift",
"RectAnchorTests.swift",
"RelatableValueTests.swift",
"Vector2AlgebraicTests.swift",
"Vector2RepresentableArrayTests.swift",
"Vector2RepresentableTests.swift",
"Vector2Tests.swift"
],
"target_dependencies" : [
"ShapeUp"
],
"type" : "test"
},
{
"c99name" : "ShapeUp",
"module_type" : "SwiftTarget",
"name" : "ShapeUp",
"path" : "Sources/ShapeUp",
"product_memberships" : [
"ShapeUp"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/ShapeUp/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Angle/AngleRepresentable.swift",
"Angle/AngleType.swift",
"AnimatablePack/AnimatablePack.swift",
"Corner/Corner+Animatable.swift",
"Corner/Corner+extensions+Array.swift",
"Corner/Corner+extensions.swift",
"Corner/Corner.swift",
"Corner/CornerStyle+Animatable.swift",
"Corner/CornerStyle+CutoutLocation.swift",
"Corner/CornerStyle.swift",
"Corner/Dimensions/Corner+Dimensions+Array.swift",
"Corner/Dimensions/Corner+Dimensions+concave.swift",
"Corner/Dimensions/Corner+Dimensions+exensions.swift",
"Corner/Dimensions/Corner+Dimensions+flattened.swift",
"Corner/Dimensions/Corner+Dimensions+inset.swift",
"Corner/Dimensions/Corner+Dimensions+path.swift",
"Corner/Dimensions/Corner+Dimensions.swift",
"CornerShape/CornerCustom.swift",
"CornerShape/CornerShape.swift",
"CornerShape/EnumeratedCornerShape/CornerPentagon.swift",
"CornerShape/EnumeratedCornerShape/CornerRectangle.swift",
"CornerShape/EnumeratedCornerShape/CornerTriangle.swift",
"CornerShape/EnumeratedCornerShape/EnumeratedCornerShape.swift",
"CornerShape/InsettableShapeByProperty.swift",
"Emboss/EmbossViewModifier.swift",
"GeoMath.swift",
"Notch/Notch+extensions.swift",
"Notch/Notch+staticInit.swift",
"Notch/Notch.swift",
"Notch/NotchStyle+staticInit.swift",
"Notch/NotchStyle.swift",
"Rect/RectAnchor+extensions+Array.swift",
"Rect/RectAnchor.swift",
"RelatableValue/RelatableValue+Arithmatic.swift",
"RelatableValue/RelatableValue+VectorArithmetic.swift",
"RelatableValue/RelatableValue.swift",
"SketchyLines/SketchyLine+staticInit.swift",
"SketchyLines/SketchyLine.swift",
"SketchyLines/SketchyLines.swift",
"Vector2/Vector2.swift",
"Vector2/Vector2Algebraic.swift",
"Vector2/Vector2Representable+Array.swift",
"Vector2/Vector2Representable.swift",
"Vector2/Vector2Transformable+Array.swift",
"Vector2/Vector2Transformable.swift",
"_Experimental/RelativeCornerShape.swift",
"_Extension-Internal/Angle+extensions.swift",
"_Extension-Internal/CGRect+extensions.swift",
"_Extension-Internal/CGSize+extensions.swift",
"_Extension-Public/CGPoint+publicExtensions.swift",
"_Extension-Public/CGRect+publicExtensions.swift",
"_Extension-Public/InsettableShape+publicExtensions.swift",
"_Extension-Public/Path+publicExtensions.swift",
"_Extension-Public/Rectangle+publicExtensions.swift",
"_Extension-Public/Shape+publicExtensions.swift",
"_Extension-Public/View+publicExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/54] Emitting module ShapeUp
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[5/61] Compiling ShapeUp Vector2Transformable+Array.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[6/61] Compiling ShapeUp Vector2Transformable.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[7/61] Compiling ShapeUp RelativeCornerShape.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[8/61] Compiling ShapeUp Angle+extensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[9/61] Compiling ShapeUp CGRect+extensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[10/61] Compiling ShapeUp CGSize+extensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[11/61] Compiling ShapeUp CGPoint+publicExtensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[12/61] Compiling ShapeUp CGRect+publicExtensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[13/61] Compiling ShapeUp InsettableShape+publicExtensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[14/61] Compiling ShapeUp Path+publicExtensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[15/61] Compiling ShapeUp Rectangle+publicExtensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[16/61] Compiling ShapeUp Shape+publicExtensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[17/61] Compiling ShapeUp View+publicExtensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[18/61] Compiling ShapeUp resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[19/61] Compiling ShapeUp NotchStyle+staticInit.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[20/61] Compiling ShapeUp NotchStyle.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[21/61] Compiling ShapeUp RectAnchor+extensions+Array.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[22/61] Compiling ShapeUp RectAnchor.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[23/61] Compiling ShapeUp RelatableValue+Arithmatic.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[24/61] Compiling ShapeUp RelatableValue+VectorArithmetic.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[25/61] Compiling ShapeUp RelatableValue.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[26/61] Compiling ShapeUp EnumeratedCornerShape.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[27/61] Compiling ShapeUp InsettableShapeByProperty.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[28/61] Compiling ShapeUp EmbossViewModifier.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[29/61] Compiling ShapeUp GeoMath.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[30/61] Compiling ShapeUp Notch+extensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[31/61] Compiling ShapeUp Notch+staticInit.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[32/61] Compiling ShapeUp Notch.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[33/61] Compiling ShapeUp SketchyLine+staticInit.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[34/61] Compiling ShapeUp SketchyLine.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[35/61] Compiling ShapeUp SketchyLines.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[36/61] Compiling ShapeUp Vector2.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[37/61] Compiling ShapeUp Vector2Algebraic.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[38/61] Compiling ShapeUp Vector2Representable+Array.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[39/61] Compiling ShapeUp Vector2Representable.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[40/61] Compiling ShapeUp Corner+Dimensions+path.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[41/61] Compiling ShapeUp Corner+Dimensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[42/61] Compiling ShapeUp CornerCustom.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[43/61] Compiling ShapeUp CornerShape.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[44/61] Compiling ShapeUp CornerPentagon.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[45/61] Compiling ShapeUp CornerRectangle.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[46/61] Compiling ShapeUp CornerTriangle.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[47/61] Compiling ShapeUp AngleRepresentable.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[48/61] Compiling ShapeUp AngleType.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[49/61] Compiling ShapeUp AnimatablePack.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[50/61] Compiling ShapeUp Corner+Animatable.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[51/61] Compiling ShapeUp Corner+extensions+Array.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[52/61] Compiling ShapeUp Corner+extensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[53/61] Compiling ShapeUp Corner.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[54/61] Compiling ShapeUp CornerStyle+Animatable.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[55/61] Compiling ShapeUp CornerStyle+CutoutLocation.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[56/61] Compiling ShapeUp CornerStyle.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[57/61] Compiling ShapeUp Corner+Dimensions+Array.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[58/61] Compiling ShapeUp Corner+Dimensions+concave.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[59/61] Compiling ShapeUp Corner+Dimensions+exensions.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[60/61] Compiling ShapeUp Corner+Dimensions+flattened.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
[61/61] Compiling ShapeUp Corner+Dimensions+inset.swift
/host/spi-builder-workspace/Sources/ShapeUp/Angle/AngleRepresentable.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An object that can be represented as an angle
BUILD FAILURE 6.0 linux