The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FengNiao, reference master (af80dd), with Swift 6.1 for macOS (SPM) on 22 Apr 2026 18:31:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onevcat/fengniao.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onevcat/fengniao
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at af80dd3 Merge pull request #97 from onevcat/codex/pr93-followup-generated-asset-symbols
Cloned https://github.com/onevcat/fengniao.git
Revision (git rev-parse @):
af80dd379c618cf68fbfc34366e13486925faaf5
SUCCESS checkout https://github.com/onevcat/fengniao.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/onevcat/fengniao.git
https://github.com/onevcat/fengniao.git
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "FengNiao",
  "name" : "FengNiao",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "FengNiao",
      "targets" : [
        "FengNiao"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FengNiaoKit",
      "targets" : [
        "FengNiaoKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FengNiaoKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FengNiaoKitTests",
      "path" : "Tests/FengNiaoKitTests",
      "sources" : [
        "DeleteFilesTests.swift",
        "DeleteReferenceTests.swift",
        "FileFilterTests.swift",
        "FileInfoTests.swift",
        "FindProcessTests.swift",
        "GeneratedAssetSymbolTests.swift",
        "IntExtensionsTests.swift",
        "ResourceSearcherTests.swift",
        "SearchRuleTests.swift",
        "StringExtensionsTests.swift",
        "TestSupport.swift",
        "UsedStringSearcherTests.swift"
      ],
      "target_dependencies" : [
        "FengNiaoKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FengNiaoKit",
      "module_type" : "SwiftTarget",
      "name" : "FengNiaoKit",
      "path" : "Sources/FengNiaoKit",
      "product_dependencies" : [
        "Rainbow",
        "PathKit"
      ],
      "product_memberships" : [
        "FengNiao",
        "FengNiaoKit"
      ],
      "sources" : [
        "ExtensionFindProcess.swift",
        "Extensions.swift",
        "FengNiao.swift",
        "FileSearchRule.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FengNiaoCLITests",
      "module_type" : "SwiftTarget",
      "name" : "FengNiaoCLITests",
      "path" : "Tests/FengNiaoCLITests",
      "sources" : [
        "CLIParsingTests.swift"
      ],
      "target_dependencies" : [
        "FengNiao"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FengNiao",
      "module_type" : "SwiftTarget",
      "name" : "FengNiao",
      "path" : "Sources/FengNiao",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "FengNiao"
      ],
      "sources" : [
        "CLI.swift",
        "CommandPrompt.swift"
      ],
      "target_dependencies" : [
        "FengNiaoKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[3/13] Write FengNiao-entitlement.plist
[4/13] Write sources
[9/13] Write swift-version-2F0A5646E1D333AE.txt
[11/28] Emitting module ArgumentParserToolInfo
[12/28] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/75] Compiling Rainbow Style.swift
[14/75] Compiling Rainbow StringGenerator.swift
[15/76] Compiling Rainbow Color.swift
[16/76] Compiling Rainbow XcodeColorsSupport.swift
[17/76] Emitting module ArgumentParser
[18/81] Compiling ArgumentParser InputKey.swift
[19/81] Compiling ArgumentParser InputOrigin.swift
[20/81] Compiling ArgumentParser Name.swift
[21/81] Compiling ArgumentParser Parsed.swift
[22/81] Compiling ArgumentParser ParsedValues.swift
[23/81] Compiling ArgumentParser CodingKeyValidator.swift
[24/81] Compiling ArgumentParser NonsenseFlagsValidator.swift
[25/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/81] Compiling ArgumentParser PositionalArgumentsValidator.swift
[27/81] Compiling ArgumentParser UniqueNamesValidator.swift
[28/81] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/81] Compiling ArgumentParser CompletionsGenerator.swift
[30/81] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/81] Compiling ArgumentParser Argument.swift
[33/81] Compiling ArgumentParser ArgumentDiscussion.swift
[34/81] Emitting module Rainbow
[37/81] Compiling Rainbow String+Rainbow.swift
[38/81] Compiling Rainbow ModesExtractor.swift
[39/81] Compiling Rainbow OutputTarget.swift
[40/81] Compiling Rainbow Rainbow.swift
[41/81] Compiling Rainbow ControlCode.swift
[42/81] Emitting module PathKit
[43/81] Compiling PathKit PathKit.swift
[44/81] Compiling ArgumentParser ParserError.swift
[45/81] Compiling ArgumentParser SplitArguments.swift
[46/81] Compiling ArgumentParser DumpHelpGenerator.swift
[47/81] Compiling ArgumentParser HelpCommand.swift
[48/81] Compiling ArgumentParser HelpGenerator.swift
[49/81] Compiling ArgumentParser NameSpecification.swift
[50/81] Compiling ArgumentParser Option.swift
[51/81] Compiling ArgumentParser OptionGroup.swift
[52/81] Compiling ArgumentParser ParentCommand.swift
[53/81] Compiling ArgumentParser AsyncParsableCommand.swift
[54/81] Compiling ArgumentParser ParsableCommand.swift
[55/81] Compiling ArgumentParser ArgumentDecoder.swift
[56/81] Compiling ArgumentParser ArgumentDefinition.swift
[57/81] Compiling ArgumentParser ArgumentSet.swift
[58/81] Compiling ArgumentParser CommandParser.swift
[59/86] Compiling ArgumentParser ArgumentHelp.swift
[60/86] Compiling ArgumentParser ArgumentVisibility.swift
[61/86] Compiling ArgumentParser CompletionKind.swift
[62/86] Compiling ArgumentParser Errors.swift
[63/86] Compiling ArgumentParser Flag.swift
[64/86] Compiling ArgumentParser Platform.swift
[65/86] Compiling ArgumentParser SequenceExtensions.swift
[66/86] Compiling ArgumentParser StringExtensions.swift
[67/86] Compiling ArgumentParser SwiftExtensions.swift
[68/86] Compiling ArgumentParser Tree.swift
[69/86] Compiling ArgumentParser CommandConfiguration.swift
[70/86] Compiling ArgumentParser CommandGroup.swift
[71/86] Compiling ArgumentParser EnumerableFlag.swift
[72/86] Compiling ArgumentParser ExpressibleByArgument.swift
[73/86] Compiling ArgumentParser ParsableArguments.swift
[74/86] Compiling ArgumentParser MessageInfo.swift
[75/86] Compiling ArgumentParser UsageGenerator.swift
[76/86] Compiling ArgumentParser CollectionExtensions.swift
[77/86] Compiling ArgumentParser Foundation.swift
[78/86] Compiling ArgumentParser Mutex.swift
[79/86] Compiling FengNiaoKit FileSearchRule.swift
[80/86] Compiling FengNiaoKit Extensions.swift
[81/86] Compiling FengNiaoKit FengNiao.swift
[82/86] Compiling FengNiaoKit ExtensionFindProcess.swift
[83/86] Emitting module FengNiaoKit
[84/89] Compiling FengNiao CommandPrompt.swift
[85/89] Compiling FengNiao CLI.swift
[86/89] Emitting module FengNiao
[86/89] Write Objects.LinkFileList
[87/89] Linking FengNiao
[88/89] Applying FengNiao
Build complete! (22.92s)
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/1452] Fetching pathkit
[190/2894] Fetching pathkit, rainbow
Fetched https://github.com/onevcat/Rainbow.git from cache (0.93s)
Fetched https://github.com/kylef/PathKit.git from cache (0.93s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.48s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.46s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.97s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (3.26s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (2.23s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.53s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "FengNiao",
  "name" : "FengNiao",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "FengNiao",
      "targets" : [
        "FengNiao"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FengNiaoKit",
      "targets" : [
        "FengNiaoKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FengNiaoKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FengNiaoKitTests",
      "path" : "Tests/FengNiaoKitTests",
      "sources" : [
        "DeleteFilesTests.swift",
        "DeleteReferenceTests.swift",
        "FileFilterTests.swift",
        "FileInfoTests.swift",
        "FindProcessTests.swift",
        "GeneratedAssetSymbolTests.swift",
        "IntExtensionsTests.swift",
        "ResourceSearcherTests.swift",
        "SearchRuleTests.swift",
        "StringExtensionsTests.swift",
        "TestSupport.swift",
        "UsedStringSearcherTests.swift"
      ],
      "target_dependencies" : [
        "FengNiaoKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FengNiaoKit",
      "module_type" : "SwiftTarget",
      "name" : "FengNiaoKit",
      "path" : "Sources/FengNiaoKit",
      "product_dependencies" : [
        "Rainbow",
        "PathKit"
      ],
      "product_memberships" : [
        "FengNiao",
        "FengNiaoKit"
      ],
      "sources" : [
        "ExtensionFindProcess.swift",
        "Extensions.swift",
        "FengNiao.swift",
        "FileSearchRule.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FengNiaoCLITests",
      "module_type" : "SwiftTarget",
      "name" : "FengNiaoCLITests",
      "path" : "Tests/FengNiaoCLITests",
      "sources" : [
        "CLIParsingTests.swift"
      ],
      "target_dependencies" : [
        "FengNiao"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FengNiao",
      "module_type" : "SwiftTarget",
      "name" : "FengNiao",
      "path" : "Sources/FengNiao",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "FengNiao"
      ],
      "sources" : [
        "CLI.swift",
        "CommandPrompt.swift"
      ],
      "target_dependencies" : [
        "FengNiaoKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.