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 swift-test-codecov, reference main (401f6b), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 23:13:21 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/mattpolzin/swift-test-codecov.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattpolzin/swift-test-codecov
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 401f6bb Merge pull request #22 from nickpdemarco/npd/bump-argument-parser
Cloned https://github.com/mattpolzin/swift-test-codecov.git
Revision (git rev-parse @):
401f6bb153dea22a22ae1bdd38afe6b361ef606f
SUCCESS checkout https://github.com/mattpolzin/swift-test-codecov.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattpolzin/swift-test-codecov.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write sources
[5/12] Write swift-test-codecov-entitlement.plist
[7/12] Write sources
[8/12] Write swift-version-1EA4D86E10B52AF.txt
[10/33] Emitting module ArgumentParserToolInfo
[11/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/72] Emitting module ArgumentParser
[13/76] Compiling ArgumentParser ArgumentHelp.swift
[14/76] Compiling ArgumentParser ArgumentVisibility.swift
[15/76] Compiling ArgumentParser CompletionKind.swift
[16/76] Compiling ArgumentParser Errors.swift
[17/76] Compiling ArgumentParser Flag.swift
[18/76] Compiling ArgumentParser NameSpecification.swift
[19/76] Compiling ArgumentParser Option.swift
[20/76] Compiling ArgumentParser OptionGroup.swift
[21/76] Compiling ArgumentParser AsyncParsableCommand.swift
[22/76] Compiling ArgumentParser CommandConfiguration.swift
[23/76] Compiling ArgumentParser CommandGroup.swift
[24/76] Compiling ArgumentParser EnumerableFlag.swift
[25/76] Compiling ArgumentParser ExpressibleByArgument.swift
[26/76] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/76] Compiling ArgumentParser CompletionsGenerator.swift
[28/76] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/76] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/76] Compiling ArgumentParser Argument.swift
[31/76] Compiling ArgumentParser ParsableArguments.swift
[32/76] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/76] Compiling ArgumentParser ParsableCommand.swift
[34/76] Compiling ArgumentParser ArgumentDecoder.swift
[35/76] Compiling ArgumentParser Platform.swift
[36/76] Compiling ArgumentParser SequenceExtensions.swift
[37/76] Compiling ArgumentParser StringExtensions.swift
[38/76] Compiling ArgumentParser Tree.swift
[39/76] Compiling ArgumentParser ArgumentDefinition.swift
[40/76] Compiling ArgumentParser ArgumentSet.swift
[41/76] Compiling ArgumentParser CommandParser.swift
[42/76] Compiling ArgumentParser InputKey.swift
[43/76] Compiling TextTable SimpleFormat.swift
[44/76] Compiling TextTable RstFormat.swift
[45/76] Compiling TextTable PsqlFormat.swift
[46/76] Compiling TextTable String+Util.swift
[47/77] Compiling Regex String+ReplaceMatching.swift
[48/77] Compiling Regex Foundation+Ranges.swift
[49/77] Compiling ArgumentParser InputOrigin.swift
[50/77] Compiling ArgumentParser Name.swift
[51/77] Compiling ArgumentParser Parsed.swift
[52/77] Compiling ArgumentParser ParsedValues.swift
[53/77] Compiling ArgumentParser ParserError.swift
[54/77] Compiling ArgumentParser SplitArguments.swift
[55/77] Compiling ArgumentParser DumpHelpGenerator.swift
[56/77] Compiling ArgumentParser HelpCommand.swift
[57/77] Compiling ArgumentParser HelpGenerator.swift
[58/77] Compiling ArgumentParser MessageInfo.swift
[59/77] Compiling ArgumentParser UsageGenerator.swift
[60/77] Compiling ArgumentParser CollectionExtensions.swift
[61/77] Compiling TextTable PlainFormat.swift
[64/77] Compiling TextTable OrgFormat.swift
[67/77] Emitting module TextTable
[68/77] Compiling TextTable PipeFormat.swift
[69/77] Compiling Regex Options.swift
[70/77] Compiling Regex ThreadLocal.swift
[71/77] Compiling Regex MatchResult.swift
[72/77] Compiling Regex Regex.swift
[73/77] Emitting module Regex
[74/80] Compiling TextTable TextTable.swift
[75/80] Compiling SwiftTestCodecovLib CodeCov.swift
[76/80] Emitting module SwiftTestCodecovLib
[77/80] Compiling SwiftTestCodecovLib Aggregate.swift
[78/82] Emitting module swift_test_codecov
/Users/admin/builder/spi-builder-workspace/Sources/swift-test-codecov/main.swift:7:1: warning: extension declares a conformance of imported type 'AggregateProperty' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'SwiftTestCodecovLib' introduce this conformance in the future
  5 | import TextTable
  6 |
  7 | extension CodeCov.AggregateProperty: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'AggregateProperty' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'SwiftTestCodecovLib' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  8 |
  9 | let codecovFileDiscussion = """
[79/82] Compiling swift_test_codecov main.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-test-codecov/main.swift:7:1: warning: extension declares a conformance of imported type 'AggregateProperty' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'SwiftTestCodecovLib' introduce this conformance in the future
  5 | import TextTable
  6 |
  7 | extension CodeCov.AggregateProperty: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'AggregateProperty' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'SwiftTestCodecovLib' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  8 |
  9 | let codecovFileDiscussion = """
[79/82] Write Objects.LinkFileList
[80/82] Linking swift-test-codecov
[81/82] Applying swift-test-codecov
Build complete! (14.77s)
Fetching https://github.com/mattpolzin/TextTable.git
[1/189] Fetching texttable
Fetched https://github.com/mattpolzin/TextTable.git from cache (0.63s)
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/apple/swift-argument-parser
[1/1254] Fetching regex
[817/16634] Fetching regex, swift-argument-parser
Fetched https://github.com/sharplet/Regex.git from cache (1.23s)
[13073/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.43s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (3.37s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.44s)
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
Creating working copy for https://github.com/mattpolzin/TextTable.git
Working copy of https://github.com/mattpolzin/TextTable.git resolved at swift-5 (5366206)
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "texttable",
      "requirement" : {
        "branch" : [
          "swift-5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/TextTable.git"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "2.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sharplet/Regex.git"
    }
  ],
  "manifest_display_name" : "swift-test-codecov",
  "name" : "swift-test-codecov",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "swift-test-codecov",
      "targets" : [
        "swift-test-codecov"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftTestCodecovLib",
      "targets" : [
        "SwiftTestCodecovLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_test_codecovTests",
      "module_type" : "SwiftTarget",
      "name" : "swift-test-codecovTests",
      "path" : "Tests/swift-test-codecovTests",
      "sources" : [
        "PlaceholderTests2.swift"
      ],
      "target_dependencies" : [
        "swift-test-codecov"
      ],
      "type" : "test"
    },
    {
      "c99name" : "swift_test_codecov",
      "module_type" : "SwiftTarget",
      "name" : "swift-test-codecov",
      "path" : "Sources/swift-test-codecov",
      "product_dependencies" : [
        "ArgumentParser",
        "TextTable"
      ],
      "product_memberships" : [
        "swift-test-codecov"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftTestCodecovLib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftTestCodecovLibTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTestCodecovLibTests",
      "path" : "Tests/SwiftTestCodecovLibTests",
      "product_dependencies" : [
        "Regex"
      ],
      "sources" : [
        "AggregateTests.swift"
      ],
      "target_dependencies" : [
        "SwiftTestCodecovLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftTestCodecovLib",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTestCodecovLib",
      "path" : "Sources/SwiftTestCodecovLib",
      "product_dependencies" : [
        "Regex"
      ],
      "product_memberships" : [
        "swift-test-codecov",
        "SwiftTestCodecovLib"
      ],
      "sources" : [
        "Aggregate.swift",
        "CodeCov.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.