The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FileCheck with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/llvm-swift/filecheck.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/llvm-swift/filecheck
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fae7b88 fix documentation with argument name
Cloned https://github.com/llvm-swift/filecheck.git
Revision (git rev-parse @):
fae7b883f3fb3d79c10ec0a71992343b1c625b5c
SUCCESS checkout https://github.com/llvm-swift/filecheck.git at master
Fetching https://github.com/mxcl/Chalk.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/mxcl/Chalk.git (0.22s)
Fetched https://github.com/apple/swift-argument-parser (0.26s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (0.04s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (0.06s)
Creating working copy for https://github.com/mxcl/Chalk.git
Working copy of https://github.com/mxcl/Chalk.git resolved at 0.5.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.2.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "filecheck",
      "name": "FileCheck",
      "url": "https://github.com/llvm-swift/filecheck.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/filecheck",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.2.3",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        },
        {
          "identity": "chalk",
          "name": "Chalk",
          "url": "https://github.com/mxcl/Chalk.git",
          "version": "0.5.0",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Chalk",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/llvm-swift/filecheck.git
[1/479] Fetching filecheck
Fetched https://github.com/llvm-swift/filecheck.git (0.34s)
Fetching https://github.com/mxcl/Chalk.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/mxcl/Chalk.git (0.26s)
Fetched https://github.com/apple/swift-argument-parser (0.27s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (0.02s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (0.04s)
Creating working copy for https://github.com/mxcl/Chalk.git
Working copy of https://github.com/mxcl/Chalk.git resolved at 0.5.0
Creating working copy for https://github.com/llvm-swift/filecheck.git
Working copy of https://github.com/llvm-swift/filecheck.git resolved at master
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.3
Found 2 product dependencies
  - swift-argument-parser
  - Chalk
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/6] Compiling ArgumentParserToolInfo ToolInfo.swift
[3/6] Emitting module ArgumentParserToolInfo
[4/43] Emitting module ArgumentParser
[5/48] Compiling ArgumentParser Name.swift
[6/48] Compiling ArgumentParser Parsed.swift
[7/48] Compiling ArgumentParser ParsedValues.swift
[8/48] Compiling ArgumentParser ParserError.swift
[9/48] Compiling ArgumentParser SplitArguments.swift
[10/48] Compiling ArgumentParser ArgumentVisibility.swift
[11/48] Compiling ArgumentParser CompletionKind.swift
[12/48] Compiling ArgumentParser Errors.swift
[13/48] Compiling ArgumentParser Flag.swift
[14/48] Compiling ArgumentParser NameSpecification.swift
[15/48] Compiling ArgumentParser BashCompletionsGenerator.swift
[16/48] Compiling ArgumentParser CompletionsGenerator.swift
[17/48] Compiling ArgumentParser FishCompletionsGenerator.swift
[18/48] Compiling ArgumentParser ZshCompletionsGenerator.swift
[19/48] Compiling ArgumentParser Argument.swift
[20/48] Compiling ArgumentParser ArgumentHelp.swift
[21/48] Compiling ArgumentParser CollectionExtensions.swift
[22/48] Compiling ArgumentParser Platform.swift
[23/48] Compiling ArgumentParser SequenceExtensions.swift
[24/48] Compiling ArgumentParser StringExtensions.swift
[25/48] Compiling ArgumentParser Tree.swift
[26/48] Compiling ArgumentParser ArgumentDefinition.swift
[27/48] Compiling ArgumentParser ArgumentSet.swift
[28/48] Compiling ArgumentParser CommandParser.swift
[29/48] Compiling ArgumentParser InputKey.swift
[30/48] Compiling ArgumentParser InputOrigin.swift
[31/48] Compiling ArgumentParser ExpressibleByArgument.swift
[32/48] Compiling ArgumentParser ParsableArguments.swift
[33/48] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/48] Compiling ArgumentParser ParsableCommand.swift
[35/48] Compiling ArgumentParser ArgumentDecoder.swift
[36/48] Compiling ArgumentParser Option.swift
[37/48] Compiling ArgumentParser OptionGroup.swift
[38/48] Compiling ArgumentParser AsyncParsableCommand.swift
[39/48] Compiling ArgumentParser CommandConfiguration.swift
[40/48] Compiling ArgumentParser EnumerableFlag.swift
[41/48] Compiling ArgumentParser DumpHelpGenerator.swift
[42/48] Compiling ArgumentParser HelpCommand.swift
[43/48] Compiling ArgumentParser HelpGenerator.swift
[44/48] Compiling ArgumentParser MessageInfo.swift
[45/48] Compiling ArgumentParser UsageGenerator.swift
[46/48] Compiling Chalk Chalk.swift
[47/48] Emitting module Chalk
[48/54] Compiling FileCheck FileCheck.swift
[49/54] Emitting module FileCheck
[50/54] Compiling FileCheck EditDistance.swift
[51/54] Compiling FileCheck Diagnostics.swift
[52/54] Compiling FileCheck CheckString.swift
[53/54] Compiling FileCheck Pattern.swift
[54/56] Compiling filecheck_tool main.swift
[55/56] Emitting module filecheck_tool
[55/56] Linking filecheck
Build complete! (14.61s)
Build complete.
Done.