Build Information
Successful build of Builder, reference v1.2.3 (2c6272
), with Swift 6.1 for Linux on 26 Apr 2025 10:39:55 UTC.
Swift 6 data race errors: 1
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Builder.git
Reference: v1.2.3
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/elegantchaos/Builder
* tag v1.2.3 -> FETCH_HEAD
HEAD is now at 2c62722 updated workflow
Cloned https://github.com/elegantchaos/Builder.git
Revision (git rev-parse @):
2c62722be9ed28035242a05f6abcc154a514ca9e
SUCCESS checkout https://github.com/elegantchaos/Builder.git at v1.2.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/elegantchaos/Builder.git
https://github.com/elegantchaos/Builder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Logger.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Builder",
"name" : "Builder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "builder",
"targets" : [
"Builder"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "BuilderTests",
"module_type" : "SwiftTarget",
"name" : "BuilderTests",
"path" : "Tests/BuilderTests",
"sources" : [
"BuilderTests.swift"
],
"target_dependencies" : [
"Builder"
],
"type" : "test"
},
{
"c99name" : "BuilderCore",
"module_type" : "SwiftTarget",
"name" : "BuilderCore",
"path" : "Sources/BuilderCore",
"product_dependencies" : [
"ArgumentParser",
"Logger"
],
"product_memberships" : [
"builder"
],
"sources" : [
"BuildAction.swift",
"Builder.swift",
"BuilderActions.swift",
"Configuration.swift",
"Failure.swift",
"MetadataAction.swift",
"MetafileAction.swift",
"Platform.swift",
"RunAction.swift",
"SemanticVersion.swift",
"Settings.swift",
"SettingsMapper.swift",
"SettingsValue.swift",
"StringExtensions.swift",
"SwiftSettingsMapper.swift",
"XCConfigSettingsMapper.swift"
],
"type" : "library"
},
{
"c99name" : "Builder",
"module_type" : "SwiftTarget",
"name" : "Builder",
"path" : "Sources/Builder",
"product_dependencies" : [
"ArgumentParser",
"Logger"
],
"product_memberships" : [
"builder"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"BuilderCore"
],
"type" : "executable"
}
],
"tools_version" : "5.2"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/elegantchaos/Logger.git
Fetching https://github.com/apple/swift-argument-parser
[1/2051] Fetching logger
[2052/16988] Fetching logger, swift-argument-parser
Fetched https://github.com/elegantchaos/Logger.git from cache (2.02s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.04s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (3.55s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (1.06s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.2
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/24] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/24] Emitting module ArgumentParserToolInfo
[9/25] Compiling Logger OSLogHandler.swift
[11/26] Compiling Logger NSLogHandler.swift
[12/26] Compiling Logger PrintHandler.swift
[12/26] Wrapping AST for ArgumentParserToolInfo for debugging
[14/60] Emitting module ArgumentParser
[15/64] Compiling ArgumentParser CollectionExtensions.swift
[16/64] Compiling ArgumentParser SequenceExtensions.swift
[17/64] Compiling ArgumentParser StringExtensions.swift
[18/64] Compiling ArgumentParser Tree.swift
[19/64] Emitting module Logger
[20/64] Compiling ArgumentParser BashCompletionsGenerator.swift
[21/64] Compiling ArgumentParser CompletionsGenerator.swift
[24/64] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/64] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/64] Compiling ArgumentParser Argument.swift
[27/64] Compiling ArgumentParser ArgumentHelp.swift
[28/64] Compiling ArgumentParser CompletionKind.swift
[29/64] Compiling ArgumentParser Errors.swift
[30/64] Compiling ArgumentParser Flag.swift
[31/64] Compiling ArgumentParser NameSpecification.swift
[32/64] Compiling Logger ManagerSettings.swift
[33/64] Compiling Logger UserDefaultsManagerSettings.swift
[34/64] Compiling Logger Manager.swift
[35/64] Compiling Logger Handler.swift
[37/65] Compiling ArgumentParser HelpCommand.swift
[38/65] Compiling ArgumentParser HelpGenerator.swift
[39/65] Compiling ArgumentParser MessageInfo.swift
[40/65] Compiling ArgumentParser UsageGenerator.swift
[41/65] Compiling ArgumentParser Option.swift
[42/65] Compiling ArgumentParser OptionGroup.swift
[43/65] Compiling ArgumentParser CommandConfiguration.swift
[44/65] Compiling ArgumentParser EnumerableFlag.swift
[45/65] Compiling ArgumentParser ExpressibleByArgument.swift
[46/65] Compiling ArgumentParser ArgumentSet.swift
[47/65] Compiling ArgumentParser CommandParser.swift
[48/65] Compiling ArgumentParser InputOrigin.swift
[49/65] Compiling ArgumentParser Name.swift
[50/65] Compiling ArgumentParser Parsed.swift
[51/65] Compiling ArgumentParser ParsableArguments.swift
[52/65] Compiling ArgumentParser ParsableArgumentsValidation.swift
[53/65] Compiling ArgumentParser ParsableCommand.swift
[54/65] Compiling ArgumentParser ArgumentDecoder.swift
[55/65] Compiling ArgumentParser ArgumentDefinition.swift
[56/65] Compiling ArgumentParser ParsedValues.swift
[57/65] Compiling ArgumentParser ParserError.swift
[58/65] Compiling ArgumentParser SplitArguments.swift
[59/65] Compiling ArgumentParser DumpHelpGenerator.swift
[59/65] Wrapping AST for Logger for debugging
[61/66] Wrapping AST for ArgumentParser for debugging
[63/81] Emitting module BuilderCore
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:29:17: warning: 'Logger' is deprecated: Use ``Channel`` instead.
27 | let configuration: String
28 | let platform: String
29 | let output: Logger
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
30 | let verbose: Logger
31 | let arguments: [String]
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:30:18: warning: 'Logger' is deprecated: Use ``Channel`` instead.
28 | let platform: String
29 | let output: Logger
30 | let verbose: Logger
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
31 | let arguments: [String]
32 | let settings = SettingsManager()
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:41:132: warning: 'Logger' is deprecated: Use ``Channel`` instead.
39 | lazy var buildPath = findBuildPath()
40 |
41 | public init(command: String = "build", configuration: String = "debug", platform: String = Platform.currentPlatform(), output: Logger, verbose: Logger, arguments: [String]) {
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
42 | self.command = command
43 | self.configuration = configuration
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:41:149: warning: 'Logger' is deprecated: Use ``Channel`` instead.
39 | lazy var buildPath = findBuildPath()
40 |
41 | public init(command: String = "build", configuration: String = "debug", platform: String = Platform.currentPlatform(), output: Logger, verbose: Logger, arguments: [String]) {
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
42 | self.command = command
43 | self.configuration = configuration
[64/83] Compiling BuilderCore MetafileAction.swift
[65/83] Compiling BuilderCore Platform.swift
[66/83] Compiling BuilderCore RunAction.swift
[67/83] Compiling BuilderCore SemanticVersion.swift
[68/83] Compiling BuilderCore SettingsValue.swift
[69/83] Compiling BuilderCore StringExtensions.swift
[70/83] Compiling BuilderCore Settings.swift
[71/83] Compiling BuilderCore SettingsMapper.swift
[72/83] Compiling BuilderCore Failure.swift
[73/83] Compiling BuilderCore MetadataAction.swift
[74/83] Compiling BuilderCore SwiftSettingsMapper.swift
[75/83] Compiling BuilderCore XCConfigSettingsMapper.swift
[76/83] Compiling BuilderCore BuilderActions.swift
[77/83] Compiling BuilderCore Configuration.swift
[78/83] Compiling BuilderCore BuildAction.swift
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:29:17: warning: 'Logger' is deprecated: Use ``Channel`` instead.
27 | let configuration: String
28 | let platform: String
29 | let output: Logger
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
30 | let verbose: Logger
31 | let arguments: [String]
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:30:18: warning: 'Logger' is deprecated: Use ``Channel`` instead.
28 | let platform: String
29 | let output: Logger
30 | let verbose: Logger
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
31 | let arguments: [String]
32 | let settings = SettingsManager()
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:41:132: warning: 'Logger' is deprecated: Use ``Channel`` instead.
39 | lazy var buildPath = findBuildPath()
40 |
41 | public init(command: String = "build", configuration: String = "debug", platform: String = Platform.currentPlatform(), output: Logger, verbose: Logger, arguments: [String]) {
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
42 | self.command = command
43 | self.configuration = configuration
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:41:149: warning: 'Logger' is deprecated: Use ``Channel`` instead.
39 | lazy var buildPath = findBuildPath()
40 |
41 | public init(command: String = "build", configuration: String = "debug", platform: String = Platform.currentPlatform(), output: Logger, verbose: Logger, arguments: [String]) {
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
42 | self.command = command
43 | self.configuration = configuration
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:181:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
179 | func exec(_ command : String, arguments: [String] = []) {
180 | let process = Process()
181 | process.launchPath = command
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
182 | process.arguments = arguments
183 | process.environment = self.environment
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:184:17: warning: 'launch()' is deprecated: renamed to 'run'
182 | process.arguments = arguments
183 | process.environment = self.environment
184 | process.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
185 | process.waitUntilExit()
186 | Builder.exit(code: process.terminationStatus)
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:203:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
201 |
202 | let process = Process()
203 | process.launchPath = command
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
204 | process.arguments = arguments
205 | process.standardOutput = pipe
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:208:17: warning: 'launch()' is deprecated: renamed to 'run'
206 | process.standardError = errPipe
207 | process.environment = self.environment
208 | process.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
209 | let data = handle.readDataToEndOfFile()
210 | let errData = errHandle.readDataToEndOfFile()
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:371:9: warning: 'Logger' is deprecated: Use ``Channel`` instead.
369 |
370 | public class func exit(code: Int32) {
371 | Logger.defaultManager.flush()
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
372 | Foundation.exit(Int32(code))
373 | }
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:371:16: warning: 'defaultManager' is deprecated: Use Manager.shared instead
369 |
370 | public class func exit(code: Int32) {
371 | Logger.defaultManager.flush()
| `- warning: 'defaultManager' is deprecated: Use Manager.shared instead
372 | Foundation.exit(Int32(code))
373 | }
[79/83] Compiling BuilderCore Builder.swift
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:29:17: warning: 'Logger' is deprecated: Use ``Channel`` instead.
27 | let configuration: String
28 | let platform: String
29 | let output: Logger
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
30 | let verbose: Logger
31 | let arguments: [String]
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:30:18: warning: 'Logger' is deprecated: Use ``Channel`` instead.
28 | let platform: String
29 | let output: Logger
30 | let verbose: Logger
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
31 | let arguments: [String]
32 | let settings = SettingsManager()
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:41:132: warning: 'Logger' is deprecated: Use ``Channel`` instead.
39 | lazy var buildPath = findBuildPath()
40 |
41 | public init(command: String = "build", configuration: String = "debug", platform: String = Platform.currentPlatform(), output: Logger, verbose: Logger, arguments: [String]) {
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
42 | self.command = command
43 | self.configuration = configuration
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:41:149: warning: 'Logger' is deprecated: Use ``Channel`` instead.
39 | lazy var buildPath = findBuildPath()
40 |
41 | public init(command: String = "build", configuration: String = "debug", platform: String = Platform.currentPlatform(), output: Logger, verbose: Logger, arguments: [String]) {
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
42 | self.command = command
43 | self.configuration = configuration
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:181:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
179 | func exec(_ command : String, arguments: [String] = []) {
180 | let process = Process()
181 | process.launchPath = command
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
182 | process.arguments = arguments
183 | process.environment = self.environment
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:184:17: warning: 'launch()' is deprecated: renamed to 'run'
182 | process.arguments = arguments
183 | process.environment = self.environment
184 | process.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
185 | process.waitUntilExit()
186 | Builder.exit(code: process.terminationStatus)
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:203:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
201 |
202 | let process = Process()
203 | process.launchPath = command
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
204 | process.arguments = arguments
205 | process.standardOutput = pipe
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:208:17: warning: 'launch()' is deprecated: renamed to 'run'
206 | process.standardError = errPipe
207 | process.environment = self.environment
208 | process.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
209 | let data = handle.readDataToEndOfFile()
210 | let errData = errHandle.readDataToEndOfFile()
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:371:9: warning: 'Logger' is deprecated: Use ``Channel`` instead.
369 |
370 | public class func exit(code: Int32) {
371 | Logger.defaultManager.flush()
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
372 | Foundation.exit(Int32(code))
373 | }
/host/spi-builder-workspace/Sources/BuilderCore/Builder.swift:371:16: warning: 'defaultManager' is deprecated: Use Manager.shared instead
369 |
370 | public class func exit(code: Int32) {
371 | Logger.defaultManager.flush()
| `- warning: 'defaultManager' is deprecated: Use Manager.shared instead
372 | Foundation.exit(Int32(code))
373 | }
[80/84] Wrapping AST for BuilderCore for debugging
[82/86] Emitting module Builder
/host/spi-builder-workspace/Sources/Builder/main.swift:13:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | struct Command: ParsableCommand {
13 | static var configuration =
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | CommandConfiguration(
15 | abstract: "Meta-builder tool for building swift products."
[83/86] Compiling Builder main.swift
/host/spi-builder-workspace/Sources/Builder/main.swift:13:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | struct Command: ParsableCommand {
13 | static var configuration =
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | CommandConfiguration(
15 | abstract: "Meta-builder tool for building swift products."
/host/spi-builder-workspace/Sources/Builder/main.swift:29:33: warning: 'Logger' is deprecated: Use ``Channel`` instead.
27 | print("1.0")
28 | } else {
29 | let outputChannel = Logger.stdout
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
30 | let verboseChannel = Logger("com.elegantchaos.builder.verbose", handlers:[PrintHandler()])
31 | verboseChannel.enabled = verbose
/host/spi-builder-workspace/Sources/Builder/main.swift:30:34: warning: 'Logger' is deprecated: Use ``Channel`` instead.
28 | } else {
29 | let outputChannel = Logger.stdout
30 | let verboseChannel = Logger("com.elegantchaos.builder.verbose", handlers:[PrintHandler()])
| `- warning: 'Logger' is deprecated: Use ``Channel`` instead.
31 | verboseChannel.enabled = verbose
32 |
[84/87] Wrapping AST for Builder for debugging
[85/87] Write Objects.LinkFileList
[86/87] Linking builder
Build complete! (28.10s)
Build complete.
{
"dependencies" : [
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Logger.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Builder",
"name" : "Builder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "builder",
"targets" : [
"Builder"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "BuilderTests",
"module_type" : "SwiftTarget",
"name" : "BuilderTests",
"path" : "Tests/BuilderTests",
"sources" : [
"BuilderTests.swift"
],
"target_dependencies" : [
"Builder"
],
"type" : "test"
},
{
"c99name" : "BuilderCore",
"module_type" : "SwiftTarget",
"name" : "BuilderCore",
"path" : "Sources/BuilderCore",
"product_dependencies" : [
"ArgumentParser",
"Logger"
],
"product_memberships" : [
"builder"
],
"sources" : [
"BuildAction.swift",
"Builder.swift",
"BuilderActions.swift",
"Configuration.swift",
"Failure.swift",
"MetadataAction.swift",
"MetafileAction.swift",
"Platform.swift",
"RunAction.swift",
"SemanticVersion.swift",
"Settings.swift",
"SettingsMapper.swift",
"SettingsValue.swift",
"StringExtensions.swift",
"SwiftSettingsMapper.swift",
"XCConfigSettingsMapper.swift"
],
"type" : "library"
},
{
"c99name" : "Builder",
"module_type" : "SwiftTarget",
"name" : "Builder",
"path" : "Sources/Builder",
"product_dependencies" : [
"ArgumentParser",
"Logger"
],
"product_memberships" : [
"builder"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"BuilderCore"
],
"type" : "executable"
}
],
"tools_version" : "5.2"
}
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.