The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LicensePlist, reference main (a4db9d), with Swift 6.1 for macOS (SPM) on 30 Apr 2026 14:45:42 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/mono0926/LicensePlist.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mono0926/LicensePlist
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a4db9d6 build: upgrade LicensePlist binary to version 3.27.7
Cloned https://github.com/mono0926/LicensePlist.git
Revision (git rev-parse @):
a4db9d6ba31a5d4b38f238a400be6c36cc26711a
SUCCESS checkout https://github.com/mono0926/LicensePlist.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mono0926/LicensePlist.git
https://github.com/mono0926/LicensePlist.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "apikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ishkawa/APIKit.git"
    },
    {
      "identity" : "heliumlogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/HeliumLogger.git"
    },
    {
      "identity" : "swift-html-entities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/swift-html-entities.git"
    },
    {
      "identity" : "swiftparamtest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/YusukeHosonuma/SwiftParamTest"
    },
    {
      "identity" : "xcodeedit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.9.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomlokhorst/XcodeEdit.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.2",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "LicensePlist",
  "name" : "LicensePlist",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "license-plist",
      "targets" : [
        "LicensePlist"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LicensePlistCore",
      "targets" : [
        "LicensePlistCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LicensePlistBuildTool",
      "targets" : [
        "LicensePlistBuildTool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "GenerateAcknowledgementsCommand",
      "targets" : [
        "GenerateAcknowledgementsCommand"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "AddAcknowledgementsCopyScriptCommand",
      "targets" : [
        "AddAcknowledgementsCopyScriptCommand"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LicensePlistTests",
      "module_type" : "SwiftTarget",
      "name" : "LicensePlistTests",
      "path" : "Tests/LicensePlistTests",
      "product_dependencies" : [
        "SwiftParamTest"
      ],
      "sources" : [
        "AutoColorModeTests.swift",
        "Entity/CocoaPodsTests.swift",
        "Entity/ConfigTests.swift",
        "Entity/ExcludeTests.swift",
        "Entity/FileReader/SwiftPackageFileReaderTests.swift",
        "Entity/FileReader/XcodeProjectFileReaderTests.swift",
        "Entity/FileReader/XcodeWorkspaceFileReaderTests.swift",
        "Entity/GitHubLibraryConfigFileTests.swift",
        "Entity/GitHubLibraryConfigFileTypeTests.swift",
        "Entity/GitHubLicense.collectorTests.swift",
        "Entity/GitHubTests.swift",
        "Entity/LicensePlistHolderTests.swift",
        "Entity/LicenseTests.swift",
        "Entity/PlistInfoTests.swift",
        "Entity/PlistInfoWithSourcePackagesTests.swift",
        "Entity/SwiftPackageManagerTests.swift",
        "Entity/VersionInfoTests.swift",
        "EnvironmentTests.swift",
        "Extension/URL.extensionTests.swift",
        "GitHubClient/RepoRequestsTests.swift",
        "GitHubClient/SearchRequestsTests.swift",
        "ResultOperationTests.swift",
        "TestUtil.swift"
      ],
      "target_dependencies" : [
        "LicensePlistCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LicensePlistCore",
      "module_type" : "SwiftTarget",
      "name" : "LicensePlistCore",
      "path" : "Sources/LicensePlistCore",
      "product_dependencies" : [
        "APIKit",
        "HeliumLogger",
        "HTMLEntities",
        "Yams"
      ],
      "product_memberships" : [
        "license-plist",
        "LicensePlistCore"
      ],
      "sources" : [
        "AutoColorMode.swift",
        "Consts.swift",
        "Entity/CocoaPods.swift",
        "Entity/CocoaPodsLicense.swift",
        "Entity/Config.swift",
        "Entity/Exclude.swift",
        "Entity/FileReader/FileReader.swift",
        "Entity/FileReader/SwiftPackageFileReader.swift",
        "Entity/FileReader/XcodeProjectFileReader.swift",
        "Entity/FileReader/XcodeWorkspaceFileReader.swift",
        "Entity/GeneralOptions.swift",
        "Entity/GitHub.swift",
        "Entity/GitHubLibraryConfigFile.swift",
        "Entity/GitHubLicense.swift",
        "Entity/HasName.swift",
        "Entity/Library.swift",
        "Entity/License.swift",
        "Entity/LicenseCSVHolder.swift",
        "Entity/LicenseHTMLHolder.swift",
        "Entity/LicenseMarkdownHolder.swift",
        "Entity/LicensePlistHolder.swift",
        "Entity/LicenseType.swift",
        "Entity/Manual.swift",
        "Entity/ManualLicense.swift",
        "Entity/Options.swift",
        "Entity/PlistInfo.swift",
        "Entity/SwiftPackage.swift",
        "Entity/VersionInfo.swift",
        "Environment.swift",
        "Extension/APIKit.extension.swift",
        "Extension/Extensions.swift",
        "Extension/Optional.extension.swift",
        "Extension/String.extension.swift",
        "Extension/URL.extension.swift",
        "GitHubClient/GitHubRequest.swift",
        "GitHubClient/RepoRequests.swift",
        "GitHubClient/SearchRequests.swift",
        "LicensePlist.swift",
        "Logger.swift",
        "ResultOperation.swift",
        "Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LicensePlistBuildTool",
      "module_type" : "PluginTarget",
      "name" : "LicensePlistBuildTool",
      "path" : "Plugins/LicensePlistBuildTool",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "LicensePlistBuildTool"
      ],
      "sources" : [
        "LicensePlistBuildTool.swift"
      ],
      "target_dependencies" : [
        "LicensePlistBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "LicensePlistBinary",
      "module_type" : "BinaryTarget",
      "name" : "LicensePlistBinary",
      "path" : "remote/archive/LicensePlistBinary-macos.artifactbundle.zip",
      "product_memberships" : [
        "LicensePlistBuildTool",
        "GenerateAcknowledgementsCommand",
        "AddAcknowledgementsCopyScriptCommand"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "LicensePlist",
      "module_type" : "SwiftTarget",
      "name" : "LicensePlist",
      "path" : "Sources/LicensePlist",
      "product_dependencies" : [
        "ArgumentParser",
        "HeliumLogger",
        "XcodeEdit"
      ],
      "product_memberships" : [
        "license-plist"
      ],
      "sources" : [
        "AddAcknowledgementsCopyScriptCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "LicensePlistCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GenerateAcknowledgementsCommand",
      "module_type" : "PluginTarget",
      "name" : "GenerateAcknowledgementsCommand",
      "path" : "Plugins/GenerateAcknowledgementsCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "LicensePlist generates acknowledgements",
          "type" : "custom",
          "verb" : "license-plist"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "LicensePlist generates acknowledgements inside the project directory",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "GenerateAcknowledgementsCommand"
      ],
      "sources" : [
        "GenerateAcknowledgementsCommand.swift"
      ],
      "target_dependencies" : [
        "LicensePlistBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "AddAcknowledgementsCopyScriptCommand",
      "module_type" : "PluginTarget",
      "name" : "AddAcknowledgementsCopyScriptCommand",
      "path" : "Plugins/AddAcknowledgementsCopyScriptCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "LicensePlist adds a copy script to build phases",
          "type" : "custom",
          "verb" : "license-plist-add-copy-script"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "LicensePlist updates project file",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "AddAcknowledgementsCopyScriptCommand"
      ],
      "sources" : [
        "AddAcknowledgementsCopyScriptCommand.swift"
      ],
      "target_dependencies" : [
        "LicensePlistBinary"
      ],
      "type" : "plugin"
    }
  ],
  "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 AddAcknowledgementsCopyScriptCommand
[2/2] Compiling plugin GenerateAcknowledgementsCommand
[3/3] Compiling plugin LicensePlistBuildTool
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/27] Write sources
[12/27] Write license-plist-entitlement.plist
[12/27] Write sources
[17/27] Write swift-version-2F0A5646E1D333AE.txt
[18/49] Compiling reader.c
[19/49] Compiling writer.c
[20/49] Compiling emitter.c
[21/49] Compiling parser.c
[22/49] Compiling scanner.c
[23/72] Compiling api.c
[25/92] Compiling HTMLEntities Utilities.swift
[26/92] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/92] Emitting module ArgumentParserToolInfo
[28/139] Compiling Logging MetadataProvider.swift
[29/139] Emitting module Logging
[30/139] Compiling Logging LogEvent.swift
[31/139] Compiling Logging LogHandler.swift
[32/139] Compiling Logging Locks.swift
[33/139] Compiling Logging Logging.swift
[34/141] Compiling HTMLEntities String+HTMLEntities.swift
[35/141] Compiling HTMLEntities ParseError.swift
[36/141] Emitting module HTMLEntities
[37/141] Compiling HTMLEntities Constants.swift
[38/141] Emitting module APIKit
[39/143] Compiling ArgumentParser ArgumentHelp.swift
[40/143] Compiling ArgumentParser ArgumentVisibility.swift
[41/143] Compiling ArgumentParser CompletionKind.swift
[42/143] Compiling ArgumentParser Errors.swift
[43/143] Compiling ArgumentParser Flag.swift
[44/148] Emitting module ArgumentParser
[45/148] Compiling ArgumentParser Platform.swift
[46/148] Compiling ArgumentParser SequenceExtensions.swift
[47/148] Compiling ArgumentParser StringExtensions.swift
[48/148] Compiling ArgumentParser SwiftExtensions.swift
[49/148] Compiling ArgumentParser Tree.swift
[50/148] Compiling ArgumentParser NameSpecification.swift
[51/148] Compiling ArgumentParser Option.swift
[52/148] Compiling ArgumentParser OptionGroup.swift
[53/148] Compiling ArgumentParser ParentCommand.swift
[54/148] Compiling ArgumentParser AsyncParsableCommand.swift
[55/148] Emitting module Yams
[56/150] Compiling ArgumentParser CodingKeyValidator.swift
[57/150] Compiling ArgumentParser NonsenseFlagsValidator.swift
[58/150] Compiling ArgumentParser ParsableArgumentsValidation.swift
[59/150] Compiling ArgumentParser PositionalArgumentsValidator.swift
[60/150] Compiling ArgumentParser UniqueNamesValidator.swift
[61/150] Compiling ArgumentParser BashCompletionsGenerator.swift
[62/150] Compiling ArgumentParser CompletionsGenerator.swift
[63/150] Compiling ArgumentParser FishCompletionsGenerator.swift
[64/150] Compiling ArgumentParser ZshCompletionsGenerator.swift
[65/150] Compiling ArgumentParser Argument.swift
[66/150] Compiling ArgumentParser ArgumentDiscussion.swift
[67/150] Compiling Yams YamlTagProviding.swift
[68/150] Compiling ArgumentParser InputOrigin.swift
[69/150] Compiling APIKit URLSessionAdapter.swift
[70/150] Compiling APIKit Unavailable.swift
[71/150] Compiling ArgumentParser ParsedValues.swift
[72/150] Compiling ArgumentParser CommandConfiguration.swift
[73/150] Compiling ArgumentParser CommandGroup.swift
[74/150] Compiling ArgumentParser EnumerableFlag.swift
[75/150] Compiling ArgumentParser ExpressibleByArgument.swift
[76/150] Compiling ArgumentParser ParsableArguments.swift
[77/150] Compiling ArgumentParser ParserError.swift
[78/150] Compiling ArgumentParser SplitArguments.swift
[79/150] Compiling ArgumentParser DumpHelpGenerator.swift
[80/150] Compiling ArgumentParser HelpCommand.swift
[81/150] Compiling ArgumentParser HelpGenerator.swift
[86/150] Compiling XcodeEdit Serialization.swift
[87/150] Emitting module LoggerAPI
[88/150] Compiling LoggerAPI Logger.swift
[89/150] Compiling XcodeEdit PBXObject+Fields.swift
[90/150] Compiling XcodeEdit PBXObject.swift
[91/150] Compiling XcodeEdit XCProjectFile+Rswift.swift
[92/150] Compiling XcodeEdit XCProjectFile.swift
[93/150] Emitting module XcodeEdit
[94/150] Compiling XcodeEdit AllObjects.swift
[95/150] Compiling XcodeEdit Extensions.swift
[96/150] Compiling XcodeEdit PBXIdentifier.swift
[98/150] Compiling ArgumentParser MessageInfo.swift
[99/150] Compiling ArgumentParser UsageGenerator.swift
[100/150] Compiling ArgumentParser CollectionExtensions.swift
[106/150] Compiling ArgumentParser Foundation.swift
[107/150] Compiling Yams YamlError.swift
[111/150] Compiling ArgumentParser ParsableCommand.swift
[112/150] Compiling ArgumentParser ArgumentDecoder.swift
[113/150] Compiling ArgumentParser ArgumentDefinition.swift
[114/150] Compiling ArgumentParser ArgumentSet.swift
[115/150] Compiling ArgumentParser CommandParser.swift
[148/154] Compiling HeliumLogger HeliumLogger.swift
[149/154] Compiling HeliumLogger HeliumStreamLogger.swift
[150/154] Compiling HeliumLogger HeliumLogHandler.swift
[151/154] Emitting module HeliumLogger
[152/192] Emitting module LicensePlistCore
[153/196] Compiling LicensePlistCore Exclude.swift
[154/196] Compiling LicensePlistCore FileReader.swift
[155/196] Compiling LicensePlistCore SwiftPackageFileReader.swift
[156/196] Compiling LicensePlistCore XcodeProjectFileReader.swift
[157/196] Compiling LicensePlistCore APIKit.extension.swift
[158/196] Compiling LicensePlistCore Extensions.swift
[159/196] Compiling LicensePlistCore Optional.extension.swift
[160/196] Compiling LicensePlistCore String.extension.swift
[161/196] Compiling LicensePlistCore LicensePlist.swift
[162/196] Compiling LicensePlistCore Logger.swift
[163/196] Compiling LicensePlistCore ResultOperation.swift
[164/196] Compiling LicensePlistCore Shell.swift
[165/196] Compiling LicensePlistCore AutoColorMode.swift
[166/196] Compiling LicensePlistCore Consts.swift
[167/196] Compiling LicensePlistCore CocoaPods.swift
[168/196] Compiling LicensePlistCore CocoaPodsLicense.swift
[169/196] Compiling LicensePlistCore Config.swift
[170/196] Compiling LicensePlistCore LicenseCSVHolder.swift
[171/196] Compiling LicensePlistCore LicenseHTMLHolder.swift
[172/196] Compiling LicensePlistCore LicenseMarkdownHolder.swift
[173/196] Compiling LicensePlistCore LicensePlistHolder.swift
[174/196] Compiling LicensePlistCore PlistInfo.swift
[175/196] Compiling LicensePlistCore SwiftPackage.swift
[176/196] Compiling LicensePlistCore VersionInfo.swift
[177/196] Compiling LicensePlistCore Environment.swift
[178/196] Compiling LicensePlistCore LicenseType.swift
[179/196] Compiling LicensePlistCore Manual.swift
[180/196] Compiling LicensePlistCore ManualLicense.swift
[181/196] Compiling LicensePlistCore Options.swift
[182/196] Compiling LicensePlistCore GitHubLicense.swift
[183/196] Compiling LicensePlistCore HasName.swift
[184/196] Compiling LicensePlistCore Library.swift
[185/196] Compiling LicensePlistCore License.swift
[186/196] Compiling LicensePlistCore URL.extension.swift
[187/196] Compiling LicensePlistCore GitHubRequest.swift
[188/196] Compiling LicensePlistCore RepoRequests.swift
[189/196] Compiling LicensePlistCore SearchRequests.swift
[190/196] Compiling LicensePlistCore XcodeWorkspaceFileReader.swift
[191/196] Compiling LicensePlistCore GeneralOptions.swift
[192/196] Compiling LicensePlistCore GitHub.swift
[193/196] Compiling LicensePlistCore GitHubLibraryConfigFile.swift
[194/199] Compiling LicensePlist AddAcknowledgementsCopyScriptCommand.swift
[195/199] Emitting module LicensePlist
[196/199] Compiling LicensePlist main.swift
/Users/admin/builder/spi-builder-workspace/Sources/LicensePlist/main.swift:15:17: warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
 13 | extension CompletionKind {
 14 |     static var empty: CompletionKind {
 15 |         return .custom { _ in return [] }
    |                 `- warning: 'custom' is deprecated: Provide a three-parameter closure instead. See custom(@Sendable @escaping ([String], Int, String) -> [String]).
 16 |     }
 17 | }
[196/199] Write Objects.LinkFileList
[197/199] Linking license-plist
[198/199] Applying license-plist
Build complete! (35.38s)
Fetching https://github.com/tomlokhorst/XcodeEdit.git
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetching https://github.com/Kitura/HeliumLogger.git
Fetching https://github.com/YusukeHosonuma/SwiftParamTest
Fetching https://github.com/Kitura/swift-html-entities.git
Fetching https://github.com/ishkawa/APIKit.git
[1/663] Fetching swift-html-entities
[21/1916] Fetching swift-html-entities, xcodeedit
[164/3183] Fetching swift-html-entities, xcodeedit, heliumlogger
[531/3995] Fetching swift-html-entities, xcodeedit, heliumlogger, swiftparamtest
[613/9560] Fetching swift-html-entities, xcodeedit, heliumlogger, swiftparamtest, apikit
Fetched https://github.com/Kitura/HeliumLogger.git from cache (1.24s)
Fetched https://github.com/YusukeHosonuma/SwiftParamTest from cache (1.24s)
Fetched https://github.com/ishkawa/APIKit.git from cache (1.24s)
Fetched https://github.com/Kitura/swift-html-entities.git from cache (1.24s)
Fetched https://github.com/tomlokhorst/XcodeEdit.git from cache (1.28s)
Fetched https://github.com/jpsim/Yams.git from cache (1.30s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.37s)
Computing version for https://github.com/Kitura/swift-html-entities.git
Computed https://github.com/Kitura/swift-html-entities.git at 4.0.1 (5.42s)
Computing version for https://github.com/Kitura/HeliumLogger.git
Computed https://github.com/Kitura/HeliumLogger.git at 2.0.0 (0.59s)
Fetching https://github.com/Kitura/LoggerAPI.git
Fetching https://github.com/apple/swift-log.git from cache
[1/771] Fetching loggerapi
Fetched https://github.com/apple/swift-log.git from cache (1.18s)
Fetched https://github.com/Kitura/LoggerAPI.git from cache (1.21s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.83s)
Computing version for https://github.com/ishkawa/APIKit.git
Computed https://github.com/ishkawa/APIKit.git at 5.4.0 (0.59s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (0.50s)
Computing version for https://github.com/YusukeHosonuma/SwiftParamTest
Computed https://github.com/YusukeHosonuma/SwiftParamTest at 2.2.1 (0.59s)
Fetching https://github.com/YusukeHosonuma/SHList.git
Fetching https://github.com/YusukeHosonuma/Flatten.git
[1/146] Fetching flatten
Fetched https://github.com/YusukeHosonuma/Flatten.git from cache (0.61s)
[1/68] Fetching shlist
Fetched https://github.com/YusukeHosonuma/SHList.git from cache (0.75s)
Computing version for https://github.com/YusukeHosonuma/SHList.git
Computed https://github.com/YusukeHosonuma/SHList.git at 0.1.0 (1.36s)
Computing version for https://github.com/YusukeHosonuma/Flatten.git
Computed https://github.com/YusukeHosonuma/Flatten.git at 0.1.0 (0.58s)
Computing version for https://github.com/tomlokhorst/XcodeEdit.git
Computed https://github.com/tomlokhorst/XcodeEdit.git at 2.13.0 (0.58s)
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)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.50s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.0
Creating working copy for https://github.com/ishkawa/APIKit.git
Working copy of https://github.com/ishkawa/APIKit.git resolved at 5.4.0
Creating working copy for https://github.com/tomlokhorst/XcodeEdit.git
Working copy of https://github.com/tomlokhorst/XcodeEdit.git resolved at 2.13.0
Creating working copy for https://github.com/Kitura/swift-html-entities.git
Working copy of https://github.com/Kitura/swift-html-entities.git resolved at 4.0.1
Creating working copy for https://github.com/Kitura/HeliumLogger.git
Working copy of https://github.com/Kitura/HeliumLogger.git resolved at 2.0.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/YusukeHosonuma/SHList.git
Working copy of https://github.com/YusukeHosonuma/SHList.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/YusukeHosonuma/Flatten.git
Working copy of https://github.com/YusukeHosonuma/Flatten.git resolved at 0.1.0
Creating working copy for https://github.com/YusukeHosonuma/SwiftParamTest
Working copy of https://github.com/YusukeHosonuma/SwiftParamTest resolved at 2.2.1
Downloading binary artifact https://github.com/mono0926/LicensePlist/releases/download/3.27.7/LicensePlistBinary-macos.artifactbundle.zip
[2168/2381911] Downloading https://github.com/mono0926/LicensePlist/releases/download/3.27.7/LicensePlistBinary-macos.artifactbundle.zip
Downloaded https://github.com/mono0926/LicensePlist/releases/download/3.27.7/LicensePlistBinary-macos.artifactbundle.zip (0.76s)
warning: 'apikit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/APIKit/Sources/APIKit/Info.plist
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "apikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ishkawa/APIKit.git"
    },
    {
      "identity" : "heliumlogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/HeliumLogger.git"
    },
    {
      "identity" : "swift-html-entities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/swift-html-entities.git"
    },
    {
      "identity" : "swiftparamtest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/YusukeHosonuma/SwiftParamTest"
    },
    {
      "identity" : "xcodeedit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.9.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomlokhorst/XcodeEdit.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.2",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "LicensePlist",
  "name" : "LicensePlist",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "license-plist",
      "targets" : [
        "LicensePlist"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LicensePlistCore",
      "targets" : [
        "LicensePlistCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LicensePlistBuildTool",
      "targets" : [
        "LicensePlistBuildTool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "GenerateAcknowledgementsCommand",
      "targets" : [
        "GenerateAcknowledgementsCommand"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "AddAcknowledgementsCopyScriptCommand",
      "targets" : [
        "AddAcknowledgementsCopyScriptCommand"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LicensePlistTests",
      "module_type" : "SwiftTarget",
      "name" : "LicensePlistTests",
      "path" : "Tests/LicensePlistTests",
      "product_dependencies" : [
        "SwiftParamTest"
      ],
      "sources" : [
        "AutoColorModeTests.swift",
        "Entity/CocoaPodsTests.swift",
        "Entity/ConfigTests.swift",
        "Entity/ExcludeTests.swift",
        "Entity/FileReader/SwiftPackageFileReaderTests.swift",
        "Entity/FileReader/XcodeProjectFileReaderTests.swift",
        "Entity/FileReader/XcodeWorkspaceFileReaderTests.swift",
        "Entity/GitHubLibraryConfigFileTests.swift",
        "Entity/GitHubLibraryConfigFileTypeTests.swift",
        "Entity/GitHubLicense.collectorTests.swift",
        "Entity/GitHubTests.swift",
        "Entity/LicensePlistHolderTests.swift",
        "Entity/LicenseTests.swift",
        "Entity/PlistInfoTests.swift",
        "Entity/PlistInfoWithSourcePackagesTests.swift",
        "Entity/SwiftPackageManagerTests.swift",
        "Entity/VersionInfoTests.swift",
        "EnvironmentTests.swift",
        "Extension/URL.extensionTests.swift",
        "GitHubClient/RepoRequestsTests.swift",
        "GitHubClient/SearchRequestsTests.swift",
        "ResultOperationTests.swift",
        "TestUtil.swift"
      ],
      "target_dependencies" : [
        "LicensePlistCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LicensePlistCore",
      "module_type" : "SwiftTarget",
      "name" : "LicensePlistCore",
      "path" : "Sources/LicensePlistCore",
      "product_dependencies" : [
        "APIKit",
        "HeliumLogger",
        "HTMLEntities",
        "Yams"
      ],
      "product_memberships" : [
        "license-plist",
        "LicensePlistCore"
      ],
      "sources" : [
        "AutoColorMode.swift",
        "Consts.swift",
        "Entity/CocoaPods.swift",
        "Entity/CocoaPodsLicense.swift",
        "Entity/Config.swift",
        "Entity/Exclude.swift",
        "Entity/FileReader/FileReader.swift",
        "Entity/FileReader/SwiftPackageFileReader.swift",
        "Entity/FileReader/XcodeProjectFileReader.swift",
        "Entity/FileReader/XcodeWorkspaceFileReader.swift",
        "Entity/GeneralOptions.swift",
        "Entity/GitHub.swift",
        "Entity/GitHubLibraryConfigFile.swift",
        "Entity/GitHubLicense.swift",
        "Entity/HasName.swift",
        "Entity/Library.swift",
        "Entity/License.swift",
        "Entity/LicenseCSVHolder.swift",
        "Entity/LicenseHTMLHolder.swift",
        "Entity/LicenseMarkdownHolder.swift",
        "Entity/LicensePlistHolder.swift",
        "Entity/LicenseType.swift",
        "Entity/Manual.swift",
        "Entity/ManualLicense.swift",
        "Entity/Options.swift",
        "Entity/PlistInfo.swift",
        "Entity/SwiftPackage.swift",
        "Entity/VersionInfo.swift",
        "Environment.swift",
        "Extension/APIKit.extension.swift",
        "Extension/Extensions.swift",
        "Extension/Optional.extension.swift",
        "Extension/String.extension.swift",
        "Extension/URL.extension.swift",
        "GitHubClient/GitHubRequest.swift",
        "GitHubClient/RepoRequests.swift",
        "GitHubClient/SearchRequests.swift",
        "LicensePlist.swift",
        "Logger.swift",
        "ResultOperation.swift",
        "Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LicensePlistBuildTool",
      "module_type" : "PluginTarget",
      "name" : "LicensePlistBuildTool",
      "path" : "Plugins/LicensePlistBuildTool",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "LicensePlistBuildTool"
      ],
      "sources" : [
        "LicensePlistBuildTool.swift"
      ],
      "target_dependencies" : [
        "LicensePlistBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "LicensePlistBinary",
      "module_type" : "BinaryTarget",
      "name" : "LicensePlistBinary",
      "path" : "remote/archive/LicensePlistBinary-macos.artifactbundle.zip",
      "product_memberships" : [
        "LicensePlistBuildTool",
        "GenerateAcknowledgementsCommand",
        "AddAcknowledgementsCopyScriptCommand"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "LicensePlist",
      "module_type" : "SwiftTarget",
      "name" : "LicensePlist",
      "path" : "Sources/LicensePlist",
      "product_dependencies" : [
        "ArgumentParser",
        "HeliumLogger",
        "XcodeEdit"
      ],
      "product_memberships" : [
        "license-plist"
      ],
      "sources" : [
        "AddAcknowledgementsCopyScriptCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "LicensePlistCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GenerateAcknowledgementsCommand",
      "module_type" : "PluginTarget",
      "name" : "GenerateAcknowledgementsCommand",
      "path" : "Plugins/GenerateAcknowledgementsCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "LicensePlist generates acknowledgements",
          "type" : "custom",
          "verb" : "license-plist"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "LicensePlist generates acknowledgements inside the project directory",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "GenerateAcknowledgementsCommand"
      ],
      "sources" : [
        "GenerateAcknowledgementsCommand.swift"
      ],
      "target_dependencies" : [
        "LicensePlistBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "AddAcknowledgementsCopyScriptCommand",
      "module_type" : "PluginTarget",
      "name" : "AddAcknowledgementsCopyScriptCommand",
      "path" : "Plugins/AddAcknowledgementsCopyScriptCommand",
      "plugin_capability" : {
        "intent" : {
          "description" : "LicensePlist adds a copy script to build phases",
          "type" : "custom",
          "verb" : "license-plist-add-copy-script"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "LicensePlist updates project file",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "AddAcknowledgementsCopyScriptCommand"
      ],
      "sources" : [
        "AddAcknowledgementsCopyScriptCommand.swift"
      ],
      "target_dependencies" : [
        "LicensePlistBinary"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Done.