The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-screenshot-scribbler, reference 1.2.0 (1e3ce2), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 01:49:42 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/goeldner/swift-screenshot-scribbler.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/goeldner/swift-screenshot-scribbler
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 1e3ce2c Prepare 1.2.0 release
Cloned https://github.com/goeldner/swift-screenshot-scribbler.git
Revision (git rev-parse @):
1e3ce2c61f6c0e163682f309c9566c2c6cb7cc63
SUCCESS checkout https://github.com/goeldner/swift-screenshot-scribbler.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/goeldner/swift-screenshot-scribbler.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[3/10] Write scrscr-entitlement.plist
[4/10] Write sources
[6/10] Write swift-version-1EA4D86E10B52AF.txt
[8/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/44] Emitting module ArgumentParserToolInfo
[10/83] Emitting module ScreenshotScribbler
[11/86] Compiling ArgumentParser InputOrigin.swift
[12/86] Compiling ArgumentParser Name.swift
[13/86] Compiling ArgumentParser Parsed.swift
[14/86] Compiling ArgumentParser ParsedValues.swift
[15/90] Compiling ArgumentParser ArgumentHelp.swift
[16/90] Compiling ArgumentParser ArgumentVisibility.swift
[17/90] Compiling ArgumentParser CompletionKind.swift
[18/90] Compiling ArgumentParser Errors.swift
[19/90] Compiling ArgumentParser Flag.swift
[20/90] Emitting module ArgumentParser
[21/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/90] Compiling ArgumentParser CompletionsGenerator.swift
[23/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/90] Compiling ArgumentParser Argument.swift
[26/90] Compiling ArgumentParser Platform.swift
[27/90] Compiling ArgumentParser SequenceExtensions.swift
[28/90] Compiling ArgumentParser StringExtensions.swift
[29/90] Compiling ArgumentParser Tree.swift
[30/90] Compiling ArgumentParser ParsableArguments.swift
[31/90] Compiling ScreenshotScribbler RectangleRendering.swift
[32/90] Compiling ScreenshotScribbler TextRendering.swift
[33/90] Compiling ScreenshotScribbler ScreenshotScribbler.swift
[34/90] Compiling ArgumentParser ArgumentDefinition.swift
[35/90] Compiling ArgumentParser ArgumentSet.swift
[36/90] Compiling ArgumentParser CommandParser.swift
[37/90] Compiling ArgumentParser InputKey.swift
[38/90] Compiling ArgumentParser CommandGroup.swift
[39/90] Compiling ArgumentParser EnumerableFlag.swift
[40/90] Compiling ArgumentParser ExpressibleByArgument.swift
[49/90] Compiling ArgumentParser AsyncParsableCommand.swift
[50/90] Compiling ArgumentParser HelpGenerator.swift
[51/90] Compiling ArgumentParser MessageInfo.swift
[52/90] Compiling ArgumentParser UsageGenerator.swift
[53/90] Compiling ArgumentParser CollectionExtensions.swift
[54/90] Compiling ArgumentParser CommandConfiguration.swift
[56/90] Compiling ArgumentParser NameSpecification.swift
[57/90] Compiling ArgumentParser Option.swift
[58/90] Compiling ArgumentParser OptionGroup.swift
[72/90] Compiling ArgumentParser ParserError.swift
[73/90] Compiling ArgumentParser SplitArguments.swift
[74/90] Compiling ArgumentParser DumpHelpGenerator.swift
[75/90] Compiling ArgumentParser HelpCommand.swift
[88/101] Compiling ScreenshotScribblerCLI ImageScaling+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/ImageScaling+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'ImageScaling' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
 7 | import ScreenshotScribbler
 8 |
 9 | extension ImageScaling: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'ImageScaling' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |
11 |     /// Creates a `ImageScaling` instance by parsing the given string argument.
[89/102] Compiling ScreenshotScribblerCLI ColorType+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/ColorType+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'ColorType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
 7 | import ScreenshotScribbler
 8 |
 9 | extension ColorType: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'ColorType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |
11 |     /// Creates a `ColorType` instance by parsing the given string argument.
[90/102] Compiling ScreenshotScribblerCLI Enums+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Enums+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'HorizontalAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
 7 | import ScreenshotScribbler
 8 |
 9 | extension HorizontalAlignment: ExpressibleByArgument, HasDefaultAndOptions {
   | |- warning: extension declares a conformance of imported type 'HorizontalAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 | }
11 |
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Enums+ExpressibleByArgument.swift:12:1: warning: extension declares a conformance of imported type 'HorizontalTextAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
10 | }
11 |
12 | extension HorizontalTextAlignment: ExpressibleByArgument, HasDefaultAndOptions {
   | |- warning: extension declares a conformance of imported type 'HorizontalTextAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Enums+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'ImageScalingMode' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
13 | }
14 |
15 | extension ImageScalingMode: ExpressibleByArgument, HasDefaultAndOptions {
   | |- warning: extension declares a conformance of imported type 'ImageScalingMode' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 | }
17 |
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Enums+ExpressibleByArgument.swift:18:1: warning: extension declares a conformance of imported type 'LayoutType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
16 | }
17 |
18 | extension LayoutType: ExpressibleByArgument, HasDefaultAndOptions {
   | |- warning: extension declares a conformance of imported type 'LayoutType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Enums+ExpressibleByArgument.swift:21:1: warning: extension declares a conformance of imported type 'VerticalAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
19 | }
20 |
21 | extension VerticalAlignment: ExpressibleByArgument, HasDefaultAndOptions {
   | |- warning: extension declares a conformance of imported type 'VerticalAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 | }
23 |
[91/102] Compiling ScreenshotScribblerCLI ScreenshotScribblerCommand.swift
[92/102] Compiling ScreenshotScribblerCLI Color+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Color+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
 7 | import ScreenshotScribbler
 8 |
 9 | extension Color: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |
11 |     /// Creates a `Color` instance by parsing the given string argument.
[93/102] Compiling ScreenshotScribblerCLI LayoutOptions.swift
[94/102] Compiling ScreenshotScribblerCLI ScreenshotOptions.swift
[95/102] Compiling ScreenshotScribblerCLI DecorateCommand.swift
[96/102] Compiling ScreenshotScribblerCLI BackgroundOptions.swift
[97/102] Compiling ScreenshotScribblerCLI CaptionOptions.swift
[98/102] Compiling ScreenshotScribblerCLI Alignment+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Alignment+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
 7 | import ScreenshotScribbler
 8 |
 9 | extension Alignment: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |
11 |     /// Creates an `Alignment` instance by parsing the given string argument.
[99/102] Emitting module ScreenshotScribblerCLI
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Alignment+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
 7 | import ScreenshotScribbler
 8 |
 9 | extension Alignment: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Alignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |
11 |     /// Creates an `Alignment` instance by parsing the given string argument.
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Color+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
 7 | import ScreenshotScribbler
 8 |
 9 | extension Color: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |
11 |     /// Creates a `Color` instance by parsing the given string argument.
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/ColorType+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'ColorType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
 7 | import ScreenshotScribbler
 8 |
 9 | extension ColorType: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'ColorType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |
11 |     /// Creates a `ColorType` instance by parsing the given string argument.
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Enums+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'HorizontalAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
 7 | import ScreenshotScribbler
 8 |
 9 | extension HorizontalAlignment: ExpressibleByArgument, HasDefaultAndOptions {
   | |- warning: extension declares a conformance of imported type 'HorizontalAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 | }
11 |
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Enums+ExpressibleByArgument.swift:12:1: warning: extension declares a conformance of imported type 'HorizontalTextAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
10 | }
11 |
12 | extension HorizontalTextAlignment: ExpressibleByArgument, HasDefaultAndOptions {
   | |- warning: extension declares a conformance of imported type 'HorizontalTextAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Enums+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'ImageScalingMode' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
13 | }
14 |
15 | extension ImageScalingMode: ExpressibleByArgument, HasDefaultAndOptions {
   | |- warning: extension declares a conformance of imported type 'ImageScalingMode' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 | }
17 |
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Enums+ExpressibleByArgument.swift:18:1: warning: extension declares a conformance of imported type 'LayoutType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
16 | }
17 |
18 | extension LayoutType: ExpressibleByArgument, HasDefaultAndOptions {
   | |- warning: extension declares a conformance of imported type 'LayoutType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Enums+ExpressibleByArgument.swift:21:1: warning: extension declares a conformance of imported type 'VerticalAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
19 | }
20 |
21 | extension VerticalAlignment: ExpressibleByArgument, HasDefaultAndOptions {
   | |- warning: extension declares a conformance of imported type 'VerticalAlignment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 | }
23 |
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/ImageScaling+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'ImageScaling' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
 7 | import ScreenshotScribbler
 8 |
 9 | extension ImageScaling: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'ImageScaling' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ScreenshotScribbler' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
10 |
11 |     /// Creates a `ImageScaling` instance by parsing the given string argument.
[99/102] Write Objects.LinkFileList
[100/102] Linking scrscr
[101/102] Applying scrscr
Build complete! (11.53s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.04s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "swift-screenshot-scribbler",
  "name" : "swift-screenshot-scribbler",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "scrscr",
      "targets" : [
        "ScreenshotScribblerCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ScreenshotScribbler",
      "targets" : [
        "ScreenshotScribbler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScreenshotScribblerTests",
      "module_type" : "SwiftTarget",
      "name" : "ScreenshotScribblerTests",
      "path" : "Tests/ScreenshotScribblerTests",
      "sources" : [
        "Actions/DecorateActionConfigTests.swift",
        "Parsing/AlignmentParserTests.swift",
        "Parsing/ColorParserTests.swift",
        "Parsing/ColorTypeParserTests.swift",
        "Parsing/DirectionParserTests.swift",
        "Parsing/ImageScalingParserTests.swift",
        "ScreenshotScribblerTests.swift"
      ],
      "target_dependencies" : [
        "ScreenshotScribbler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScreenshotScribblerCLI",
      "module_type" : "SwiftTarget",
      "name" : "ScreenshotScribblerCLI",
      "path" : "Sources/ScreenshotScribblerCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "scrscr"
      ],
      "sources" : [
        "Arguments/BackgroundOptions.swift",
        "Arguments/CaptionOptions.swift",
        "Arguments/LayoutOptions.swift",
        "Arguments/ScreenshotOptions.swift",
        "Commands/DecorateCommand.swift",
        "Extensions/Alignment+ExpressibleByArgument.swift",
        "Extensions/Color+ExpressibleByArgument.swift",
        "Extensions/ColorType+ExpressibleByArgument.swift",
        "Extensions/Enums+ExpressibleByArgument.swift",
        "Extensions/ImageScaling+ExpressibleByArgument.swift",
        "ScreenshotScribblerCommand.swift"
      ],
      "target_dependencies" : [
        "ScreenshotScribbler"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ScreenshotScribbler",
      "module_type" : "SwiftTarget",
      "name" : "ScreenshotScribbler",
      "path" : "Sources/ScreenshotScribbler",
      "product_memberships" : [
        "scrscr",
        "ScreenshotScribbler"
      ],
      "sources" : [
        "Actions/DecorateAction.swift",
        "Actions/DecorateActionAssets.swift",
        "Actions/DecorateActionConfig.swift",
        "Commons/Alignment.swift",
        "Commons/Color.swift",
        "Commons/ColorType.swift",
        "Commons/DefaultColor.swift",
        "Commons/Direction.swift",
        "Commons/HorizontalAlignment.swift",
        "Commons/HorizontalTextAlignment.swift",
        "Commons/ImageScaling.swift",
        "Commons/ImageScalingMode.swift",
        "Commons/LayoutType.swift",
        "Commons/VerticalAlignment.swift",
        "Config/BackgroundConfig.swift",
        "Config/CaptionConfig.swift",
        "Config/LayoutConfig.swift",
        "Config/ScreenshotConfig.swift",
        "Error/RuntimeError.swift",
        "Extensions/CGContext+Extensions.swift",
        "Extensions/CGImage+Extensions.swift",
        "Extensions/Codable+JSON.swift",
        "Extensions/Color+CGColor.swift",
        "Extensions/Data+Extensions.swift",
        "Extensions/String+NSRegularExpression.swift",
        "Parsing/AlignmentParser.swift",
        "Parsing/ColorParser.swift",
        "Parsing/ColorTypeParser.swift",
        "Parsing/DirectionParser.swift",
        "Parsing/ImageScalingParser.swift",
        "Rendering/ImageRendering.swift",
        "Rendering/RectangleRendering.swift",
        "Rendering/TextRendering.swift",
        "ScreenshotScribbler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.