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 SPX, reference trunk (64f6e0), with Swift 6.1 for Linux on 30 Apr 2025 18:38:03 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsincere/SPX.git
Reference: trunk
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/danielsincere/SPX
 * branch            trunk      -> FETCH_HEAD
 * [new branch]      trunk      -> origin/trunk
HEAD is now at 64f6e04 Release management (#11)
Cloned https://github.com/danielsincere/SPX.git
Revision (git rev-parse @):
64f6e04886f99b865b05dcd889490c91633d1435
SUCCESS checkout https://github.com/danielsincere/SPX.git at trunk
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danielsincere/SPX.git
https://github.com/danielsincere/SPX.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "sh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DanielSincere/Sh.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    }
  ],
  "manifest_display_name" : "SPX",
  "name" : "SPX",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "spx",
      "targets" : [
        "spx"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "GenerateTemplatesTool",
      "targets" : [
        "GenerateTemplatesTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "spx",
      "module_type" : "SwiftTarget",
      "name" : "spx",
      "path" : "Sources/spx",
      "product_memberships" : [
        "spx"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SPXLib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SPXTests",
      "module_type" : "SwiftTarget",
      "name" : "SPXTests",
      "path" : "Tests/SPXTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SPXTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AddCommandTests.swift",
        "BuildCommandTests.swift",
        "ExecCommandTests.swift",
        "ListCommandTests.swift",
        "support/FakeRunner.swift",
        "support/Fixtures.swift",
        "support/ParsingFakeRunner.swift"
      ],
      "target_dependencies" : [
        "SPXLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPXLib",
      "module_type" : "SwiftTarget",
      "name" : "SPXLib",
      "path" : "Sources/SPXLib",
      "product_dependencies" : [
        "Sh",
        "Rainbow"
      ],
      "product_memberships" : [
        "spx"
      ],
      "sources" : [
        "Announcer/Announcer.swift",
        "Announcer/LocalizedErrors/AddCommand.Errors.swift",
        "Announcer/LocalizedErrors/BuildCommand.Errors.swift",
        "Announcer/LocalizedErrors/ExecCommand.Errors.swift",
        "Announcer/LocalizedErrors/InitCommand.Errors.swift",
        "Announcer/LocalizedErrors/SwiftPackageDescription.Errors.swift",
        "Commands/AddCommand.swift",
        "Commands/BuildCommand.swift",
        "Commands/ExecCommand.swift",
        "Commands/HelpCommand.swift",
        "Commands/InitCommand.swift",
        "Commands/ListCommand.swift",
        "Commands/models/ScaffoldFile.swift",
        "Commands/models/SwiftPackageDescription.swift",
        "Runner/Runner.swift",
        "Runner/Running.swift",
        "SPX.swift",
        "version.swift"
      ],
      "target_dependencies" : [
        "GenerateTemplatesPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateTemplatesTool",
      "module_type" : "SwiftTarget",
      "name" : "GenerateTemplatesTool",
      "path" : "Sources/GenerateTemplatesTool",
      "product_dependencies" : [
        "ArgumentParser",
        "SystemPackage"
      ],
      "product_memberships" : [
        "spx",
        "GenerateTemplatesTool"
      ],
      "sources" : [
        "GenerateTemplatesTool.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GenerateTemplatesPlugin",
      "module_type" : "PluginTarget",
      "name" : "GenerateTemplatesPlugin",
      "path" : "Plugins/GenerateTemplatesPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "spx"
      ],
      "sources" : [
        "GenerateTemplatesPlugin.swift"
      ],
      "target_dependencies" : [
        "GenerateTemplatesTool"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/DanielSincere/Sh.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-system
[1/1196] Fetching rainbow
[1114/2055] Fetching rainbow, sh
[2045/6422] Fetching rainbow, sh, swift-system
[6412/21372] Fetching rainbow, sh, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.45s)
[2194/17005] Fetching rainbow, sh, swift-argument-parser
Fetched https://github.com/DanielSincere/Sh.git from cache (1.00s)
Fetched https://github.com/onevcat/Rainbow from cache (1.00s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.01s)
Computing version for https://github.com/DanielSincere/Sh.git
Computed https://github.com/DanielSincere/Sh.git at 1.3.0 (1.69s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.42s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.05s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.70s)
Creating working copy for https://github.com/DanielSincere/Sh.git
Working copy of https://github.com/DanielSincere/Sh.git resolved at 1.3.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.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.5.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
[0/12] Write sources
[4/12] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling CSystem shims.c
[7/42] Emitting module SystemPackage
[8/45] Compiling SystemPackage FilePathTempPosix.swift
[9/45] Compiling SystemPackage FilePathTempWindows.swift
[10/45] Compiling SystemPackage FilePathWindows.swift
[11/45] Compiling SystemPackage FilePermissions.swift
[12/45] Compiling SystemPackage MachPort.swift
[13/45] Compiling SystemPackage PlatformString.swift
[14/45] Compiling SystemPackage SystemString.swift
[15/45] Compiling SystemPackage Util+StringArray.swift
[16/45] Compiling SystemPackage Util.swift
[17/45] Compiling SystemPackage UtilConsumers.swift
[18/45] Emitting module ArgumentParserToolInfo
[19/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/46] Compiling SystemPackage FileOperations.swift
[21/46] Compiling SystemPackage FilePath.swift
[22/46] Compiling SystemPackage FilePathComponentView.swift
[23/46] Compiling SystemPackage FilePathComponents.swift
[25/46] Compiling SystemPackage Errno.swift
[26/46] Compiling SystemPackage ErrnoWindows.swift
[27/46] Compiling SystemPackage FileDescriptor.swift
[28/46] Compiling SystemPackage FileHelpers.swift
[28/46] Wrapping AST for ArgumentParserToolInfo for debugging
[30/84] Compiling ArgumentParser EnumerableFlag.swift
[31/84] Compiling ArgumentParser ArgumentDefinition.swift
[32/84] Compiling ArgumentParser ArgumentSet.swift
[33/84] Compiling ArgumentParser CommandParser.swift
[34/84] Compiling ArgumentParser InputKey.swift
[35/84] Compiling ArgumentParser InputOrigin.swift
[36/84] Compiling ArgumentParser Name.swift
[37/84] Compiling ArgumentParser Parsed.swift
[38/84] Compiling ArgumentParser OptionGroup.swift
[39/84] Compiling ArgumentParser AsyncParsableCommand.swift
[40/84] Compiling ArgumentParser CommandConfiguration.swift
[41/84] Compiling ArgumentParser CommandGroup.swift
[42/85] Wrapping AST for SystemPackage for debugging
[44/85] Emitting module ArgumentParser
[47/90] Compiling ArgumentParser ParsedValues.swift
[48/90] Compiling ArgumentParser ParserError.swift
[49/90] Compiling ArgumentParser SplitArguments.swift
[50/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/90] Compiling ArgumentParser CompletionsGenerator.swift
[52/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/90] Compiling ArgumentParser Argument.swift
[55/90] Compiling ArgumentParser ArgumentHelp.swift
[56/90] Compiling ArgumentParser CollectionExtensions.swift
[57/90] Compiling ArgumentParser Platform.swift
[58/90] Compiling ArgumentParser SequenceExtensions.swift
[59/90] Compiling ArgumentParser StringExtensions.swift
[60/90] Compiling ArgumentParser Tree.swift
[66/90] Compiling ArgumentParser ExpressibleByArgument.swift
[67/90] Compiling ArgumentParser ParsableArguments.swift
[68/90] Compiling ArgumentParser ParsableArgumentsValidation.swift
[69/90] Compiling ArgumentParser ParsableCommand.swift
[70/90] Compiling ArgumentParser ArgumentDecoder.swift
[76/90] Compiling ArgumentParser ArgumentVisibility.swift
[77/90] Compiling ArgumentParser CompletionKind.swift
[78/90] Compiling ArgumentParser Errors.swift
[79/90] Compiling ArgumentParser Flag.swift
[80/90] Compiling ArgumentParser NameSpecification.swift
[81/90] Compiling ArgumentParser Option.swift
[82/90] Compiling ArgumentParser DumpHelpGenerator.swift
[83/90] Compiling ArgumentParser HelpCommand.swift
[84/90] Compiling ArgumentParser HelpGenerator.swift
[85/90] Compiling ArgumentParser MessageInfo.swift
[86/90] Compiling ArgumentParser UsageGenerator.swift
[87/91] Wrapping AST for ArgumentParser for debugging
[89/93] Emitting module GenerateTemplatesTool
/host/spi-builder-workspace/Sources/GenerateTemplatesTool/GenerateTemplatesTool.swift:88:30: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 86 |         }
 87 |         do {
 88 |           let contents = try String(contentsOfFile: filePath.string)
    |                              `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 89 |           let name = filePath.lastComponent!
 90 |
[90/93] Compiling GenerateTemplatesTool GenerateTemplatesTool.swift
/host/spi-builder-workspace/Sources/GenerateTemplatesTool/GenerateTemplatesTool.swift:88:30: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 86 |         }
 87 |         do {
 88 |           let contents = try String(contentsOfFile: filePath.string)
    |                              `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 89 |           let name = filePath.lastComponent!
 90 |
[91/94] Wrapping AST for GenerateTemplatesTool for debugging
[92/94] Write Objects.LinkFileList
[93/94] Linking GenerateTemplatesTool-tool
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:8:40: warning: 'directory' is deprecated: renamed to 'directoryURL'
 6 |   func createBuildCommands(context: PackagePlugin.PluginContext, target: PackagePlugin.Target) async throws -> [PackagePlugin.Command] {
 7 |
 8 |     let templatesDir = context.package.directory.appending(subpath: "templates")
   |                                        |- warning: 'directory' is deprecated: renamed to 'directoryURL'
   |                                        `- note: use 'directoryURL' instead
 9 |     let enumerator = FileManager.default.enumerator(atPath: templatesDir.string)
10 |
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:8:50: warning: 'appending(subpath:)' is deprecated: Use `URL` type instead of `Path`.
 6 |   func createBuildCommands(context: PackagePlugin.PluginContext, target: PackagePlugin.Target) async throws -> [PackagePlugin.Command] {
 7 |
 8 |     let templatesDir = context.package.directory.appending(subpath: "templates")
   |                                                  `- warning: 'appending(subpath:)' is deprecated: Use `URL` type instead of `Path`.
 9 |     let enumerator = FileManager.default.enumerator(atPath: templatesDir.string)
10 |
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:9:74: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
 7 |
 8 |     let templatesDir = context.package.directory.appending(subpath: "templates")
 9 |     let enumerator = FileManager.default.enumerator(atPath: templatesDir.string)
   |                                                                          `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
10 |
11 |     let inputFiles = paths(fromEnumerator: enumerator!).map { path in
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:12:20: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
10 |
11 |     let inputFiles = paths(fromEnumerator: enumerator!).map { path in
12 |       templatesDir.appending(path)
   |                    `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
13 |     }
14 |
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:15:93: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
13 |     }
14 |
15 |     let templateDirNames = try FileManager.default.contentsOfDirectory(atPath: templatesDir.string)
   |                                                                                             `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
16 |
17 |     return [
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:18:8: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
16 |
17 |     return [
18 |       .buildCommand(
   |        `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
19 |         displayName: "GenerateTemplatesPlugin",
20 |         executable: try context.tool(named: "GenerateTemplatesTool").path,
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:20:70: warning: 'path' is deprecated: renamed to 'url'
18 |       .buildCommand(
19 |         displayName: "GenerateTemplatesPlugin",
20 |         executable: try context.tool(named: "GenerateTemplatesTool").path,
   |                                                                      |- warning: 'path' is deprecated: renamed to 'url'
   |                                                                      `- note: use 'url' instead
21 |         arguments: [
22 |           templatesDir.string,
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:22:24: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
20 |         executable: try context.tool(named: "GenerateTemplatesTool").path,
21 |         arguments: [
22 |           templatesDir.string,
   |                        `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
23 |           context.pluginWorkDirectory.string
24 |         ],
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:23:19: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
21 |         arguments: [
22 |           templatesDir.string,
23 |           context.pluginWorkDirectory.string
   |                   |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
   |                   `- note: use 'pluginWorkDirectoryURL' instead
24 |         ],
25 |         inputFiles: inputFiles,
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:23:39: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
21 |         arguments: [
22 |           templatesDir.string,
23 |           context.pluginWorkDirectory.string
   |                                       `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
24 |         ],
25 |         inputFiles: inputFiles,
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:27:19: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
25 |         inputFiles: inputFiles,
26 |         outputFiles: [
27 |           context.pluginWorkDirectory.appending("Templates.swift"),
   |                   |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
   |                   `- note: use 'pluginWorkDirectoryURL' instead
28 |         ] + templateDirNames.map({ templateName in
29 |           context.pluginWorkDirectory.appending("\(templateName)Template.swift")
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:27:39: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
25 |         inputFiles: inputFiles,
26 |         outputFiles: [
27 |           context.pluginWorkDirectory.appending("Templates.swift"),
   |                                       `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
28 |         ] + templateDirNames.map({ templateName in
29 |           context.pluginWorkDirectory.appending("\(templateName)Template.swift")
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:29:19: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
27 |           context.pluginWorkDirectory.appending("Templates.swift"),
28 |         ] + templateDirNames.map({ templateName in
29 |           context.pluginWorkDirectory.appending("\(templateName)Template.swift")
   |                   |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
   |                   `- note: use 'pluginWorkDirectoryURL' instead
30 |         })
31 |       ),
/host/spi-builder-workspace/Plugins/GenerateTemplatesPlugin/GenerateTemplatesPlugin.swift:29:39: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
27 |           context.pluginWorkDirectory.appending("Templates.swift"),
28 |         ] + templateDirNames.map({ templateName in
29 |           context.pluginWorkDirectory.appending("\(templateName)Template.swift")
   |                                       `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
30 |         })
31 |       ),
[1/1] Compiling plugin GenerateTemplatesPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/36] Write sources
[13/36] Compiling CSystem shims.c
[15/36] Write swift-version-24593BA9C3E375BF.txt
[17/79] Emitting module ArgumentParserToolInfo
[19/80] Compiling SystemPackage Backcompat.swift
[20/80] Compiling SystemPackage CInterop.swift
[21/80] Compiling SystemPackage Constants.swift
[22/80] Compiling SystemPackage Exports.swift
[23/83] Emitting module SystemPackage
[23/83] Wrapping AST for ArgumentParserToolInfo for debugging
[25/84] Emitting module SystemPackage
[27/84] Compiling SystemPackage FilePathTempPosix.swift
[28/84] Compiling SystemPackage FilePathTempWindows.swift
[29/84] Compiling SystemPackage FilePathWindows.swift
[30/84] Compiling SystemPackage FilePermissions.swift
[31/84] Compiling SystemPackage Mocking.swift
[32/84] Compiling SystemPackage RawBuffer.swift
[33/84] Compiling SystemPackage Syscalls.swift
[34/84] Compiling SystemPackage WindowsSyscallAdapters.swift
[35/84] Compiling SystemPackage MachPort.swift
[36/84] Compiling SystemPackage PlatformString.swift
[37/84] Compiling SystemPackage SystemString.swift
[38/84] Compiling ArgumentParserToolInfo ToolInfo.swift
[39/84] Emitting module ArgumentParserToolInfo
[39/85] Wrapping AST for SystemPackage for debugging
[41/86] Compiling SystemPackage FilePathParsing.swift
[42/86] Compiling SystemPackage FilePathString.swift
[43/86] Compiling SystemPackage FilePathSyntax.swift
[44/86] Compiling SystemPackage FilePathTemp.swift
[46/86] Compiling SystemPackage Errno.swift
[47/86] Compiling SystemPackage ErrnoWindows.swift
[48/86] Compiling SystemPackage FileDescriptor.swift
[49/86] Compiling SystemPackage FileHelpers.swift
[50/86] Compiling SystemPackage FileOperations.swift
[51/86] Compiling SystemPackage FilePath.swift
[52/86] Compiling SystemPackage FilePathComponentView.swift
[53/86] Compiling SystemPackage FilePathComponents.swift
[54/86] Compiling SystemPackage Util+StringArray.swift
[55/86] Compiling SystemPackage Util.swift
[56/86] Compiling SystemPackage UtilConsumers.swift
[56/87] Wrapping AST for ArgumentParserToolInfo for debugging
[58/125] Wrapping AST for SystemPackage for debugging
[60/125] Emitting module ArgumentParser
[62/126] Compiling ArgumentParser OptionGroup.swift
[63/126] Compiling ArgumentParser AsyncParsableCommand.swift
[64/126] Compiling ArgumentParser CommandConfiguration.swift
[65/126] Compiling ArgumentParser CommandGroup.swift
[66/126] Compiling ArgumentParser EnumerableFlag.swift
[66/131] Wrapping AST for ArgumentParser for debugging
[68/132] Compiling Rainbow OutputTarget.swift
[69/133] Compiling Rainbow StringGenerator.swift
[70/133] Emitting module GenerateTemplatesTool
/host/spi-builder-workspace/Sources/GenerateTemplatesTool/GenerateTemplatesTool.swift:88:30: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 86 |         }
 87 |         do {
 88 |           let contents = try String(contentsOfFile: filePath.string)
    |                              `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 89 |           let name = filePath.lastComponent!
 90 |
[71/133] Compiling ArgumentParser Argument.swift
[72/133] Compiling ArgumentParser ArgumentHelp.swift
[73/134] Compiling Rainbow Style.swift
[75/134] Compiling Rainbow String+Rainbow.swift
[76/134] Compiling Rainbow Rainbow.swift
[77/134] Emitting module ArgumentParser
[78/134] Compiling ArgumentParser FishCompletionsGenerator.swift
[79/134] Compiling ArgumentParser ZshCompletionsGenerator.swift
[80/134] Emitting module Rainbow
[81/134] Compiling ArgumentParser BashCompletionsGenerator.swift
[82/134] Compiling ArgumentParser CompletionsGenerator.swift
[82/135] Wrapping AST for GenerateTemplatesTool for debugging
[83/135] Write Objects.LinkFileList
[85/149] Wrapping AST for Rainbow for debugging
[87/149] Compiling Sh Data.asJSON.swift
[88/149] Compiling Sh Data.asTrimmedString.swift
[89/149] Compiling Sh Process.init.swift
[90/149] Compiling Sh Process.runRedirectingAllOutput.swift
[91/149] Compiling Sh Process.runReturningTrimmedString.swift
[92/149] Compiling Sh Process.terminationError.swift
[93/149] Compiling Sh String.asTrimmedLines.swift
[94/149] Compiling ArgumentParser CompletionKind.swift
[95/149] Compiling ArgumentParser Errors.swift
[96/149] Compiling ArgumentParser Flag.swift
[97/149] Compiling ArgumentParser NameSpecification.swift
[98/149] Compiling ArgumentParser Option.swift
[99/149] Compiling ArgumentParser Name.swift
[100/149] Compiling ArgumentParser Parsed.swift
[101/149] Compiling ArgumentParser ParsedValues.swift
[102/149] Compiling ArgumentParser ParserError.swift
[103/149] Compiling ArgumentParser SplitArguments.swift
[104/149] Compiling ArgumentParser CollectionExtensions.swift
[105/149] Compiling ArgumentParser Platform.swift
[106/149] Compiling ArgumentParser SequenceExtensions.swift
[107/149] Compiling ArgumentParser StringExtensions.swift
[108/149] Compiling ArgumentParser Tree.swift
[108/149] Linking GenerateTemplatesTool-tool
[110/149] Emitting module Sh
[113/150] Compiling Sh Sink.swift
[115/150] Compiling Sh Process.runReturningAllOutput.swift
[116/150] Compiling Sh Process.runReturningData.swift
Directory SPX
	name .env.sample
Directory SPX
	name Package.swift
Directory SPX
	name .gitignore
Directory SPX
	name AppIcon.svg
Directory SPX
	name README.md
Directory SPX/Sources/appicon
	name main.swift
Directory SPX/Sources/appstore
	name AppStoreScript.swift
Directory SPX/Sources/appstore
	name EnvironmentKeys.swift
Directory SPX/Sources/appstore
	name BuildNumberAction.swift
Directory SPX
	name Package.resolved
Directory SPX
	name Package.swift
Directory SPX
	name .gitignore
Directory SPX/Sources/date
	name main.swift
Directory SPX
	name Package.resolved
[116/150] GenerateTemplatesPlugin
[117/150] Write sources
[119/150] Compiling Sh PipeBuffer.swift
[120/150] Compiling Sh Errors.swift
[125/150] Compiling Sh shq.swift
[126/150] Compiling Sh sh.swift
[127/151] Compiling ArgumentParser ExpressibleByArgument.swift
[128/151] Compiling ArgumentParser ParsableArguments.swift
[129/151] Compiling ArgumentParser ParsableArgumentsValidation.swift
[130/151] Compiling ArgumentParser ParsableCommand.swift
[131/151] Compiling ArgumentParser ArgumentDecoder.swift
[132/151] Wrapping AST for Sh for debugging
[134/171] Compiling ArgumentParser DumpHelpGenerator.swift
[135/171] Compiling ArgumentParser HelpCommand.swift
[136/171] Compiling ArgumentParser HelpGenerator.swift
[137/171] Compiling ArgumentParser MessageInfo.swift
[138/171] Compiling ArgumentParser UsageGenerator.swift
[139/171] Compiling ArgumentParser ArgumentDefinition.swift
[140/171] Compiling ArgumentParser ArgumentSet.swift
[141/171] Compiling ArgumentParser CommandParser.swift
[142/171] Compiling ArgumentParser InputKey.swift
[143/171] Compiling ArgumentParser InputOrigin.swift
[144/172] Compiling SPXLib version.swift
[145/172] Compiling SPXLib Templates.swift
[146/174] Emitting module SPXLib
[148/174] Compiling SPXLib Running.swift
[149/174] Compiling SPXLib SPX.swift
[150/174] Compiling SPXLib iosTemplate.swift
[151/174] Compiling SPXLib simpleTemplate.swift
[152/174] Compiling SPXLib AddCommand.swift
/host/spi-builder-workspace/Sources/SPXLib/Commands/AddCommand.swift:26:31: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
24 |     }
25 |
26 |     var packageContents = try String(contentsOfFile: spxDir + "/Package.swift")
   |                               `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
27 |     let newTarget =
28 |     """
[153/174] Compiling SPXLib BuildCommand.swift
/host/spi-builder-workspace/Sources/SPXLib/Commands/AddCommand.swift:26:31: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
24 |     }
25 |
26 |     var packageContents = try String(contentsOfFile: spxDir + "/Package.swift")
   |                               `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
27 |     let newTarget =
28 |     """
[154/174] Compiling SPXLib ExecCommand.swift
/host/spi-builder-workspace/Sources/SPXLib/Commands/AddCommand.swift:26:31: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
24 |     }
25 |
26 |     var packageContents = try String(contentsOfFile: spxDir + "/Package.swift")
   |                               `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
27 |     let newTarget =
28 |     """
[155/174] Compiling SPXLib Announcer.swift
[156/174] Compiling SPXLib AddCommand.Errors.swift
[157/174] Compiling SPXLib BuildCommand.Errors.swift
[158/174] Compiling SPXLib ExecCommand.Errors.swift
[159/174] Compiling SPXLib InitCommand.Errors.swift
[160/174] Compiling SPXLib SwiftPackageDescription.Errors.swift
[161/174] Compiling SPXLib HelpCommand.swift
[162/174] Compiling SPXLib InitCommand.swift
[163/174] Compiling SPXLib ListCommand.swift
[164/174] Compiling SPXLib ScaffoldFile.swift
[165/174] Compiling SPXLib SwiftPackageDescription.swift
[166/174] Compiling SPXLib Runner.swift
[166/175] Wrapping AST for ArgumentParser for debugging
[168/177] Wrapping AST for SPXLib for debugging
[170/179] Compiling spx main.swift
[171/179] Emitting module spx
[173/180] Emitting module GenerateTemplatesTool
/host/spi-builder-workspace/Sources/GenerateTemplatesTool/GenerateTemplatesTool.swift:88:30: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 86 |         }
 87 |         do {
 88 |           let contents = try String(contentsOfFile: filePath.string)
    |                              `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 89 |           let name = filePath.lastComponent!
 90 |
[174/180] Compiling GenerateTemplatesTool GenerateTemplatesTool.swift
/host/spi-builder-workspace/Sources/GenerateTemplatesTool/GenerateTemplatesTool.swift:88:30: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 86 |         }
 87 |         do {
 88 |           let contents = try String(contentsOfFile: filePath.string)
    |                              `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
 89 |           let name = filePath.lastComponent!
 90 |
[175/181] Wrapping AST for spx for debugging
[176/181] Write Objects.LinkFileList
[177/181] Wrapping AST for GenerateTemplatesTool for debugging
[178/181] Write Objects.LinkFileList
[179/181] Linking spx
[180/181] Linking GenerateTemplatesTool
Build complete! (70.60s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "sh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DanielSincere/Sh.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    }
  ],
  "manifest_display_name" : "SPX",
  "name" : "SPX",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "spx",
      "targets" : [
        "spx"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "GenerateTemplatesTool",
      "targets" : [
        "GenerateTemplatesTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "spx",
      "module_type" : "SwiftTarget",
      "name" : "spx",
      "path" : "Sources/spx",
      "product_memberships" : [
        "spx"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SPXLib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SPXTests",
      "module_type" : "SwiftTarget",
      "name" : "SPXTests",
      "path" : "Tests/SPXTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SPXTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AddCommandTests.swift",
        "BuildCommandTests.swift",
        "ExecCommandTests.swift",
        "ListCommandTests.swift",
        "support/FakeRunner.swift",
        "support/Fixtures.swift",
        "support/ParsingFakeRunner.swift"
      ],
      "target_dependencies" : [
        "SPXLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPXLib",
      "module_type" : "SwiftTarget",
      "name" : "SPXLib",
      "path" : "Sources/SPXLib",
      "product_dependencies" : [
        "Sh",
        "Rainbow"
      ],
      "product_memberships" : [
        "spx"
      ],
      "sources" : [
        "Announcer/Announcer.swift",
        "Announcer/LocalizedErrors/AddCommand.Errors.swift",
        "Announcer/LocalizedErrors/BuildCommand.Errors.swift",
        "Announcer/LocalizedErrors/ExecCommand.Errors.swift",
        "Announcer/LocalizedErrors/InitCommand.Errors.swift",
        "Announcer/LocalizedErrors/SwiftPackageDescription.Errors.swift",
        "Commands/AddCommand.swift",
        "Commands/BuildCommand.swift",
        "Commands/ExecCommand.swift",
        "Commands/HelpCommand.swift",
        "Commands/InitCommand.swift",
        "Commands/ListCommand.swift",
        "Commands/models/ScaffoldFile.swift",
        "Commands/models/SwiftPackageDescription.swift",
        "Runner/Runner.swift",
        "Runner/Running.swift",
        "SPX.swift",
        "version.swift"
      ],
      "target_dependencies" : [
        "GenerateTemplatesPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateTemplatesTool",
      "module_type" : "SwiftTarget",
      "name" : "GenerateTemplatesTool",
      "path" : "Sources/GenerateTemplatesTool",
      "product_dependencies" : [
        "ArgumentParser",
        "SystemPackage"
      ],
      "product_memberships" : [
        "spx",
        "GenerateTemplatesTool"
      ],
      "sources" : [
        "GenerateTemplatesTool.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GenerateTemplatesPlugin",
      "module_type" : "PluginTarget",
      "name" : "GenerateTemplatesPlugin",
      "path" : "Plugins/GenerateTemplatesPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "spx"
      ],
      "sources" : [
        "GenerateTemplatesPlugin.swift"
      ],
      "target_dependencies" : [
        "GenerateTemplatesTool"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.