Build Information
Successful build of SwiftFileTools, reference main (f53748
), with Swift 5.9 for Linux on 14 Jan 2025 11:01:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heroesofcode/SwiftFileTools.git
Reference: main
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/heroesofcode/SwiftFileTools
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f537486 Merge pull request #14 from heroesofcode/renovate/swift-dependencies
Cloned https://github.com/heroesofcode/SwiftFileTools.git
Revision (git rev-parse @):
f537486d53ea250df5a71cf175430dc288c971ff
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heroesofcode/SwiftFileTools.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/heroesofcode/SwiftFileTools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser
[1/1196] Fetching rainbow
[1197/13599] Fetching rainbow, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow (0.59s)
Fetched https://github.com/apple/swift-argument-parser (0.59s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (0.94s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.31s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/19] Compiling Rainbow StringGenerator.swift
[3/20] Emitting module ArgumentParserToolInfo
[4/20] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/21] Compiling Rainbow Style.swift
[7/22] Compiling Rainbow String+Rainbow.swift
[8/22] Wrapping AST for ArgumentParserToolInfo for debugging
[10/60] Compiling ArgumentParser ArgumentVisibility.swift
[11/60] Compiling ArgumentParser CompletionKind.swift
[12/60] Emitting module Rainbow
[13/60] Compiling ArgumentParser Errors.swift
[14/60] Compiling ArgumentParser Flag.swift
[15/60] Compiling Rainbow OutputTarget.swift
[16/60] Compiling ArgumentParser NameSpecification.swift
[17/60] Compiling ArgumentParser Option.swift
[18/60] Compiling Rainbow Rainbow.swift
[20/62] Wrapping AST for Rainbow for debugging
[22/62] Compiling ArgumentParser OptionGroup.swift
[23/62] Compiling ArgumentParser AsyncParsableCommand.swift
[24/62] Compiling ArgumentParser CommandConfiguration.swift
[25/62] Compiling ArgumentParser CommandGroup.swift
[26/62] Compiling ArgumentParser EnumerableFlag.swift
[27/67] Emitting module ArgumentParser
[28/67] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[29/67] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[30/67] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[31/67] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[32/67] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[39/67] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/67] Compiling ArgumentParser CompletionsGenerator.swift
[41/67] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/67] Compiling ArgumentParser ZshCompletionsGenerator.swift
[43/67] Compiling ArgumentParser Argument.swift
[44/67] Compiling ArgumentParser ArgumentHelp.swift
[45/67] Compiling ArgumentParser DumpHelpGenerator.swift
[46/67] Compiling ArgumentParser HelpCommand.swift
[47/67] Compiling ArgumentParser HelpGenerator.swift
[48/67] Compiling ArgumentParser MessageInfo.swift
[49/67] Compiling ArgumentParser UsageGenerator.swift
[50/67] Compiling ArgumentParser Name.swift
[51/67] Compiling ArgumentParser Parsed.swift
[52/67] Compiling ArgumentParser ParsedValues.swift
[53/67] Compiling ArgumentParser ParserError.swift
[54/67] Compiling ArgumentParser SplitArguments.swift
[55/67] Compiling ArgumentParser ExpressibleByArgument.swift
[56/67] Compiling ArgumentParser ParsableArguments.swift
[57/67] Compiling ArgumentParser ParsableArgumentsValidation.swift
[58/67] Compiling ArgumentParser ParsableCommand.swift
[59/67] Compiling ArgumentParser ArgumentDecoder.swift
[60/67] Compiling ArgumentParser ArgumentDefinition.swift
[61/67] Compiling ArgumentParser ArgumentSet.swift
[62/67] Compiling ArgumentParser CommandParser.swift
[63/67] Compiling ArgumentParser InputKey.swift
[64/67] Compiling ArgumentParser InputOrigin.swift
[66/69] Wrapping AST for ArgumentParser for debugging
[68/76] Compiling SwiftFileTools Header.swift
[69/76] Compiling SwiftFileTools Constants.swift
[70/76] Compiling SwiftFileTools ViewCode.swift
[71/76] Compiling SwiftFileTools SwiftGen.swift
[72/76] Compiling SwiftFileTools SwiftFileTools.swift
[73/76] Emitting module SwiftFileTools
[74/76] Compiling SwiftFileTools Colors.swift
[76/78] Wrapping AST for SwiftFileTools for debugging
[77/78] Linking SwiftFileTools
Build complete! (11.03s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "SwiftFileTools",
"name" : "SwiftFileTools",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "SwiftFileTools",
"targets" : [
"SwiftFileTools"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftFileTools",
"module_type" : "SwiftTarget",
"name" : "SwiftFileTools",
"path" : "Sources",
"product_dependencies" : [
"ArgumentParser",
"Rainbow"
],
"product_memberships" : [
"SwiftFileTools"
],
"sources" : [
"Core/Colors.swift",
"Core/Constants.swift",
"Core/Header.swift",
"Core/SwiftGen.swift",
"Core/ViewCode.swift",
"SwiftFileTools.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.