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 macOS (SPM) on 20 Jun 2025 03:08:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FlineDev/AnyLint.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[4/10] Write anylint-entitlement.plist
[6/10] Write swift-version-1EA4D86E10B52AF.txt
[8/42] Compiling SwiftCLI Parser.swift
[9/42] Compiling SwiftCLI Path.swift
[10/44] Compiling Rainbow Style.swift
[11/45] Compiling Rainbow XcodeColorsSupport.swift
[12/45] Compiling Rainbow String+Rainbow.swift
[13/45] Compiling Rainbow StringGenerator.swift
[14/45] Compiling SwiftCLI ValueBox.swift
[15/45] Compiling SwiftCLI VersionCommand.swift
[16/45] Compiling SwiftCLI OptionRegistry.swift
[17/45] Compiling SwiftCLI Parameter.swift
[18/45] Compiling SwiftCLI HelpMessageGenerator.swift
[19/45] Compiling SwiftCLI Input.swift
[20/45] Compiling SwiftCLI Option.swift
[21/45] Compiling SwiftCLI OptionGroup.swift
[22/45] Compiling SwiftCLI Term.swift
[23/45] Compiling SwiftCLI Validation.swift
[24/45] Compiling SwiftCLI Command.swift
[25/45] Compiling SwiftCLI Compatibility.swift
[26/45] Compiling SwiftCLI CompletionGenerator.swift
[27/45] Compiling SwiftCLI Error.swift
[28/45] Compiling SwiftCLI HelpCommand.swift
[29/45] Compiling SwiftCLI Stream.swift
[30/45] Compiling SwiftCLI Task.swift
[31/45] Compiling Rainbow Rainbow.swift
[32/45] Compiling Rainbow ModesExtractor.swift
[33/45] Compiling Rainbow ControlCode.swift
[34/45] Compiling Rainbow Color.swift
[35/45] Emitting module Rainbow
[36/45] Compiling SwiftCLI ArgumentList.swift
[37/45] Compiling SwiftCLI ArgumentListManipulator.swift
[38/45] Compiling Rainbow OutputTarget.swift
[39/45] Emitting module SwiftCLI
[42/45] Compiling SwiftCLI CLI.swift
[43/54] Compiling Utility TestHelper.swift
[44/54] Compiling Utility StringExt.swift
[45/54] Compiling Utility CollectionExt.swift
[46/54] Compiling Utility Logger.swift
[47/54] Compiling Utility RegexExt.swift
[48/54] Compiling Utility FileManagerExt.swift
[49/54] Compiling Utility Regex.swift
[50/54] Emitting module Utility
[51/54] Compiling Utility Constants.swift
[52/80] Compiling AnyLint Violation.swift
[53/81] Compiling AnyLintCLI VersionTask.swift
[54/81] Compiling AnyLintCLI ValidateOrFail.swift
[55/81] Compiling AnyLintCLI InitTask.swift
[56/81] Compiling AnyLintCLI TaskHandler.swift
[57/81] Compiling AnyLintCLI LintTask.swift
[58/82] Compiling AnyLintCLI ConfigurationTemplate.swift
[59/82] Compiling AnyLintCLI BlankTemplate.swift
[60/82] Compiling AnyLintCLI SingleCommand.swift
[61/82] Emitting module AnyLintCLI
[62/82] Compiling AnyLintCLI CLIConstants.swift
[63/82] Compiling AnyLint FilePathsChecker.swift
[64/82] Compiling AnyLint ArrayExt.swift
[65/82] Compiling AnyLint AutoCorrection.swift
/Users/admin/builder/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) {
[66/82] Compiling AnyLint CheckInfo.swift
/Users/admin/builder/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) {
[67/82] Compiling AnyLint Checker.swift
[68/82] Compiling AnyLint FileContentsChecker.swift
[69/82] Emitting module AnyLint
/Users/admin/builder/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) {
[70/82] Compiling AnyLint ViolationLocationConfig.swift
[71/82] Compiling AnyLintCLI main.swift
[71/82] Write Objects.LinkFileList
[73/82] Compiling AnyLint URLExt.swift
[74/82] Compiling AnyLint FilesSearch.swift
[75/82] Compiling AnyLint Lint.swift
[76/82] Compiling AnyLint Options.swift
[77/82] Compiling AnyLint FileManagerExt.swift
[78/82] Compiling AnyLint StringExt.swift
[79/82] Compiling AnyLint Severity.swift
[80/82] Compiling AnyLint Statistics.swift
[80/82] Linking anylint
[81/82] Applying anylint
Build complete! (12.29s)
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/jakeheis/SwiftCLI.git
[1/5074] Fetching swiftcli
[661/6270] Fetching swiftcli, rainbow
Fetched https://github.com/onevcat/Rainbow.git from cache (1.02s)
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (1.02s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (3.00s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (0.51s)
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
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" : "/Users/admin/builder/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"
}
Done.