The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftSVG with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mchoe/SwiftSVG.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mchoe/SwiftSVG
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 88b9ee0 Merge pull request #161 from okipol88/fix/cssColorNamesMissing
Cloned https://github.com/mchoe/SwiftSVG.git
Revision (git rev-parse @):
88b9ee086b29019e35f6f49c8e30e5552eb8fa9d
SUCCESS checkout https://github.com/mchoe/SwiftSVG.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftsvg",
      "name": "SwiftSVG",
      "url": "https://github.com/mchoe/SwiftSVG.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSVG",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mchoe/SwiftSVG.git
[1/4004] Fetching swiftsvg
Fetched https://github.com/mchoe/SwiftSVG.git (2.10s)
Creating working copy for https://github.com/mchoe/SwiftSVG.git
Working copy of https://github.com/mchoe/SwiftSVG.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftsvg' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/43] Emitting module SwiftSVG
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG/Helpers/CALayer+Sublayers.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func applyOnSublayers<T: CALayer>(ofType: T.Type, closure: (T) -> ()) {
    ^~~~
    public
[2/49] Compiling SwiftSVG Data+CacheKey.swift
[3/49] Compiling SwiftSVG Dictionary+Add.swift
[4/49] Compiling SwiftSVG Dictionary+JSON.swift
[5/49] Compiling SwiftSVG DispatchQueue+Extensions.swift
[6/49] Compiling SwiftSVG FloatingPoint+DegreesRadians.swift
[7/49] Compiling SwiftSVG Print.swift
[8/49] Compiling SwiftSVG Scalar+FromByteArray.swift
[9/49] Compiling SwiftSVG Stack.swift
[10/49] Compiling SwiftSVG String+Subscript.swift
[11/49] Compiling SwiftSVG String+Trim.swift
[12/49] Compiling SwiftSVG UIColor+Extensions.swift
[13/49] Compiling SwiftSVG Unown.swift
[14/49] Compiling SwiftSVG SVGPolyline.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG/Helpers/CALayer+Sublayers.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func applyOnSublayers<T: CALayer>(ofType: T.Type, closure: (T) -> ()) {
    ^~~~
    public
[15/49] Compiling SwiftSVG SVGRectangle.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG/Helpers/CALayer+Sublayers.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func applyOnSublayers<T: CALayer>(ofType: T.Type, closure: (T) -> ()) {
    ^~~~
    public
[16/49] Compiling SwiftSVG SVGRootElement.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG/Helpers/CALayer+Sublayers.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func applyOnSublayers<T: CALayer>(ofType: T.Type, closure: (T) -> ()) {
    ^~~~
    public
[17/49] Compiling SwiftSVG SVGShapeElement.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG/Helpers/CALayer+Sublayers.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func applyOnSublayers<T: CALayer>(ofType: T.Type, closure: (T) -> ()) {
    ^~~~
    public
[18/49] Compiling SwiftSVG BinaryFloatingPoint+ParseLengthString.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG/Helpers/CALayer+Sublayers.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func applyOnSublayers<T: CALayer>(ofType: T.Type, closure: (T) -> ()) {
    ^~~~
    public
[19/49] Compiling SwiftSVG CALayer+Sublayers.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG/Helpers/CALayer+Sublayers.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func applyOnSublayers<T: CALayer>(ofType: T.Type, closure: (T) -> ()) {
    ^~~~
    public
[20/49] Compiling SwiftSVG SVGElement.swift
[21/49] Compiling SwiftSVG SVGEllipse.swift
[22/49] Compiling SwiftSVG SVGGroup.swift
[23/49] Compiling SwiftSVG SVGLine.swift
[24/49] Compiling SwiftSVG SVGPath.swift
[25/49] Compiling SwiftSVG SVGPolygon.swift
[26/49] Compiling SwiftSVG CoordinateLexer.swift
[27/49] Compiling SwiftSVG PathCommand.swift
[28/49] Compiling SwiftSVG PathDLexer.swift
[29/49] Compiling SwiftSVG NSXMLSVGParser.swift
[30/49] Compiling SwiftSVG SVGParser.swift
[31/49] Compiling SwiftSVG SVGParserSupportedElements.swift
[32/49] Compiling SwiftSVG Stylable.swift
[33/49] Compiling SwiftSVG Transformable.swift
[34/49] Compiling SwiftSVG SVGCache.swift
[35/49] Compiling SwiftSVG ParsesAsynchronously.swift
[36/49] Compiling SwiftSVG SVGCircle.swift
[37/49] Compiling SwiftSVG SVGContainerElement.swift
[38/49] Compiling SwiftSVG UIBezierPath+SVG.swift
[39/49] Compiling SwiftSVG UIView+SVG.swift
[40/49] Compiling SwiftSVG DelaysApplyingAttributes.swift
[41/49] Compiling SwiftSVG Fillable.swift
[42/49] Compiling SwiftSVG Identifiable.swift
[43/49] Compiling SwiftSVG Strokable.swift
[44/49] Compiling SwiftSVG CrossPlatform.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: error: switch must be exhaustive
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.cubicCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.quadraticCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: handle unknown values using "@unknown default"
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:90:35: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
        let tmp = NSKeyedArchiver.archivedData(withRootObject: self)
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:91:45: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
        let copiedLayer = NSKeyedUnarchiver.unarchiveObject(with: tmp) as? SVGLayer
                                            ^
[45/49] Compiling SwiftSVG NSBezierPath+CrossPlatform.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: error: switch must be exhaustive
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.cubicCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.quadraticCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: handle unknown values using "@unknown default"
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:90:35: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
        let tmp = NSKeyedArchiver.archivedData(withRootObject: self)
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:91:45: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
        let copiedLayer = NSKeyedUnarchiver.unarchiveObject(with: tmp) as? SVGLayer
                                            ^
[46/49] Compiling SwiftSVG CALayer+SVG.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: error: switch must be exhaustive
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.cubicCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.quadraticCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: handle unknown values using "@unknown default"
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:90:35: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
        let tmp = NSKeyedArchiver.archivedData(withRootObject: self)
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:91:45: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
        let copiedLayer = NSKeyedUnarchiver.unarchiveObject(with: tmp) as? SVGLayer
                                            ^
[47/49] Compiling SwiftSVG CAShapeLayer+SVG.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: error: switch must be exhaustive
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.cubicCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.quadraticCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: handle unknown values using "@unknown default"
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:90:35: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
        let tmp = NSKeyedArchiver.archivedData(withRootObject: self)
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:91:45: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
        let copiedLayer = NSKeyedUnarchiver.unarchiveObject(with: tmp) as? SVGLayer
                                            ^
[48/49] Compiling SwiftSVG SVGLayer.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: error: switch must be exhaustive
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.cubicCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.quadraticCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: handle unknown values using "@unknown default"
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:90:35: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
        let tmp = NSKeyedArchiver.archivedData(withRootObject: self)
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:91:45: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
        let copiedLayer = NSKeyedUnarchiver.unarchiveObject(with: tmp) as? SVGLayer
                                            ^
[49/49] Compiling SwiftSVG SVGView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: error: switch must be exhaustive
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.cubicCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.quadraticCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: handle unknown values using "@unknown default"
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:90:35: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
        let tmp = NSKeyedArchiver.archivedData(withRootObject: self)
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:91:45: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
        let copiedLayer = NSKeyedUnarchiver.unarchiveObject(with: tmp) as? SVGLayer
                                            ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/7] Compiling SwiftSVG CrossPlatform.swift
[2/7] Compiling SwiftSVG CAShapeLayer+SVG.swift
[3/7] Compiling SwiftSVG SVGLayer.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:90:35: warning: 'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
        let tmp = NSKeyedArchiver.archivedData(withRootObject: self)
                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG Extensions/SVGLayer.swift:91:45: warning: 'unarchiveObject(with:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
        let copiedLayer = NSKeyedUnarchiver.unarchiveObject(with: tmp) as? SVGLayer
                                            ^
[4/7] Compiling SwiftSVG NSBezierPath+CrossPlatform.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: error: switch must be exhaustive
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.cubicCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: add missing case: '.quadraticCurveTo'
                switch type {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/NSBezierPath+CrossPlatform.swift:42:17: note: handle unknown values using "@unknown default"
                switch type {
                ^
[5/22] Compiling SwiftSVG CALayer+SVG.swift
[6/24] Compiling SwiftSVG SVGView.swift
[7/26] Emitting module SwiftSVG
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG/Helpers/CALayer+Sublayers.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func applyOnSublayers<T: CALayer>(ofType: T.Type, closure: (T) -> ()) {
    ^~~~
    public
[8/28] Compiling SwiftSVG SVGRectangle.swift
[9/28] Compiling SwiftSVG SVGRootElement.swift
[10/29] Compiling SwiftSVG Dictionary+JSON.swift
[11/29] Compiling SwiftSVG NSXMLSVGParser.swift
[12/30] Compiling SwiftSVG SVGEllipse.swift
[13/30] Compiling SwiftSVG SVGGroup.swift
[14/30] Compiling SwiftSVG SVGLine.swift
[15/31] Compiling SwiftSVG SVGPath.swift
[16/31] Compiling SwiftSVG SVGPolygon.swift
[17/31] Compiling SwiftSVG SVGPolyline.swift
[18/31] Compiling SwiftSVG Transformable.swift
[19/31] Compiling SwiftSVG SVGCache.swift
[20/31] Compiling SwiftSVG SVGCircle.swift
[21/31] Compiling SwiftSVG UIBezierPath+SVG.swift
[22/31] Compiling SwiftSVG UIView+SVG.swift
[23/31] Compiling SwiftSVG Fillable.swift
[24/31] Compiling SwiftSVG Identifiable.swift
[25/31] Compiling SwiftSVG Strokable.swift
[26/31] Compiling SwiftSVG Stylable.swift
[27/33] Compiling SwiftSVG SVGParser.swift
[28/33] Compiling SwiftSVG SVGParserSupportedElements.swift
[29/33] Compiling SwiftSVG SVGShapeElement.swift
[30/33] Compiling SwiftSVG CALayer+Sublayers.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftSVG/SVG/Helpers/CALayer+Sublayers.swift:46:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func applyOnSublayers<T: CALayer>(ofType: T.Type, closure: (T) -> ()) {
    ^~~~
    public
[31/33] Compiling SwiftSVG PathDLexer.swift
[32/33] Compiling SwiftSVG PathCommand.swift
[33/33] Compiling SwiftSVG UIColor+Extensions.swift
error: fatalError
BUILD FAILURE 5.9 macosSpm