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 SwiftGraphics, reference 0.3.1 (93fc37), with Swift 6.0 for Linux on 27 Nov 2024 23:56:22 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emorydunn/SwiftGraphics.git
Reference: 0.3.1
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/emorydunn/SwiftGraphics
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at 93fc377 Fix very obvious typo
Cloned https://github.com/emorydunn/SwiftGraphics.git
Revision (git rev-parse @):
93fc37757dc876f8f84ba4f4622964b5e7dbdd8b
SUCCESS checkout https://github.com/emorydunn/SwiftGraphics.git at 0.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/emorydunn/SwiftGraphics.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/35] Emitting module SwiftGraphics
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[4/39] Compiling SwiftGraphics Sketch Protcols.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[5/39] Compiling SwiftGraphics Sketch.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[6/39] Compiling SwiftGraphics SketchView.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[7/39] Compiling SwiftGraphics BlendMode.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[8/39] Compiling SwiftGraphics CGDrawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[9/39] Compiling SwiftGraphics DefaultIntersections.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[10/39] Compiling SwiftGraphics Intersectable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[11/39] Compiling SwiftGraphics RayTracable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[12/39] Compiling SwiftGraphics Polygon.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[13/39] Compiling SwiftGraphics Shape.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[14/39] Compiling SwiftGraphics Array.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[15/39] Compiling SwiftGraphics Clamped.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[16/39] Compiling SwiftGraphics Double.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[17/39] Compiling SwiftGraphics String.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[18/39] Compiling SwiftGraphics XMLElement.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[19/39] Compiling SwiftGraphics Color.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[20/39] Compiling SwiftGraphics DrawingContext.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[21/39] Compiling SwiftGraphics SVGContext.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[22/39] Compiling SwiftGraphics SVGDrawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[23/39] Compiling SwiftGraphics Angles.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[24/39] Compiling SwiftGraphics Perlin.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[25/39] Compiling SwiftGraphics CircleEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[26/39] Compiling SwiftGraphics DirectionalEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[27/39] Compiling SwiftGraphics Emitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[28/39] Compiling SwiftGraphics Fresnel.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[29/39] Compiling SwiftGraphics LinearEmitter.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[30/39] Compiling SwiftGraphics BezierPath.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[31/39] Compiling SwiftGraphics BoundingBox.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[32/39] Compiling SwiftGraphics Circle+Drawable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[33/39] Compiling SwiftGraphics Circle+RayTracable.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[34/39] Compiling SwiftGraphics Circle.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[35/39] Compiling SwiftGraphics Line.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[36/39] Compiling SwiftGraphics Path.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[37/39] Compiling SwiftGraphics Rectangle.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[38/39] Compiling SwiftGraphics Size.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
[39/39] Compiling SwiftGraphics Vector.swift
/host/spi-builder-workspace/Sources/SwiftGraphics/Base Protocols/Shape.swift:2:8: error: no such module 'AppKit'
 1 | import Foundation
 2 | import AppKit
   |        `- error: no such module 'AppKit'
 3 |
 4 | /// The base protocol for any shape that is drawable on screen
BUILD FAILURE 6.0 linux