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 main (6ef7ed), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 01:49:43 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/goeldner/swift-screenshot-scribbler
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6ef7ed5 Update README about rotation and add missing caption gradient example
Cloned https://github.com/goeldner/swift-screenshot-scribbler.git
Revision (git rev-parse @):
6ef7ed50ead2560d0003991c6ed55dd47aa2c2ad
SUCCESS checkout https://github.com/goeldner/swift-screenshot-scribbler.git at main
========================================
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/47] Emitting module ArgumentParserToolInfo
[9/47] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/86] Emitting module ScreenshotScribbler
[11/89] Compiling ArgumentParser NameSpecification.swift
[12/89] Compiling ArgumentParser Option.swift
[13/89] Compiling ArgumentParser OptionGroup.swift
[14/89] Compiling ArgumentParser AsyncParsableCommand.swift
[15/93] Emitting module ArgumentParser
[16/93] Compiling ArgumentParser ArgumentHelp.swift
[17/93] Compiling ArgumentParser ArgumentVisibility.swift
[18/93] Compiling ArgumentParser CompletionKind.swift
[19/93] Compiling ArgumentParser Errors.swift
[20/93] Compiling ArgumentParser Flag.swift
[21/93] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/93] Compiling ArgumentParser CompletionsGenerator.swift
[23/93] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/93] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/93] Compiling ArgumentParser Argument.swift
[26/93] Compiling ArgumentParser ParsableArguments.swift
[27/93] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/93] Compiling ArgumentParser ParsableCommand.swift
[29/93] Compiling ArgumentParser ArgumentDecoder.swift
[30/93] Compiling ArgumentParser Platform.swift
[31/93] Compiling ArgumentParser SequenceExtensions.swift
[32/93] Compiling ArgumentParser StringExtensions.swift
[33/93] Compiling ArgumentParser Tree.swift
[34/93] Compiling ArgumentParser InputOrigin.swift
[35/93] Compiling ArgumentParser Name.swift
[36/93] Compiling ArgumentParser Parsed.swift
[37/93] Compiling ArgumentParser ParsedValues.swift
[38/93] Compiling ArgumentParser CommandConfiguration.swift
[39/93] Compiling ArgumentParser CommandGroup.swift
[40/93] Compiling ArgumentParser EnumerableFlag.swift
[41/93] Compiling ArgumentParser ExpressibleByArgument.swift
[50/93] Compiling ArgumentParser SplitArguments.swift
[51/93] Compiling ArgumentParser DumpHelpGenerator.swift
[52/93] Compiling ArgumentParser HelpCommand.swift
[60/93] Compiling ArgumentParser ParserError.swift
[72/93] Compiling ArgumentParser ArgumentDefinition.swift
[73/93] Compiling ArgumentParser ArgumentSet.swift
[74/93] Compiling ArgumentParser CommandParser.swift
[75/93] Compiling ArgumentParser InputKey.swift
[76/93] Compiling ScreenshotScribbler RotationSupport.swift
[77/93] Compiling ScreenshotScribbler TextRendering.swift
[78/93] Compiling ScreenshotScribbler ScreenshotScribbler.swift
[86/93] Compiling ArgumentParser CollectionExtensions.swift
[91/105] 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 |
[92/105] 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.
[93/106] 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.
[94/106] Compiling ScreenshotScribblerCLI LayoutOptions.swift
[95/106] Compiling ScreenshotScribblerCLI ScreenshotOptions.swift
[96/106] 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.
[97/106] 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.
[98/106] 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/Angle+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'Angle' 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 Angle: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Angle' 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 `Angle` 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/106] Compiling ScreenshotScribblerCLI Angle+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenshotScribblerCLI/Extensions/Angle+ExpressibleByArgument.swift:9:1: warning: extension declares a conformance of imported type 'Angle' 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 Angle: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Angle' 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 `Angle` instance by parsing the given string argument.
[100/106] Compiling ScreenshotScribblerCLI BackgroundOptions.swift
[101/106] Compiling ScreenshotScribblerCLI CaptionOptions.swift
[102/106] Compiling ScreenshotScribblerCLI DecorateCommand.swift
[103/106] Compiling ScreenshotScribblerCLI ScreenshotScribblerCommand.swift
[103/106] Write Objects.LinkFileList
[104/106] Linking scrscr
[105/106] Applying scrscr
Build complete! (11.47s)
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.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.93s)
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/AngleParserTests.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/Angle+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/Angle.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/AngleParser.swift",
        "Parsing/ColorParser.swift",
        "Parsing/ColorTypeParser.swift",
        "Parsing/DirectionParser.swift",
        "Parsing/ImageScalingParser.swift",
        "Rendering/ImageRendering.swift",
        "Rendering/RectangleRendering.swift",
        "Rendering/RotationSupport.swift",
        "Rendering/TextRendering.swift",
        "ScreenshotScribbler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.