The Swift Package Index logo.Swift Package Index

Build Information

Successful build of jungle, reference 2.3.0 (fe6181), with Swift 6.2 for Android on 20 Jun 2025 09:51:35 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xing/jungle.git
Reference: 2.3.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/xing/jungle
 * tag               2.3.0      -> FETCH_HEAD
HEAD is now at fe61816 Merge pull request #23 from xing/support_products
Cloned https://github.com/xing/jungle.git
Revision (git rev-parse @):
fe61816d4f4fac973cd70c272f1bfb863223d3e1
SUCCESS checkout https://github.com/xing/jungle.git at 2.3.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/xing/jungle.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser
[1/10859] Fetching yams
[110/26239] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.75s)
[6407/10859] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (3.00s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (3.77s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.82s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/28] Write sources
[10/28] Compiling reader.c
[11/28] Compiling writer.c
[12/28] Write swift-version-8C5A4AE7A8CE2BA.txt
[13/28] Compiling api.c
[14/34] Compiling parser.c
[15/34] Compiling emitter.c
[16/34] Compiling scanner.c
[18/54] Compiling Yams Tag.swift
[19/54] Compiling Yams YamlAnchorProviding.swift
[20/56] Emitting module ArgumentParserToolInfo
[21/56] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/71] Wrapping AST for ArgumentParserToolInfo for debugging
[24/95] Compiling ArgumentParser ArgumentVisibility.swift
[25/95] Compiling ArgumentParser CompletionKind.swift
[26/95] Compiling ArgumentParser Errors.swift
[27/95] Compiling ArgumentParser Flag.swift
[28/95] Compiling ArgumentParser NameSpecification.swift
[29/95] Compiling ArgumentParser Option.swift
[30/100] Emitting module ArgumentParser
[31/100] Compiling ArgumentParser BashCompletionsGenerator.swift
[32/100] Compiling ArgumentParser CompletionsGenerator.swift
[33/100] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/100] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/100] Compiling ArgumentParser Argument.swift
[36/100] Compiling ArgumentParser ArgumentHelp.swift
[37/100] Compiling ArgumentParser ExpressibleByArgument.swift
[38/100] Compiling ArgumentParser ParsableArguments.swift
[39/100] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/100] Compiling ArgumentParser ParsableCommand.swift
[41/100] Compiling ArgumentParser ArgumentDecoder.swift
[42/100] Compiling ArgumentParser OptionGroup.swift
[43/100] Compiling ArgumentParser AsyncParsableCommand.swift
[44/100] Compiling ArgumentParser CommandConfiguration.swift
[45/100] Compiling ArgumentParser CommandGroup.swift
[46/100] Compiling ArgumentParser EnumerableFlag.swift
[47/100] Compiling ArgumentParser ArgumentDefinition.swift
[48/100] Compiling ArgumentParser ArgumentSet.swift
[49/100] Compiling ArgumentParser CommandParser.swift
[50/100] Compiling ArgumentParser InputKey.swift
[51/100] Compiling ArgumentParser InputOrigin.swift
[52/100] Compiling ArgumentParser CollectionExtensions.swift
[53/100] Compiling ArgumentParser Platform.swift
[54/100] Compiling ArgumentParser SequenceExtensions.swift
[55/100] Compiling ArgumentParser StringExtensions.swift
[56/100] Compiling ArgumentParser Tree.swift
[57/100] Emitting module DependencyModule
[58/100] Compiling DependencyModule Module.swift
[64/101] Compiling Shell Shell.swift
/host/spi-builder-workspace/Sources/Shell/Shell.swift:16:10: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
14 |     task.standardOutput = pipe
15 |     task.arguments = ["-c", command]
16 |     task.launchPath = "/bin/zsh"
   |          |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
   |          `- note: use 'executableURL' instead
17 |     task.standardInput = nil
18 |     if let directory = directory {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[65/101] Emitting module Shell
[69/102] Wrapping AST for DependencyModule for debugging
[74/107] Emitting module Yams
[78/107] Compiling ArgumentParser Name.swift
[79/107] Compiling ArgumentParser Parsed.swift
[80/107] Compiling ArgumentParser ParsedValues.swift
[81/107] Compiling ArgumentParser ParserError.swift
[82/107] Compiling ArgumentParser SplitArguments.swift
[83/107] Compiling ArgumentParser DumpHelpGenerator.swift
[84/107] Compiling ArgumentParser HelpCommand.swift
[85/107] Compiling ArgumentParser HelpGenerator.swift
[86/107] Compiling ArgumentParser MessageInfo.swift
[87/107] Compiling ArgumentParser UsageGenerator.swift
[87/107] Wrapping AST for Shell for debugging
[97/111] Compiling DependencyGraph Graph+Dot.swift
[98/111] Compiling DependencyGraph Graph+Stats.swift
[99/111] Compiling DependencyGraph Graph.swift
[100/111] Emitting module DependencyGraph
[101/111] Compiling DependencyGraph Graph+Make.swift
[102/112] Wrapping AST for Yams for debugging
[103/112] Wrapping AST for ArgumentParser for debugging
[104/114] Wrapping AST for DependencyGraph for debugging
[106/114] Compiling SPMExtractor Module+Package.swift
[107/114] Emitting module SPMExtractor
[108/115] Wrapping AST for SPMExtractor for debugging
[110/115] Emitting module PodExtractor
[111/115] Compiling PodExtractor Module+Podfile.swift
[112/116] Wrapping AST for PodExtractor for debugging
[114/125] Compiling jungle ModuleStats.swift
[115/126] Compiling jungle GitLogEntry.swift
[116/126] Compiling jungle Main.swift
[117/126] Compiling jungle ModulesCommand.swift
[118/126] Compiling jungle Outputs.swift
[119/126] Emitting module jungle
[120/126] Compiling jungle GraphCommand.swift
[121/126] Compiling jungle HistoryCommand.swift
[122/126] Compiling jungle CompareCommand.swift
[123/126] Compiling jungle DependantCommand.swift
[124/127] Wrapping AST for jungle for debugging
[125/127] Write Objects.LinkFileList
[126/127] Linking jungle
Build complete! (40.86s)
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"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "jungle",
  "name" : "jungle",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "jungle",
      "targets" : [
        "jungle"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PodExtractor",
      "targets" : [
        "PodExtractor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SPMExtractor",
      "targets" : [
        "SPMExtractor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DependencyGraph",
      "targets" : [
        "DependencyGraph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Shell",
      "targets" : [
        "Shell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "jungleTests",
      "module_type" : "SwiftTarget",
      "name" : "jungleTests",
      "path" : "Tests/jungleTests",
      "sources" : [
        "GitLogEntryTests.swift"
      ],
      "target_dependencies" : [
        "jungle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "jungle",
      "module_type" : "SwiftTarget",
      "name" : "jungle",
      "path" : "Sources/jungle",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "jungle"
      ],
      "sources" : [
        "Commands/CompareCommand.swift",
        "Commands/DependantCommand.swift",
        "Commands/GraphCommand.swift",
        "Commands/HistoryCommand.swift",
        "Commands/Main.swift",
        "Commands/ModulesCommand.swift",
        "Models/GitLogEntry.swift",
        "Models/ModuleStats.swift",
        "Models/Outputs.swift"
      ],
      "target_dependencies" : [
        "PodExtractor",
        "SPMExtractor",
        "DependencyGraph",
        "Shell"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Shell",
      "module_type" : "SwiftTarget",
      "name" : "Shell",
      "path" : "Sources/Shell",
      "product_memberships" : [
        "jungle",
        "PodExtractor",
        "SPMExtractor",
        "Shell"
      ],
      "sources" : [
        "Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMExtractorTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMExtractorTests",
      "path" : "Tests/SPMExtractorTests",
      "sources" : [
        "SPMExtractorTests.swift"
      ],
      "target_dependencies" : [
        "SPMExtractor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPMExtractor",
      "module_type" : "SwiftTarget",
      "name" : "SPMExtractor",
      "path" : "Sources/SPMExtractor",
      "product_memberships" : [
        "jungle",
        "SPMExtractor"
      ],
      "sources" : [
        "Module+Package.swift"
      ],
      "target_dependencies" : [
        "DependencyModule",
        "Shell"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PodExtractorTests",
      "module_type" : "SwiftTarget",
      "name" : "PodExtractorTests",
      "path" : "Tests/PodExtractorTests",
      "sources" : [
        "PodExtractorTests.swift"
      ],
      "target_dependencies" : [
        "PodExtractor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PodExtractor",
      "module_type" : "SwiftTarget",
      "name" : "PodExtractor",
      "path" : "Sources/PodExtractor",
      "product_dependencies" : [
        "Yams"
      ],
      "product_memberships" : [
        "jungle",
        "PodExtractor"
      ],
      "sources" : [
        "Module+Podfile.swift"
      ],
      "target_dependencies" : [
        "DependencyModule",
        "Shell"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependencyModule",
      "module_type" : "SwiftTarget",
      "name" : "DependencyModule",
      "path" : "Sources/DependencyModule",
      "product_memberships" : [
        "jungle",
        "PodExtractor",
        "SPMExtractor",
        "DependencyGraph"
      ],
      "sources" : [
        "Module.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependencyGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "DependencyGraphTests",
      "path" : "Tests/DependencyGraphTests",
      "sources" : [
        "DependencyGraphTests.swift"
      ],
      "target_dependencies" : [
        "DependencyGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DependencyGraph",
      "module_type" : "SwiftTarget",
      "name" : "DependencyGraph",
      "path" : "Sources/DependencyGraph",
      "product_memberships" : [
        "jungle",
        "DependencyGraph"
      ],
      "sources" : [
        "Graph+Dot.swift",
        "Graph+Make.swift",
        "Graph+Stats.swift",
        "Graph.swift"
      ],
      "target_dependencies" : [
        "DependencyModule"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.