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 (8032e6), with Swift 6.1 for Linux on 31 May 2025 16:16:38 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.63.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 8032e6c Merge pull request #15 from heroesofcode/renovate/swift-dependencies
Cloned https://github.com/heroesofcode/SwiftFileTools.git
Revision (git rev-parse @):
8032e6c060693b03889453961100b3b43f5b5af9
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.5.1",
            "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-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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (0.35s)
[1/15386] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.25s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (5.13s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.04s)
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.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/25] Emitting module ArgumentParserToolInfo
[9/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/65] Compiling Rainbow Rainbow.swift
[15/65] Compiling ArgumentParser EnumerableFlag.swift
[16/65] Compiling ArgumentParser BashCompletionsGenerator.swift
[17/65] Compiling Rainbow OutputTarget.swift
[18/65] Compiling ArgumentParser OptionGroup.swift
[19/65] Compiling ArgumentParser AsyncParsableCommand.swift
[20/65] Compiling ArgumentParser CommandConfiguration.swift
[21/65] Compiling ArgumentParser CommandGroup.swift
[22/65] Emitting module Rainbow
[23/66] Wrapping AST for Rainbow for debugging
[30/71] Emitting module ArgumentParser
[31/71] Compiling ArgumentParser ArgumentVisibility.swift
[32/71] Compiling ArgumentParser CompletionKind.swift
[33/71] Compiling ArgumentParser Errors.swift
[34/71] Compiling ArgumentParser Flag.swift
[35/71] Compiling ArgumentParser NameSpecification.swift
[36/71] Compiling ArgumentParser Option.swift
[37/71] Compiling ArgumentParser CollectionExtensions.swift
[38/71] Compiling ArgumentParser Platform.swift
[39/71] Compiling ArgumentParser SequenceExtensions.swift
[40/71] Compiling ArgumentParser StringExtensions.swift
[41/71] Compiling ArgumentParser Tree.swift
[43/71] Compiling ArgumentParser CompletionsGenerator.swift
[44/71] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/71] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/71] Compiling ArgumentParser Argument.swift
[47/71] Compiling ArgumentParser ArgumentHelp.swift
[48/71] Compiling ArgumentParser ExpressibleByArgument.swift
[49/71] Compiling ArgumentParser ParsableArguments.swift
[50/71] Compiling ArgumentParser ParsableArgumentsValidation.swift
[51/71] Compiling ArgumentParser ParsableCommand.swift
[52/71] Compiling ArgumentParser ArgumentDecoder.swift
[53/71] Compiling ArgumentParser Name.swift
[54/71] Compiling ArgumentParser Parsed.swift
[55/71] Compiling ArgumentParser ParsedValues.swift
[56/71] Compiling ArgumentParser ParserError.swift
[57/71] Compiling ArgumentParser SplitArguments.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 DumpHelpGenerator.swift
[64/71] Compiling ArgumentParser HelpCommand.swift
[65/71] Compiling ArgumentParser HelpGenerator.swift
[66/71] Compiling ArgumentParser MessageInfo.swift
[67/71] Compiling ArgumentParser UsageGenerator.swift
[68/72] Wrapping AST for ArgumentParser for debugging
[70/79] Compiling SwiftFileTools Header.swift
[71/79] Compiling SwiftFileTools Constants.swift
[72/79] Compiling SwiftFileTools SwiftGen.swift
[73/79] Compiling SwiftFileTools ViewCode.swift
[74/79] Compiling SwiftFileTools SwiftFileTools.swift
[75/79] Emitting module SwiftFileTools
[76/79] Compiling SwiftFileTools Colors.swift
[77/80] Wrapping AST for SwiftFileTools for debugging
[78/80] Write Objects.LinkFileList
[79/80] Linking SwiftFileTools
Build complete! (32.89s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.