Build Information
Successful build of SPX, reference trunk (64f6e0
), with Swift 6.0 for Linux on 2 Mar 2025 06:28:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
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.0
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/DanielSincere/Sh.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-system
[1/859] Fetching sh
[508/2055] Fetching sh, rainbow
[2056/6213] Fetching sh, rainbow, swift-system
[6214/20865] Fetching sh, rainbow, swift-system, swift-argument-parser
Fetched https://github.com/DanielSincere/Sh.git from cache (0.74s)
Fetched https://github.com/onevcat/Rainbow from cache (0.74s)
Fetched https://github.com/apple/swift-system from cache (0.75s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.75s)
Computing version for https://github.com/DanielSincere/Sh.git
Computed https://github.com/DanielSincere/Sh.git at 1.3.0 (0.57s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.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.5.0 (0.56s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.56s)
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-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Building for debugging...
[0/12] Write sources
[4/12] Compiling CSystem shims.c
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/42] Emitting module ArgumentParserToolInfo
[8/42] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/43] Compiling SystemPackage FilePathParsing.swift
[11/43] Compiling SystemPackage FilePathString.swift
[12/43] Compiling SystemPackage FilePathSyntax.swift
[13/43] Compiling SystemPackage FilePathTemp.swift
[13/45] Wrapping AST for ArgumentParserToolInfo for debugging
[15/46] Emitting module SystemPackage
[16/46] Compiling SystemPackage FileOperations.swift
[17/46] Compiling SystemPackage FilePath.swift
[18/46] Compiling SystemPackage FilePathComponentView.swift
[19/46] Compiling SystemPackage FilePathComponents.swift
[20/84] Compiling ArgumentParser Errors.swift
[21/84] Compiling ArgumentParser Flag.swift
[22/84] Compiling ArgumentParser NameSpecification.swift
[23/84] Compiling ArgumentParser Option.swift
[24/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[25/84] Compiling ArgumentParser ParsableCommand.swift
[26/84] Compiling ArgumentParser ArgumentDecoder.swift
[27/84] Compiling ArgumentParser Name.swift
[28/84] Compiling ArgumentParser ArgumentDefinition.swift
[29/84] Compiling ArgumentParser ArgumentSet.swift
[30/84] Compiling ArgumentParser CommandParser.swift
[31/84] Compiling ArgumentParser DumpHelpGenerator.swift
[32/84] Compiling ArgumentParser HelpCommand.swift
[33/84] Compiling ArgumentParser HelpGenerator.swift
[34/84] Compiling ArgumentParser MessageInfo.swift
[35/84] Compiling ArgumentParser UsageGenerator.swift
[36/84] Compiling ArgumentParser ExpressibleByArgument.swift
[37/84] Compiling ArgumentParser ParsableArguments.swift
[38/84] Compiling ArgumentParser Parsed.swift
[39/84] Compiling ArgumentParser ParsedValues.swift
[40/84] Compiling ArgumentParser ParserError.swift
[41/84] Compiling ArgumentParser SplitArguments.swift
[42/85] Wrapping AST for SystemPackage for debugging
[44/85] Compiling ArgumentParser BashCompletionsGenerator.swift
[45/85] Compiling ArgumentParser CompletionsGenerator.swift
[46/85] Compiling ArgumentParser FishCompletionsGenerator.swift
[47/85] Compiling ArgumentParser ZshCompletionsGenerator.swift
[48/85] Compiling ArgumentParser Argument.swift
[49/85] Compiling ArgumentParser ArgumentHelp.swift
[50/85] Emitting module ArgumentParser
[51/90] Compiling ArgumentParser ArgumentVisibility.swift
[52/90] Compiling ArgumentParser CompletionKind.swift
[57/90] Compiling ArgumentParser OptionGroup.swift
[58/90] Compiling ArgumentParser AsyncParsableCommand.swift
[59/90] Compiling ArgumentParser CommandConfiguration.swift
[60/90] Compiling ArgumentParser CommandGroup.swift
[61/90] Compiling ArgumentParser EnumerableFlag.swift
[72/90] Compiling ArgumentParser CollectionExtensions.swift
[73/90] Compiling ArgumentParser Platform.swift
[74/90] Compiling ArgumentParser SequenceExtensions.swift
[75/90] Compiling ArgumentParser StringExtensions.swift
[76/90] Compiling ArgumentParser Tree.swift
[80/90] Compiling ArgumentParser InputKey.swift
[81/90] Compiling ArgumentParser InputOrigin.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
Build of product 'GenerateTemplatesTool' complete! (17.93s)
[1/1] Compiling plugin GenerateManual
/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 | ),
[2/2] Compiling plugin GenerateTemplatesPlugin
Building for debugging...
[2/25] Write sources
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
[9/25] GenerateTemplatesPlugin
[10/25] Write sources
[11/25] Write swift-version-24593BA9C3E375BF.txt
[12/25] Compiling CSystem shims.c
[14/66] Emitting module ArgumentParserToolInfo
[15/66] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/66] Compiling SystemPackage MachPort.swift
[17/66] Compiling SystemPackage PlatformString.swift
[18/66] Compiling SystemPackage SystemString.swift
[19/70] Compiling Rainbow StringGenerator.swift
[21/71] Compiling Rainbow String+Rainbow.swift
[22/71] Emitting module SystemPackage
[23/71] Compiling SystemPackage Errno.swift
[24/71] Compiling SystemPackage ErrnoWindows.swift
[25/71] Compiling SystemPackage FileDescriptor.swift
[26/71] Compiling SystemPackage FileHelpers.swift
[27/71] Compiling SystemPackage FilePathParsing.swift
[28/71] Compiling SystemPackage FilePathString.swift
[29/71] Compiling SystemPackage FilePathSyntax.swift
[30/71] Compiling SystemPackage FilePathTemp.swift
[31/71] Compiling SystemPackage FilePathTempPosix.swift
[32/71] Compiling SystemPackage FilePathTempWindows.swift
[33/71] Compiling SystemPackage FilePathWindows.swift
[34/71] Compiling SystemPackage FilePermissions.swift
[35/71] Compiling Rainbow Style.swift
[36/71] Compiling SystemPackage FileOperations.swift
[37/71] Compiling SystemPackage FilePath.swift
[38/71] Compiling SystemPackage FilePathComponentView.swift
[39/71] Compiling SystemPackage FilePathComponents.swift
[39/71] Wrapping AST for ArgumentParserToolInfo for debugging
[41/109] Compiling ArgumentParser Argument.swift
[42/109] Compiling ArgumentParser ArgumentHelp.swift
[43/109] Compiling ArgumentParser ExpressibleByArgument.swift
[44/109] Compiling ArgumentParser ParsableArguments.swift
[45/109] Compiling ArgumentParser Name.swift
[46/109] Compiling ArgumentParser Parsed.swift
[47/109] Compiling ArgumentParser ParsedValues.swift
[48/109] Compiling ArgumentParser BashCompletionsGenerator.swift
[49/109] Compiling ArgumentParser CompletionsGenerator.swift
[50/109] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/109] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/110] Wrapping AST for SystemPackage for debugging
[54/110] Compiling ArgumentParser EnumerableFlag.swift
[55/110] Compiling ArgumentParser ArgumentVisibility.swift
[56/110] Compiling ArgumentParser OptionGroup.swift
[57/110] Compiling ArgumentParser AsyncParsableCommand.swift
[58/110] Compiling ArgumentParser CommandConfiguration.swift
[59/110] Compiling ArgumentParser CommandGroup.swift
[60/110] Emitting module Rainbow
[61/110] Compiling Rainbow Rainbow.swift
[62/110] Compiling Rainbow OutputTarget.swift
[63/111] Wrapping AST for Rainbow for debugging
[65/125] Emitting module Sh
[66/126] Compiling Sh Process.init.swift
[67/126] Compiling Sh Process.runRedirectingAllOutput.swift
[68/126] Compiling Sh Process.runReturningAllOutput.swift
[69/126] Compiling Sh Process.runReturningData.swift
[70/126] Compiling Sh Process.runReturningTrimmedString.swift
[71/126] Compiling Sh Process.terminationError.swift
[72/126] Compiling Sh Data.asJSON.swift
[73/126] Compiling Sh Data.asTrimmedString.swift
[74/126] Compiling Sh PipeBuffer.swift
[75/126] Compiling Sh Errors.swift
[76/126] Compiling Sh shq.swift
[77/126] Compiling Sh Sink.swift
[78/126] Compiling Sh String.asTrimmedLines.swift
[79/126] Compiling Sh sh.swift
[81/127] Emitting module ArgumentParser
[81/132] Wrapping AST for Sh for debugging
[83/152] Compiling ArgumentParser DumpHelpGenerator.swift
[84/152] Compiling ArgumentParser HelpCommand.swift
[85/152] Compiling ArgumentParser HelpGenerator.swift
[86/152] Compiling ArgumentParser MessageInfo.swift
[87/152] Compiling ArgumentParser UsageGenerator.swift
[91/152] Compiling ArgumentParser ParserError.swift
[92/152] Compiling ArgumentParser SplitArguments.swift
[93/152] Compiling ArgumentParser CollectionExtensions.swift
[94/152] Compiling ArgumentParser Platform.swift
[95/152] Compiling ArgumentParser SequenceExtensions.swift
[96/152] Compiling ArgumentParser StringExtensions.swift
[97/152] Compiling ArgumentParser Tree.swift
[98/152] Compiling SPXLib version.swift
[99/152] Compiling SPXLib Templates.swift
[100/152] Compiling SPXLib ExecCommand.Errors.swift
[101/152] Compiling SPXLib InitCommand.Errors.swift
[102/152] Compiling SPXLib SwiftPackageDescription.Errors.swift
[103/152] Compiling SPXLib Announcer.swift
[104/152] Compiling SPXLib AddCommand.Errors.swift
[105/152] Compiling SPXLib BuildCommand.Errors.swift
[106/152] Compiling SPXLib Running.swift
[107/152] Compiling SPXLib SPX.swift
[108/152] Compiling SPXLib HelpCommand.swift
[109/152] Compiling SPXLib InitCommand.swift
[110/152] Compiling SPXLib ListCommand.swift
[114/152] Compiling SPXLib ScaffoldFile.swift
[115/152] Compiling SPXLib SwiftPackageDescription.swift
[116/152] Compiling SPXLib Runner.swift
[117/152] Compiling SPXLib AddCommand.swift
[118/152] Compiling SPXLib BuildCommand.swift
[119/152] Compiling SPXLib ExecCommand.swift
[122/152] Compiling ArgumentParser ParsableArgumentsValidation.swift
[123/152] Compiling ArgumentParser ParsableCommand.swift
[124/152] Compiling ArgumentParser ArgumentDecoder.swift
[125/153] Wrapping AST for ArgumentParser for debugging
[127/155] Emitting module SPXLib
/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 | """
/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 | """
/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 | """
[147/157] Compiling SPXLib iosTemplate.swift
[148/157] Compiling SPXLib simpleTemplate.swift
[149/158] 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 |
[150/158] 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 |
[152/159] Wrapping AST for SPXLib for debugging
[153/159] Wrapping AST for GenerateTemplatesTool for debugging
[154/159] Write Objects.LinkFileList
[156/161] Compiling spx main.swift
[157/161] Emitting module spx
[158/162] Linking GenerateTemplatesTool
[159/162] Wrapping AST for spx for debugging
[160/162] Write Objects.LinkFileList
[161/162] Linking spx
Build complete! (48.38s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.