The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftFileTools, reference main (d6508d), with Swift 6.1 for Linux on 20 Nov 2025 17:13:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
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 d6508dd Merge pull request #20 from heroesofcode/renovate/major-all-dependencies
Cloned https://github.com/heroesofcode/SwiftFileTools.git
Revision (git rev-parse @):
d6508dd1238439166f43a7dba1f64b99b45247d7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heroesofcode/SwiftFileTools.git at main
========================================
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.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.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-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser
[1/1339] Fetching rainbow
[1340/18016] Fetching rainbow, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (0.74s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.75s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (3.25s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.64s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/30] Compiling Rainbow String+ConditionalStyling.swift
[9/30] Compiling Rainbow String+Rainbow.swift
[10/30] Compiling Rainbow StringGenerator.swift
[11/30] Compiling Rainbow Style.swift
[12/31] Emitting module ArgumentParserToolInfo
[13/31] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/32] Wrapping AST for ArgumentParserToolInfo for debugging
[16/76] Compiling Rainbow StyledStringBuilder.swift
[17/76] Compiling ArgumentParser BashCompletionsGenerator.swift
[18/76] Compiling ArgumentParser CompletionsGenerator.swift
[19/76] Compiling ArgumentParser FishCompletionsGenerator.swift
[20/76] Compiling ArgumentParser ZshCompletionsGenerator.swift
[21/76] Compiling ArgumentParser CompletionKind.swift
[22/76] Compiling ArgumentParser Errors.swift
[23/76] Compiling ArgumentParser Option.swift
[24/76] Compiling ArgumentParser OptionGroup.swift
[25/76] Compiling ArgumentParser ArgumentHelp.swift
[26/76] Compiling ArgumentParser ArgumentVisibility.swift
[27/76] Emitting module Rainbow
[28/77] Wrapping AST for Rainbow for debugging
[30/77] Emitting module ArgumentParser
[32/77] Compiling ArgumentParser AsyncParsableCommand.swift
[33/77] Compiling ArgumentParser CommandConfiguration.swift
[34/77] Compiling ArgumentParser CommandGroup.swift
[35/77] Compiling ArgumentParser EnumerableFlag.swift
[36/77] Compiling ArgumentParser ExpressibleByArgument.swift
[37/83] Compiling ArgumentParser CollectionExtensions.swift
[38/83] Compiling ArgumentParser Mutex.swift
[39/83] Compiling ArgumentParser Platform.swift
[40/83] Compiling ArgumentParser SequenceExtensions.swift
[41/83] Compiling ArgumentParser StringExtensions.swift
[42/83] Compiling ArgumentParser SwiftExtensions.swift
[47/83] Compiling ArgumentParser Argument.swift
[48/83] Compiling ArgumentParser ArgumentDiscussion.swift
[53/83] Compiling ArgumentParser Flag.swift
[54/83] Compiling ArgumentParser NameSpecification.swift
[56/83] Compiling ArgumentParser Tree.swift
[57/83] Compiling ArgumentParser CodingKeyValidator.swift
[58/83] Compiling ArgumentParser NonsenseFlagsValidator.swift
[59/83] Compiling ArgumentParser ParsableArgumentsValidation.swift
[60/83] Compiling ArgumentParser PositionalArgumentsValidator.swift
[61/83] Compiling ArgumentParser UniqueNamesValidator.swift
[62/83] Compiling ArgumentParser InputKey.swift
[63/83] Compiling ArgumentParser InputOrigin.swift
[64/83] Compiling ArgumentParser Name.swift
[65/83] Compiling ArgumentParser Parsed.swift
[66/83] Compiling ArgumentParser ParsedValues.swift
[67/83] Compiling ArgumentParser ParserError.swift
[68/83] Compiling ArgumentParser SplitArguments.swift
[69/83] Compiling ArgumentParser DumpHelpGenerator.swift
[70/83] Compiling ArgumentParser HelpCommand.swift
[71/83] Compiling ArgumentParser HelpGenerator.swift
[72/83] Compiling ArgumentParser MessageInfo.swift
[73/83] Compiling ArgumentParser UsageGenerator.swift
[74/83] Compiling ArgumentParser ParsableArguments.swift
[75/83] Compiling ArgumentParser ParsableCommand.swift
[76/83] Compiling ArgumentParser ArgumentDecoder.swift
[77/83] Compiling ArgumentParser ArgumentDefinition.swift
[78/83] Compiling ArgumentParser ArgumentSet.swift
[79/83] Compiling ArgumentParser CommandParser.swift
[80/84] Wrapping AST for ArgumentParser for debugging
[82/91] Compiling SwiftFileTools Colors.swift
[83/91] Compiling SwiftFileTools Constants.swift
[84/91] Compiling SwiftFileTools Header.swift
[85/91] Compiling SwiftFileTools SwiftGen.swift
[86/91] Emitting module SwiftFileTools
[87/91] Compiling SwiftFileTools ViewCode.swift
[88/91] Compiling SwiftFileTools SwiftFileTools.swift
[89/92] Wrapping AST for SwiftFileTools for debugging
[90/92] Write Objects.LinkFileList
[91/92] Linking SwiftFileTools
Build complete! (28.08s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.