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 0.2.4 (3bf0ac), with Swift 6.0 for Linux on 9 Jan 2025 18:36:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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: 0.2.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/kattouf/ProgressLine
 * tag               0.2.4      -> FETCH_HEAD
HEAD is now at 3bf0ac6 chore(release): Bump version to 0.2.4
Cloned https://github.com/kattouf/ProgressLine.git
Revision (git rev-parse @):
3bf0ac693493d6a682243a42238f4e9061e38fb2
SUCCESS checkout https://github.com/kattouf/ProgressLine.git at 0.2.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kattouf/ProgressLine.git
https://github.com/kattouf/ProgressLine.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/swift-tagged.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/1147] Fetching swift-tagged
[1148/1981] Fetching swift-tagged, swift-concurrency-extras
[1982/14382] Fetching swift-tagged, swift-concurrency-extras, swift-argument-parser
Fetched https://github.com/pointfreeco/swift-tagged.git from cache (0.67s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.67s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.68s)
Computing version for https://github.com/pointfreeco/swift-tagged.git
Computed https://github.com/pointfreeco/swift-tagged.git at 0.10.0 (2.80s)
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.58s)
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.67s)
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
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Write sources
[7/16] Write swift-version-24593BA9C3E375BF.txt
[9/32] Emitting module ArgumentParserToolInfo
[10/32] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/33] Compiling ConcurrencyExtras Result.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[12/34] Wrapping AST for ArgumentParserToolInfo for debugging
[14/34] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[15/72] Compiling ArgumentParser OptionGroup.swift
[16/72] Compiling ArgumentParser AsyncParsableCommand.swift
[17/72] Compiling ArgumentParser CommandConfiguration.swift
[18/72] Compiling ArgumentParser CommandGroup.swift
[19/72] Compiling ArgumentParser EnumerableFlag.swift
[20/77] Emitting module ArgumentParser
[21/77] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/77] Compiling ArgumentParser CompletionsGenerator.swift
[23/77] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/77] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/77] Compiling ArgumentParser Argument.swift
[26/77] Compiling ArgumentParser ArgumentHelp.swift
[27/77] Compiling ArgumentParser CollectionExtensions.swift
[28/77] Compiling ArgumentParser Platform.swift
[29/77] Compiling ArgumentParser SequenceExtensions.swift
[30/77] Compiling ArgumentParser StringExtensions.swift
[31/77] Compiling ArgumentParser Tree.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/77] Emitting module ConcurrencyExtras
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[37/77] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[40/77] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[41/77] Compiling ArgumentParser ArgumentVisibility.swift
[42/77] Compiling ArgumentParser CompletionKind.swift
[43/77] Compiling ArgumentParser Errors.swift
[44/77] Compiling ArgumentParser Flag.swift
[45/77] Compiling ArgumentParser NameSpecification.swift
[46/77] Compiling ArgumentParser Option.swift
[47/77] Compiling Tagged UUID.swift
[48/77] Compiling ConcurrencyExtras Task.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[49/77] Compiling ArgumentParser DumpHelpGenerator.swift
[50/77] Compiling ArgumentParser HelpCommand.swift
[51/77] Compiling ArgumentParser HelpGenerator.swift
[52/77] Compiling ArgumentParser MessageInfo.swift
[53/77] Compiling ArgumentParser UsageGenerator.swift
[54/77] Compiling ArgumentParser Name.swift
[55/77] Compiling ArgumentParser Parsed.swift
[56/77] Compiling ArgumentParser ParsedValues.swift
[57/77] Compiling ArgumentParser ParserError.swift
[58/77] Compiling ArgumentParser SplitArguments.swift
[59/77] Compiling ArgumentParser ExpressibleByArgument.swift
[60/77] Compiling ArgumentParser ParsableArguments.swift
[61/77] Compiling ArgumentParser ParsableArgumentsValidation.swift
[62/77] Compiling ArgumentParser ParsableCommand.swift
[63/77] Compiling ArgumentParser ArgumentDecoder.swift
[64/77] Emitting module Tagged
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write swift-version-24593BA9C3E375BF.txt
[3/26] Compiling Tagged UUID.swift
[4/26] Compiling ConcurrencyExtras LockIsolated.swift
[5/27] Compiling ConcurrencyExtras Locking.swift
[6/27] Compiling ConcurrencyExtras UncheckedBox.swift
[7/27] Compiling ConcurrencyExtras MainSerialExecutor.swift
[8/27] Compiling ConcurrencyExtras ActorIsolated.swift
[9/27] Compiling ConcurrencyExtras AnyHashableSendable.swift
[10/27] Compiling ConcurrencyExtras AsyncStream.swift
[11/27] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[12/27] Emitting module ConcurrencyExtras
[13/27] Compiling ConcurrencyExtras Result.swift
[14/27] Compiling ConcurrencyExtras Task.swift
[15/27] Compiling ConcurrencyExtras UncheckedSendable.swift
[16/28] Compiling Tagged Tagged.swift
[17/28] Emitting module Tagged
[20/29] Emitting module ArgumentParserToolInfo
[21/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/30] Wrapping AST for ConcurrencyExtras for debugging
[23/30] Wrapping AST for Tagged for debugging
[25/69] Emitting module TaggedTime
[26/69] Compiling TaggedTime TaggedTime.swift
[27/70] Wrapping AST for TaggedTime for debugging
[29/70] Emitting module ArgumentParser
[30/75] Compiling ArgumentParser Name.swift
[31/75] Compiling ArgumentParser Parsed.swift
[32/75] Compiling ArgumentParser ParsedValues.swift
[33/75] Compiling ArgumentParser ParserError.swift
[34/75] Compiling ArgumentParser SplitArguments.swift
[35/75] Compiling ArgumentParser ArgumentVisibility.swift
[36/75] Compiling ArgumentParser CompletionKind.swift
[37/75] Compiling ArgumentParser Errors.swift
[38/75] Compiling ArgumentParser Flag.swift
[39/75] Compiling ArgumentParser NameSpecification.swift
[40/75] Compiling ArgumentParser Option.swift
[41/75] Compiling ArgumentParser ExpressibleByArgument.swift
[42/75] Compiling ArgumentParser ParsableArguments.swift
[43/75] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/75] Compiling ArgumentParser ParsableCommand.swift
[45/75] Compiling ArgumentParser ArgumentDecoder.swift
[46/75] Compiling ArgumentParser BashCompletionsGenerator.swift
[47/75] Compiling ArgumentParser CompletionsGenerator.swift
[48/75] Compiling ArgumentParser FishCompletionsGenerator.swift
[49/75] Compiling ArgumentParser ZshCompletionsGenerator.swift
[50/75] Compiling ArgumentParser Argument.swift
[51/75] Compiling ArgumentParser ArgumentHelp.swift
[52/75] Compiling ArgumentParser CollectionExtensions.swift
[53/75] Compiling ArgumentParser Platform.swift
[54/75] Compiling ArgumentParser SequenceExtensions.swift
[55/75] Compiling ArgumentParser StringExtensions.swift
[56/75] Compiling ArgumentParser Tree.swift
[57/75] Compiling ArgumentParser DumpHelpGenerator.swift
[58/75] Compiling ArgumentParser HelpCommand.swift
[59/75] Compiling ArgumentParser HelpGenerator.swift
[60/75] Compiling ArgumentParser MessageInfo.swift
[61/75] Compiling ArgumentParser UsageGenerator.swift
[62/75] Compiling ArgumentParser OptionGroup.swift
[63/75] Compiling ArgumentParser AsyncParsableCommand.swift
[64/75] Compiling ArgumentParser CommandConfiguration.swift
[65/75] Compiling ArgumentParser CommandGroup.swift
[66/75] Compiling ArgumentParser EnumerableFlag.swift
[67/75] Compiling ArgumentParser ArgumentDefinition.swift
[68/75] Compiling ArgumentParser ArgumentSet.swift
[69/75] Compiling ArgumentParser CommandParser.swift
[70/75] Compiling ArgumentParser InputKey.swift
[71/75] Compiling ArgumentParser InputOrigin.swift
[72/76] Wrapping AST for ArgumentParser for debugging
[74/95] Emitting module progressline
[75/97] Compiling progressline ANSI.swift
[76/97] Compiling progressline ActivityIndicator+CommandArgument.swift
[77/97] Compiling progressline ActivityIndicator.swift
[78/97] Compiling progressline ErrorMessage.swift
[79/97] Compiling progressline FileHandler+AsyncStream.swift
[80/97] Compiling progressline LogAllController.swift
[81/97] Compiling progressline UnderProgressLineLogger.swift
[82/97] Compiling progressline Version.swift
[83/97] Compiling progressline ProgressLineFormatter.swift
[84/97] Compiling progressline ProgressTracker.swift
[85/97] Compiling progressline MatchesController.swift
[86/97] Compiling progressline OriginalLogController.swift
[87/97] Compiling progressline Printer.swift
[88/97] Compiling progressline WindowSizeObserver.swift
[89/97] Compiling progressline isTTY.swift
[90/97] Compiling progressline PrintersHolder.swift
[91/97] Compiling progressline ProgressLine.swift
[92/97] Compiling progressline ProgressLineController.swift
[93/97] Compiling progressline String+ANSI.swift
[94/97] Compiling progressline Task+Periodic.swift
[95/98] Wrapping AST for progressline for debugging
[96/98] Write Objects.LinkFileList
[97/98] Linking progressline
Build complete! (9.48s)
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-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.