The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Finch, reference 0.3.0 (076cfd), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 21:27:56 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/namolnad/finch.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/namolnad/finch
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 076cfd0 [version] Publish version 0.3.0
Cloned https://github.com/namolnad/finch.git
Revision (git rev-parse @):
076cfd08cb59b4d90f76e3379e59951172cb4292
SUCCESS checkout https://github.com/namolnad/finch.git at 0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/namolnad/finch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/18] Write sources
[4/18] Write finch-entitlement.plist
[4/18] Write sources
[8/18] Write swift-version-1EA4D86E10B52AF.txt
[9/45] Compiling reader.c
[10/45] Compiling writer.c
[11/45] Compiling api.c
[12/45] Compiling parser.c
[13/45] Compiling emitter.c
[14/45] Compiling scanner.c
[16/60] Emitting module SwiftCLI
[17/62] Compiling Version Version+Range.swift
[18/62] Compiling Version Version.swift
[19/62] Compiling SwiftCLI ValueBox.swift
[20/62] Compiling SwiftCLI VersionCommand.swift
[21/62] Compiling Yams String+Yams.swift
[22/63] Compiling Yams Tag.swift
[23/63] Compiling Yams Node.swift
[24/63] Compiling Yams Parser.swift
[25/63] Emitting module Yams
[26/63] Compiling SwiftCLI Stream.swift
[27/63] Compiling SwiftCLI Task.swift
[28/63] Compiling SwiftCLI Parser.swift
[29/63] Compiling SwiftCLI Path.swift
[30/63] Compiling SwiftCLI Option.swift
[31/63] Compiling SwiftCLI OptionGroup.swift
[32/63] Compiling Yams Encoder.swift
[33/63] Compiling Yams Mark.swift
[34/63] Compiling Yams Node.Mapping.swift
[35/63] Compiling SwiftCLI Term.swift
[36/63] Compiling SwiftCLI Validation.swift
[39/63] Compiling SwiftCLI OptionRegistry.swift
[40/63] Compiling SwiftCLI Parameter.swift
[41/63] Compiling Yams Node.Sequence.swift
[42/63] Compiling Yams Emitter.swift
[43/63] Compiling Yams Constructor.swift
[44/63] Compiling Yams Decoder.swift
[45/63] Compiling Yams Node.Scalar.swift
[46/63] Compiling Version Version+Comparable.swift
[47/63] Compiling Version Version+Codable.swift
[48/63] Emitting module Version
[49/63] Compiling Version Version+Foundation.swift
[50/63] Compiling Yams Resolver.swift
[57/63] Compiling Yams Representer.swift
[60/63] Compiling Yams YamlError.swift
[61/71] Compiling FinchUtilities Strings.swift
[62/71] Compiling FinchUtilities Output.swift
[63/71] Compiling FinchUtilities String+FinchUtilities.swift
[64/71] Compiling FinchUtilities Codable+FinchUtilities.swift
[65/71] Compiling FinchUtilities FileResolver.swift
[66/71] Compiling FinchUtilities Shell.swift
[67/71] Emitting module FinchUtilities
[68/71] Compiling FinchUtilities Executable.swift
[69/90] Compiling FinchCore String+FinchCore.swift
[70/90] Compiling FinchCore Outputtable.swift
[71/91] Compiling FinchCore LineOutputtable.swift
[72/91] Compiling FinchCore Section.swift
[73/91] Compiling FinchCore FormatTemplate.swift
[74/91] Compiling FinchCore Line.swift
[75/91] Compiling FinchCore LineComponents.swift
[76/91] Compiling FinchCore LineContext.swift
[77/91] Compiling FinchCore Contributor.swift
[78/91] Compiling FinchCore DelimiterPair.swift
[79/91] Compiling FinchCore GitConfiguration.swift
[80/91] Compiling FinchCore ResolutionCommandsConfiguration.swift
[81/91] Compiling FinchCore DelimiterConfiguration.swift
[82/91] Compiling FinchCore FormatConfiguration.swift
[83/91] Compiling FinchCore Configuration.swift
[84/91] Compiling FinchCore ContributorsConfiguration.swift
[85/91] Emitting module FinchCore
[86/91] Compiling FinchCore Regex.swift
[87/91] Compiling FinchCore FormatComponent.swift
[88/91] Compiling FinchCore SectionInfo.swift
[89/105] Compiling FinchApp Versions.swift
[90/106] Compiling FinchApp ConfigCommand.swift
[91/106] Compiling FinchApp Sequence+FinchApp.swift
[92/106] Compiling FinchApp Git.swift
[93/106] Compiling FinchApp Transformer.swift
[94/106] Compiling FinchApp ChangeLogInfoService.swift
[95/106] Compiling FinchApp Configurator.swift
[96/106] Compiling FinchApp CompareCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/FinchApp/Command-Routing/Commands/Compare/CompareCommand.swift:108:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
106 | }
107 |
108 | extension Array: ConvertibleFromString where Element == String {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
109 |     public init?(input: String) {
110 |         self = input.components(separatedBy: " ")
[97/106] Compiling FinchApp VersionsResolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/FinchApp/Command-Routing/Commands/Compare/CompareCommand.swift:108:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
106 | }
107 |
108 | extension Array: ConvertibleFromString where Element == String {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
109 |     public init?(input: String) {
110 |         self = input.components(separatedBy: " ")
[98/106] Compiling FinchApp App.swift
[99/106] Compiling FinchApp AppRunner.swift
[100/106] Compiling FinchApp BaseCommand.swift
[101/106] Compiling FinchApp ChangeLogModel.swift
[102/106] Emitting module FinchApp
/Users/admin/builder/spi-builder-workspace/Sources/FinchApp/Command-Routing/Commands/Compare/CompareCommand.swift:108:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
106 | }
107 |
108 | extension Array: ConvertibleFromString where Element == String {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
109 |     public init?(input: String) {
110 |         self = input.components(separatedBy: " ")
[103/106] Compiling FinchApp Strings.swift
[104/111] Compiling Finch Version.swift
[105/111] Compiling Finch BuildNumber.swift
[106/111] Emitting module Finch
[107/111] Compiling Finch main.swift
[108/111] Compiling Finch AppName.swift
[108/111] Write Objects.LinkFileList
[109/111] Linking finch
[110/111] Applying finch
Build complete! (14.30s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/mxcl/Version.git
[1/293] Fetching version
[78/5367] Fetching version, swiftcli
[757/16226] Fetching version, swiftcli, yams
Fetched https://github.com/mxcl/Version.git from cache (0.78s)
[712/15933] Fetching swiftcli, yams
Fetched https://github.com/jpsim/Yams.git from cache (2.11s)
Fetched https://github.com/jakeheis/SwiftCLI from cache (2.11s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.2.0 (2.68s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.3 (0.51s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.51s)
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.2.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 6.0.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftcli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jakeheis/SwiftCLI"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version.git"
    }
  ],
  "manifest_display_name" : "Finch",
  "name" : "Finch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "finch",
      "targets" : [
        "Finch"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "FinchUtilities",
      "module_type" : "SwiftTarget",
      "name" : "FinchUtilities",
      "path" : "Sources/FinchUtilities",
      "product_dependencies" : [
        "Yams"
      ],
      "product_memberships" : [
        "finch"
      ],
      "sources" : [
        "Executable.swift",
        "Extensions/Codable+FinchUtilities.swift",
        "Extensions/String+FinchUtilities.swift",
        "FileResolver.swift",
        "Output.swift",
        "Shell.swift",
        "Strings.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FinchCore",
      "module_type" : "SwiftTarget",
      "name" : "FinchCore",
      "path" : "Sources/FinchCore",
      "product_memberships" : [
        "finch"
      ],
      "sources" : [
        "Configuration/Configuration.swift",
        "Configuration/ContributorsConfiguration.swift",
        "Configuration/DelimiterConfiguration.swift",
        "Configuration/FormatConfiguration.swift",
        "Configuration/GitConfiguration.swift",
        "Configuration/ResolutionCommandsConfiguration.swift",
        "Contributor.swift",
        "DelimiterPair.swift",
        "Extensions/String+FinchCore.swift",
        "Outputtable.swift",
        "Regex.swift",
        "Section/Line/FormatComponent.swift",
        "Section/Line/FormatTemplate.swift",
        "Section/Line/Line.swift",
        "Section/Line/LineComponents.swift",
        "Section/Line/LineContext.swift",
        "Section/Line/LineOutputtable.swift",
        "Section/Section.swift",
        "Section/SectionInfo.swift"
      ],
      "target_dependencies" : [
        "FinchUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FinchApp",
      "module_type" : "SwiftTarget",
      "name" : "FinchApp",
      "path" : "Sources/FinchApp",
      "product_dependencies" : [
        "SwiftCLI",
        "Version"
      ],
      "product_memberships" : [
        "finch"
      ],
      "sources" : [
        "App.swift",
        "AppRunner.swift",
        "Command-Routing/BaseCommand.swift",
        "Command-Routing/Commands/Compare/ChangeLogModel.swift",
        "Command-Routing/Commands/Compare/CompareCommand.swift",
        "Command-Routing/Commands/Compare/VersionsResolver.swift",
        "Command-Routing/Commands/Config/ConfigCommand.swift",
        "Extensions/Sequence+FinchApp.swift",
        "Models/Configurator.swift",
        "Models/Transformer.swift",
        "Models/Versions.swift",
        "Services/ChangeLogInfoService.swift",
        "Services/Git.swift",
        "Strings.swift"
      ],
      "target_dependencies" : [
        "FinchCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Finch",
      "module_type" : "SwiftTarget",
      "name" : "Finch",
      "path" : "Sources/Finch",
      "product_memberships" : [
        "finch"
      ],
      "sources" : [
        "App/AppName.swift",
        "App/BuildNumber.swift",
        "App/Version.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "FinchApp"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.