Build Information
Successful build of SVGView, reference 1.0.6 (646596
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 13:15:33 UTC.
Swift 6 data race errors: 0
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/exyte/SVGView.git
Reference: 1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/exyte/SVGView
* tag 1.0.6 -> FETCH_HEAD
HEAD is now at 6465962 Bump version
Cloned https://github.com/exyte/SVGView.git
Revision (git rev-parse @):
6465962facdd25cb96eaebc35603afa2f15d2c0d
SUCCESS checkout https://github.com/exyte/SVGView.git at 1.0.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/exyte/SVGView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/51] Emitting module SVGView
[4/56] Compiling SVGView CSSParser.swift
[5/56] Compiling SVGView SVGAttribute.swift
[6/56] Compiling SVGView SVGFontSizeAttribute.swift
[7/56] Compiling SVGView SVGLengthAttribute.swift
[8/56] Compiling SVGView SVGElementParser.swift
[9/56] Compiling SVGView SVGLine.swift
[10/56] Compiling SVGView SVGPath.swift
[11/56] Compiling SVGView SVGPolygon.swift
[12/56] Compiling SVGView SVGPolyline.swift
[13/56] Compiling SVGView SVGRect.swift
[14/56] Compiling SVGView SVGText.swift
[15/56] Compiling SVGView SVGUserSpaceNode.swift
[16/56] Compiling SVGView SVGViewport.swift
[17/56] Compiling SVGView SVGColor.swift
[18/56] Compiling SVGView SVGFont.swift
[19/56] Compiling SVGView SVGGradient.swift
[20/56] Compiling SVGView SVGDataImage.swift
[21/56] Compiling SVGView SVGURLImage.swift
[22/56] Compiling SVGView SVGGroup.swift
[23/56] Compiling SVGView SVGImage.swift
[24/56] Compiling SVGView SVGNode.swift
[25/56] Compiling SVGView SVGShape.swift
[26/56] Compiling SVGView SVGLength.swift
[27/56] Compiling SVGView SVGPaint.swift
[28/56] Compiling SVGView SVGPreserveAspectRatio.swift
[29/56] Compiling SVGView SVGStroke.swift
[30/56] Compiling SVGView SVGCircle.swift
[31/56] Compiling SVGView SVGEllipse.swift
[32/56] Compiling SVGView SVGLogger.swift
[33/56] Compiling SVGView SVGScreen.swift
[34/56] Compiling SVGView SVGSettings.swift
[35/56] Compiling SVGView DOMParser.swift
[36/56] Compiling SVGView XMLNode.swift
[37/56] Compiling SVGView SVGConstants.swift
[38/56] Compiling SVGView SVGContext.swift
[39/56] Compiling SVGView SVGIndex.swift
[40/56] Compiling SVGView SVGParser.swift
[41/56] Compiling SVGView SVGParserBasics.swift
[42/56] Compiling SVGView Serializable.swift
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
38 | let type = self.element(at: i, associatedPoints: &points)
39 |
40 | switch type {
| |- warning: switch must be exhaustive
| |- note: add missing case: '.cubicCurveTo'
| |- note: add missing case: '.quadraticCurveTo'
| `- note: add missing cases
41 | case .moveTo:
42 | path.move(to: CGPoint(x: points[0].x, y: points[0].y))
[43/56] Compiling SVGView Serializations.swift
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
38 | let type = self.element(at: i, associatedPoints: &points)
39 |
40 | switch type {
| |- warning: switch must be exhaustive
| |- note: add missing case: '.cubicCurveTo'
| |- note: add missing case: '.quadraticCurveTo'
| `- note: add missing cases
41 | case .moveTo:
42 | path.move(to: CGPoint(x: points[0].x, y: points[0].y))
[44/56] Compiling SVGView Serializer.swift
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
38 | let type = self.element(at: i, associatedPoints: &points)
39 |
40 | switch type {
| |- warning: switch must be exhaustive
| |- note: add missing case: '.cubicCurveTo'
| |- note: add missing case: '.quadraticCurveTo'
| `- note: add missing cases
41 | case .moveTo:
42 | path.move(to: CGPoint(x: points[0].x, y: points[0].y))
[45/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
38 | let type = self.element(at: i, associatedPoints: &points)
39 |
40 | switch type {
| |- warning: switch must be exhaustive
| |- note: add missing case: '.cubicCurveTo'
| |- note: add missing case: '.quadraticCurveTo'
| `- note: add missing cases
41 | case .moveTo:
42 | path.move(to: CGPoint(x: points[0].x, y: points[0].y))
[46/56] Compiling SVGView UIExtensions.swift
/Users/admin/builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
38 | let type = self.element(at: i, associatedPoints: &points)
39 |
40 | switch type {
| |- warning: switch must be exhaustive
| |- note: add missing case: '.cubicCurveTo'
| |- note: add missing case: '.quadraticCurveTo'
| `- note: add missing cases
41 | case .moveTo:
42 | path.move(to: CGPoint(x: points[0].x, y: points[0].y))
[47/56] Compiling SVGView SVGParserExtensions.swift
[48/56] Compiling SVGView SVGParserPrimitives.swift
[49/56] Compiling SVGView SVGPathReader.swift
[50/56] Compiling SVGView SVGView.swift
[51/56] Compiling SVGView SVGLinker.swift
[52/56] Compiling SVGView SVGImageParser.swift
[53/56] Compiling SVGView SVGShapeParser.swift
[54/56] Compiling SVGView SVGStructureParsers.swift
[55/56] Compiling SVGView SVGTextParser.swift
[56/56] Compiling SVGView SVGLengthParser.swift
Build complete! (7.97s)
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.