The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Greebler, reference main (5469ae), with Swift 6.0 for Linux on 4 Nov 2024 05:58:08 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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/Greebler.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/Greebler
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/btfranklin/Greebler.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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 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
Fetching https://github.com/btfranklin/Aesthete.git
[1/877] Fetching aesthete
Fetched https://github.com/btfranklin/Aesthete.git from cache (0.20s)
Computing version for https://github.com/btfranklin/Aesthete.git
Computed https://github.com/btfranklin/Aesthete.git at 1.6.1 (0.46s)
Fetching https://github.com/btfranklin/ControlledChaos
[1/125] Fetching controlledchaos
Fetched https://github.com/btfranklin/ControlledChaos from cache (0.19s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (0.46s)
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...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/10] Compiling ControlledChaos SeededRandomNumberGenerator.swift
[6/10] Compiling ControlledChaos RandomItemBag.swift
[7/10] Compiling ControlledChaos Double+randomGaussian.swift
[8/10] Compiling ControlledChaos Bool+randomProbability.swift
[9/10] Compiling ControlledChaos ProbabilityGroup.swift
[10/10] Emitting module ControlledChaos
[12/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[13/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[14/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[15/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[16/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[17/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[18/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[19/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[20/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[21/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[22/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[23/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[24/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[25/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[26/48] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/53] Emitting module Aesthete
/host/spi-builder-workspace/.build/checkouts/Aesthete/Sources/Aesthete/Color Schemes/ColorScheme+makeAccentedAnalogous.swift:3:8: error: no such module 'CoreGraphics'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[28/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[29/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[30/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[31/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[32/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[33/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[34/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[35/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[36/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[37/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[38/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[39/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[40/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[41/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[42/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[43/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[44/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[45/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[46/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[47/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[48/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[49/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[50/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[51/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[52/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
[53/53] 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'
 1 | //  Created by B.T. Franklin on 8/27/17.
 2 |
 3 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 4 |
 5 | extension ColorScheme {
BUILD FAILURE 6.0 linux