The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SVGView with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exyte/SVGView.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/exyte/SVGView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/exyte/SVGView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/50] Compiling SVGView SVGUserSpaceNode.swift
[4/50] Compiling SVGView SVGViewport.swift
[5/50] Compiling SVGView SVGColor.swift
[6/50] Compiling SVGView SVGFont.swift
[7/50] Compiling SVGView SVGGradient.swift
[8/50] Compiling SVGView SVGLength.swift
[9/50] Compiling SVGView SVGPaint.swift
[10/56] Compiling SVGView SVGPolyline.swift
[11/56] Compiling SVGView SVGRect.swift
[12/56] Compiling SVGView CSSParser.swift
[13/56] Compiling SVGView SVGAttribute.swift
[14/56] Compiling SVGView SVGFontSizeAttribute.swift
[15/56] Compiling SVGView SVGLengthAttribute.swift
[16/56] Compiling SVGView SVGElementParser.swift
[17/56] Compiling SVGView SVGView.swift
[18/56] Compiling SVGView SVGLinker.swift
[19/56] Compiling SVGView SVGLogger.swift
[20/56] Compiling SVGView SVGScreen.swift
[21/56] Compiling SVGView SVGSettings.swift
[22/56] Compiling SVGView DOMParser.swift
[23/56] Compiling SVGView SVGPreserveAspectRatio.swift
[24/56] Compiling SVGView SVGStroke.swift
[25/56] Compiling SVGView SVGCircle.swift
[26/56] Compiling SVGView SVGEllipse.swift
[27/56] Compiling SVGView SVGLine.swift
[28/56] Compiling SVGView SVGPath.swift
[29/56] Compiling SVGView SVGPolygon.swift
[30/56] Compiling SVGView SVGImageParser.swift
[31/56] Compiling SVGView SVGShapeParser.swift
[32/56] Compiling SVGView SVGStructureParsers.swift
[33/56] Compiling SVGView SVGTextParser.swift
[34/56] Compiling SVGView SVGLengthParser.swift
[35/56] Compiling SVGView SVGConstants.swift
[36/56] Compiling SVGView SVGContext.swift
[37/56] Compiling SVGView SVGDataImage.swift
[38/56] Compiling SVGView SVGURLImage.swift
[39/56] Compiling SVGView SVGGroup.swift
[40/56] Compiling SVGView SVGImage.swift
[41/56] Compiling SVGView SVGNode.swift
[42/56] Compiling SVGView SVGShape.swift
[43/56] Compiling SVGView SVGText.swift
[44/56] Emitting module SVGView
[45/56] Compiling SVGView SVGIndex.swift
[46/56] Compiling SVGView SVGParser.swift
[47/56] Compiling SVGView SVGParserBasics.swift
[48/56] Compiling SVGView SVGParserExtensions.swift
[49/56] Compiling SVGView SVGParserPrimitives.swift
[50/56] Compiling SVGView SVGPathReader.swift
[51/56] Compiling SVGView XMLNode.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[52/56] Compiling SVGView Serializable.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[53/56] Compiling SVGView Serializations.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[54/56] Compiling SVGView Serializer.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[55/56] Compiling SVGView MBezierPath+Extension_macOS.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[56/56] Compiling SVGView UIExtensions.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/UI/MBezierPath+Extension_macOS.swift:40:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
Build complete! (9.04s)
Build complete.
Done.

Build Machine: Mac 7