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 Ross, reference 0.1.4 (83d299), with Swift 6.1 for Linux on 27 Apr 2025 11:20:32 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.0
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:         linux
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-syntax.git
[1/14950] Fetching swift-argument-parser
[14951/85183] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (4.49s)
Fetched https://github.com/apple/swift-syntax.git from cache (4.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (5.08s)
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.65s)
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
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
[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 AbsolutePosition.swift
[12/61] Compiling SwiftSyntax BumpPtrAllocator.swift
[13/61] Compiling SwiftSyntax CommonAncestor.swift
[14/61] Compiling SwiftSyntax IncrementalParseTransition.swift
[15/61] Compiling SwiftSyntax MemoryLayout.swift
[16/61] Compiling SwiftSyntax RawSyntax.swift
[17/66] Wrapping AST for ArgumentParserToolInfo for debugging
[19/104] Compiling ArgumentParser OptionGroup.swift
[20/104] Compiling ArgumentParser AsyncParsableCommand.swift
[21/104] Compiling ArgumentParser CommandConfiguration.swift
[22/104] Compiling ArgumentParser CommandGroup.swift
[23/104] Compiling ArgumentParser EnumerableFlag.swift
[24/104] Compiling ArgumentParser ArgumentDefinition.swift
[25/104] Compiling ArgumentParser ArgumentSet.swift
[26/104] Compiling ArgumentParser CommandParser.swift
[27/104] Compiling ArgumentParser InputKey.swift
[28/104] Compiling ArgumentParser InputOrigin.swift
[29/104] Emitting module ArgumentParser
[30/109] Compiling ArgumentParser ArgumentVisibility.swift
[31/109] Compiling ArgumentParser CompletionKind.swift
[32/109] Compiling ArgumentParser Errors.swift
[33/109] Compiling ArgumentParser Flag.swift
[34/109] Compiling ArgumentParser NameSpecification.swift
[35/109] Compiling ArgumentParser Option.swift
[36/109] Compiling ArgumentParser BashCompletionsGenerator.swift
[37/109] Compiling ArgumentParser CompletionsGenerator.swift
[38/109] Compiling ArgumentParser FishCompletionsGenerator.swift
[39/109] Compiling ArgumentParser ZshCompletionsGenerator.swift
[40/109] Compiling ArgumentParser Argument.swift
[41/109] Compiling ArgumentParser ArgumentHelp.swift
[47/109] Compiling ArgumentParser CollectionExtensions.swift
[48/109] Compiling ArgumentParser Platform.swift
[49/109] Compiling ArgumentParser SequenceExtensions.swift
[50/109] Compiling ArgumentParser StringExtensions.swift
[51/109] Compiling ArgumentParser Tree.swift
[52/109] Emitting module SwiftSyntax
[53/109] Compiling ArgumentParser DumpHelpGenerator.swift
[54/109] Compiling ArgumentParser HelpCommand.swift
[55/109] Compiling ArgumentParser HelpGenerator.swift
[56/109] Compiling ArgumentParser MessageInfo.swift
[57/109] Compiling ArgumentParser UsageGenerator.swift
[63/109] Compiling ArgumentParser Name.swift
[64/109] Compiling ArgumentParser Parsed.swift
[65/109] Compiling ArgumentParser ParsedValues.swift
[66/109] Compiling ArgumentParser ParserError.swift
[67/109] Compiling ArgumentParser SplitArguments.swift
[68/109] Compiling ArgumentParser ExpressibleByArgument.swift
[69/109] Compiling ArgumentParser ParsableArguments.swift
[70/109] Compiling ArgumentParser ParsableArgumentsValidation.swift
[71/109] Compiling ArgumentParser ParsableCommand.swift
[72/109] Compiling ArgumentParser ArgumentDecoder.swift
[73/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 Message.swift
[106/117] Compiling SwiftDiagnostics FixIt.swift
[107/117] Compiling SwiftDiagnostics Note.swift
[108/117] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[109/117] Compiling SwiftDiagnostics Diagnostic.swift
[110/117] Emitting module SwiftDiagnostics
[111/118] Wrapping AST for SwiftDiagnostics for debugging
[113/144] Emitting module SwiftParser
[114/147] Compiling SwiftParser TokenConsumer.swift
[115/147] Compiling SwiftParser TokenPrecedence.swift
[116/147] Compiling SwiftParser TopLevel.swift
[117/147] Compiling SwiftParser Lookahead.swift
[118/147] Compiling SwiftParser LoopProgressCondition.swift
[119/147] Compiling SwiftParser Modifiers.swift
[120/147] Compiling SwiftParser Names.swift
[121/147] Compiling SwiftParser Recovery.swift
[122/147] Compiling SwiftParser Statements.swift
[123/147] Compiling SwiftParser SyntaxUtils.swift
[124/147] Compiling SwiftParser DeclarationModifier.swift
[125/147] Compiling SwiftParser Parser+Entry.swift
[126/147] Compiling SwiftParser TypeAttribute.swift
[127/147] Compiling SwiftParser Nominals.swift
[128/147] Compiling SwiftParser Parser.swift
[129/147] Compiling SwiftParser Patterns.swift
[130/147] Compiling SwiftParser RawTokenKindSubset.swift
[131/147] Compiling SwiftParser Attributes.swift
[132/147] Compiling SwiftParser Availability.swift
[133/147] Compiling SwiftParser CharacterInfo.swift
[134/147] Compiling SwiftParser Declarations.swift
[135/147] Compiling SwiftParser TriviaParser.swift
[136/147] Compiling SwiftParser Types.swift
[137/147] Compiling SwiftParser DeclarationAttribute.swift
[138/147] Compiling SwiftParser Directives.swift
[139/147] Compiling SwiftParser Expressions.swift
[140/147] Compiling SwiftParser Lexer.swift
[141/147] Compiling SwiftParser LexerDiagnosticMessages.swift
[142/148] Wrapping AST for SwiftParser for debugging
[143/148] Write Objects.LinkFileList
[144/153] Archiving libSwiftParser.a
[146/153] Compiling ross CommentRewriter.swift
[147/153] Compiling ross RossRunnerError.swift
[148/153] Compiling ross Ross.swift
[149/153] Emitting module ross
[150/153] Compiling ross RossRunner.swift
[151/154] Wrapping AST for ross for debugging
[152/154] Write Objects.LinkFileList
[153/154] Linking ross
Build complete! (104.33s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.