The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Aesthete with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/Aesthete.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/btfranklin/Aesthete
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b283a45 Update README.md to remove reference to playgrounds
Cloned https://github.com/btfranklin/Aesthete.git
Revision (git rev-parse @):
b283a45fb53b01e948ce63ee1161369bb6e740d0
SUCCESS checkout https://github.com/btfranklin/Aesthete.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/btfranklin/Aesthete.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/btfranklin/ControlledChaos
[1/125] Fetching controlledchaos
Fetched https://github.com/btfranklin/ControlledChaos from cache (0.22s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (0.40s)
Creating working copy for https://github.com/btfranklin/ControlledChaos
Working copy of https://github.com/btfranklin/ControlledChaos resolved at 1.3.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling ControlledChaos ProbabilityGroup.swift
[5/9] Compiling ControlledChaos RandomItemBag.swift
[6/9] Compiling ControlledChaos SeededRandomNumberGenerator.swift
[7/9] Compiling ControlledChaos Double+randomGaussian.swift
[8/9] Emitting module ControlledChaos
[9/9] Compiling ControlledChaos Bool+randomProbability.swift
[11/47] Compiling Aesthete CGPoint+random.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[12/47] Compiling Aesthete CGRect+corners and edges.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[13/47] Compiling Aesthete CGRect+intersects.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[14/47] Compiling Aesthete CGRect+orientation.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[15/47] Compiling Aesthete CGRect+randomlyDivide.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/52] Emitting module Aesthete
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[17/52] Compiling Aesthete ColorScheme+makeSplitComplementary.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[18/52] Compiling Aesthete ColorScheme+makeTriadic.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[19/52] Compiling Aesthete ColorScheme.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[20/52] Compiling Aesthete HSBAColor.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[21/52] Compiling Aesthete CompositeDrawable.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[22/52] Compiling Aesthete ColorScheme+makeAccentedAnalogous.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[23/52] Compiling Aesthete ColorScheme+makeAnalogous.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[24/52] Compiling Aesthete ColorScheme+makeComplementary.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[25/52] Compiling Aesthete ColorScheme+makeCompound.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[26/52] Compiling Aesthete ColorScheme+makeMonochromatic.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[27/52] Compiling Aesthete ColorScheme+makeShades.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[28/52] Compiling Aesthete NSImage+drawKeepingAspectRatio.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[29/52] Compiling Aesthete HorizontalBaseTriangle.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[30/52] Compiling Aesthete RepeatableForm.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[31/52] Compiling Aesthete RepeatableLinearForm.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[32/52] Compiling Aesthete SymbolicForm.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
error: compile command failed due to signal 6 (use -v to see invocation)
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
Can't demangle: $s8Aesthete7PathletO3arcXeF9clockwiseL_Sbvp
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAnalogous.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeComplementary.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeCompound.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeMonochromatic.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeShades.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeSplitComplementary.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeTriadic.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/HSBAColor.swift" /host/spi-builder-workspace/Sources/Aesthete/CompositeDrawable.swift /host/spi-builder-workspace/Sources/Aesthete/Drawable.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGColor+lightness.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGFloat+randomGaussian.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGPath+contains.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGPoint+distanceTo.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGPoint+random.swift "/host/spi-builder-workspace/Sources/Aesthete/Extensions/CGRect+corners and edges.swift" /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGRect+intersects.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGRect+orientation.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGRect+randomlyDivide.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/NSImage+drawKeepingAspectRatio.swift /host/spi-builder-workspace/Sources/Aesthete/Forms/HorizontalBaseTriangle.swift /host/spi-builder-workspace/Sources/Aesthete/Forms/RepeatableForm.swift /host/spi-builder-workspace/Sources/Aesthete/Forms/RepeatableLinearForm.swift /host/spi-builder-workspace/Sources/Aesthete/Forms/SymbolicForm.swift /host/spi-builder-workspace/Sources/Aesthete/Forms/Triangle.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/Arc.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/CompositePath.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/Curve.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/Ellipse.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/EmptyPath.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/Line.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/Path.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/PathBuilder.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/PathComponent.swift -primary-file /host/spi-builder-workspace/Sources/Aesthete/Paths/Pathlet+Codable.swift -primary-file /host/spi-builder-workspace/Sources/Aesthete/Paths/Pathlet.swift -primary-file /host/spi-builder-workspace/Sources/Aesthete/Paths/QuadCurve.swift -primary-file /host/spi-builder-workspace/Sources/Aesthete/Paths/Rectangle.swift -primary-file /host/spi-builder-workspace/Sources/Aesthete/Paths/TransformedBy.swift -supplementary-output-file-map /tmp/TemporaryDirectory.9D7Xkb/supplementaryOutputs-8 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Aesthete -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Aesthete.build/Pathlet+Codable.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Aesthete.build/Pathlet.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Aesthete.build/QuadCurve.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Aesthete.build/Rectangle.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Aesthete.build/TransformedBy.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.10-dev (LLVM dbfaba0078e9380, Swift 63c8b551eb2f613)
2.	Compiling with the current language version
3.	While walking into 'Pathlet' (at /host/spi-builder-workspace/Sources/Aesthete/Paths/Pathlet.swift:6:8)
4.	While evaluating request USRGenerationRequest(Aesthete.(file).Pathlet.arc(center:radius:startAngle:endAngle:clockwise:).clockwise@/host/spi-builder-workspace/Sources/Aesthete/Paths/Pathlet.swift:8:88)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x7307d73)[0x55a87f703d73]
/usr/bin/swift-frontend(+0x7305abe)[0x55a87f701abe]
/usr/bin/swift-frontend(+0x73080ea)[0x55a87f7040ea]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f0c28cf2520]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7f0c28d469fc]
/lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7f0c28cf2476]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7f0c28cd87f3]
/usr/bin/swift-frontend(+0x2af4275)[0x55a87aef0275]
/usr/bin/swift-frontend(+0x2755c54)[0x55a87ab51c54]
/usr/bin/swift-frontend(+0x2ab869b)[0x55a87aeb469b]
/usr/bin/swift-frontend(+0x2347a0c)[0x55a87a743a0c]
/usr/bin/swift-frontend(+0x106859c)[0x55a87946459c]
/usr/bin/swift-frontend(+0x1068102)[0x55a879464102]
/usr/bin/swift-frontend(+0x106716b)[0x55a87946316b]
/usr/bin/swift-frontend(+0x2ab91aa)[0x55a87aeb51aa]
/usr/bin/swift-frontend(+0x1036d5b)[0x55a879432d5b]
/usr/bin/swift-frontend(+0x10362a7)[0x55a8794322a7]
/usr/bin/swift-frontend(+0x1033c59)[0x55a87942fc59]
/usr/bin/swift-frontend(+0x1cb4cd1)[0x55a87a0b0cd1]
/usr/bin/swift-frontend(+0x27ad05c)[0x55a87aba905c]
/usr/bin/swift-frontend(+0x27aeb3c)[0x55a87abaab3c]
/usr/bin/swift-frontend(+0x27b10e7)[0x55a87abad0e7]
/usr/bin/swift-frontend(+0x27ad07c)[0x55a87aba907c]
/usr/bin/swift-frontend(+0x27b1c1f)[0x55a87abadc1f]
/usr/bin/swift-frontend(+0x27b086b)[0x55a87abac86b]
/usr/bin/swift-frontend(+0x27ad07c)[0x55a87aba907c]
/usr/bin/swift-frontend(+0x27acf73)[0x55a87aba8f73]
/usr/bin/swift-frontend(+0x298b1e2)[0x55a87ad871e2]
/usr/bin/swift-frontend(+0x1cb26a6)[0x55a87a0ae6a6]
/usr/bin/swift-frontend(+0x1032c84)[0x55a87942ec84]
/usr/bin/swift-frontend(+0x1032b2a)[0x55a87942eb2a]
/usr/bin/swift-frontend(+0x1027f82)[0x55a879423f82]
/usr/bin/swift-frontend(+0x1027978)[0x55a879423978]
/usr/bin/swift-frontend(+0xe3f242)[0x55a87923b242]
/usr/bin/swift-frontend(+0xe3d09c)[0x55a87923909c]
/usr/bin/swift-frontend(+0xe382cd)[0x55a8792342cd]
/usr/bin/swift-frontend(+0xe369db)[0x55a8792329db]
/usr/bin/swift-frontend(+0xcc3315)[0x55a8790bf315]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f0c28cd9d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f0c28cd9e40]
/usr/bin/swift-frontend(+0xcc2375)[0x55a8790be375]
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/38] Emitting module Aesthete
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[3/43] Compiling Aesthete ColorScheme+makeAccentedAnalogous.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[4/43] Compiling Aesthete ColorScheme+makeAnalogous.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[5/43] Compiling Aesthete ColorScheme+makeComplementary.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[6/43] Compiling Aesthete ColorScheme+makeCompound.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[7/43] Compiling Aesthete ColorScheme+makeMonochromatic.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[8/43] Compiling Aesthete ColorScheme+makeShades.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[9/43] Compiling Aesthete NSImage+drawKeepingAspectRatio.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[10/43] Compiling Aesthete HorizontalBaseTriangle.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[11/43] Compiling Aesthete RepeatableForm.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[12/43] Compiling Aesthete RepeatableLinearForm.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[13/43] Compiling Aesthete SymbolicForm.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[14/43] Compiling Aesthete EmptyPath.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[15/43] Compiling Aesthete Line.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[16/43] Compiling Aesthete Path.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[17/43] Compiling Aesthete PathBuilder.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[18/43] Compiling Aesthete PathComponent.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[19/43] Compiling Aesthete Drawable.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[20/43] Compiling Aesthete CGColor+lightness.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[21/43] Compiling Aesthete CGFloat+randomGaussian.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[22/43] Compiling Aesthete CGPath+contains.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[23/43] Compiling Aesthete CGPoint+distanceTo.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[24/43] Compiling Aesthete CGPoint+random.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[25/43] Compiling Aesthete CGRect+corners and edges.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[26/43] Compiling Aesthete CGRect+intersects.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[27/43] Compiling Aesthete CGRect+orientation.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[28/43] Compiling Aesthete CGRect+randomlyDivide.swift
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
error: compile command failed due to signal 6 (use -v to see invocation)
/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
Can't demangle: $s8Aesthete7PathletO3arcXeF9clockwiseL_Sbvp
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeAnalogous.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeComplementary.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeCompound.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeMonochromatic.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeShades.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeSplitComplementary.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme+makeTriadic.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/ColorScheme.swift" "/host/spi-builder-workspace/Sources/Aesthete/Color Schemes/HSBAColor.swift" /host/spi-builder-workspace/Sources/Aesthete/CompositeDrawable.swift /host/spi-builder-workspace/Sources/Aesthete/Drawable.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGColor+lightness.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGFloat+randomGaussian.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGPath+contains.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGPoint+distanceTo.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGPoint+random.swift "/host/spi-builder-workspace/Sources/Aesthete/Extensions/CGRect+corners and edges.swift" /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGRect+intersects.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGRect+orientation.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/CGRect+randomlyDivide.swift /host/spi-builder-workspace/Sources/Aesthete/Extensions/NSImage+drawKeepingAspectRatio.swift /host/spi-builder-workspace/Sources/Aesthete/Forms/HorizontalBaseTriangle.swift /host/spi-builder-workspace/Sources/Aesthete/Forms/RepeatableForm.swift /host/spi-builder-workspace/Sources/Aesthete/Forms/RepeatableLinearForm.swift /host/spi-builder-workspace/Sources/Aesthete/Forms/SymbolicForm.swift /host/spi-builder-workspace/Sources/Aesthete/Forms/Triangle.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/Arc.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/CompositePath.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/Curve.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/Ellipse.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/EmptyPath.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/Line.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/Path.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/PathBuilder.swift /host/spi-builder-workspace/Sources/Aesthete/Paths/PathComponent.swift -primary-file /host/spi-builder-workspace/Sources/Aesthete/Paths/Pathlet+Codable.swift -primary-file /host/spi-builder-workspace/Sources/Aesthete/Paths/Pathlet.swift -primary-file /host/spi-builder-workspace/Sources/Aesthete/Paths/QuadCurve.swift -primary-file /host/spi-builder-workspace/Sources/Aesthete/Paths/Rectangle.swift -primary-file /host/spi-builder-workspace/Sources/Aesthete/Paths/TransformedBy.swift -supplementary-output-file-map /tmp/TemporaryDirectory.P0qFeU/supplementaryOutputs-8 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Aesthete -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Aesthete.build/Pathlet+Codable.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Aesthete.build/Pathlet.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Aesthete.build/QuadCurve.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Aesthete.build/Rectangle.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Aesthete.build/TransformedBy.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.10-dev (LLVM dbfaba0078e9380, Swift 63c8b551eb2f613)
2.	Compiling with the current language version
3.	While walking into 'Pathlet' (at /host/spi-builder-workspace/Sources/Aesthete/Paths/Pathlet.swift:6:8)
4.	While evaluating request USRGenerationRequest(Aesthete.(file).Pathlet.arc(center:radius:startAngle:endAngle:clockwise:).clockwise@/host/spi-builder-workspace/Sources/Aesthete/Paths/Pathlet.swift:8:88)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x7307d73)[0x564037d5dd73]
/usr/bin/swift-frontend(+0x7305abe)[0x564037d5babe]
/usr/bin/swift-frontend(+0x73080ea)[0x564037d5e0ea]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f89c3905520]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7f89c39599fc]
/lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7f89c3905476]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7f89c38eb7f3]
/usr/bin/swift-frontend(+0x2af4275)[0x56403354a275]
/usr/bin/swift-frontend(+0x2755c54)[0x5640331abc54]
/usr/bin/swift-frontend(+0x2ab869b)[0x56403350e69b]
/usr/bin/swift-frontend(+0x2347a0c)[0x564032d9da0c]
/usr/bin/swift-frontend(+0x106859c)[0x564031abe59c]
/usr/bin/swift-frontend(+0x1068102)[0x564031abe102]
/usr/bin/swift-frontend(+0x106716b)[0x564031abd16b]
/usr/bin/swift-frontend(+0x2ab91aa)[0x56403350f1aa]
/usr/bin/swift-frontend(+0x1036d5b)[0x564031a8cd5b]
/usr/bin/swift-frontend(+0x10362a7)[0x564031a8c2a7]
/usr/bin/swift-frontend(+0x1033c59)[0x564031a89c59]
/usr/bin/swift-frontend(+0x1cb4cd1)[0x56403270acd1]
/usr/bin/swift-frontend(+0x27ad05c)[0x56403320305c]
/usr/bin/swift-frontend(+0x27aeb3c)[0x564033204b3c]
/usr/bin/swift-frontend(+0x27b10e7)[0x5640332070e7]
/usr/bin/swift-frontend(+0x27ad07c)[0x56403320307c]
/usr/bin/swift-frontend(+0x27b1c1f)[0x564033207c1f]
/usr/bin/swift-frontend(+0x27b086b)[0x56403320686b]
/usr/bin/swift-frontend(+0x27ad07c)[0x56403320307c]
/usr/bin/swift-frontend(+0x27acf73)[0x564033202f73]
/usr/bin/swift-frontend(+0x298b1e2)[0x5640333e11e2]
/usr/bin/swift-frontend(+0x1cb26a6)[0x5640327086a6]
/usr/bin/swift-frontend(+0x1032c84)[0x564031a88c84]
/usr/bin/swift-frontend(+0x1032b2a)[0x564031a88b2a]
/usr/bin/swift-frontend(+0x1027f82)[0x564031a7df82]
/usr/bin/swift-frontend(+0x1027978)[0x564031a7d978]
/usr/bin/swift-frontend(+0xe3f242)[0x564031895242]
/usr/bin/swift-frontend(+0xe3d09c)[0x56403189309c]
/usr/bin/swift-frontend(+0xe382cd)[0x56403188e2cd]
/usr/bin/swift-frontend(+0xe369db)[0x56403188c9db]
/usr/bin/swift-frontend(+0xcc3315)[0x564031719315]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f89c38ecd90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f89c38ece40]
/usr/bin/swift-frontend(+0xcc2375)[0x564031718375]
BUILD FAILURE 5.10 linux

Build Machine: Linux 1