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 main (60e46b), with Swift 5.9 for macOS (SPM) on 12 Apr 2025 07:40:41 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jjotaum/Groot
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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] Emitting module ArgumentParser
[5/47] Compiling ArgumentParser NameSpecification.swift
[6/47] Compiling ArgumentParser Option.swift
[7/47] Compiling ArgumentParser OptionGroup.swift
[8/47] Compiling ArgumentParser AsyncParsableCommand.swift
[9/47] Compiling ArgumentParser BashCompletionsGenerator.swift
[10/47] Compiling ArgumentParser CompletionsGenerator.swift
[11/47] Compiling ArgumentParser FishCompletionsGenerator.swift
[12/47] Compiling ArgumentParser ZshCompletionsGenerator.swift
[13/47] Compiling ArgumentParser Argument.swift
[14/47] Compiling ArgumentParser ParsableArguments.swift
[15/47] Compiling ArgumentParser ParsableArgumentsValidation.swift
[16/47] Compiling ArgumentParser ParsableCommand.swift
[17/47] Compiling ArgumentParser ArgumentDecoder.swift
[18/47] Compiling ArgumentParser CommandConfiguration.swift
[19/47] Compiling ArgumentParser CommandGroup.swift
[20/47] Compiling ArgumentParser EnumerableFlag.swift
[21/47] Compiling ArgumentParser ExpressibleByArgument.swift
[22/47] Compiling ArgumentParser InputOrigin.swift
[23/47] Compiling ArgumentParser Name.swift
[24/47] Compiling ArgumentParser Parsed.swift
[25/47] Compiling ArgumentParser ParsedValues.swift
[26/47] Compiling ArgumentParser ArgumentDefinition.swift
[27/47] Compiling ArgumentParser ArgumentSet.swift
[28/47] Compiling ArgumentParser CommandParser.swift
[29/47] Compiling ArgumentParser InputKey.swift
[30/47] Compiling ArgumentParser Platform.swift
[31/47] Compiling ArgumentParser SequenceExtensions.swift
[32/47] Compiling ArgumentParser StringExtensions.swift
[33/47] Compiling ArgumentParser Tree.swift
[34/47] Compiling ArgumentParser ParserError.swift
[35/47] Compiling ArgumentParser SplitArguments.swift
[36/47] Compiling ArgumentParser DumpHelpGenerator.swift
[37/47] Compiling ArgumentParser HelpCommand.swift
[38/47] Compiling ArgumentParser HelpGenerator.swift
[39/47] Compiling ArgumentParser MessageInfo.swift
[40/47] Compiling ArgumentParser UsageGenerator.swift
[41/47] Compiling ArgumentParser CollectionExtensions.swift
[42/47] Compiling ArgumentParser ArgumentHelp.swift
[43/47] Compiling ArgumentParser ArgumentVisibility.swift
[44/47] Compiling ArgumentParser CompletionKind.swift
[45/47] Compiling ArgumentParser Errors.swift
[46/47] Compiling ArgumentParser Flag.swift
[47/51] Compiling Groot main.swift
[48/51] Compiling Groot TreeGenerator.swift
[49/51] Compiling Groot Groot.swift
[50/51] Emitting module Groot
[50/51] Linking Groot
Build complete! (13.64s)
Fetching https://github.com/apple/swift-argument-parser
[1/14827] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (1.95s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.38s)
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.