Build Information
Successful build of flint, reference 0.3.0 (7ddba0), with Swift 6.1 for Linux on 21 Feb 2026 18:08:47 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flint-engine/flint.git
Reference: 0.3.0
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/flint-engine/flint
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 7ddba0f Merge branch 'develop'
Cloned https://github.com/flint-engine/flint.git
Revision (git rev-parse @):
7ddba0f97618a3b550472d407041583e64a25985
SUCCESS checkout https://github.com/flint-engine/flint.git at 0.3.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/flint-engine/flint.git
https://github.com/flint-engine/flint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "motor",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-cli/motor"
},
{
"identity" : "execute",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-cli/execute"
},
{
"identity" : "ansi-escape-code",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-cli/ansi-escape-code"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "flint",
"name" : "flint",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "flint",
"targets" : [
"Flint"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Flint",
"module_type" : "SwiftTarget",
"name" : "Flint",
"path" : "Sources/Flint",
"product_dependencies" : [
"ArgumentParser",
"Motor",
"Execute",
"ANSIEscapeCode",
"Yams"
],
"product_memberships" : [
"flint"
],
"sources" : [
"Convenience/print.swift",
"Convenience/processVariables.swift",
"Convenience/readManifest.swift",
"Environment/Env.swift",
"Environment/EnvironmentError.swift",
"Environment/TemplateHomePath.swift",
"Models/Template/Manifest.swift",
"Models/Template/Template.swift",
"Models/Template/TemplateFormatError.swift",
"Models/Template/Variable.swift",
"Process/processCustomVariables.swift",
"Process/processDateVariables.swift",
"Process/processFileAttributes.swift",
"Process/processIncludedFiles.swift",
"input/inputCommand.swift",
"input/inputCommandHandler.swift",
"main.swift",
"spark/sparkCommand.swift",
"spark/sparkCommandHandler.swift",
"template/TemplateCommand.swift",
"template/add/templateAddCommand.swift",
"template/add/templateAddCommandHandler.swift",
"template/clone/templateCloneCommand.swift",
"template/clone/templateCloneCommandHandler.swift",
"template/list/templateListCommand.swift",
"template/list/templateListCommandHandler.swift",
"template/remove/templateRemoveCommand.swift",
"template/remove/templateRemoveCommandHandler.swift",
"version/version.swift"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/swift-cli/ansi-escape-code
Fetching https://github.com/swift-cli/motor
Fetching https://github.com/swift-cli/execute
Fetching https://github.com/apple/swift-argument-parser
[1/61] Fetching execute
[5/100] Fetching execute, ansi-escape-code
[44/148] Fetching execute, ansi-escape-code, motor
[75/17317] Fetching execute, ansi-escape-code, motor, swift-argument-parser
Fetched https://github.com/swift-cli/execute from cache (0.31s)
[2131/17256] Fetching ansi-escape-code, motor, swift-argument-parser
[3677/28759] Fetching ansi-escape-code, motor, swift-argument-parser, yams
Fetched https://github.com/swift-cli/motor from cache (0.85s)
[23880/28711] Fetching ansi-escape-code, swift-argument-parser, yams
Fetched https://github.com/apple/swift-argument-parser from cache (0.86s)
[6826/11542] Fetching ansi-escape-code, yams
Fetched https://github.com/swift-cli/ansi-escape-code from cache (1.88s)
Fetched https://github.com/jpsim/Yams.git from cache (1.92s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (2.51s)
Computing version for https://github.com/swift-cli/ansi-escape-code
Computed https://github.com/swift-cli/ansi-escape-code at 0.1.2 (0.85s)
Computing version for https://github.com/swift-cli/execute
Computed https://github.com/swift-cli/execute at 0.1.2 (3.63s)
Computing version for https://github.com/swift-cli/motor
Computed https://github.com/swift-cli/motor at 0.1.3 (0.82s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.80s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Creating working copy for https://github.com/swift-cli/execute
Working copy of https://github.com/swift-cli/execute resolved at 0.1.2
Creating working copy for https://github.com/swift-cli/motor
Working copy of https://github.com/swift-cli/motor resolved at 0.1.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/swift-cli/ansi-escape-code
Working copy of https://github.com/swift-cli/ansi-escape-code resolved at 0.1.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/25] Write sources
[9/25] Compiling writer.c
[10/25] Compiling reader.c
[11/25] Compiling parser.c
[12/25] Compiling api.c
[13/25] Write swift-version-24593BA9C3E375BF.txt
[14/25] Compiling emitter.c
[15/25] Compiling scanner.c
[17/65] Emitting module ArgumentParserToolInfo
[18/65] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/66] Emitting module Execute
[20/66] Compiling Yams Tag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/66] Compiling Yams YamlAnchorProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/68] Wrapping AST for ArgumentParserToolInfo for debugging
[24/114] Emitting module ArgumentParser
[25/120] Emitting module ANSIEscapeCode
[26/121] Compiling ArgumentParser ParentCommand.swift
[27/121] Compiling ArgumentParser AsyncParsableCommand.swift
[28/121] Compiling ArgumentParser CommandConfiguration.swift
[29/121] Compiling ArgumentParser CommandGroup.swift
[30/121] Compiling ArgumentParser EnumerableFlag.swift
[31/121] Compiling ArgumentParser ExpressibleByArgument.swift
[32/121] Compiling ArgumentParser ParsableArguments.swift
[33/121] Compiling ArgumentParser ArgumentVisibility.swift
[34/121] Compiling ArgumentParser CompletionKind.swift
[35/121] Compiling ArgumentParser Errors.swift
[36/121] Compiling ArgumentParser Flag.swift
[37/121] Compiling Execute Executor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/121] Compiling ANSIEscapeCode EraseInLineType.swift
[41/121] Compiling Execute ProcessOperation.swift
[42/121] Compiling Execute Command.swift
[43/121] Compiling Execute FileHandle+DataHandler.swift
[44/121] Compiling Execute DataHandler.swift
[45/121] Compiling Execute ShCommand.swift
[46/121] Compiling Execute Shell.swift
[47/121] Compiling ANSIEscapeCode EraseInDisplayType.swift
[48/122] Compiling ANSIEscapeCode TextColor.swift
[49/122] Compiling ArgumentParser ArgumentDiscussion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/122] Compiling ArgumentParser ArgumentHelp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/122] Compiling ANSIEscapeCode Scroll.swift
[55/122] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[56/122] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/123] Compiling ArgumentParser NameSpecification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/123] Compiling ArgumentParser Option.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/123] Compiling ArgumentParser FishCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/123] Compiling ArgumentParser ZshCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/123] Compiling ArgumentParser Argument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/123] Wrapping AST for ANSIEscapeCode for debugging
[66/123] Compiling ArgumentParser Foundation.swift
[67/123] Compiling ArgumentParser Mutex.swift
[68/123] Compiling ArgumentParser Platform.swift
[69/123] Compiling ArgumentParser SequenceExtensions.swift
[70/123] Compiling ArgumentParser StringExtensions.swift
[71/123] Compiling ArgumentParser SwiftExtensions.swift
[71/129] Wrapping AST for Execute for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/129] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/129] Compiling ArgumentParser OptionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/129] Compiling ArgumentParser BashCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/129] Compiling ArgumentParser CompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/130] Compiling Motor Pattern.swift
[81/130] Compiling Motor Spinner.swift
[82/130] Compiling Motor Patterns.swift
[84/130] Compiling Motor Animation.swift
[85/130] Compiling Motor Animator.swift
[86/130] Emitting module Motor
[86/131] Wrapping AST for Yams for debugging
[89/131] Compiling ArgumentParser Tree.swift
[90/131] Compiling ArgumentParser CodingKeyValidator.swift
[91/131] Compiling ArgumentParser NonsenseFlagsValidator.swift
[92/131] Compiling ArgumentParser ParsableArgumentsValidation.swift
[93/131] Compiling ArgumentParser PositionalArgumentsValidator.swift
[94/131] Compiling ArgumentParser UniqueNamesValidator.swift
[94/131] Wrapping AST for Motor for debugging
[103/131] Compiling ArgumentParser InputOrigin.swift
[104/131] Compiling ArgumentParser Name.swift
[105/131] Compiling ArgumentParser Parsed.swift
[106/131] Compiling ArgumentParser ParsedValues.swift
[107/131] Compiling ArgumentParser ParserError.swift
[108/131] Compiling ArgumentParser SplitArguments.swift
[109/131] Compiling ArgumentParser DumpHelpGenerator.swift
[110/131] Compiling ArgumentParser HelpCommand.swift
[111/131] Compiling ArgumentParser HelpGenerator.swift
[112/131] Compiling ArgumentParser MessageInfo.swift
[113/131] Compiling ArgumentParser UsageGenerator.swift
[114/131] Compiling ArgumentParser CollectionExtensions.swift
[122/131] Compiling ArgumentParser ParsableCommand.swift
[123/131] Compiling ArgumentParser ArgumentDecoder.swift
[124/131] Compiling ArgumentParser ArgumentDefinition.swift
[125/131] Compiling ArgumentParser ArgumentSet.swift
[126/131] Compiling ArgumentParser CommandParser.swift
[127/131] Compiling ArgumentParser InputKey.swift
[128/132] Wrapping AST for ArgumentParser for debugging
[130/159] Emitting module Flint
[131/162] Compiling Flint print.swift
[132/162] Compiling Flint processVariables.swift
[133/162] Compiling Flint readManifest.swift
[134/162] Compiling Flint Env.swift
[135/162] Compiling Flint EnvironmentError.swift
[136/162] Compiling Flint TemplateHomePath.swift
[137/162] Compiling Flint Manifest.swift
[138/162] Compiling Flint Template.swift
[139/162] Compiling Flint TemplateFormatError.swift
[140/162] Compiling Flint Variable.swift
[141/162] Compiling Flint processCustomVariables.swift
[142/162] Compiling Flint processDateVariables.swift
[143/162] Compiling Flint templateCloneCommandHandler.swift
[144/162] Compiling Flint templateListCommand.swift
[145/162] Compiling Flint templateListCommandHandler.swift
[146/162] Compiling Flint processFileAttributes.swift
[147/162] Compiling Flint processIncludedFiles.swift
[148/162] Compiling Flint inputCommand.swift
[149/162] Compiling Flint inputCommandHandler.swift
[150/162] Compiling Flint templateAddCommand.swift
[151/162] Compiling Flint templateAddCommandHandler.swift
[152/162] Compiling Flint templateCloneCommand.swift
[153/162] Compiling Flint templateRemoveCommand.swift
[154/162] Compiling Flint templateRemoveCommandHandler.swift
[155/162] Compiling Flint version.swift
[156/162] Compiling Flint main.swift
[157/162] Compiling Flint sparkCommand.swift
[158/162] Compiling Flint sparkCommandHandler.swift
[159/162] Compiling Flint TemplateCommand.swift
[160/163] Wrapping AST for Flint for debugging
[161/163] Write Objects.LinkFileList
[162/163] Linking flint
Build complete! (45.25s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "motor",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-cli/motor"
},
{
"identity" : "execute",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-cli/execute"
},
{
"identity" : "ansi-escape-code",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-cli/ansi-escape-code"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "flint",
"name" : "flint",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "flint",
"targets" : [
"Flint"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Flint",
"module_type" : "SwiftTarget",
"name" : "Flint",
"path" : "Sources/Flint",
"product_dependencies" : [
"ArgumentParser",
"Motor",
"Execute",
"ANSIEscapeCode",
"Yams"
],
"product_memberships" : [
"flint"
],
"sources" : [
"Convenience/print.swift",
"Convenience/processVariables.swift",
"Convenience/readManifest.swift",
"Environment/Env.swift",
"Environment/EnvironmentError.swift",
"Environment/TemplateHomePath.swift",
"Models/Template/Manifest.swift",
"Models/Template/Template.swift",
"Models/Template/TemplateFormatError.swift",
"Models/Template/Variable.swift",
"Process/processCustomVariables.swift",
"Process/processDateVariables.swift",
"Process/processFileAttributes.swift",
"Process/processIncludedFiles.swift",
"input/inputCommand.swift",
"input/inputCommandHandler.swift",
"main.swift",
"spark/sparkCommand.swift",
"spark/sparkCommandHandler.swift",
"template/TemplateCommand.swift",
"template/add/templateAddCommand.swift",
"template/add/templateAddCommandHandler.swift",
"template/clone/templateCloneCommand.swift",
"template/clone/templateCloneCommandHandler.swift",
"template/list/templateListCommand.swift",
"template/list/templateListCommandHandler.swift",
"template/remove/templateRemoveCommand.swift",
"template/remove/templateRemoveCommandHandler.swift",
"version/version.swift"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.