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 VectorPlus, reference 0.4.0 (318611), with Swift 6.1 for Linux on 29 Apr 2025 06:40:38 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/VectorPlus.git
Reference: 0.4.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/richardpiazza/VectorPlus
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 3186119 SwiftPackageIndex Configuration (#7)
Cloned https://github.com/richardpiazza/VectorPlus.git
Revision (git rev-parse @):
318611972e49bf2626ca3cad26dc5525474cd202
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/VectorPlus.git at 0.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/VectorPlus.git
https://github.com/richardpiazza/VectorPlus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftsvg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftSVG.git"
    },
    {
      "identity" : "swiftcolor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftColor.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    }
  ],
  "manifest_display_name" : "VectorPlus",
  "name" : "VectorPlus",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "vectorplus",
      "targets" : [
        "Executable"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "VectorPlus",
      "targets" : [
        "VectorPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VectorPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlusTests",
      "path" : "Tests/VectorPlusTests",
      "product_dependencies" : [
        "SwiftSVG"
      ],
      "sources" : [
        "Extensions.swift",
        "InstructionTranslationTests.swift",
        "VectorPlusTests.swift"
      ],
      "target_dependencies" : [
        "Executable",
        "VectorPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VectorPlus",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlus",
      "path" : "Sources/VectorPlus",
      "product_dependencies" : [
        "SwiftSVG",
        "SwiftColor"
      ],
      "product_memberships" : [
        "vectorplus",
        "VectorPlus"
      ],
      "sources" : [
        "AppKit/SVG+NSImage.swift",
        "CoreGraphics/CGContext+Render.swift",
        "CoreGraphics/CGMutablePath+Instruction.swift",
        "CoreGraphics/Fill+CoreGraphics.swift",
        "CoreGraphics/SVG+CGPath.swift",
        "CoreGraphics/Stroke+CoreGraphics.swift",
        "Fill+VectorPlus.swift",
        "Path+VectorPlus.swift",
        "Path.Command+VectorPlus.swift",
        "Pigment+VectorPlus.swift",
        "Point+VectorPlus.swift",
        "Rect+VectorPlus.swift",
        "SVG+AppleSymbols.swift",
        "SVG+Template.swift",
        "Size+VectorPlus.swift",
        "Stroke+VectorPlus.swift",
        "SwiftUI/SVG+Example.swift",
        "SwiftUI/SVGView.swift",
        "SwiftUI/SwiftUI.Color+VectorPlus.swift",
        "SwiftUI/SwiftUI.Path+VectorPlus.swift",
        "Template+UIImageView.swift",
        "UIKit/SVG+UIImage.swift",
        "UIKit/SVGImageView.swift",
        "VectorPoint.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Executable",
      "module_type" : "SwiftTarget",
      "name" : "Executable",
      "path" : "Sources/Executable",
      "product_dependencies" : [
        "SwiftSVG",
        "ArgumentParser",
        "ShellOut"
      ],
      "product_memberships" : [
        "vectorplus"
      ],
      "sources" : [
        "AppDelegate.swift",
        "Convert.swift",
        "FileManager+Document.swift",
        "Inspect.swift",
        "Preview.swift",
        "Render.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "VectorPlus"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/richardpiazza/SwiftSVG.git
Fetching https://github.com/richardpiazza/SwiftColor.git
[1/960] Fetching shellout
[961/1054] Fetching shellout, swiftcolor
[1055/1596] Fetching shellout, swiftcolor, swiftsvg
[1597/16546] Fetching shellout, swiftcolor, swiftsvg, swift-argument-parser
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (1.11s)
Fetched https://github.com/richardpiazza/SwiftSVG.git from cache (1.11s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (1.11s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.12s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (3.12s)
Computing version for https://github.com/richardpiazza/SwiftColor.git
Computed https://github.com/richardpiazza/SwiftColor.git at 0.2.0 (2.29s)
Computing version for https://github.com/richardpiazza/SwiftSVG.git
Computed https://github.com/richardpiazza/SwiftSVG.git at 0.11.0 (0.95s)
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/richardpiazza/Swift2D.git
[1/10011] Fetching xmlcoder
[402/10242] Fetching xmlcoder, swift2d
Fetched https://github.com/richardpiazza/Swift2D.git from cache (0.39s)
[5507/10011] Fetching xmlcoder
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.73s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.55s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.1.0 (0.74s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.17.1 (0.51s)
Creating working copy for https://github.com/richardpiazza/SwiftColor.git
Working copy of https://github.com/richardpiazza/SwiftColor.git resolved at 0.2.0
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/richardpiazza/SwiftSVG.git
Working copy of https://github.com/richardpiazza/SwiftSVG.git resolved at 0.11.0
Creating working copy for https://github.com/richardpiazza/Swift2D.git
Working copy of https://github.com/richardpiazza/Swift2D.git resolved at 2.1.0
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/22] Write sources
[10/22] Write swift-version-24593BA9C3E375BF.txt
[12/91] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/91] Emitting module ArgumentParserToolInfo
[15/92] Compiling Swift2D Point.swift
[16/93] Compiling XMLCoder DoubleBox.swift
[17/93] Compiling XMLCoder FloatBox.swift
[18/93] Compiling XMLCoder IntBox.swift
[19/93] Compiling XMLCoder KeyedBox.swift
[20/93] Compiling XMLCoder NullBox.swift
[21/93] Compiling XMLCoder SharedBox.swift
[22/93] Compiling XMLCoder SingleKeyedBox.swift
[22/99] Wrapping AST for ArgumentParserToolInfo for debugging
[24/137] Compiling Swift2D Size.swift
[25/137] Compiling ArgumentParser OptionGroup.swift
[26/137] Compiling ArgumentParser AsyncParsableCommand.swift
[27/137] Compiling ArgumentParser CommandConfiguration.swift
[28/137] Compiling ArgumentParser CommandGroup.swift
[29/137] Compiling ArgumentParser EnumerableFlag.swift
[30/142] Emitting module ArgumentParser
[31/142] Compiling ArgumentParser BashCompletionsGenerator.swift
[32/142] Compiling ArgumentParser CompletionsGenerator.swift
[33/142] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/142] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/142] Compiling ArgumentParser Argument.swift
[36/142] Compiling ArgumentParser ArgumentHelp.swift
[37/142] Compiling ArgumentParser ArgumentVisibility.swift
[38/142] Compiling ArgumentParser CompletionKind.swift
[39/142] Compiling ArgumentParser Errors.swift
[40/142] Compiling ArgumentParser Flag.swift
[41/142] Compiling ArgumentParser NameSpecification.swift
[42/142] Compiling ArgumentParser Option.swift
[43/142] Compiling SwiftColor Pigment+UIKit.swift
[44/143] Compiling SwiftColor Pigment+String.swift
[45/143] Compiling ArgumentParser ParserError.swift
[46/143] Compiling ArgumentParser SplitArguments.swift
[47/143] Compiling ArgumentParser ArgumentDefinition.swift
[48/143] Compiling ArgumentParser ArgumentSet.swift
[49/143] Compiling ArgumentParser CommandParser.swift
[50/143] Compiling ArgumentParser InputKey.swift
[51/143] Emitting module XMLCoder
[59/143] Emitting module SwiftColor
[65/143] Compiling ArgumentParser Name.swift
[66/143] Compiling ArgumentParser Parsed.swift
[67/143] Compiling ArgumentParser ParsedValues.swift
[68/143] Compiling ArgumentParser Platform.swift
[69/143] Compiling ArgumentParser SequenceExtensions.swift
[70/143] Compiling ArgumentParser StringExtensions.swift
[71/143] Compiling ArgumentParser Tree.swift
[72/143] Compiling XMLCoder XMLStackParser.swift
[73/143] Compiling XMLCoder DecodingErrorExtension.swift
[74/143] Compiling ArgumentParser InputOrigin.swift
[75/143] Compiling ArgumentParser ExpressibleByArgument.swift
[76/143] Compiling ArgumentParser ParsableArguments.swift
[77/143] Compiling ArgumentParser ParsableArgumentsValidation.swift
[78/143] Compiling ArgumentParser ParsableCommand.swift
[79/143] Compiling ArgumentParser ArgumentDecoder.swift
[80/143] Compiling ArgumentParser DumpHelpGenerator.swift
[81/143] Compiling ArgumentParser HelpCommand.swift
[82/143] Compiling ArgumentParser HelpGenerator.swift
[83/143] Compiling ArgumentParser MessageInfo.swift
[84/143] Compiling ArgumentParser UsageGenerator.swift
[85/143] Compiling ArgumentParser CollectionExtensions.swift
[86/143] Compiling Swift2D Size+Computed.swift
[87/143] Compiling Swift2D Rect.swift
[88/143] Compiling Swift2D Size+CoreGraphics.swift
[89/143] Compiling Swift2D Rect+Computed.swift
[90/143] Compiling Swift2D Rect+CoreGraphics.swift
[93/143] Compiling SwiftColor Pigment+Int.swift
[96/143] Compiling SwiftColor Pigment+Keyword.swift
[97/143] Compiling XMLCoder XMLEncoder.swift
[98/143] Compiling XMLCoder XMLEncoderImplementation.swift
[99/143] Compiling XMLCoder XMLEncodingStorage.swift
[100/143] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[101/143] Compiling XMLCoder XMLReferencingEncoder.swift
[102/143] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[103/144] Emitting module Swift2D
[106/145] Emitting module ShellOut
[107/145] Compiling ShellOut ShellOut.swift
[108/146] Compiling SwiftColor Pigment.swift
[122/147] Wrapping AST for XMLCoder for debugging
[123/147] Wrapping AST for SwiftColor for debugging
[124/147] Wrapping AST for ShellOut for debugging
[125/147] Wrapping AST for Swift2D for debugging
[127/174] Compiling SwiftSVG Stroke.swift
[128/174] Compiling SwiftSVG Polyline.swift
[129/174] Compiling SwiftSVG PresentationAttributes.swift
[130/174] Compiling SwiftSVG Rectangle.swift
[142/175] Wrapping AST for ArgumentParser for debugging
[144/175] Compiling SwiftSVG Element.swift
[145/175] Compiling SwiftSVG Ellipse.swift
[146/175] Compiling SwiftSVG Point+SwiftSVG.swift
[147/175] Compiling SwiftSVG Fill.swift
[148/178] Compiling SwiftSVG SVG+Swift2D.swift
[149/178] Compiling SwiftSVG SVG.swift
[151/178] Compiling SwiftSVG Circle.swift
[152/178] Compiling SwiftSVG CommandRepresentable.swift
[153/178] Compiling SwiftSVG Container.swift
[154/178] Compiling SwiftSVG CoreAttributes.swift
[155/178] Emitting module SwiftSVG
[159/178] Compiling SwiftSVG StylingAttributes.swift
[160/178] Compiling SwiftSVG Text.swift
[161/178] Compiling SwiftSVG Transformation.swift
[162/178] Compiling SwiftSVG Path.Component.swift
[163/178] Compiling SwiftSVG Path.ComponentParser.swift
[164/178] Compiling SwiftSVG Path.swift
[165/178] Compiling SwiftSVG Polygon.swift
[166/178] Compiling SwiftSVG Group.swift
[167/178] Compiling SwiftSVG EllipseProcessor.swift
[168/178] Compiling SwiftSVG PathProcessor.swift
[169/178] Compiling SwiftSVG PolygonProcressor.swift
[170/178] Compiling SwiftSVG PolylineProcessor.swift
[171/178] Compiling SwiftSVG RectangleProcessor.swift
[172/178] Compiling SwiftSVG Line.swift
[173/178] Compiling SwiftSVG Path.Command.swift
[174/179] Wrapping AST for SwiftSVG for debugging
[176/201] Compiling VectorPlus Fill+CoreGraphics.swift
[177/201] Compiling VectorPlus SVG+CGPath.swift
[178/201] Compiling VectorPlus Stroke+CoreGraphics.swift
[179/204] Emitting module VectorPlus
[180/204] Compiling VectorPlus SVG+NSImage.swift
[181/204] Compiling VectorPlus CGContext+Render.swift
[182/204] Compiling VectorPlus CGMutablePath+Instruction.swift
[183/204] Compiling VectorPlus SwiftUI.Color+VectorPlus.swift
[184/204] Compiling VectorPlus SwiftUI.Path+VectorPlus.swift
[185/204] Compiling VectorPlus Template+UIImageView.swift
[186/204] Compiling VectorPlus SVG+UIImage.swift
[187/204] Compiling VectorPlus SVGImageView.swift
[188/204] Compiling VectorPlus VectorPoint.swift
[189/204] Compiling VectorPlus Stroke+VectorPlus.swift
[190/204] Compiling VectorPlus SVG+Example.swift
[191/204] Compiling VectorPlus SVGView.swift
[192/204] Compiling VectorPlus Pigment+VectorPlus.swift
[193/204] Compiling VectorPlus Point+VectorPlus.swift
[194/204] Compiling VectorPlus Rect+VectorPlus.swift
[195/204] Compiling VectorPlus Fill+VectorPlus.swift
[196/204] Compiling VectorPlus Path+VectorPlus.swift
[197/204] Compiling VectorPlus Path.Command+VectorPlus.swift
[198/204] Compiling VectorPlus SVG+AppleSymbols.swift
[199/204] Compiling VectorPlus SVG+Template.swift
[200/204] Compiling VectorPlus Size+VectorPlus.swift
[201/205] Wrapping AST for VectorPlus for debugging
[203/213] Compiling Executable Preview.swift
[204/213] Compiling Executable Render.swift
[205/213] Compiling Executable main.swift
/host/spi-builder-workspace/Sources/Executable/main.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | struct Command: ParsableCommand {
 5 |
 6 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         let discussion: String = """
 8 |
[206/213] Compiling Executable Inspect.swift
/host/spi-builder-workspace/Sources/Executable/Inspect.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 | struct Inspect: ParsableCommand {
 7 |
 8 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         let discussion: String = """
10 |         Parses an SVG document and prints out the document description.
[207/213] Compiling Executable FileManager+Document.swift
[208/213] Emitting module Executable
/host/spi-builder-workspace/Sources/Executable/main.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | struct Command: ParsableCommand {
 5 |
 6 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         let discussion: String = """
 8 |
/host/spi-builder-workspace/Sources/Executable/Convert.swift:15:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |     }
 14 |
 15 |     static var configuration: CommandConfiguration = {
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |         let discussion: String = """
 17 |         Parses an SVG document and creates a PNG rendered version of the instructions.
/host/spi-builder-workspace/Sources/Executable/Inspect.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 | struct Inspect: ParsableCommand {
 7 |
 8 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         let discussion: String = """
10 |         Parses an SVG document and prints out the document description.
[209/213] Compiling Executable AppDelegate.swift
[210/213] Compiling Executable Convert.swift
/host/spi-builder-workspace/Sources/Executable/Convert.swift:15:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 13 |     }
 14 |
 15 |     static var configuration: CommandConfiguration = {
    |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |         let discussion: String = """
 17 |         Parses an SVG document and creates a PNG rendered version of the instructions.
[211/214] Wrapping AST for Executable for debugging
[212/214] Write Objects.LinkFileList
[213/214] Linking vectorplus
Build complete! (37.56s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftsvg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftSVG.git"
    },
    {
      "identity" : "swiftcolor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SwiftColor.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    }
  ],
  "manifest_display_name" : "VectorPlus",
  "name" : "VectorPlus",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "vectorplus",
      "targets" : [
        "Executable"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "VectorPlus",
      "targets" : [
        "VectorPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VectorPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlusTests",
      "path" : "Tests/VectorPlusTests",
      "product_dependencies" : [
        "SwiftSVG"
      ],
      "sources" : [
        "Extensions.swift",
        "InstructionTranslationTests.swift",
        "VectorPlusTests.swift"
      ],
      "target_dependencies" : [
        "Executable",
        "VectorPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VectorPlus",
      "module_type" : "SwiftTarget",
      "name" : "VectorPlus",
      "path" : "Sources/VectorPlus",
      "product_dependencies" : [
        "SwiftSVG",
        "SwiftColor"
      ],
      "product_memberships" : [
        "vectorplus",
        "VectorPlus"
      ],
      "sources" : [
        "AppKit/SVG+NSImage.swift",
        "CoreGraphics/CGContext+Render.swift",
        "CoreGraphics/CGMutablePath+Instruction.swift",
        "CoreGraphics/Fill+CoreGraphics.swift",
        "CoreGraphics/SVG+CGPath.swift",
        "CoreGraphics/Stroke+CoreGraphics.swift",
        "Fill+VectorPlus.swift",
        "Path+VectorPlus.swift",
        "Path.Command+VectorPlus.swift",
        "Pigment+VectorPlus.swift",
        "Point+VectorPlus.swift",
        "Rect+VectorPlus.swift",
        "SVG+AppleSymbols.swift",
        "SVG+Template.swift",
        "Size+VectorPlus.swift",
        "Stroke+VectorPlus.swift",
        "SwiftUI/SVG+Example.swift",
        "SwiftUI/SVGView.swift",
        "SwiftUI/SwiftUI.Color+VectorPlus.swift",
        "SwiftUI/SwiftUI.Path+VectorPlus.swift",
        "Template+UIImageView.swift",
        "UIKit/SVG+UIImage.swift",
        "UIKit/SVGImageView.swift",
        "VectorPoint.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Executable",
      "module_type" : "SwiftTarget",
      "name" : "Executable",
      "path" : "Sources/Executable",
      "product_dependencies" : [
        "SwiftSVG",
        "ArgumentParser",
        "ShellOut"
      ],
      "product_memberships" : [
        "vectorplus"
      ],
      "sources" : [
        "AppDelegate.swift",
        "Convert.swift",
        "FileManager+Document.swift",
        "Inspect.swift",
        "Preview.swift",
        "Render.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "VectorPlus"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.