Build Information
Successful build of swift-screenshot-scribbler, reference main (6ef7ed), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 10:36:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/apple/swift-argument-parser
[1/17424] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.39s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.2 (2.10s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-screenshot-scribbler",
"name": "swift-screenshot-scribbler",
"url": "https://github.com/goeldner/swift-screenshot-scribbler.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-screenshot-scribbler",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser",
"version": "1.7.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/goeldner/swift-screenshot-scribbler.git
[1/766] Fetching swift-screenshot-scribbler
Fetched https://github.com/goeldner/swift-screenshot-scribbler.git from cache (3.70s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.24s)
Creating working copy for https://github.com/goeldner/swift-screenshot-scribbler.git
Working copy of https://github.com/goeldner/swift-screenshot-scribbler.git resolved at main (6ef7ed5)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Found 1 product dependencies
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/goeldner/swift-screenshot-scribbler.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[4/10] Write scrscr-entitlement.plist
[4/10] Write sources
[6/10] Write swift-version--6988338F2F200930.txt
[8/47] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/47] Emitting module ArgumentParserToolInfo
[10/85] Emitting module ScreenshotScribbler
[11/88] Emitting module ArgumentParser
[12/92] Compiling ArgumentParser ArgumentHelp.swift
[13/92] Compiling ScreenshotScribbler RotationSupport.swift
[14/92] Compiling ScreenshotScribbler TextRendering.swift
[15/92] Compiling ScreenshotScribbler ScreenshotScribbler.swift
[16/92] Compiling ArgumentParser AsyncParsableCommand.swift
[17/92] Compiling ArgumentParser CommandConfiguration.swift
[18/92] Compiling ArgumentParser EnumerableFlag.swift
[19/92] Compiling ArgumentParser ExpressibleByArgument.swift
[20/92] Compiling ArgumentParser Flag.swift
[21/92] Compiling ArgumentParser NameSpecification.swift
[22/92] Compiling ArgumentParser Option.swift
[23/92] Compiling ArgumentParser OptionGroup.swift
[24/92] Compiling ArgumentParser InputOrigin.swift
[25/92] Compiling ArgumentParser Name.swift
[26/92] Compiling ArgumentParser Parsed.swift
[27/92] Compiling ArgumentParser ParsedValues.swift
[28/92] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/92] Compiling ArgumentParser CompletionsGenerator.swift
[30/92] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/92] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/92] Compiling ArgumentParser Argument.swift
[33/92] Compiling ArgumentParser Platform.swift
[34/92] Compiling ArgumentParser SequenceExtensions.swift
[35/92] Compiling ArgumentParser StringExtensions.swift
[36/92] Compiling ArgumentParser Tree.swift
[37/92] Compiling ArgumentParser ArgumentDefinition.swift
[38/92] Compiling ArgumentParser ArgumentSet.swift
[39/92] Compiling ArgumentParser CommandParser.swift
[40/92] Compiling ArgumentParser InputKey.swift
[43/92] Compiling ArgumentParser HelpGenerator.swift
[44/92] Compiling ArgumentParser MessageInfo.swift
[45/92] Compiling ArgumentParser ParsableCommand.swift
[46/92] Compiling ArgumentParser ArgumentDecoder.swift
[53/92] Compiling ArgumentParser UsageGenerator.swift
[54/92] Compiling ArgumentParser CollectionExtensions.swift
[65/92] Compiling ArgumentParser ParserError.swift
[66/92] Compiling ArgumentParser SplitArguments.swift
[71/92] Compiling ArgumentParser DumpHelpGenerator.swift
[72/92] Compiling ArgumentParser HelpCommand.swift
[73/92] Compiling ArgumentParser ParsableArguments.swift
[74/92] Compiling ArgumentParser ParsableArgumentsValidation.swift
[90/104] 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.
[91/104] 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.
[92/104] 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 |
[93/105] 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.
[94/105] 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.
[95/105] 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.
[96/105] Compiling ScreenshotScribblerCLI LayoutOptions.swift
[97/105] Compiling ScreenshotScribblerCLI ScreenshotOptions.swift
[98/105] 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/105] Compiling ScreenshotScribblerCLI DecorateCommand.swift
[100/105] Compiling ScreenshotScribblerCLI BackgroundOptions.swift
[101/105] Compiling ScreenshotScribblerCLI CaptionOptions.swift
[102/105] Compiling ScreenshotScribblerCLI ScreenshotScribblerCommand.swift
[102/105] Write Objects.LinkFileList
[103/105] Linking scrscr
[104/105] Applying scrscr
Build complete! (10.65s)
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.