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 SwiftFileTools, reference 1.3.1 (db5c0d), with Swift 6.1 for Linux on 28 Apr 2025 21:03:49 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-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/heroesofcode/SwiftFileTools.git
Reference: 1.3.1
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/heroesofcode/SwiftFileTools
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at db5c0d5 Fix version
Cloned https://github.com/heroesofcode/SwiftFileTools.git
Revision (git rev-parse @):
db5c0d5d795f1f9bd0bdd04f2f83248cfc35360e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heroesofcode/SwiftFileTools.git at 1.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/heroesofcode/SwiftFileTools.git
https://github.com/heroesofcode/SwiftFileTools.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"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    }
  ],
  "manifest_display_name" : "SwiftFileTools",
  "name" : "SwiftFileTools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFileTools",
      "targets" : [
        "SwiftFileTools"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFileTools",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFileTools",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "Rainbow"
      ],
      "product_memberships" : [
        "SwiftFileTools"
      ],
      "sources" : [
        "Core/Colors.swift",
        "Core/Constants.swift",
        "Core/Header.swift",
        "Core/SwiftGen.swift",
        "Core/ViewCode.swift",
        "SwiftFileTools.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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-argument-parser
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.35s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.82s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.69s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.43s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
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/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/25] Emitting module Rainbow
[8/26] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/26] Emitting module ArgumentParserToolInfo
[11/27] Compiling Rainbow String+Rainbow.swift
[12/27] Compiling Rainbow StringGenerator.swift
[12/27] Wrapping AST for ArgumentParserToolInfo for debugging
[14/27] Compiling Rainbow Style.swift
[15/65] Compiling ArgumentParser BashCompletionsGenerator.swift
[16/65] Compiling ArgumentParser CompletionsGenerator.swift
[17/65] Compiling Rainbow OutputTarget.swift
[18/65] Compiling ArgumentParser Argument.swift
[19/65] Compiling ArgumentParser ArgumentHelp.swift
[20/65] Compiling ArgumentParser FishCompletionsGenerator.swift
[21/65] Compiling ArgumentParser ZshCompletionsGenerator.swift
[22/65] Compiling Rainbow Rainbow.swift
[23/66] Wrapping AST for Rainbow for debugging
[25/66] Emitting module ArgumentParser
[26/71] Compiling ArgumentParser CollectionExtensions.swift
[27/71] Compiling ArgumentParser Platform.swift
[28/71] Compiling ArgumentParser SequenceExtensions.swift
[29/71] Compiling ArgumentParser StringExtensions.swift
[30/71] Compiling ArgumentParser Tree.swift
[31/71] Compiling ArgumentParser DumpHelpGenerator.swift
[32/71] Compiling ArgumentParser HelpCommand.swift
[33/71] Compiling ArgumentParser HelpGenerator.swift
[34/71] Compiling ArgumentParser MessageInfo.swift
[35/71] Compiling ArgumentParser UsageGenerator.swift
[36/71] Compiling ArgumentParser ExpressibleByArgument.swift
[37/71] Compiling ArgumentParser ParsableArguments.swift
[38/71] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/71] Compiling ArgumentParser ParsableCommand.swift
[40/71] Compiling ArgumentParser ArgumentDecoder.swift
[41/71] Compiling ArgumentParser Name.swift
[42/71] Compiling ArgumentParser Parsed.swift
[43/71] Compiling ArgumentParser ParsedValues.swift
[44/71] Compiling ArgumentParser ParserError.swift
[45/71] Compiling ArgumentParser SplitArguments.swift
[46/71] Compiling ArgumentParser ArgumentVisibility.swift
[47/71] Compiling ArgumentParser CompletionKind.swift
[48/71] Compiling ArgumentParser Errors.swift
[49/71] Compiling ArgumentParser Flag.swift
[50/71] Compiling ArgumentParser NameSpecification.swift
[51/71] Compiling ArgumentParser Option.swift
[58/71] Compiling ArgumentParser ArgumentDefinition.swift
[59/71] Compiling ArgumentParser ArgumentSet.swift
[60/71] Compiling ArgumentParser CommandParser.swift
[61/71] Compiling ArgumentParser InputKey.swift
[62/71] Compiling ArgumentParser InputOrigin.swift
[63/71] Compiling ArgumentParser OptionGroup.swift
[64/71] Compiling ArgumentParser AsyncParsableCommand.swift
[65/71] Compiling ArgumentParser CommandConfiguration.swift
[66/71] Compiling ArgumentParser CommandGroup.swift
[67/71] Compiling ArgumentParser EnumerableFlag.swift
[68/72] Wrapping AST for ArgumentParser for debugging
[70/79] Emitting module SwiftFileTools
[71/79] Compiling SwiftFileTools SwiftFileTools.swift
[72/79] Compiling SwiftFileTools Colors.swift
[73/79] Compiling SwiftFileTools ViewCode.swift
[74/79] Compiling SwiftFileTools Constants.swift
[75/79] Compiling SwiftFileTools Header.swift
[76/79] Compiling SwiftFileTools SwiftGen.swift
[77/80] Wrapping AST for SwiftFileTools for debugging
[78/80] Write Objects.LinkFileList
[79/80] Linking SwiftFileTools
Build complete! (16.56s)
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"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    }
  ],
  "manifest_display_name" : "SwiftFileTools",
  "name" : "SwiftFileTools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFileTools",
      "targets" : [
        "SwiftFileTools"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFileTools",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFileTools",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "Rainbow"
      ],
      "product_memberships" : [
        "SwiftFileTools"
      ],
      "sources" : [
        "Core/Colors.swift",
        "Core/Constants.swift",
        "Core/Header.swift",
        "Core/SwiftGen.swift",
        "Core/ViewCode.swift",
        "SwiftFileTools.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
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.