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 Groot, reference 1.2.0 (60e46b), with Swift 5.9 for macOS (SPM) on 12 Apr 2025 07:41:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jjotaum/Groot.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jjotaum/Groot
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 60e46bd Update README file
Cloned https://github.com/jjotaum/Groot.git
Revision (git rev-parse @):
60e46bd689620c391b07caa428b9b38ba399a7cc
SUCCESS checkout https://github.com/jjotaum/Groot.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/jjotaum/Groot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/4] Compiling ArgumentParserToolInfo ToolInfo.swift
[3/4] Emitting module ArgumentParserToolInfo
[4/43] Compiling ArgumentParser InputOrigin.swift
[5/43] Compiling ArgumentParser Name.swift
[6/43] Compiling ArgumentParser Parsed.swift
[7/43] Compiling ArgumentParser ParsedValues.swift
[8/47] Compiling ArgumentParser NameSpecification.swift
[9/47] Compiling ArgumentParser Option.swift
[10/47] Compiling ArgumentParser OptionGroup.swift
[11/47] Compiling ArgumentParser AsyncParsableCommand.swift
[12/47] Compiling ArgumentParser BashCompletionsGenerator.swift
[13/47] Compiling ArgumentParser CompletionsGenerator.swift
[14/47] Compiling ArgumentParser FishCompletionsGenerator.swift
[15/47] Compiling ArgumentParser ZshCompletionsGenerator.swift
[16/47] Compiling ArgumentParser Argument.swift
[17/47] Compiling ArgumentParser CommandConfiguration.swift
[18/47] Compiling ArgumentParser CommandGroup.swift
[19/47] Compiling ArgumentParser EnumerableFlag.swift
[20/47] Compiling ArgumentParser ExpressibleByArgument.swift
[21/47] Emitting module ArgumentParser
[22/47] Compiling ArgumentParser ParsableArguments.swift
[23/47] Compiling ArgumentParser ParsableArgumentsValidation.swift
[24/47] Compiling ArgumentParser ParsableCommand.swift
[25/47] Compiling ArgumentParser ArgumentDecoder.swift
[26/47] Compiling ArgumentParser Platform.swift
[27/47] Compiling ArgumentParser SequenceExtensions.swift
[28/47] Compiling ArgumentParser StringExtensions.swift
[29/47] Compiling ArgumentParser Tree.swift
[30/47] Compiling ArgumentParser ArgumentHelp.swift
[31/47] Compiling ArgumentParser ArgumentVisibility.swift
[32/47] Compiling ArgumentParser CompletionKind.swift
[33/47] Compiling ArgumentParser Errors.swift
[34/47] Compiling ArgumentParser Flag.swift
[35/47] Compiling ArgumentParser ParserError.swift
[36/47] Compiling ArgumentParser SplitArguments.swift
[37/47] Compiling ArgumentParser DumpHelpGenerator.swift
[38/47] Compiling ArgumentParser HelpCommand.swift
[39/47] Compiling ArgumentParser ArgumentDefinition.swift
[40/47] Compiling ArgumentParser ArgumentSet.swift
[41/47] Compiling ArgumentParser CommandParser.swift
[42/47] Compiling ArgumentParser InputKey.swift
[43/47] Compiling ArgumentParser HelpGenerator.swift
[44/47] Compiling ArgumentParser MessageInfo.swift
[45/47] Compiling ArgumentParser UsageGenerator.swift
[46/47] Compiling ArgumentParser CollectionExtensions.swift
[47/51] Compiling Groot TreeGenerator.swift
[48/51] Compiling Groot main.swift
[49/51] Emitting module Groot
[50/51] Compiling Groot Groot.swift
[50/51] Linking Groot
Build complete! (12.90s)
Fetching https://github.com/apple/swift-argument-parser
[1/14827] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (1.92s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.36s)
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.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Groot",
  "name" : "Groot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Groot",
      "targets" : [
        "Groot"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GrootTests",
      "module_type" : "SwiftTarget",
      "name" : "GrootTests",
      "path" : "Tests/GrootTests",
      "sources" : [
        "GrootTests.swift"
      ],
      "target_dependencies" : [
        "Groot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Groot",
      "module_type" : "SwiftTarget",
      "name" : "Groot",
      "path" : "Sources/Groot",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Groot"
      ],
      "sources" : [
        "Groot.swift",
        "TreeGenerator.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Done.