The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Greebler with Swift 5.7 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/Greebler.git
Reference: 0.8.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/btfranklin/Greebler
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at 5469aed Updated to use latest dependency package versions.
Cloned https://github.com/btfranklin/Greebler.git
Revision (git rev-parse @):
5469aedbcb7ce483fdfd875216a0cf3d41fb13d2
SUCCESS checkout https://github.com/btfranklin/Greebler.git at 0.8.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $PWD/checkout
https://github.com/btfranklin/Greebler.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Fetching https://github.com/btfranklin/Aesthete.git
Fetching https://github.com/btfranklin/ControlledChaos
[1/877] Fetching aesthete
[878/1002] Fetching aesthete, controlledchaos
Fetched https://github.com/btfranklin/ControlledChaos (0.23s)
Fetched https://github.com/btfranklin/Aesthete.git (0.23s)
Computing version for https://github.com/btfranklin/Aesthete.git
Computed https://github.com/btfranklin/Aesthete.git at 1.6.1 (0.36s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (0.35s)
Creating working copy for https://github.com/btfranklin/Aesthete.git
Working copy of https://github.com/btfranklin/Aesthete.git resolved at 1.6.1
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...
[1/6] Compiling ControlledChaos SeededRandomNumberGenerator.swift
[2/6] Compiling ControlledChaos RandomItemBag.swift
[3/6] Compiling ControlledChaos Double+randomGaussian.swift
[4/6] Compiling ControlledChaos ProbabilityGroup.swift
[5/6] Emitting module ControlledChaos
[6/6] Compiling ControlledChaos Bool+randomProbability.swift
[9/45] Compiling Aesthete CGPoint+random.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[10/45] Compiling Aesthete CGRect+corners and edges.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[11/45] Compiling Aesthete CGRect+intersects.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[12/45] Compiling Aesthete CGRect+orientation.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[13/45] Compiling Aesthete CGRect+randomlyDivide.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[14/50] Compiling Aesthete EmptyPath.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[15/50] Compiling Aesthete Line.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[16/50] Compiling Aesthete Path.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[17/50] Compiling Aesthete PathBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[18/50] Compiling Aesthete PathComponent.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/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)[19/50] Emitting module Aesthete
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[20/50] Compiling Aesthete ColorScheme+makeSplitComplementary.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[21/50] Compiling Aesthete ColorScheme+makeTriadic.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[22/50] Compiling Aesthete ColorScheme.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[23/50] Compiling Aesthete HSBAColor.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[24/50] Compiling Aesthete CompositeDrawable.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[25/50] Compiling Aesthete Drawable.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[26/50] Compiling Aesthete CGColor+lightness.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[27/50] Compiling Aesthete CGFloat+randomGaussian.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[28/50] Compiling Aesthete CGPath+contains.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[29/50] Compiling Aesthete CGPoint+distanceTo.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[30/50] Compiling Aesthete NSImage+drawKeepingAspectRatio.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[31/50] Compiling Aesthete HorizontalBaseTriangle.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[32/50] Compiling Aesthete RepeatableForm.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[33/50] Compiling Aesthete RepeatableLinearForm.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[34/50] Compiling Aesthete SymbolicForm.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[35/50] Compiling Aesthete ColorScheme+makeAccentedAnalogous.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[36/50] Compiling Aesthete ColorScheme+makeAnalogous.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[37/50] Compiling Aesthete ColorScheme+makeComplementary.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[38/50] Compiling Aesthete ColorScheme+makeCompound.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[39/50] Compiling Aesthete ColorScheme+makeMonochromatic.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[40/50] Compiling Aesthete ColorScheme+makeShades.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[41/50] Compiling Aesthete Pathlet+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[42/50] Compiling Aesthete Pathlet.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[43/50] Compiling Aesthete QuadCurve.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[44/50] Compiling Aesthete Rectangle.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[45/50] Compiling Aesthete TransformedBy.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[46/50] Compiling Aesthete Triangle.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[47/50] Compiling Aesthete Arc.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[48/50] Compiling Aesthete CompositePath.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[49/50] Compiling Aesthete Curve.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[50/50] Compiling Aesthete Ellipse.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[0/1] Planning build
Building for debugging...
[1/37] Compiling Aesthete Drawable.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[2/37] Compiling Aesthete CGColor+lightness.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[3/37] Compiling Aesthete CGFloat+randomGaussian.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[4/37] Compiling Aesthete CGPath+contains.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[5/37] Compiling Aesthete CGPoint+distanceTo.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[6/42] Compiling Aesthete CGPoint+random.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[7/42] Compiling Aesthete CGRect+corners and edges.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[8/42] Compiling Aesthete CGRect+intersects.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[9/42] Compiling Aesthete CGRect+orientation.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[10/42] Compiling Aesthete CGRect+randomlyDivide.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[11/42] Compiling Aesthete EmptyPath.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[12/42] Compiling Aesthete Line.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[13/42] Compiling Aesthete Path.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[14/42] Compiling Aesthete PathBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[15/42] Compiling Aesthete PathComponent.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/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/42] Emitting module Aesthete
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[17/42] Compiling Aesthete Pathlet+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[18/42] Compiling Aesthete Pathlet.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[19/42] Compiling Aesthete QuadCurve.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[20/42] Compiling Aesthete Rectangle.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[21/42] Compiling Aesthete TransformedBy.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[22/42] Compiling Aesthete ColorScheme+makeSplitComplementary.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[23/42] Compiling Aesthete ColorScheme+makeTriadic.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[24/42] Compiling Aesthete ColorScheme.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[25/42] Compiling Aesthete HSBAColor.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[26/42] Compiling Aesthete CompositeDrawable.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[27/42] Compiling Aesthete ColorScheme+makeAccentedAnalogous.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[28/42] Compiling Aesthete ColorScheme+makeAnalogous.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[29/42] Compiling Aesthete ColorScheme+makeComplementary.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[30/42] Compiling Aesthete ColorScheme+makeCompound.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[31/42] Compiling Aesthete ColorScheme+makeMonochromatic.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[32/42] Compiling Aesthete ColorScheme+makeShades.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[33/42] Compiling Aesthete NSImage+drawKeepingAspectRatio.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[34/42] Compiling Aesthete HorizontalBaseTriangle.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[35/42] Compiling Aesthete RepeatableForm.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[36/42] Compiling Aesthete RepeatableLinearForm.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[37/42] Compiling Aesthete SymbolicForm.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[38/42] Compiling Aesthete Triangle.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[39/42] Compiling Aesthete Arc.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[40/42] Compiling Aesthete CompositePath.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[41/42] Compiling Aesthete Curve.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[42/42] Compiling Aesthete Ellipse.swift
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
BUILD FAILURE 5.7 linux

Build Machine: Linux 2