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 AnyLint, reference 0.11.0 (3c1bdf), with Swift 6.2 (beta) for Linux on 20 Jun 2025 03:05:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlineDev/AnyLint.git
Reference: 0.11.0
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/FlineDev/AnyLint
 * tag               0.11.0     -> FETCH_HEAD
HEAD is now at 3c1bdfc Merge branch 'release/0.11.0' into versions
Cloned https://github.com/FlineDev/AnyLint.git
Revision (git rev-parse @):
3c1bdfc45fe434cb4e3ea7814f49db16f3eeccf2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/AnyLint.git at 0.11.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FlineDev/AnyLint.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/onevcat/Rainbow.git
[1/1196] Fetching rainbow
[1197/6270] Fetching rainbow, swiftcli
Fetched https://github.com/onevcat/Rainbow.git from cache (0.23s)
[2791/5074] Fetching swiftcli
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (0.34s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (2.69s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (0.45s)
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.2.0
Creating working copy for https://github.com/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 6.0.3
Building for debugging...
[0/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/44] Compiling Rainbow Style.swift
[8/45] Compiling Rainbow String+Rainbow.swift
[9/45] Compiling Rainbow StringGenerator.swift
[10/45] Compiling Rainbow XcodeColorsSupport.swift
[11/45] Compiling Rainbow Rainbow.swift
[12/45] Compiling SwiftCLI Error.swift
[13/45] Compiling SwiftCLI HelpCommand.swift
[14/45] Compiling SwiftCLI HelpMessageGenerator.swift
[15/45] Emitting module SwiftCLI
[16/45] Compiling SwiftCLI Command.swift
[17/45] Compiling SwiftCLI Compatibility.swift
[18/45] Compiling SwiftCLI CompletionGenerator.swift
[19/47] Compiling SwiftCLI OptionRegistry.swift
[20/47] Compiling SwiftCLI Parameter.swift
[21/47] Compiling SwiftCLI Parser.swift
[22/47] Compiling SwiftCLI Path.swift
[23/47] Compiling SwiftCLI Stream.swift
[24/47] Compiling SwiftCLI Task.swift
[25/47] Compiling SwiftCLI Input.swift
[26/47] Compiling SwiftCLI Option.swift
[27/47] Compiling SwiftCLI OptionGroup.swift
[28/47] Compiling SwiftCLI Term.swift
[29/47] Compiling SwiftCLI Validation.swift
[30/47] Compiling SwiftCLI ArgumentList.swift
[31/47] Compiling SwiftCLI ArgumentListManipulator.swift
[32/47] Compiling SwiftCLI CLI.swift
[33/47] Emitting module Rainbow
[41/48] Compiling SwiftCLI ValueBox.swift
[42/48] Compiling SwiftCLI VersionCommand.swift
[43/49] Wrapping AST for Rainbow for debugging
[44/49] Wrapping AST for SwiftCLI for debugging
[46/57] Compiling Utility CollectionExt.swift
[47/58] Compiling Utility TestHelper.swift
[48/58] Compiling Utility Constants.swift
[49/58] Emitting module Utility
[50/58] Compiling Utility FileManagerExt.swift
[51/58] Compiling Utility RegexExt.swift
[52/58] Compiling Utility Logger.swift
[53/58] Compiling Utility StringExt.swift
[54/58] Compiling Utility Regex.swift
[55/59] Wrapping AST for Utility for debugging
[57/84] Compiling AnyLintCLI TaskHandler.swift
[58/84] Compiling AnyLintCLI VersionTask.swift
[59/85] Compiling AnyLint FilePathsChecker.swift
[60/85] Compiling AnyLint ArrayExt.swift
[61/87] Compiling AnyLintCLI main.swift
[62/87] Compiling AnyLintCLI ConfigurationTemplate.swift
[63/87] Compiling AnyLintCLI CLIConstants.swift
[64/87] Compiling AnyLintCLI ValidateOrFail.swift
[65/87] Compiling AnyLintCLI LintTask.swift
[66/87] Compiling AnyLintCLI InitTask.swift
/host/spi-builder-workspace/Sources/AnyLintCLI/Tasks/InitTask.swift:35:19: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
33 |
34 |       log.message("Creating config file using template '\(template.rawValue)' ...", level: .info)
35 |       fileManager.createFile(
   |                   `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
36 |          atPath: configFilePath,
37 |          contents: template.configFileContents.data(using: .utf8),
[67/87] Emitting module AnyLintCLI
[68/87] Compiling AnyLintCLI SingleCommand.swift
[69/87] Compiling AnyLintCLI BlankTemplate.swift
[70/88] Compiling AnyLint URLExt.swift
[71/88] Compiling AnyLint FilesSearch.swift
[72/88] Compiling AnyLint FileManagerExt.swift
[73/88] Compiling AnyLint StringExt.swift
/host/spi-builder-workspace/Sources/AnyLint/AutoCorrection.swift:68:1: warning: extension declares a conformance of imported type 'Change' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
66 | // TODO: make the autocorrection diff sorted by line number
67 | @available(OSX 10.15, *)
68 | extension CollectionDifference.Change: Comparable where ChangeElement == String {
   | |- warning: extension declares a conformance of imported type 'Change' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
69 |    public static func < (lhs: Self, rhs: Self) -> Bool {
70 |       switch (lhs, rhs) {
/host/spi-builder-workspace/Sources/AnyLint/AutoCorrection.swift:68:1: warning: extension declares a conformance of imported type 'Change' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
66 | // TODO: make the autocorrection diff sorted by line number
67 | @available(OSX 10.15, *)
68 | extension CollectionDifference.Change: Comparable where ChangeElement == String {
   | |- warning: extension declares a conformance of imported type 'Change' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
69 |    public static func < (lhs: Self, rhs: Self) -> Bool {
70 |       switch (lhs, rhs) {
[79/88] Compiling AnyLint Violation.swift
[80/88] Compiling AnyLint ViolationLocationConfig.swift
[81/88] Emitting module AnyLint
/host/spi-builder-workspace/Sources/AnyLint/AutoCorrection.swift:68:1: warning: extension declares a conformance of imported type 'Change' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
66 | // TODO: make the autocorrection diff sorted by line number
67 | @available(OSX 10.15, *)
68 | extension CollectionDifference.Change: Comparable where ChangeElement == String {
   | |- warning: extension declares a conformance of imported type 'Change' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
69 |    public static func < (lhs: Self, rhs: Self) -> Bool {
70 |       switch (lhs, rhs) {
[81/88] Wrapping AST for AnyLintCLI for debugging
[82/88] Write Objects.LinkFileList
[84/88] Compiling AnyLint Lint.swift
[85/88] Compiling AnyLint Options.swift
[86/88] Compiling AnyLint Severity.swift
[87/88] Compiling AnyLint Statistics.swift
[88/89] Linking anylint
Build complete! (41.34s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.5",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    },
    {
      "identity" : "swiftcli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jakeheis/SwiftCLI.git"
    }
  ],
  "manifest_display_name" : "AnyLint",
  "name" : "AnyLint",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "AnyLint",
      "targets" : [
        "AnyLint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "anylint",
      "targets" : [
        "AnyLintCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UtilityTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilityTests",
      "path" : "Tests/UtilityTests",
      "sources" : [
        "Extensions/RegexExtTests.swift",
        "LoggerTests.swift"
      ],
      "target_dependencies" : [
        "Utility"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Utility",
      "module_type" : "SwiftTarget",
      "name" : "Utility",
      "path" : "Sources/Utility",
      "product_dependencies" : [
        "Rainbow"
      ],
      "product_memberships" : [
        "AnyLint",
        "anylint"
      ],
      "sources" : [
        "Constants.swift",
        "Extensions/CollectionExt.swift",
        "Extensions/FileManagerExt.swift",
        "Extensions/RegexExt.swift",
        "Extensions/StringExt.swift",
        "Logger.swift",
        "Regex.swift",
        "TestHelper.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AnyLintTests",
      "module_type" : "SwiftTarget",
      "name" : "AnyLintTests",
      "path" : "Tests/AnyLintTests",
      "sources" : [
        "AutoCorrectionTests.swift",
        "CheckInfoTests.swift",
        "Checkers/FileContentsCheckerTests.swift",
        "Checkers/FilePathsCheckerTests.swift",
        "Extensions/ArrayExtTests.swift",
        "Extensions/XCTestCaseExt.swift",
        "FilesSearchTests.swift",
        "LintTests.swift",
        "RegexExtTests.swift",
        "StatisticsTests.swift",
        "ViolationTests.swift"
      ],
      "target_dependencies" : [
        "AnyLint"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnyLintCLI",
      "module_type" : "SwiftTarget",
      "name" : "AnyLintCLI",
      "path" : "Sources/AnyLintCLI",
      "product_dependencies" : [
        "Rainbow",
        "SwiftCLI"
      ],
      "product_memberships" : [
        "anylint"
      ],
      "sources" : [
        "Commands/SingleCommand.swift",
        "ConfigurationTemplates/BlankTemplate.swift",
        "ConfigurationTemplates/ConfigurationTemplate.swift",
        "Globals/CLIConstants.swift",
        "Globals/ValidateOrFail.swift",
        "Tasks/InitTask.swift",
        "Tasks/LintTask.swift",
        "Tasks/TaskHandler.swift",
        "Tasks/VersionTask.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Utility"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AnyLint",
      "module_type" : "SwiftTarget",
      "name" : "AnyLint",
      "path" : "Sources/AnyLint",
      "product_memberships" : [
        "AnyLint"
      ],
      "sources" : [
        "AutoCorrection.swift",
        "CheckInfo.swift",
        "Checkers/Checker.swift",
        "Checkers/FileContentsChecker.swift",
        "Checkers/FilePathsChecker.swift",
        "Extensions/ArrayExt.swift",
        "Extensions/FileManagerExt.swift",
        "Extensions/StringExt.swift",
        "Extensions/URLExt.swift",
        "FilesSearch.swift",
        "Lint.swift",
        "Options.swift",
        "Severity.swift",
        "Statistics.swift",
        "Violation.swift",
        "ViolationLocationConfig.swift"
      ],
      "target_dependencies" : [
        "Utility"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.