The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SVGView, reference main (86f6d7), with Swift 5.10 for macOS (SPM) on 28 Feb 2025 10:22:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exyte/SVGView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/exyte/SVGView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 86f6d74 Update README.md
Cloned https://github.com/exyte/SVGView.git
Revision (git rev-parse @):
86f6d742cccf5b64844b303d80ed1f75d02fbcce
SUCCESS checkout https://github.com/exyte/SVGView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/exyte/SVGView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/51] Emitting module SVGView
[4/56] Compiling SVGView SVGDataImage.swift
[5/56] Compiling SVGView SVGURLImage.swift
[6/56] Compiling SVGView SVGGroup.swift
[7/56] Compiling SVGView SVGImage.swift
[8/56] Compiling SVGView SVGNode.swift
[9/56] Compiling SVGView SVGShape.swift
[10/56] Compiling SVGView SVGLine.swift
[11/56] Compiling SVGView SVGPath.swift
[12/56] Compiling SVGView SVGPolygon.swift
[13/56] Compiling SVGView SVGPolyline.swift
[14/56] Compiling SVGView SVGRect.swift
[15/56] Compiling SVGView SVGParserExtensions.swift
[16/56] Compiling SVGView SVGParserPrimitives.swift
[17/56] Compiling SVGView SVGPathReader.swift
[18/56] Compiling SVGView SVGView.swift
[19/56] Compiling SVGView SVGLinker.swift
[20/56] Compiling SVGView Serializable.swift
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[21/56] Compiling SVGView Serializations.swift
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[22/56] Compiling SVGView Serializer.swift
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[23/56] Compiling SVGView MBezierPath+Extension_macOS.swift
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[24/56] Compiling SVGView UIExtensions.swift
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[25/56] Compiling SVGView CSSParser.swift
[26/56] Compiling SVGView SVGAttribute.swift
[27/56] Compiling SVGView SVGFontSizeAttribute.swift
[28/56] Compiling SVGView SVGLengthAttribute.swift
[29/56] Compiling SVGView SVGElementParser.swift
[30/56] Compiling SVGView SVGText.swift
[31/56] Compiling SVGView SVGUserSpaceNode.swift
[32/56] Compiling SVGView SVGViewport.swift
[33/56] Compiling SVGView SVGColor.swift
[34/56] Compiling SVGView SVGFont.swift
[35/56] Compiling SVGView SVGGradient.swift
[36/56] Compiling SVGView SVGLength.swift
[37/56] Compiling SVGView SVGPaint.swift
[38/56] Compiling SVGView SVGPreserveAspectRatio.swift
[39/56] Compiling SVGView SVGStroke.swift
[40/56] Compiling SVGView SVGCircle.swift
[41/56] Compiling SVGView SVGEllipse.swift
[42/56] Compiling SVGView SVGLogger.swift
[43/56] Compiling SVGView SVGScreen.swift
[44/56] Compiling SVGView SVGSettings.swift
[45/56] Compiling SVGView DOMParser.swift
[46/56] Compiling SVGView XMLNode.swift
[47/56] Compiling SVGView SVGImageParser.swift
[48/56] Compiling SVGView SVGShapeParser.swift
[49/56] Compiling SVGView SVGStructureParsers.swift
[50/56] Compiling SVGView SVGTextParser.swift
[51/56] Compiling SVGView SVGLengthParser.swift
[52/56] Compiling SVGView SVGConstants.swift
[53/56] Compiling SVGView SVGContext.swift
[54/56] Compiling SVGView SVGIndex.swift
[55/56] Compiling SVGView SVGParser.swift
[56/56] Compiling SVGView SVGParserBasics.swift
Build complete! (9.46s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SVGView",
  "name" : "SVGView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SVGView",
      "targets" : [
        "SVGView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SVGView",
      "module_type" : "SwiftTarget",
      "name" : "SVGView",
      "path" : "Source",
      "product_memberships" : [
        "SVGView"
      ],
      "sources" : [
        "Model/Images/SVGDataImage.swift",
        "Model/Images/SVGURLImage.swift",
        "Model/Nodes/SVGGroup.swift",
        "Model/Nodes/SVGImage.swift",
        "Model/Nodes/SVGNode.swift",
        "Model/Nodes/SVGShape.swift",
        "Model/Nodes/SVGText.swift",
        "Model/Nodes/SVGUserSpaceNode.swift",
        "Model/Nodes/SVGViewport.swift",
        "Model/Primitives/SVGColor.swift",
        "Model/Primitives/SVGFont.swift",
        "Model/Primitives/SVGGradient.swift",
        "Model/Primitives/SVGLength.swift",
        "Model/Primitives/SVGPaint.swift",
        "Model/Primitives/SVGPreserveAspectRatio.swift",
        "Model/Primitives/SVGStroke.swift",
        "Model/Shapes/SVGCircle.swift",
        "Model/Shapes/SVGEllipse.swift",
        "Model/Shapes/SVGLine.swift",
        "Model/Shapes/SVGPath.swift",
        "Model/Shapes/SVGPolygon.swift",
        "Model/Shapes/SVGPolyline.swift",
        "Model/Shapes/SVGRect.swift",
        "Parser/CSS/CSSParser.swift",
        "Parser/SVG/Attributes/SVGAttribute.swift",
        "Parser/SVG/Attributes/SVGFontSizeAttribute.swift",
        "Parser/SVG/Attributes/SVGLengthAttribute.swift",
        "Parser/SVG/Elements/SVGElementParser.swift",
        "Parser/SVG/Elements/SVGImageParser.swift",
        "Parser/SVG/Elements/SVGShapeParser.swift",
        "Parser/SVG/Elements/SVGStructureParsers.swift",
        "Parser/SVG/Elements/SVGTextParser.swift",
        "Parser/SVG/Primitives/SVGLengthParser.swift",
        "Parser/SVG/SVGConstants.swift",
        "Parser/SVG/SVGContext.swift",
        "Parser/SVG/SVGIndex.swift",
        "Parser/SVG/SVGParser.swift",
        "Parser/SVG/SVGParserBasics.swift",
        "Parser/SVG/SVGParserExtensions.swift",
        "Parser/SVG/SVGParserPrimitives.swift",
        "Parser/SVG/SVGPathReader.swift",
        "Parser/SVG/SVGView.swift",
        "Parser/SVG/Settings/SVGLinker.swift",
        "Parser/SVG/Settings/SVGLogger.swift",
        "Parser/SVG/Settings/SVGScreen.swift",
        "Parser/SVG/Settings/SVGSettings.swift",
        "Parser/XML/DOMParser.swift",
        "Parser/XML/XMLNode.swift",
        "Serialization/Serializable.swift",
        "Serialization/Serializations.swift",
        "Serialization/Serializer.swift",
        "UI/MBezierPath+Extension_macOS.swift",
        "UI/UIExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.