Build Information
Successful build of flint, reference 0.3.0 (7ddba0), with Swift 6.1 for macOS (SPM) on 21 Feb 2026 18:08:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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 InferSendableFromCapturesBuild 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/flint-engine/flint.git
https://github.com/flint-engine/flint.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/20] Write sources
[5/20] Write flint-entitlement.plist
[7/20] Write sources
[10/20] Write swift-version-2F0A5646E1D333AE.txt
[11/40] Compiling parser.c
[12/40] Compiling api.c
[13/40] Compiling emitter.c
[14/40] Compiling reader.c
[15/40] Compiling writer.c
[16/40] Compiling scanner.c
[18/60] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/60] Emitting module ArgumentParserToolInfo
[20/107] Emitting module Execute
[21/107] Compiling ArgumentParser ArgumentHelp.swift
[22/107] Compiling ArgumentParser ArgumentVisibility.swift
[23/107] Compiling ArgumentParser CompletionKind.swift
[24/107] Compiling ArgumentParser Errors.swift
[25/107] Compiling ArgumentParser Flag.swift
[26/112] Emitting module ArgumentParser
[27/112] Compiling ArgumentParser InputKey.swift
[28/112] Compiling ArgumentParser InputOrigin.swift
[29/112] Compiling ArgumentParser Name.swift
[30/112] Compiling ArgumentParser Parsed.swift
[31/112] Compiling ArgumentParser ParsedValues.swift
[32/112] Compiling ArgumentParser CommandConfiguration.swift
[33/112] Compiling ArgumentParser CommandGroup.swift
[34/112] Compiling ArgumentParser EnumerableFlag.swift
[35/112] Compiling ArgumentParser ExpressibleByArgument.swift
[36/112] Compiling ArgumentParser ParsableArguments.swift
[37/112] 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
[38/114] Compiling ArgumentParser Platform.swift
[39/114] Compiling ArgumentParser SequenceExtensions.swift
[40/114] Compiling ArgumentParser StringExtensions.swift
[41/114] Compiling ArgumentParser SwiftExtensions.swift
[42/114] Compiling ArgumentParser Tree.swift
[43/114] Compiling ArgumentParser NameSpecification.swift
[44/114] Compiling ArgumentParser Option.swift
[45/114] Compiling ArgumentParser OptionGroup.swift
[46/114] Compiling ArgumentParser ParentCommand.swift
[47/114] Compiling ArgumentParser AsyncParsableCommand.swift
[48/114] Compiling ArgumentParser CodingKeyValidator.swift
[49/114] Compiling ArgumentParser NonsenseFlagsValidator.swift
[50/114] Compiling ArgumentParser ParsableArgumentsValidation.swift
[51/114] Compiling ArgumentParser PositionalArgumentsValidator.swift
[52/114] Compiling ArgumentParser UniqueNamesValidator.swift
[53/114] Compiling ArgumentParser ParserError.swift
[54/114] Compiling ArgumentParser SplitArguments.swift
[55/114] Compiling ArgumentParser DumpHelpGenerator.swift
[56/114] Compiling ArgumentParser HelpCommand.swift
[57/114] Compiling ArgumentParser HelpGenerator.swift
[58/114] Compiling ANSIEscapeCode Scroll.swift
[59/115] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[60/115] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[61/115] Compiling ANSIEscapeCode BackgroundColor.swift
[62/115] Compiling ANSIEscapeCode Cursor.swift
[63/115] Emitting module ANSIEscapeCode
[64/115] Compiling ANSIEscapeCode ANSIEscapeCode.swift
[65/115] Compiling ANSIEscapeCode EraseInDisplayType.swift
[66/115] Compiling ANSIEscapeCode Erase.swift
[67/115] Compiling ANSIEscapeCode EraseInLineType.swift
[68/115] Compiling Execute FileHandle+DataHandler.swift
[69/115] Compiling Execute ProcessOperation.swift
[70/115] Compiling Execute Shell.swift
[71/115] Compiling Execute Command.swift
[72/115] Compiling Execute DataHandler.swift
[73/115] Compiling Execute Executor.swift
[74/115] Compiling Execute ShCommand.swift
[75/115] Compiling ArgumentParser BashCompletionsGenerator.swift
[76/115] Compiling ArgumentParser CompletionsGenerator.swift
[77/115] Compiling ArgumentParser FishCompletionsGenerator.swift
[78/115] Compiling ArgumentParser ZshCompletionsGenerator.swift
[79/115] Compiling ArgumentParser Argument.swift
[80/115] Compiling ArgumentParser ArgumentDiscussion.swift
[81/115] Compiling ArgumentParser MessageInfo.swift
[82/115] Compiling ArgumentParser UsageGenerator.swift
[83/115] Compiling ArgumentParser CollectionExtensions.swift
[84/115] Compiling ArgumentParser Foundation.swift
[85/115] Compiling ArgumentParser Mutex.swift
[86/115] Compiling ANSIEscapeCode TextColor.swift
[87/115] Compiling ArgumentParser ParsableCommand.swift
[88/115] Compiling ArgumentParser ArgumentDecoder.swift
[89/115] Compiling ArgumentParser ArgumentDefinition.swift
[90/115] Compiling ArgumentParser ArgumentSet.swift
[91/115] Compiling ArgumentParser CommandParser.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
<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
<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
<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
<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
[111/121] Compiling Yams YamlError.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
[112/121] Compiling Yams YamlTagProviding.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
[113/121] Emitting module Motor
[114/121] Compiling Motor Spinner.swift
[115/121] Compiling Motor Patterns.swift
[116/121] Compiling Motor Animation.swift
[117/121] Compiling Motor Animator.swift
[118/121] Compiling Motor Pattern.swift
[119/149] Emitting module Flint
[120/151] Compiling Flint print.swift
[121/151] Compiling Flint processVariables.swift
[122/151] Compiling Flint readManifest.swift
[123/151] Compiling Flint templateListCommand.swift
[124/151] Compiling Flint templateListCommandHandler.swift
[125/151] Compiling Flint templateRemoveCommand.swift
[126/151] Compiling Flint templateAddCommandHandler.swift
[127/151] Compiling Flint templateCloneCommand.swift
[128/151] Compiling Flint templateCloneCommandHandler.swift
[129/151] Compiling Flint Env.swift
[130/151] Compiling Flint EnvironmentError.swift
[131/151] Compiling Flint TemplateHomePath.swift
[132/151] Compiling Flint inputCommandHandler.swift
[133/151] Compiling Flint main.swift
[134/151] Compiling Flint sparkCommand.swift
[135/151] Compiling Flint templateRemoveCommandHandler.swift
[136/151] Compiling Flint version.swift
[137/151] Compiling Flint processFileAttributes.swift
[138/151] Compiling Flint processIncludedFiles.swift
[139/151] Compiling Flint inputCommand.swift
[140/151] Compiling Flint sparkCommandHandler.swift
[141/151] Compiling Flint TemplateCommand.swift
[142/151] Compiling Flint templateAddCommand.swift
[143/151] Compiling Flint Manifest.swift
[144/151] Compiling Flint Template.swift
[145/151] Compiling Flint TemplateFormatError.swift
[146/151] Compiling Flint Variable.swift
[147/151] Compiling Flint processCustomVariables.swift
[148/151] Compiling Flint processDateVariables.swift
[148/151] Write Objects.LinkFileList
[149/151] Linking flint
[150/151] Applying flint
Build complete! (18.76s)
Fetching https://github.com/swift-cli/motor
Fetching https://github.com/swift-cli/ansi-escape-code
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/swift-cli/execute
Fetching https://github.com/apple/swift-argument-parser from cache
[1/39] Fetching ansi-escape-code
[16/100] Fetching ansi-escape-code, execute
[96/148] Fetching ansi-escape-code, execute, motor
Fetched https://github.com/swift-cli/ansi-escape-code from cache (1.39s)
Fetched https://github.com/swift-cli/execute from cache (1.39s)
Fetched https://github.com/swift-cli/motor from cache (1.39s)
Fetched https://github.com/jpsim/Yams.git from cache (1.41s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.42s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (1.97s)
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.58s)
Computing version for https://github.com/swift-cli/execute
Computed https://github.com/swift-cli/execute at 0.1.2 (2.45s)
Computing version for https://github.com/swift-cli/motor
Computed https://github.com/swift-cli/motor at 0.1.3 (0.59s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.52s)
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
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
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" : "/Users/admin/builder/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"
}
Done.