Build Information
Successful build of swift-template, reference 1.2.1 (7558b6
), with Swift 6.1 for Linux on 27 Apr 2025 09:43:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/BinaryBirds/swift-template.git
Reference: 1.2.1
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/BinaryBirds/swift-template
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at 7558b64 Generate command ignores .git directory (#3)
Cloned https://github.com/BinaryBirds/swift-template.git
Revision (git rev-parse @):
7558b640d6f5a85c6daf85e7d983627ad2154553
SUCCESS checkout https://github.com/BinaryBirds/swift-template.git at 1.2.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/BinaryBirds/swift-template.git
https://github.com/BinaryBirds/swift-template.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "console-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/console-kit"
},
{
"identity" : "path-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/binarybirds/path-kit"
},
{
"identity" : "shell-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/binarybirds/shell-kit"
},
{
"identity" : "git-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/binarybirds/git-kit"
},
{
"identity" : "build-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/binarybirds/build-kit"
},
{
"identity" : "plural-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/binarybirds/plural-kit.git"
}
],
"manifest_display_name" : "swift-template",
"name" : "swift-template",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "swift-template-cli",
"targets" : [
"SwiftTemplateCli"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftTemplate",
"targets" : [
"SwiftTemplate"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftTemplateTests",
"module_type" : "SwiftTarget",
"name" : "SwiftTemplateTests",
"path" : "Tests/SwiftTemplateTests",
"sources" : [
"SwiftTemplateTests.swift"
],
"target_dependencies" : [
"SwiftTemplate"
],
"type" : "test"
},
{
"c99name" : "SwiftTemplateCli",
"module_type" : "SwiftTarget",
"name" : "SwiftTemplateCli",
"path" : "Sources/SwiftTemplateCli",
"product_dependencies" : [
"ConsoleKit"
],
"product_memberships" : [
"swift-template-cli"
],
"sources" : [
"Commands/CreateCommand.swift",
"Commands/GenerateCommand.swift",
"Commands/InstallCommand.swift",
"Commands/ListCommand.swift",
"Commands/RemoveCommand.swift",
"Commands/UpdateCommand.swift",
"main.swift"
],
"target_dependencies" : [
"SwiftTemplate"
],
"type" : "executable"
},
{
"c99name" : "SwiftTemplate",
"module_type" : "SwiftTarget",
"name" : "SwiftTemplate",
"path" : "Sources/SwiftTemplate",
"product_dependencies" : [
"PathKit",
"ShellKit",
"GitKit",
"BuildKit",
"PluralKit"
],
"product_memberships" : [
"swift-template-cli",
"SwiftTemplate"
],
"sources" : [
"String+CapitalizedFirstCharacter.swift",
"Template.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/binarybirds/path-kit
Fetching https://github.com/binarybirds/plural-kit.git
Fetching https://github.com/vapor/console-kit
Fetching https://github.com/binarybirds/build-kit
Fetching https://github.com/binarybirds/shell-kit
Fetching https://github.com/binarybirds/git-kit
[1/36] Fetching path-kit
[37/53] Fetching path-kit, plural-kit
[54/5538] Fetching path-kit, plural-kit, console-kit
[2852/5559] Fetching path-kit, plural-kit, console-kit, build-kit
[3257/5664] Fetching path-kit, plural-kit, console-kit, build-kit, git-kit
[3955/5712] Fetching path-kit, plural-kit, console-kit, build-kit, git-kit, shell-kit
[4982/5695] Fetching path-kit, console-kit, build-kit, git-kit, shell-kit
Fetched https://github.com/binarybirds/plural-kit.git from cache (0.31s)
Fetched https://github.com/binarybirds/shell-kit from cache (0.32s)
Fetched https://github.com/binarybirds/build-kit from cache (0.33s)
Fetched https://github.com/binarybirds/git-kit from cache (0.33s)
Fetched https://github.com/binarybirds/path-kit from cache (0.40s)
Fetched https://github.com/vapor/console-kit from cache (0.40s)
Computing version for https://github.com/binarybirds/plural-kit.git
Computed https://github.com/binarybirds/plural-kit.git at 1.0.0 (1.20s)
Computing version for https://github.com/binarybirds/build-kit
Computed https://github.com/binarybirds/build-kit at 1.0.1 (0.56s)
Computing version for https://github.com/binarybirds/git-kit
Computed https://github.com/binarybirds/git-kit at 1.0.1 (0.82s)
Computing version for https://github.com/binarybirds/shell-kit
Computed https://github.com/binarybirds/shell-kit at 1.0.1 (0.79s)
Computing version for https://github.com/binarybirds/path-kit
Computed https://github.com/binarybirds/path-kit at 1.1.0 (0.79s)
Computing version for https://github.com/vapor/console-kit
Computed https://github.com/vapor/console-kit at 4.15.2 (0.79s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[3837/79267] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.77s)
Fetched https://github.com/apple/swift-nio.git from cache (4.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.91s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.54s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[2/6058] Fetching swift-atomics, swift-system
[3154/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.79s)
[7764/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.05s)
Fetched https://github.com/apple/swift-collections.git from cache (2.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.09s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.05s)
Creating working copy for https://github.com/binarybirds/git-kit
Working copy of https://github.com/binarybirds/git-kit resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/binarybirds/path-kit
Working copy of https://github.com/binarybirds/path-kit resolved at 1.1.0
Creating working copy for https://github.com/vapor/console-kit
Working copy of https://github.com/vapor/console-kit resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/binarybirds/build-kit
Working copy of https://github.com/binarybirds/build-kit resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/binarybirds/shell-kit
Working copy of https://github.com/binarybirds/shell-kit resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/binarybirds/plural-kit.git
Working copy of https://github.com/binarybirds/plural-kit.git resolved at 1.0.0
Building for debugging...
[0/29] Write sources
[12/29] Compiling c-nioatomics.c
[13/29] Compiling c-atomics.c
[13/29] Write swift-version-24593BA9C3E375BF.txt
[16/47] Compiling Logging LogHandler.swift
[17/47] Compiling NIOConcurrencyHelpers lock.swift
[18/47] Emitting module Logging
[19/47] Compiling Logging Logging.swift
[20/47] Compiling Logging Locks.swift
[21/47] Compiling Logging MetadataProvider.swift
[22/48] Compiling NIOConcurrencyHelpers NIOLock.swift
[23/48] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[24/48] Emitting module NIOConcurrencyHelpers
[25/48] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[26/48] Compiling NIOConcurrencyHelpers atomics.swift
[28/49] Emitting module PathKit
[29/49] Compiling PathKit Path.swift
[30/49] Emitting module PluralKit
[32/50] Emitting module ShellKit
[33/50] Compiling ShellKit Shell.swift
[33/51] Wrapping AST for Logging for debugging
[36/51] Compiling PluralKit PluralKit.swift
[37/51] Compiling PluralKit String+Plural.swift
[38/52] Wrapping AST for NIOConcurrencyHelpers for debugging
[40/52] Wrapping AST for PathKit for debugging
[41/78] Wrapping AST for ShellKit for debugging
[43/82] Compiling ConsoleKitTerminal Console+Wait.swift
[44/82] Compiling ConsoleKitTerminal ConsoleColor.swift
[45/82] Compiling ConsoleKitTerminal ConsoleStyle.swift
[45/85] Wrapping AST for PluralKit for debugging
[47/85] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[48/85] Compiling ConsoleKitTerminal ConsoleClear.swift
[49/85] Compiling ConsoleKitTerminal Console+Ask.swift
[50/85] Compiling ConsoleKitTerminal Console+Choose.swift
[51/85] Emitting module BuildKit
[52/85] Compiling BuildKit Project.swift
[53/86] Emitting module GitKit
[54/86] Compiling GitKit Git.swift
[55/87] Compiling ConsoleKitTerminal Console+Confirm.swift
[56/87] Compiling ConsoleKitTerminal Console+Input.swift
[57/87] Compiling ConsoleKitTerminal Console+Center.swift
[58/87] Compiling ConsoleKitTerminal Console+Output.swift
[59/87] Compiling ConsoleKitTerminal ConsoleText.swift
[60/87] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[61/87] Compiling ConsoleKitTerminal ANSI.swift
[62/87] Compiling ConsoleKitTerminal Console.swift
[63/87] Compiling ConsoleKitTerminal Terminal.swift
[64/87] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[67/87] Compiling ConsoleKitTerminal ActivityBar.swift
[68/87] Compiling ConsoleKitTerminal ActivityIndicator.swift
[69/87] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[70/87] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[71/87] Compiling ConsoleKitTerminal CustomActivity.swift
[72/87] Compiling ConsoleKitTerminal LoadingBar.swift
[73/87] Compiling ConsoleKitTerminal ProgressBar.swift
[74/87] Compiling ConsoleKitTerminal Console+Clear.swift
[75/87] Emitting module ConsoleKitTerminal
[75/87] Wrapping AST for BuildKit for debugging
[76/87] Wrapping AST for GitKit for debugging
[78/90] Compiling ConsoleKitTerminal AnySendableHashable.swift
[79/90] Compiling ConsoleKitTerminal ConsoleLogger.swift
[80/90] Compiling ConsoleKitTerminal LoggerFragment.swift
[81/91] Emitting module SwiftTemplate
[83/91] Compiling SwiftTemplate String+CapitalizedFirstCharacter.swift
[84/91] Compiling SwiftTemplate Template.swift
[84/92] Wrapping AST for ConsoleKitTerminal for debugging
[86/114] Wrapping AST for SwiftTemplate for debugging
[88/114] Emitting module ConsoleKitCommands
[89/116] Compiling ConsoleKitCommands CommandSignature.swift
[90/116] Compiling ConsoleKitCommands Flag.swift
[91/116] Compiling ConsoleKitCommands Option.swift
[92/116] Compiling ConsoleKitCommands Command.swift
[93/116] Compiling ConsoleKitCommands CommandContext.swift
[94/116] Compiling ConsoleKitCommands CommandError.swift
[95/116] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[96/116] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[97/116] Compiling ConsoleKitCommands Argument.swift
[98/116] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[99/116] Compiling ConsoleKitCommands AsyncCommand.swift
[100/116] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[101/116] Compiling ConsoleKitCommands AsyncCommands.swift
[102/116] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[103/116] Compiling ConsoleKitCommands AnyCommand.swift
[104/116] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[105/116] Compiling ConsoleKitCommands Utilities.swift
[106/116] Compiling ConsoleKitCommands CommandGroup.swift
[107/116] Compiling ConsoleKitCommands CommandInput.swift
[108/116] Compiling ConsoleKitCommands Commands.swift
[109/116] Compiling ConsoleKitCommands Console+Run.swift
[110/116] Compiling ConsoleKitCommands ConsoleError.swift
[111/116] Compiling ConsoleKitCommands Completion.swift
[112/117] Wrapping AST for ConsoleKitCommands for debugging
[114/119] Emitting module ConsoleKit
[115/119] Compiling ConsoleKit Exports.swift
[116/120] Wrapping AST for ConsoleKit for debugging
[118/128] Compiling SwiftTemplateCli main.swift
[119/128] Compiling SwiftTemplateCli InstallCommand.swift
[120/128] Emitting module SwiftTemplateCli
[121/128] Compiling SwiftTemplateCli GenerateCommand.swift
[122/128] Compiling SwiftTemplateCli CreateCommand.swift
[123/128] Compiling SwiftTemplateCli ListCommand.swift
[124/128] Compiling SwiftTemplateCli UpdateCommand.swift
[125/128] Compiling SwiftTemplateCli RemoveCommand.swift
[126/129] Wrapping AST for SwiftTemplateCli for debugging
[127/129] Write Objects.LinkFileList
[128/129] Linking swift-template-cli
Build complete! (53.52s)
Build complete.
{
"dependencies" : [
{
"identity" : "console-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/console-kit"
},
{
"identity" : "path-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/binarybirds/path-kit"
},
{
"identity" : "shell-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/binarybirds/shell-kit"
},
{
"identity" : "git-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/binarybirds/git-kit"
},
{
"identity" : "build-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/binarybirds/build-kit"
},
{
"identity" : "plural-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/binarybirds/plural-kit.git"
}
],
"manifest_display_name" : "swift-template",
"name" : "swift-template",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "swift-template-cli",
"targets" : [
"SwiftTemplateCli"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftTemplate",
"targets" : [
"SwiftTemplate"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftTemplateTests",
"module_type" : "SwiftTarget",
"name" : "SwiftTemplateTests",
"path" : "Tests/SwiftTemplateTests",
"sources" : [
"SwiftTemplateTests.swift"
],
"target_dependencies" : [
"SwiftTemplate"
],
"type" : "test"
},
{
"c99name" : "SwiftTemplateCli",
"module_type" : "SwiftTarget",
"name" : "SwiftTemplateCli",
"path" : "Sources/SwiftTemplateCli",
"product_dependencies" : [
"ConsoleKit"
],
"product_memberships" : [
"swift-template-cli"
],
"sources" : [
"Commands/CreateCommand.swift",
"Commands/GenerateCommand.swift",
"Commands/InstallCommand.swift",
"Commands/ListCommand.swift",
"Commands/RemoveCommand.swift",
"Commands/UpdateCommand.swift",
"main.swift"
],
"target_dependencies" : [
"SwiftTemplate"
],
"type" : "executable"
},
{
"c99name" : "SwiftTemplate",
"module_type" : "SwiftTarget",
"name" : "SwiftTemplate",
"path" : "Sources/SwiftTemplate",
"product_dependencies" : [
"PathKit",
"ShellKit",
"GitKit",
"BuildKit",
"PluralKit"
],
"product_memberships" : [
"swift-template-cli",
"SwiftTemplate"
],
"sources" : [
"String+CapitalizedFirstCharacter.swift",
"Template.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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.