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

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-1":/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/apple/swift-argument-parser.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.21s)
[1/14950] Fetching swift-argument-parser
Fetching https://github.com/richardpiazza/SwiftColor.git
Fetching https://github.com/richardpiazza/SwiftSVG.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.01s)
[1/542] Fetching swiftsvg
[543/636] Fetching swiftsvg, swiftcolor
Fetched https://github.com/richardpiazza/SwiftColor.git from cache (0.50s)
Fetched https://github.com/richardpiazza/SwiftSVG.git from cache (0.50s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (4.09s)
Computing version for https://github.com/richardpiazza/SwiftColor.git
Computed https://github.com/richardpiazza/SwiftColor.git at 0.2.0 (2.52s)
Computing version for https://github.com/richardpiazza/SwiftSVG.git
Computed https://github.com/richardpiazza/SwiftSVG.git at 0.11.0 (0.65s)
Fetching https://github.com/richardpiazza/Swift2D.git
Fetching https://github.com/CoreOffice/XMLCoder.git
[1/231] Fetching swift2d
[232/10242] Fetching swift2d, xmlcoder
Fetched https://github.com/richardpiazza/Swift2D.git from cache (0.75s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.76s)
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.64s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.1.0 (0.85s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.17.1 (0.64s)
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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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/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/SwiftColor.git
Working copy of https://github.com/richardpiazza/SwiftColor.git resolved at 0.2.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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/22] Write sources
[10/22] Write swift-version-24593BA9C3E375BF.txt
[12/91] Emitting module ArgumentParserToolInfo
[13/91] Emitting module ShellOut
[14/91] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/92] Compiling Swift2D Point.swift
[16/93] Compiling Swift2D Size+Computed.swift
[17/93] Compiling Swift2D Rect.swift
[19/93] Compiling Swift2D Size.swift
[19/93] Wrapping AST for ArgumentParserToolInfo for debugging
[21/131] Emitting module ArgumentParser
[22/136] Emitting module Swift2D
[23/136] Compiling ArgumentParser ArgumentVisibility.swift
[24/136] Compiling ArgumentParser CompletionKind.swift
[25/136] Compiling Swift2D Rect+Computed.swift
[26/136] Compiling Swift2D Rect+CoreGraphics.swift
[27/136] Compiling ShellOut ShellOut.swift
[28/137] Compiling ArgumentParser CompletionsGenerator.swift
[29/137] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/137] Compiling ArgumentParser ZshCompletionsGenerator.swift
[31/137] Compiling ArgumentParser Argument.swift
[32/137] Compiling ArgumentParser ArgumentHelp.swift
[33/137] Compiling ArgumentParser OptionGroup.swift
[36/137] Compiling ArgumentParser Errors.swift
[37/137] Compiling ArgumentParser Flag.swift
[38/137] Compiling ArgumentParser NameSpecification.swift
[39/137] Compiling ArgumentParser Option.swift
[40/137] Compiling ArgumentParser BashCompletionsGenerator.swift
[41/137] Compiling ArgumentParser AsyncParsableCommand.swift
[42/137] Compiling ArgumentParser CommandConfiguration.swift
[43/137] Compiling ArgumentParser CommandGroup.swift
[44/137] Compiling ArgumentParser EnumerableFlag.swift
[45/137] Compiling ArgumentParser ExpressibleByArgument.swift
[46/137] Compiling ArgumentParser ParsableArguments.swift
[47/137] Compiling ArgumentParser ParsableArgumentsValidation.swift
[48/137] Emitting module XMLCoder
[49/137] Compiling ArgumentParser ParsableCommand.swift
[50/137] Compiling ArgumentParser ArgumentDecoder.swift
[51/137] Compiling ArgumentParser ArgumentDefinition.swift
[52/137] Compiling ArgumentParser ArgumentSet.swift
[53/137] Compiling ArgumentParser CommandParser.swift
[54/137] Compiling ArgumentParser InputKey.swift
[58/144] Compiling SwiftColor Pigment+Keyword.swift
[59/144] Compiling SwiftColor Pigment+String.swift
[60/144] Compiling SwiftColor Pigment+UIKit.swift
[61/144] Compiling ArgumentParser Platform.swift
[62/144] Compiling ArgumentParser SequenceExtensions.swift
[63/144] Compiling ArgumentParser StringExtensions.swift
[64/144] Compiling ArgumentParser Tree.swift
[65/144] Compiling XMLCoder SingleValueEncodingContainer.swift
[66/144] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[67/144] Compiling ArgumentParser InputOrigin.swift
[68/144] Compiling ArgumentParser Name.swift
[69/144] Compiling ArgumentParser Parsed.swift
[70/144] Compiling ArgumentParser ParsedValues.swift
[71/144] Compiling ArgumentParser ParserError.swift
[72/144] Compiling ArgumentParser SplitArguments.swift
[73/144] Compiling ArgumentParser DumpHelpGenerator.swift
[74/144] Compiling ArgumentParser HelpCommand.swift
[75/144] Compiling ArgumentParser HelpGenerator.swift
[76/144] Compiling ArgumentParser MessageInfo.swift
[77/144] Compiling ArgumentParser UsageGenerator.swift
[78/144] Compiling ArgumentParser CollectionExtensions.swift
[83/144] Compiling SwiftColor Pigment+Int.swift
[84/144] Emitting module SwiftColor
[85/144] Compiling Swift2D Size+CoreGraphics.swift
[98/145] Wrapping AST for ShellOut for debugging
[100/145] Compiling SwiftColor Pigment.swift
[101/146] Wrapping AST for Swift2D for debugging
[117/146] Wrapping AST for SwiftColor for debugging
[135/147] Compiling XMLCoder XMLEncoder.swift
[136/147] Compiling XMLCoder XMLEncoderImplementation.swift
[137/147] Compiling XMLCoder XMLEncodingStorage.swift
[138/147] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[139/147] Compiling XMLCoder XMLReferencingEncoder.swift
[140/147] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[141/148] Wrapping AST for XMLCoder for debugging
[142/148] Wrapping AST for ArgumentParser for debugging
[144/175] Emitting module SwiftSVG
[145/178] Compiling SwiftSVG Element.swift
[146/178] Compiling SwiftSVG Ellipse.swift
[147/178] Compiling SwiftSVG Point+SwiftSVG.swift
[148/178] Compiling SwiftSVG Fill.swift
[149/178] Compiling SwiftSVG Circle.swift
[150/178] Compiling SwiftSVG CommandRepresentable.swift
[151/178] Compiling SwiftSVG Container.swift
[152/178] Compiling SwiftSVG CoreAttributes.swift
[153/178] Compiling SwiftSVG Path.Component.swift
[154/178] Compiling SwiftSVG Path.ComponentParser.swift
[155/178] Compiling SwiftSVG Path.swift
[156/178] Compiling SwiftSVG Polygon.swift
[157/178] Compiling SwiftSVG SVG+Swift2D.swift
[158/178] Compiling SwiftSVG SVG.swift
[159/178] Compiling SwiftSVG Stroke.swift
[160/178] Compiling SwiftSVG Polyline.swift
[161/178] Compiling SwiftSVG PresentationAttributes.swift
[162/178] Compiling SwiftSVG Rectangle.swift
[163/178] Compiling SwiftSVG PolylineProcessor.swift
[164/178] Compiling SwiftSVG RectangleProcessor.swift
[165/178] Compiling SwiftSVG Line.swift
[166/178] Compiling SwiftSVG Path.Command.swift
[167/178] Compiling SwiftSVG Group.swift
[168/178] Compiling SwiftSVG EllipseProcessor.swift
[169/178] Compiling SwiftSVG PathProcessor.swift
[170/178] Compiling SwiftSVG PolygonProcressor.swift
[171/178] Compiling SwiftSVG StylingAttributes.swift
[172/178] Compiling SwiftSVG Text.swift
[173/178] Compiling SwiftSVG Transformation.swift
[174/179] Wrapping AST for SwiftSVG for debugging
[176/201] Compiling VectorPlus SVG+NSImage.swift
[177/201] Compiling VectorPlus CGContext+Render.swift
[178/201] Compiling VectorPlus CGMutablePath+Instruction.swift
[179/204] Compiling VectorPlus Fill+CoreGraphics.swift
[180/204] Compiling VectorPlus SVG+CGPath.swift
[181/204] Compiling VectorPlus Stroke+CoreGraphics.swift
[182/204] Compiling VectorPlus Stroke+VectorPlus.swift
[183/204] Compiling VectorPlus SVG+Example.swift
[184/204] Compiling VectorPlus SVGView.swift
[185/204] Compiling VectorPlus SVG+UIImage.swift
[186/204] Compiling VectorPlus SVGImageView.swift
[187/204] Compiling VectorPlus VectorPoint.swift
[188/204] Emitting module VectorPlus
[189/204] Compiling VectorPlus Fill+VectorPlus.swift
[190/204] Compiling VectorPlus Path+VectorPlus.swift
[191/204] Compiling VectorPlus Path.Command+VectorPlus.swift
[192/204] Compiling VectorPlus SwiftUI.Color+VectorPlus.swift
[193/204] Compiling VectorPlus SwiftUI.Path+VectorPlus.swift
[194/204] Compiling VectorPlus Template+UIImageView.swift
[195/204] Compiling VectorPlus Pigment+VectorPlus.swift
[196/204] Compiling VectorPlus Point+VectorPlus.swift
[197/204] Compiling VectorPlus Rect+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 Render.swift
[204/213] Compiling Executable Preview.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 FileManager+Document.swift
[207/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.
[208/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.
[209/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.
[210/213] Compiling Executable AppDelegate.swift
[211/214] Wrapping AST for Executable for debugging
[212/214] Write Objects.LinkFileList
[213/214] Linking vectorplus
Build complete! (35.05s)
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.