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 main (83d299), with Swift 6.1 for Linux on 27 Apr 2025 11:20:41 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: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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-0":/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-syntax.git
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
[14951/85183] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (0.89s)
[8428/70233] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.94s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (6.88s)
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 (1.03s)
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] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/60] Emitting module ArgumentParserToolInfo
[11/61] Wrapping AST for ArgumentParserToolInfo for debugging
[13/99] Emitting module ArgumentParser
[14/104] Compiling ArgumentParser OptionGroup.swift
[15/104] Compiling ArgumentParser AsyncParsableCommand.swift
[16/104] Compiling ArgumentParser CommandConfiguration.swift
[17/104] Compiling ArgumentParser CommandGroup.swift
[18/104] Compiling ArgumentParser EnumerableFlag.swift
[19/104] Compiling ArgumentParser ArgumentVisibility.swift
[20/104] Compiling ArgumentParser CompletionKind.swift
[21/104] Compiling ArgumentParser Errors.swift
[22/104] Compiling ArgumentParser Flag.swift
[23/104] Compiling ArgumentParser NameSpecification.swift
[24/104] Compiling ArgumentParser Option.swift
[25/104] Compiling ArgumentParser ExpressibleByArgument.swift
[26/104] Compiling ArgumentParser ParsableArguments.swift
[27/104] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/104] Compiling ArgumentParser ParsableCommand.swift
[29/104] Compiling ArgumentParser ArgumentDecoder.swift
[30/104] Compiling ArgumentParser CollectionExtensions.swift
[31/104] Compiling ArgumentParser Platform.swift
[32/104] Compiling ArgumentParser SequenceExtensions.swift
[33/104] Compiling ArgumentParser StringExtensions.swift
[34/104] Compiling ArgumentParser Tree.swift
[35/104] Compiling ArgumentParser ArgumentDefinition.swift
[36/104] Compiling ArgumentParser ArgumentSet.swift
[37/104] Compiling ArgumentParser CommandParser.swift
[38/104] Compiling ArgumentParser InputKey.swift
[39/104] Compiling ArgumentParser InputOrigin.swift
[40/104] Compiling ArgumentParser BashCompletionsGenerator.swift
[41/104] Compiling ArgumentParser CompletionsGenerator.swift
[42/104] Compiling ArgumentParser FishCompletionsGenerator.swift
[43/104] Compiling ArgumentParser ZshCompletionsGenerator.swift
[44/104] Compiling ArgumentParser Argument.swift
[45/104] Compiling ArgumentParser ArgumentHelp.swift
[46/104] Compiling ArgumentParser DumpHelpGenerator.swift
[47/104] Compiling ArgumentParser HelpCommand.swift
[48/104] Compiling ArgumentParser HelpGenerator.swift
[49/104] Compiling ArgumentParser MessageInfo.swift
[50/104] Compiling ArgumentParser UsageGenerator.swift
[51/104] Compiling ArgumentParser Name.swift
[52/104] Compiling ArgumentParser Parsed.swift
[53/104] Compiling ArgumentParser ParsedValues.swift
[54/104] Compiling ArgumentParser ParserError.swift
[55/104] Compiling ArgumentParser SplitArguments.swift
[56/105] Emitting module SwiftSyntax
[57/110] Wrapping AST for ArgumentParser for debugging
[71/110] Compiling SwiftSyntax SyntaxExprNodes.swift
[72/110] Compiling SwiftSyntax SyntaxNodes.swift
[73/110] Compiling SwiftSyntax SyntaxPatternNodes.swift
[74/110] Compiling SwiftSyntax SyntaxStmtNodes.swift
[75/110] Compiling SwiftSyntax SyntaxTypeNodes.swift
[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 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/144] Compiling SwiftParser Lookahead.swift
[115/144] Compiling SwiftParser LoopProgressCondition.swift
[116/144] Compiling SwiftParser Modifiers.swift
[117/144] Compiling SwiftParser Names.swift
[118/147] Compiling SwiftParser Recovery.swift
[119/147] Compiling SwiftParser Statements.swift
[120/147] Compiling SwiftParser SyntaxUtils.swift
[121/147] Compiling SwiftParser DeclarationModifier.swift
[122/147] Compiling SwiftParser Parser+Entry.swift
[123/147] Compiling SwiftParser TypeAttribute.swift
[124/147] Compiling SwiftParser TriviaParser.swift
[125/147] Compiling SwiftParser Types.swift
[126/147] Compiling SwiftParser DeclarationAttribute.swift
[127/147] Compiling SwiftParser TokenConsumer.swift
[128/147] Compiling SwiftParser TokenPrecedence.swift
[129/147] Compiling SwiftParser TopLevel.swift
[130/147] Compiling SwiftParser Nominals.swift
[131/147] Compiling SwiftParser Parser.swift
[132/147] Compiling SwiftParser Patterns.swift
[133/147] Compiling SwiftParser RawTokenKindSubset.swift
[134/147] Compiling SwiftParser Attributes.swift
[135/147] Compiling SwiftParser Availability.swift
[136/147] Compiling SwiftParser CharacterInfo.swift
[137/147] Compiling SwiftParser Declarations.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 RossRunnerError.swift
[147/153] Compiling ross RossRunner.swift
[148/153] Compiling ross Ross.swift
[149/153] Emitting module ross
[150/153] Compiling ross CommentRewriter.swift
[151/154] Wrapping AST for ross for debugging
[152/154] Write Objects.LinkFileList
[153/154] Linking ross
Build complete! (110.76s)
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.