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 ProgressLine, reference main (3ef298), with Swift 5.10 for Linux on 10 Jan 2025 01:08:00 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:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kattouf/ProgressLine.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/kattouf/ProgressLine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3ef298a doc: fix github style gifs table layout
Cloned https://github.com/kattouf/ProgressLine.git
Revision (git rev-parse @):
3ef298aeb9d854a02bc8030b1defee44595d81b5
SUCCESS checkout https://github.com/kattouf/ProgressLine.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/kattouf/ProgressLine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/pointfreeco/swift-tagged.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
[1/834] Fetching swift-concurrency-extras
[835/1981] Fetching swift-concurrency-extras, swift-tagged
[1982/14384] Fetching swift-concurrency-extras, swift-tagged, swift-argument-parser
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.62s)
Fetched https://github.com/pointfreeco/swift-tagged.git from cache (0.62s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.63s)
Computing version for https://github.com/pointfreeco/swift-tagged.git
Computed https://github.com/pointfreeco/swift-tagged.git at 0.10.0 (0.89s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.32s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (0.33s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-tagged.git
Working copy of https://github.com/pointfreeco/swift-tagged.git resolved at 0.10.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Write sources
[7/16] Write swift-version-24593BA9C3E375BF.txt
[9/32] Compiling ConcurrencyExtras Result.swift
[10/33] Emitting module ArgumentParserToolInfo
[11/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/34] Compiling ConcurrencyExtras UncheckedSendable.swift
[13/34] Wrapping AST for ArgumentParserToolInfo for debugging
[15/72] Compiling ConcurrencyExtras LockIsolated.swift
[16/72] Compiling ConcurrencyExtras MainSerialExecutor.swift
[17/72] Compiling ConcurrencyExtras Task.swift
[18/72] Compiling ArgumentParser ArgumentVisibility.swift
[19/72] Compiling ArgumentParser CompletionKind.swift
[20/72] Compiling ArgumentParser NameSpecification.swift
[21/72] Compiling ArgumentParser Option.swift
[22/72] Emitting module ConcurrencyExtras
[23/72] Compiling ArgumentParser Errors.swift
[24/72] Compiling ArgumentParser Flag.swift
[25/73] Emitting module ArgumentParser
[26/78] Emitting module Tagged
[27/78] Compiling Tagged UUID.swift
[28/78] Compiling Tagged Tagged.swift
[30/79] Wrapping AST for ConcurrencyExtras for debugging
[31/79] Wrapping AST for Tagged for debugging
[39/81] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/81] Compiling ArgumentParser CompletionsGenerator.swift
[41/81] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[43/81] Compiling ArgumentParser Argument.swift
[44/81] Compiling ArgumentParser ArgumentHelp.swift
[45/81] Emitting module TaggedTime
[46/81] Compiling TaggedTime TaggedTime.swift
[47/82] Compiling ArgumentParser CollectionExtensions.swift
[48/82] Compiling ArgumentParser Platform.swift
[49/82] Compiling ArgumentParser SequenceExtensions.swift
[50/82] Compiling ArgumentParser StringExtensions.swift
[51/82] Compiling ArgumentParser Tree.swift
[52/82] Wrapping AST for TaggedTime for debugging
[54/82] Compiling ArgumentParser ExpressibleByArgument.swift
[55/82] Compiling ArgumentParser ParsableArguments.swift
[56/82] Compiling ArgumentParser ParsableArgumentsValidation.swift
[57/82] Compiling ArgumentParser ParsableCommand.swift
[58/82] Compiling ArgumentParser ArgumentDecoder.swift
[59/82] Compiling ArgumentParser ArgumentDefinition.swift
[60/82] Compiling ArgumentParser ArgumentSet.swift
[61/82] Compiling ArgumentParser CommandParser.swift
[62/82] Compiling ArgumentParser InputKey.swift
[63/82] Compiling ArgumentParser InputOrigin.swift
[64/82] Compiling ArgumentParser Name.swift
[65/82] Compiling ArgumentParser Parsed.swift
[66/82] Compiling ArgumentParser ParsedValues.swift
[67/82] Compiling ArgumentParser ParserError.swift
[68/82] Compiling ArgumentParser SplitArguments.swift
[69/82] Compiling ArgumentParser OptionGroup.swift
[70/82] Compiling ArgumentParser AsyncParsableCommand.swift
[71/82] Compiling ArgumentParser CommandConfiguration.swift
[72/82] Compiling ArgumentParser CommandGroup.swift
[73/82] Compiling ArgumentParser EnumerableFlag.swift
[74/82] Compiling ArgumentParser DumpHelpGenerator.swift
[75/82] Compiling ArgumentParser HelpCommand.swift
[76/82] Compiling ArgumentParser HelpGenerator.swift
[77/82] Compiling ArgumentParser MessageInfo.swift
[78/82] Compiling ArgumentParser UsageGenerator.swift
[79/83] Wrapping AST for ArgumentParser for debugging
[81/102] Emitting module progressline
/host/spi-builder-workspace/Sources/String+ANSI.swift:4:24: warning: static property 'ansiRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let ansiRegex = try! NSRegularExpression(pattern: "\u{1B}(?:[@-Z\\-_]|\\[[0-?]*[ -/]*[@-~])")
                       ^
[82/104] Compiling progressline ANSI.swift
[83/104] Compiling progressline ActivityIndicator+CommandArgument.swift
[84/104] Compiling progressline ActivityIndicator.swift
[85/104] Compiling progressline ProgressLineFormatter.swift
[86/104] Compiling progressline ProgressTracker.swift
[87/104] Compiling progressline WindowSizeObserver.swift
[88/104] Compiling progressline isTTY.swift
[89/104] Compiling progressline MatchesController.swift
[90/104] Compiling progressline OriginalLogController.swift
[91/104] Compiling progressline Printer.swift
[92/104] Compiling progressline ErrorMessage.swift
[93/104] Compiling progressline FileHandler+AsyncStream.swift
[94/104] Compiling progressline LogAllController.swift
[95/104] Compiling progressline UnderProgressLineLogger.swift
[96/104] Compiling progressline Version.swift
[97/104] Compiling progressline PrintersHolder.swift
[98/104] Compiling progressline ProgressLine.swift
[99/104] Compiling progressline ProgressLineController.swift
[100/104] Compiling progressline String+ANSI.swift
/host/spi-builder-workspace/Sources/String+ANSI.swift:4:24: warning: static property 'ansiRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let ansiRegex = try! NSRegularExpression(pattern: "\u{1B}(?:[@-Z\\-_]|\\[[0-?]*[ -/]*[@-~])")
                       ^
[101/104] Compiling progressline Task+Periodic.swift
/host/spi-builder-workspace/Sources/String+ANSI.swift:4:24: warning: static property 'ansiRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let ansiRegex = try! NSRegularExpression(pattern: "\u{1B}(?:[@-Z\\-_]|\\[[0-?]*[ -/]*[@-~])")
                       ^
[102/105] Wrapping AST for progressline for debugging
[103/105] Write Objects.LinkFileList
[104/105] Linking progressline
Build complete! (11.41s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-tagged",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-tagged.git"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
    }
  ],
  "manifest_display_name" : "ProgressLine",
  "name" : "ProgressLine",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "progressline",
      "targets" : [
        "progressline"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "progressline",
      "module_type" : "SwiftTarget",
      "name" : "progressline",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "TaggedTime",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "progressline"
      ],
      "sources" : [
        "ANSI.swift",
        "ActivityIndicator+CommandArgument.swift",
        "ActivityIndicator.swift",
        "ErrorMessage.swift",
        "FileHandler+AsyncStream.swift",
        "LogAllController.swift",
        "MatchesController.swift",
        "OriginalLogController.swift",
        "Printer.swift",
        "PrintersHolder.swift",
        "ProgressLine.swift",
        "ProgressLineController.swift",
        "ProgressLineFormatter.swift",
        "ProgressTracker.swift",
        "String+ANSI.swift",
        "Task+Periodic.swift",
        "UnderProgressLineLogger.swift",
        "Version.swift",
        "WindowSizeObserver.swift",
        "isTTY.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.