The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Ross, reference 0.1.4 (83d299), with Swift 6.1 for Android on 28 May 2025 14:14:10 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gonzalonunez/ross.git
Reference: 0.1.4
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/gonzalonunez/ross
 * tag               0.1.4      -> FETCH_HEAD
HEAD is now at 83d299d Preserve header comments
Cloned https://github.com/gonzalonunez/ross.git
Revision (git rev-parse @):
83d299d66320639255ba866cebc01f542cc21996
SUCCESS checkout https://github.com/gonzalonunez/ross.git at 0.1.4
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gonzalonunez/ross.git
https://github.com/gonzalonunez/ross.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50800.0-SNAPSHOT-2022-12-29-a"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Ross",
  "name" : "Ross",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ross",
      "targets" : [
        "ross"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ross",
      "module_type" : "SwiftTarget",
      "name" : "ross",
      "path" : "Sources/ross",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "ross"
      ],
      "sources" : [
        "CommentRewriter.swift",
        "Ross.swift",
        "RossRunner.swift",
        "RossRunnerError.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RossTests",
      "module_type" : "SwiftTarget",
      "name" : "RossTests",
      "path" : "Tests/RossTests",
      "sources" : [
        "RossTests.swift"
      ],
      "target_dependencies" : [
        "ross"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser
[1/15351] Fetching swift-argument-parser
[15352/85800] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (1.29s)
[11977/70449] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.84s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (8.52s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50800.0-SNAPSHOT-2022-12-29-a (0.93s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50800.0-SNAPSHOT-2022-12-29-a
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/20] Write sources
[7/20] Write swift-version-24593BA9C3E375BF.txt
[9/60] Emitting module ArgumentParserToolInfo
[10/60] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/61] Compiling SwiftSyntax SyntaxData.swift
[12/61] Compiling SwiftSyntax SyntaxOtherNodes.swift
[13/61] Compiling SwiftSyntax SyntaxText.swift
[14/61] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[15/61] Compiling SwiftSyntax Utils.swift
[16/66] Compiling SwiftSyntax AbsolutePosition.swift
[17/66] Compiling SwiftSyntax BumpPtrAllocator.swift
[18/66] Compiling SwiftSyntax CommonAncestor.swift
[19/66] Compiling SwiftSyntax IncrementalParseTransition.swift
[20/66] Compiling SwiftSyntax MemoryLayout.swift
[21/66] Compiling SwiftSyntax RawSyntax.swift
[22/66] Wrapping AST for ArgumentParserToolInfo for debugging
[24/104] Compiling ArgumentParser CompletionKind.swift
[25/104] Compiling ArgumentParser Errors.swift
[26/104] Compiling ArgumentParser Flag.swift
[27/104] Compiling ArgumentParser NameSpecification.swift
[28/104] Compiling ArgumentParser Option.swift
[29/104] Compiling ArgumentParser OptionGroup.swift
[30/104] Compiling ArgumentParser AsyncParsableCommand.swift
[31/104] Compiling ArgumentParser CommandConfiguration.swift
[32/104] Compiling ArgumentParser CommandGroup.swift
[33/104] Compiling ArgumentParser EnumerableFlag.swift
[34/104] Emitting module SwiftSyntax
[35/104] Compiling ArgumentParser Name.swift
[36/104] Compiling ArgumentParser Parsed.swift
[37/104] Compiling ArgumentParser ParsedValues.swift
[38/104] Compiling ArgumentParser ParserError.swift
[39/104] Compiling ArgumentParser SplitArguments.swift
[40/109] Compiling ArgumentParser BashCompletionsGenerator.swift
[41/109] Compiling ArgumentParser CompletionsGenerator.swift
[42/109] Compiling ArgumentParser FishCompletionsGenerator.swift
[43/109] Compiling ArgumentParser ZshCompletionsGenerator.swift
[44/109] Compiling ArgumentParser Argument.swift
[45/109] Compiling ArgumentParser ArgumentHelp.swift
[46/109] Emitting module ArgumentParser
[47/109] Compiling ArgumentParser ExpressibleByArgument.swift
[48/109] Compiling ArgumentParser ParsableArguments.swift
[49/109] Compiling ArgumentParser ParsableArgumentsValidation.swift
[50/109] Compiling ArgumentParser ParsableCommand.swift
[51/109] Compiling ArgumentParser ArgumentDecoder.swift
[52/109] Compiling ArgumentParser ArgumentVisibility.swift
[63/109] Compiling ArgumentParser CollectionExtensions.swift
[64/109] Compiling ArgumentParser Platform.swift
[65/109] Compiling ArgumentParser SequenceExtensions.swift
[66/109] Compiling ArgumentParser StringExtensions.swift
[67/109] Compiling ArgumentParser Tree.swift
[68/109] Compiling ArgumentParser ArgumentDefinition.swift
[69/109] Compiling ArgumentParser ArgumentSet.swift
[70/109] Compiling ArgumentParser CommandParser.swift
[71/109] Compiling ArgumentParser InputKey.swift
[72/109] Compiling ArgumentParser InputOrigin.swift
[73/109] Compiling ArgumentParser DumpHelpGenerator.swift
[74/109] Compiling ArgumentParser HelpCommand.swift
[75/109] Compiling ArgumentParser HelpGenerator.swift
[76/109] Compiling ArgumentParser MessageInfo.swift
[77/109] Compiling ArgumentParser UsageGenerator.swift
[78/110] Wrapping AST for ArgumentParser for debugging
[101/111] Wrapping AST for SwiftSyntax for debugging
[102/111] Write Objects.LinkFileList
[103/117] Archiving libSwiftSyntax.a
[105/117] Compiling SwiftDiagnostics Note.swift
[106/117] Compiling SwiftDiagnostics Message.swift
[107/117] Compiling SwiftDiagnostics FixIt.swift
[108/117] Compiling SwiftDiagnostics Diagnostic.swift
[109/117] Emitting module SwiftDiagnostics
[110/117] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[111/118] Wrapping AST for SwiftDiagnostics for debugging
[113/144] Emitting module SwiftParser
[114/147] Compiling SwiftParser Lookahead.swift
[115/147] Compiling SwiftParser LoopProgressCondition.swift
[116/147] Compiling SwiftParser Modifiers.swift
[117/147] Compiling SwiftParser Names.swift
[118/147] Compiling SwiftParser DeclarationModifier.swift
[119/147] Compiling SwiftParser Parser+Entry.swift
[120/147] Compiling SwiftParser TypeAttribute.swift
[121/147] Compiling SwiftParser TokenConsumer.swift
[122/147] Compiling SwiftParser TokenPrecedence.swift
[123/147] Compiling SwiftParser TopLevel.swift
[124/147] Compiling SwiftParser Recovery.swift
[125/147] Compiling SwiftParser Statements.swift
[126/147] Compiling SwiftParser SyntaxUtils.swift
[127/147] Compiling SwiftParser TriviaParser.swift
[128/147] Compiling SwiftParser Types.swift
[129/147] Compiling SwiftParser DeclarationAttribute.swift
[130/147] Compiling SwiftParser Attributes.swift
[131/147] Compiling SwiftParser Availability.swift
[132/147] Compiling SwiftParser CharacterInfo.swift
[133/147] Compiling SwiftParser Declarations.swift
[134/147] Compiling SwiftParser Directives.swift
[135/147] Compiling SwiftParser Expressions.swift
[136/147] Compiling SwiftParser Lexer.swift
[137/147] Compiling SwiftParser LexerDiagnosticMessages.swift
[138/147] Compiling SwiftParser Nominals.swift
[139/147] Compiling SwiftParser Parser.swift
[140/147] Compiling SwiftParser Patterns.swift
[141/147] Compiling SwiftParser RawTokenKindSubset.swift
[142/148] Wrapping AST for SwiftParser for debugging
[143/148] Write Objects.LinkFileList
[144/153] Archiving libSwiftParser.a
[146/153] Emitting module ross
[147/153] Compiling ross RossRunner.swift
[148/153] Compiling ross RossRunnerError.swift
[149/153] Compiling ross CommentRewriter.swift
[150/153] Compiling ross Ross.swift
[151/154] Wrapping AST for ross for debugging
[152/154] Write Objects.LinkFileList
[153/154] Linking ross
Build complete! (100.97s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50800.0-SNAPSHOT-2022-12-29-a"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Ross",
  "name" : "Ross",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ross",
      "targets" : [
        "ross"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ross",
      "module_type" : "SwiftTarget",
      "name" : "ross",
      "path" : "Sources/ross",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftParser",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "ross"
      ],
      "sources" : [
        "CommentRewriter.swift",
        "Ross.swift",
        "RossRunner.swift",
        "RossRunnerError.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RossTests",
      "module_type" : "SwiftTarget",
      "name" : "RossTests",
      "path" : "Tests/RossTests",
      "sources" : [
        "RossTests.swift"
      ],
      "target_dependencies" : [
        "ross"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.