The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Scalar2D, reference 0.1.8 (a510d1), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 05:49:05 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/generallyhelpfulsoftware/scalar2d.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-1EA4D86E10B52AF.txt
[13/28] Compiling Scalar2D_Utils Parsing.swift
[14/28] Compiling Scalar2D_Utils UnicodeScalarView+Utils.swift
[15/28] Emitting module Scalar2D_Utils
[16/28] Compiling Scalar2D_Utils InheritableProperty.swift
[17/37] Emitting module Scalar2D_GraphicPath
[18/37] Emitting module Scalar2D_Colour
[19/38] Compiling Scalar2D_Colour ICCColourParser.swift
[20/38] Compiling Scalar2D_Colour DeviceGrayColourParser.swift
[21/38] Compiling Scalar2D_Colour DeviceRGBColourParser.swift
[22/38] Compiling Scalar2D_GraphicPath UIBezierPath+SVG.swift
[23/38] Compiling Scalar2D_GraphicPath CGPath+SVG.swift
[24/38] Compiling Scalar2D_GraphicPath PathGenerator.swift
[25/38] Compiling Scalar2D_Colour RGBColourParser.swift
[26/38] Compiling Scalar2D_GraphicPath NSBezierPath+SVG.swift
[27/38] Compiling Scalar2D_Colour DeviceCYMKColourParser.swift
[28/38] Compiling Scalar2D_Colour DeviceColourParser.swift
[29/38] Compiling Scalar2D_Colour HexColourParser.swift
[30/38] Compiling Scalar2D_Colour CGColor+ColourParser.swift
[31/38] Compiling Scalar2D_Colour ColourParser.swift
[32/38] Compiling Scalar2D_GraphicPath CGPath+Iterate.swift
[33/38] Compiling Scalar2D_Colour UIColor+ColourParser.swift
[34/38] Compiling Scalar2D_Colour NSColor+ColourParser.swift
[35/38] Emitting module Scalar2D_FontDescription
[36/38] Compiling Scalar2D_FontDescription CoreText+FontDescription.swift
[37/38] Compiling Scalar2D_FontDescription FontDescription.swift
[38/38] Compiling Scalar2D_Colour WebColourParser.swift
[39/51] Compiling Scalar2D_Styling PathStyle.swift
[40/51] Compiling Scalar2D_Styling SVGPropertyInterpreter.swift
[41/51] Compiling Scalar2D_Styling GraphicStyle.swift
[42/51] Compiling Scalar2D_Styling GroupSelector.swift
[43/52] Compiling Scalar2D_Styling ViewStyle.swift
[44/52] Compiling Scalar2D_Styling StylePropertyInterpreter.swift
[45/52] Compiling Scalar2D_Styling StyleAcceptor.swift
[46/52] Compiling Scalar2D_Styling StyleBlock.swift
[47/52] Compiling Scalar2D_Styling StyleSelector.swift
[48/52] Compiling Scalar2D_Styling SelectorCombinator.swift
[49/52] Compiling Scalar2D_Styling CSSParser.swift
[50/52] Compiling Scalar2D_Styling CommonStyleInterpretter.swift
[51/52] Emitting module Scalar2D_Styling
[52/52] Compiling Scalar2D_Styling ViewStyleInterpreter.swift
[53/54] Emitting module Scalar2D_CoreGraphics
[54/54] Compiling Scalar2D_CoreGraphics CoreGraphics+Styling.swift
[55/67] Compiling Scalar2D_SVG SVGElements+CoreGraphics.swift
[56/67] Compiling Scalar2D_SVG SVGElements.swift
[57/67] Compiling Scalar2D_SVG DocumentContext.swift
[58/67] Emitting module Scalar2D_SVG
[59/67] Compiling Scalar2D_SVG DrawStyle.swift
[60/67] Compiling Scalar2D_CoreViews StyleableObject.swift
[61/67] Emitting module Scalar2D_CoreViews
/Users/admin/builder/spi-builder-workspace/Views/CrossPlatform/Sources/CAShapeLayer+Style.swift:109:1: warning: extension declares a conformance of imported type 'CAShapeLayer' to imported protocol 'StyleAcceptor'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
107 | }
108 |
109 | extension CAShapeLayer : StyleAcceptor
    | |- warning: extension declares a conformance of imported type 'CAShapeLayer' to imported protocol 'StyleAcceptor'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
110 | {
111 |     public func accept(key: PropertyKey, property: StyleProperty, context: NativeRenderingContext) -> Bool
[62/67] Compiling Scalar2D_CoreViews PathView+Cross.swift
[63/67] Compiling Scalar2D_CoreViews CAShapeLayer+Style.swift
/Users/admin/builder/spi-builder-workspace/Views/CrossPlatform/Sources/CAShapeLayer+Style.swift:109:1: warning: extension declares a conformance of imported type 'CAShapeLayer' to imported protocol 'StyleAcceptor'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
107 | }
108 |
109 | extension CAShapeLayer : StyleAcceptor
    | |- warning: extension declares a conformance of imported type 'CAShapeLayer' to imported protocol 'StyleAcceptor'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
110 | {
111 |     public func accept(key: PropertyKey, property: StyleProperty, context: NativeRenderingContext) -> Bool
[64/67] Compiling Scalar2D_CoreViews PathViewLayer.swift
[65/73] Compiling Scalar2D_UIKitViews UIView+Styling.swift
/Users/admin/builder/spi-builder-workspace/Views/UIKit/Sources/PathView+iOS.swift:33:8: error: no such module 'UIKit'
 31 | //
 32 |
 33 | import UIKit
    |        `- error: no such module 'UIKit'
 34 | import Scalar2D_CoreViews
 35 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/73] Emitting module Scalar2D_UIKitViews
/Users/admin/builder/spi-builder-workspace/Views/UIKit/Sources/PathView+iOS.swift:33:8: error: no such module 'UIKit'
 31 | //
 32 |
 33 | import UIKit
    |        `- error: no such module 'UIKit'
 34 | import Scalar2D_CoreViews
 35 |
[67/73] Compiling Scalar2D_UIKitViews PathView+iOS.swift
/Users/admin/builder/spi-builder-workspace/Views/UIKit/Sources/PathView+iOS.swift:33:8: error: no such module 'UIKit'
 31 | //
 32 |
 33 | import UIKit
    |        `- error: no such module 'UIKit'
 34 | import Scalar2D_CoreViews
 35 |
[68/73] Emitting module Scalar2D_SwiftUI
BUILD FAILURE 6.2 macosSpm