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 main (f53748), with Swift 6.0 for Linux on 14 Jan 2025 11:01:05 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heroesofcode/SwiftFileTools.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/heroesofcode/SwiftFileTools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f537486 Merge pull request #14 from heroesofcode/renovate/swift-dependencies
Cloned https://github.com/heroesofcode/SwiftFileTools.git
Revision (git rev-parse @):
f537486d53ea250df5a71cf175430dc288c971ff
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heroesofcode/SwiftFileTools.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.0",
            "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-1":/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/apple/swift-argument-parser
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.22s)
[1/12403] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.62s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.17s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.59s)
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 ArgumentParserToolInfo
[8/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/26] Compiling Rainbow StringGenerator.swift
[11/27] Compiling Rainbow String+Rainbow.swift
[11/27] Wrapping AST for ArgumentParserToolInfo for debugging
[13/27] Compiling Rainbow Style.swift
[14/27] Compiling Rainbow BackgroundColor.swift
[15/27] Compiling Rainbow CodesParser.swift
[16/65] Emitting module Rainbow
[17/65] Emitting module ArgumentParser
[18/70] Compiling Rainbow OutputTarget.swift
[19/70] Compiling ArgumentParser Argument.swift
[20/70] Compiling ArgumentParser ArgumentHelp.swift
[21/70] Compiling ArgumentParser FishCompletionsGenerator.swift
[22/70] Compiling ArgumentParser ZshCompletionsGenerator.swift
[23/70] Compiling Rainbow Rainbow.swift
[24/71] Wrapping AST for Rainbow for debugging
[26/71] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/71] Compiling ArgumentParser CompletionsGenerator.swift
[32/71] Compiling ArgumentParser CollectionExtensions.swift
[33/71] Compiling ArgumentParser Platform.swift
[34/71] Compiling ArgumentParser SequenceExtensions.swift
[35/71] Compiling ArgumentParser StringExtensions.swift
[36/71] Compiling ArgumentParser Tree.swift
[37/71] Compiling ArgumentParser ExpressibleByArgument.swift
[38/71] Compiling ArgumentParser ParsableArguments.swift
[39/71] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/71] Compiling ArgumentParser ParsableCommand.swift
[41/71] Compiling ArgumentParser ArgumentDecoder.swift
[42/71] Compiling ArgumentParser DumpHelpGenerator.swift
[43/71] Compiling ArgumentParser HelpCommand.swift
[44/71] Compiling ArgumentParser HelpGenerator.swift
[45/71] Compiling ArgumentParser MessageInfo.swift
[46/71] Compiling ArgumentParser UsageGenerator.swift
[47/71] Compiling ArgumentParser ArgumentDefinition.swift
[48/71] Compiling ArgumentParser ArgumentSet.swift
[49/71] Compiling ArgumentParser CommandParser.swift
[50/71] Compiling ArgumentParser InputKey.swift
[51/71] Compiling ArgumentParser InputOrigin.swift
[52/71] Compiling ArgumentParser Name.swift
[53/71] Compiling ArgumentParser Parsed.swift
[54/71] Compiling ArgumentParser ParsedValues.swift
[55/71] Compiling ArgumentParser ParserError.swift
[56/71] Compiling ArgumentParser SplitArguments.swift
[57/71] Compiling ArgumentParser ArgumentVisibility.swift
[58/71] Compiling ArgumentParser CompletionKind.swift
[59/71] Compiling ArgumentParser Errors.swift
[60/71] Compiling ArgumentParser Flag.swift
[61/71] Compiling ArgumentParser NameSpecification.swift
[62/71] Compiling ArgumentParser Option.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] Compiling SwiftFileTools Constants.swift
[71/79] Compiling SwiftFileTools ViewCode.swift
[72/79] Compiling SwiftFileTools SwiftFileTools.swift
[73/79] Compiling SwiftFileTools SwiftGen.swift
[74/79] Compiling SwiftFileTools Header.swift
[75/79] Compiling SwiftFileTools Colors.swift
[76/79] Emitting module SwiftFileTools
[77/80] Wrapping AST for SwiftFileTools for debugging
[78/80] Write Objects.LinkFileList
[79/80] Linking SwiftFileTools
Build complete! (21.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.0",
            "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.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.