The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-screenshot-scribbler with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/goeldner/swift-screenshot-scribbler.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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 from cache
Fetched https://github.com/apple/swift-argument-parser (0.34s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.2 (0.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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-screenshot-scribbler",
      "name": "swift-screenshot-scribbler",
      "url": "https://github.com/goeldner/swift-screenshot-scribbler.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-screenshot-scribbler",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.2.3",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/goeldner/swift-screenshot-scribbler.git
[8/766] Fetching swift-screenshot-scribbler
Fetched https://github.com/goeldner/swift-screenshot-scribbler.git (10.20s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser (0.26s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (0.05s)
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.3
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
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/38] Emitting module ArgumentParserToolInfo
[3/38] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/75] Emitting module ScreenshotScribbler
[5/79] Compiling ArgumentParser ArgumentVisibility.swift
[6/79] Compiling ArgumentParser CompletionKind.swift
[7/79] Compiling ArgumentParser Errors.swift
[8/79] Compiling ArgumentParser Flag.swift
[9/79] Compiling ArgumentParser NameSpecification.swift
[10/84] Compiling ArgumentParser Option.swift
[11/84] Compiling ArgumentParser OptionGroup.swift
[12/84] Compiling ArgumentParser AsyncParsableCommand.swift
[13/84] Compiling ArgumentParser CommandConfiguration.swift
[14/84] Compiling ArgumentParser EnumerableFlag.swift
[15/84] Compiling ArgumentParser InputOrigin.swift
[16/84] Compiling ArgumentParser BashCompletionsGenerator.swift
[17/84] Compiling ArgumentParser CompletionsGenerator.swift
[18/84] Compiling ArgumentParser FishCompletionsGenerator.swift
[19/84] Compiling ArgumentParser ArgumentDefinition.swift
[20/84] Compiling ArgumentParser ArgumentSet.swift
[21/84] Compiling ArgumentParser CommandParser.swift
[22/84] Compiling ArgumentParser InputKey.swift
[23/84] Compiling ArgumentParser ExpressibleByArgument.swift
[24/84] Compiling ArgumentParser ParsableArguments.swift
[25/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/84] Compiling ArgumentParser ParsableCommand.swift
[27/84] Compiling ArgumentParser ArgumentDecoder.swift
[28/84] Compiling ScreenshotScribbler RectangleRendering.swift
[29/84] Compiling ScreenshotScribbler RotationSupport.swift
[30/84] Compiling ScreenshotScribbler TextRendering.swift
[31/84] Compiling ArgumentParser CollectionExtensions.swift
[47/84] Compiling ArgumentParser Name.swift
[48/84] Compiling ArgumentParser Parsed.swift
[49/84] Compiling ArgumentParser ParsedValues.swift
[50/84] Compiling ArgumentParser ParserError.swift
[51/84] Compiling ArgumentParser SplitArguments.swift
[52/84] Compiling ArgumentParser DumpHelpGenerator.swift
[53/84] Compiling ArgumentParser HelpCommand.swift
[54/84] Compiling ArgumentParser HelpGenerator.swift
[55/84] Compiling ArgumentParser MessageInfo.swift
[56/84] Compiling ArgumentParser UsageGenerator.swift
[58/84] Compiling ArgumentParser Platform.swift
[59/84] Compiling ArgumentParser SequenceExtensions.swift
[60/84] Compiling ArgumentParser StringExtensions.swift
[61/84] Compiling ArgumentParser Tree.swift
[77/84] Emitting module ArgumentParser
[84/96] Compiling ScreenshotScribblerCLI ImageScaling+ExpressibleByArgument.swift
[85/97] Compiling ScreenshotScribblerCLI Enums+ExpressibleByArgument.swift
[86/97] Compiling ScreenshotScribblerCLI Angle+ExpressibleByArgument.swift
[87/97] Compiling ScreenshotScribblerCLI Color+ExpressibleByArgument.swift
[88/97] Compiling ScreenshotScribblerCLI ColorType+ExpressibleByArgument.swift
[89/97] Compiling ScreenshotScribblerCLI ScreenshotScribblerCommand.swift
[90/97] Compiling ScreenshotScribblerCLI LayoutOptions.swift
[91/97] Compiling ScreenshotScribblerCLI ScreenshotOptions.swift
[92/97] Compiling ScreenshotScribblerCLI BackgroundOptions.swift
[93/97] Compiling ScreenshotScribblerCLI CaptionOptions.swift
[94/97] Emitting module ScreenshotScribblerCLI
[95/97] Compiling ScreenshotScribblerCLI DecorateCommand.swift
[96/97] Compiling ScreenshotScribblerCLI Alignment+ExpressibleByArgument.swift
[96/97] Linking scrscr
Build complete! (22.39s)
Build complete.
Done.