The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SVGView, reference main (b9ac3c), with Swift 5.9 for macOS (SPM) on 11 Jul 2024 13:56:54 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.46.0
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 b9ac3c0 Update README.md
Cloned https://github.com/exyte/SVGView.git
Revision (git rev-parse @):
b9ac3c0e9b484d6fe93f48e885ec827bf72dfeca
SUCCESS checkout https://github.com/exyte/SVGView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/exyte/SVGView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/49] Emitting module SVGView
[2/54] Compiling SVGView SVGDataImage.swift
[3/54] Compiling SVGView SVGURLImage.swift
[4/54] Compiling SVGView SVGGroup.swift
[5/54] Compiling SVGView SVGImage.swift
[6/54] Compiling SVGView SVGNode.swift
[7/54] Compiling SVGView SVGShape.swift
[8/54] Compiling SVGView SVGParserExtensions.swift
[9/54] Compiling SVGView SVGParserPrimitives.swift
[10/54] Compiling SVGView SVGPathReader.swift
[11/54] Compiling SVGView SVGView.swift
[12/54] Compiling SVGView SVGLinker.swift
[13/54] Compiling SVGView SVGText.swift
[14/54] Compiling SVGView SVGUserSpaceNode.swift
[15/54] Compiling SVGView SVGViewport.swift
[16/54] Compiling SVGView SVGColor.swift
[17/54] Compiling SVGView SVGFont.swift
[18/54] Compiling SVGView SVGGradient.swift
[19/54] 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 {
            ^
[20/54] 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 {
            ^
[21/54] 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 {
            ^
[22/54] 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 {
            ^
[23/54] 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 {
            ^
[24/54] Compiling SVGView SVGLength.swift
[25/54] Compiling SVGView SVGPaint.swift
[26/54] Compiling SVGView SVGPreserveAspectRatio.swift
[27/54] Compiling SVGView SVGStroke.swift
[28/54] Compiling SVGView SVGCircle.swift
[29/54] Compiling SVGView SVGEllipse.swift
[30/54] Compiling SVGView SVGImageParser.swift
[31/54] Compiling SVGView SVGShapeParser.swift
[32/54] Compiling SVGView SVGStructureParsers.swift
[33/54] Compiling SVGView SVGTextParser.swift
[34/54] Compiling SVGView SVGLengthParser.swift
[35/54] Compiling SVGView SVGLogger.swift
[36/54] Compiling SVGView SVGScreen.swift
[37/54] Compiling SVGView SVGSettings.swift
[38/54] Compiling SVGView DOMParser.swift
[39/54] Compiling SVGView XMLNode.swift
[40/54] Compiling SVGView CSSParser.swift
[41/54] Compiling SVGView SVGAttribute.swift
[42/54] Compiling SVGView SVGFontSizeAttribute.swift
[43/54] Compiling SVGView SVGLengthAttribute.swift
[44/54] Compiling SVGView SVGElementParser.swift
[45/54] Compiling SVGView SVGLine.swift
[46/54] Compiling SVGView SVGPath.swift
[47/54] Compiling SVGView SVGPolygon.swift
[48/54] Compiling SVGView SVGPolyline.swift
[49/54] Compiling SVGView SVGRect.swift
[50/54] Compiling SVGView SVGConstants.swift
[51/54] Compiling SVGView SVGContext.swift
[52/54] Compiling SVGView SVGIndex.swift
[53/54] Compiling SVGView SVGParser.swift
[54/54] Compiling SVGView SVGParserBasics.swift
Build complete! (11.97s)
Build complete.
Done.