Build Information
Successful build of swift-template, reference 1.2.1 (7558b6
), with Swift 6.1 for Android on 28 May 2025 12:58:58 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
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: android
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/binarybirds/path-kit
Fetching https://github.com/binarybirds/plural-kit.git
Fetching https://github.com/binarybirds/shell-kit
Fetching https://github.com/binarybirds/build-kit
Fetching https://github.com/vapor/console-kit
Fetching https://github.com/binarybirds/git-kit
[1/48] Fetching shell-kit
[49/65] Fetching shell-kit, plural-kit
[66/86] Fetching shell-kit, plural-kit, build-kit
[70/5663] Fetching shell-kit, plural-kit, build-kit, console-kit
[182/5699] Fetching shell-kit, plural-kit, build-kit, console-kit, path-kit
Fetched https://github.com/binarybirds/shell-kit from cache (0.32s)
[5635/5756] Fetching plural-kit, build-kit, console-kit, path-kit, git-kit
Fetched https://github.com/binarybirds/build-kit from cache (0.44s)
Fetched https://github.com/vapor/console-kit from cache (0.44s)
Fetched https://github.com/binarybirds/path-kit from cache (0.45s)
Fetched https://github.com/binarybirds/git-kit from cache (0.45s)
Fetched https://github.com/binarybirds/plural-kit.git from cache (0.45s)
Computing version for https://github.com/binarybirds/plural-kit.git
Computed https://github.com/binarybirds/plural-kit.git at 1.0.0 (1.66s)
Computing version for https://github.com/binarybirds/build-kit
Computed https://github.com/binarybirds/build-kit at 1.0.1 (0.51s)
Computing version for https://github.com/binarybirds/git-kit
Computed https://github.com/binarybirds/git-kit at 1.0.1 (0.50s)
Computing version for https://github.com/binarybirds/shell-kit
Computed https://github.com/binarybirds/shell-kit at 1.0.1 (0.51s)
Computing version for https://github.com/binarybirds/path-kit
Computed https://github.com/binarybirds/path-kit at 1.1.0 (0.51s)
Computing version for https://github.com/vapor/console-kit
Computed https://github.com/vapor/console-kit at 4.15.2 (0.46s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3837/79920] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.60s)
Fetched https://github.com/apple/swift-nio.git from cache (5.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.30s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.29s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[1711/18301] Fetching swift-atomics, swift-collections
[1712/22692] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.55s)
Fetched https://github.com/apple/swift-system.git from cache (1.55s)
Fetched https://github.com/apple/swift-collections.git from cache (1.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.66s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.83s)
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/vapor/console-kit
Working copy of https://github.com/vapor/console-kit resolved at 4.15.2
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/binarybirds/plural-kit.git
Working copy of https://github.com/binarybirds/plural-kit.git resolved at 1.0.0
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/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/path-kit
Working copy of https://github.com/binarybirds/path-kit resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/29] Write sources
[12/29] Write swift-version-24593BA9C3E375BF.txt
[13/41] Compiling c-nioatomics.c
[14/41] Compiling c-atomics.c
[16/47] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[17/47] Compiling NIOConcurrencyHelpers NIOLock.swift
[18/47] Compiling NIOConcurrencyHelpers atomics.swift
[19/47] Compiling NIOConcurrencyHelpers lock.swift
[20/47] Emitting module NIOConcurrencyHelpers
[21/47] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[22/48] Wrapping AST for NIOConcurrencyHelpers for debugging
[24/48] Compiling Logging LogHandler.swift
[25/48] Compiling Logging Logging.swift
[26/48] Emitting module Logging
[27/48] Compiling Logging Locks.swift
[28/48] Compiling Logging MetadataProvider.swift
[30/49] Emitting module PathKit
[31/49] Compiling PathKit Path.swift
[32/50] Compiling PluralKit String+Plural.swift
[34/50] Emitting module PluralKit
[35/50] Compiling PluralKit PluralKit.swift
[36/50] Emitting module ShellKit
[37/50] Compiling ShellKit Shell.swift
[37/51] Wrapping AST for Logging for debugging
[38/78] Wrapping AST for PathKit for debugging
[41/78] Wrapping AST for PluralKit for debugging
[42/78] Wrapping AST for ShellKit for debugging
[44/82] Compiling ConsoleKitTerminal Console+Confirm.swift
[45/82] Compiling ConsoleKitTerminal Console+Input.swift
[46/82] Compiling ConsoleKitTerminal Console+Center.swift
[47/82] Compiling ConsoleKitTerminal Console+Output.swift
[48/85] Compiling ConsoleKitTerminal Console+Wait.swift
[49/85] Compiling ConsoleKitTerminal ConsoleColor.swift
[50/85] Compiling ConsoleKitTerminal ConsoleStyle.swift
[51/85] Compiling ConsoleKitTerminal ConsoleText.swift
[52/85] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[53/85] Compiling ConsoleKitTerminal ANSI.swift
[54/85] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[55/85] Compiling ConsoleKitTerminal ConsoleClear.swift
[56/85] Compiling ConsoleKitTerminal Console+Ask.swift
[57/85] Compiling ConsoleKitTerminal Console+Choose.swift
[58/85] Emitting module ConsoleKitTerminal
[59/85] Compiling ConsoleKitTerminal ActivityBar.swift
[60/85] Compiling ConsoleKitTerminal ActivityIndicator.swift
[61/85] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[62/85] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[63/85] Emitting module GitKit
[64/85] Compiling GitKit Git.swift
[65/85] Emitting module BuildKit
[66/86] Compiling BuildKit Project.swift
[67/87] Compiling ConsoleKitTerminal Console.swift
[68/87] Compiling ConsoleKitTerminal Terminal.swift
[69/87] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[70/87] Compiling ConsoleKitTerminal CustomActivity.swift
[71/87] Compiling ConsoleKitTerminal LoadingBar.swift
[72/87] Compiling ConsoleKitTerminal ProgressBar.swift
[73/87] Compiling ConsoleKitTerminal Console+Clear.swift
[75/87] Wrapping AST for GitKit for debugging
[76/87] Wrapping AST for BuildKit for debugging
[78/90] Compiling ConsoleKitTerminal AnySendableHashable.swift
[79/90] Compiling ConsoleKitTerminal ConsoleLogger.swift
[80/90] Compiling ConsoleKitTerminal LoggerFragment.swift
[82/91] Compiling SwiftTemplate String+CapitalizedFirstCharacter.swift
[83/91] Emitting module SwiftTemplate
[84/91] Compiling SwiftTemplate Template.swift
[85/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 GenerateAutocompleteCommand.swift
[93/116] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[94/116] Compiling ConsoleKitCommands Argument.swift
[95/116] Compiling ConsoleKitCommands CommandGroup.swift
[96/116] Compiling ConsoleKitCommands CommandInput.swift
[97/116] Compiling ConsoleKitCommands Commands.swift
[98/116] Compiling ConsoleKitCommands Command.swift
[99/116] Compiling ConsoleKitCommands CommandContext.swift
[100/116] Compiling ConsoleKitCommands CommandError.swift
[101/116] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[102/116] Compiling ConsoleKitCommands AsyncCommand.swift
[103/116] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[104/116] Compiling ConsoleKitCommands AsyncCommands.swift
[105/116] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[106/116] Compiling ConsoleKitCommands AnyCommand.swift
[107/116] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[108/116] Compiling ConsoleKitCommands Utilities.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] Compiling ConsoleKit Exports.swift
[115/119] Emitting module ConsoleKit
[116/120] Wrapping AST for ConsoleKit for debugging
[118/128] Compiling SwiftTemplateCli main.swift
[119/128] Compiling SwiftTemplateCli CreateCommand.swift
[120/128] Compiling SwiftTemplateCli UpdateCommand.swift
[121/128] Compiling SwiftTemplateCli ListCommand.swift
[122/128] Compiling SwiftTemplateCli GenerateCommand.swift
[123/128] Emitting module SwiftTemplateCli
[124/128] Compiling SwiftTemplateCli InstallCommand.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! (44.35s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.