The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Scalar2D, reference 0.1.8 (a510d1), with Swift 6.2 for Linux on 19 Jun 2025 05:43:06 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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/generallyhelpfulsoftware/scalar2d.git
Reference: 0.1.8
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/generallyhelpfulsoftware/scalar2d
 * tag               0.1.8      -> FETCH_HEAD
HEAD is now at a510d13 Color context was't being passed through.
Cloned https://github.com/generallyhelpfulsoftware/scalar2d.git
Revision (git rev-parse @):
a510d13373e768d04566df7066a01c81ef73daf6
SUCCESS checkout https://github.com/generallyhelpfulsoftware/scalar2d.git at 0.1.8
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/generallyhelpfulsoftware/scalar2d.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/28] Compiling Scalar2D_Colour NSColor+ColourParser.swift
[14/29] Compiling Scalar2D_Colour UIColor+ColourParser.swift
[15/29] Compiling Scalar2D_Colour DeviceGrayColourParser.swift
[16/29] Compiling Scalar2D_Colour DeviceRGBColourParser.swift
[17/29] Compiling Scalar2D_Colour HexColourParser.swift
[18/29] Compiling Scalar2D_Colour ICCColourParser.swift
[19/29] Compiling Scalar2D_Colour DeviceCYMKColourParser.swift
[20/29] Compiling Scalar2D_Colour DeviceColourParser.swift
[21/29] Compiling Scalar2D_Utils UnicodeScalarView+Utils.swift
[22/29] Compiling Scalar2D_Utils Parsing.swift
[23/29] Emitting module Scalar2D_Colour
[24/29] Compiling Scalar2D_Colour CGColor+ColourParser.swift
[25/29] Compiling Scalar2D_Colour ColourParser.swift
[26/29] Emitting module Scalar2D_Utils
[27/29] Compiling Scalar2D_Utils InheritableProperty.swift
[28/29] Compiling Scalar2D_Colour RGBColourParser.swift
[30/39] Compiling Scalar2D_GraphicPath UIBezierPath+SVG.swift
/host/spi-builder-workspace/GraphicPath/Sources/CGPath+Iterate.swift:36:8: error: no such module 'CoreGraphics'
34 |
35 | import Foundation
36 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
37 |
38 | public extension CGPath
[31/39] Compiling Scalar2D_GraphicPath CGPath+Iterate.swift
/host/spi-builder-workspace/GraphicPath/Sources/CGPath+Iterate.swift:36:8: error: no such module 'CoreGraphics'
34 |
35 | import Foundation
36 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
37 |
38 | public extension CGPath
[32/39] Compiling Scalar2D_GraphicPath CGPath+SVG.swift
/host/spi-builder-workspace/GraphicPath/Sources/CGPath+Iterate.swift:36:8: error: no such module 'CoreGraphics'
34 |
35 | import Foundation
36 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
37 |
38 | public extension CGPath
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/39] Emitting module Scalar2D_GraphicPath
/host/spi-builder-workspace/GraphicPath/Sources/CGPath+Iterate.swift:36:8: error: no such module 'CoreGraphics'
34 |
35 | import Foundation
36 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
37 |
38 | public extension CGPath
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/39] Emitting module Scalar2D_FontDescription
/host/spi-builder-workspace/Font/Sources/CoreText+FontDescription.swift:36:8: error: no such module 'CoreText'
 34 | //
 35 | import Foundation
 36 | import CoreText
    |        `- error: no such module 'CoreText'
 37 | import Scalar2D_Utils
 38 | #if os(iOS) || os(tvOS) || os(watchOS)
[35/39] Compiling Scalar2D_FontDescription CoreText+FontDescription.swift
/host/spi-builder-workspace/Font/Sources/CoreText+FontDescription.swift:36:8: error: no such module 'CoreText'
 34 | //
 35 | import Foundation
 36 | import CoreText
    |        `- error: no such module 'CoreText'
 37 | import Scalar2D_Utils
 38 | #if os(iOS) || os(tvOS) || os(watchOS)
[36/39] Compiling Scalar2D_FontDescription FontDescription.swift
/host/spi-builder-workspace/Font/Sources/CoreText+FontDescription.swift:36:8: error: no such module 'CoreText'
 34 | //
 35 | import Foundation
 36 | import CoreText
    |        `- error: no such module 'CoreText'
 37 | import Scalar2D_Utils
 38 | #if os(iOS) || os(tvOS) || os(watchOS)
BUILD FAILURE 6.2 linux