Build Information
Successful build of SwiftFileTools with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heroesofcode/SwiftFileTools.git
Reference: 1.3.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/heroesofcode/SwiftFileTools
* tag 1.3.1 -> FETCH_HEAD
HEAD is now at db5c0d5 Fix version
Cloned https://github.com/heroesofcode/SwiftFileTools.git
Revision (git rev-parse @):
db5c0d5d795f1f9bd0bdd04f2f83248cfc35360e
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/heroesofcode/SwiftFileTools.git at 1.3.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/heroesofcode/SwiftFileTools.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser.git
[1/1118] Fetching rainbow
[1119/12797] Fetching rainbow, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow (0.75s)
Fetched https://github.com/apple/swift-argument-parser.git (0.75s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (1.19s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.4.0 (0.39s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.4.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/19] Compiling Rainbow StringGenerator.swift
[3/20] Compiling Rainbow String+Rainbow.swift
[4/20] Emitting module ArgumentParserToolInfo
[5/20] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/21] Compiling Rainbow Style.swift
[8/22] Wrapping AST for ArgumentParserToolInfo for debugging
[10/59] Emitting module Rainbow
[11/59] Compiling ArgumentParser BashCompletionsGenerator.swift
[12/59] Compiling ArgumentParser CompletionsGenerator.swift
[13/59] Compiling ArgumentParser Argument.swift
[14/59] Compiling ArgumentParser ArgumentHelp.swift
[15/59] Compiling Rainbow OutputTarget.swift
[16/59] Compiling Rainbow Rainbow.swift
[17/59] Compiling ArgumentParser FishCompletionsGenerator.swift
[18/59] Compiling ArgumentParser ZshCompletionsGenerator.swift
[20/61] Wrapping AST for Rainbow for debugging
[22/61] Emitting module ArgumentParser
[29/66] Compiling ArgumentParser Option.swift
[30/66] Compiling ArgumentParser OptionGroup.swift
[31/66] Compiling ArgumentParser AsyncParsableCommand.swift
[32/66] Compiling ArgumentParser CommandConfiguration.swift
[33/66] Compiling ArgumentParser EnumerableFlag.swift
[34/66] Compiling ArgumentParser CollectionExtensions.swift
[35/66] Compiling ArgumentParser Platform.swift
[36/66] Compiling ArgumentParser SequenceExtensions.swift
[37/66] Compiling ArgumentParser StringExtensions.swift
[38/66] Compiling ArgumentParser Tree.swift
[39/66] Compiling ArgumentParser Name.swift
[40/66] Compiling ArgumentParser Parsed.swift
[41/66] Compiling ArgumentParser ParsedValues.swift
[42/66] Compiling ArgumentParser ParserError.swift
[43/66] Compiling ArgumentParser SplitArguments.swift
[44/66] Compiling ArgumentParser ArgumentDefinition.swift
[45/66] Compiling ArgumentParser ArgumentSet.swift
[46/66] Compiling ArgumentParser CommandParser.swift
[47/66] Compiling ArgumentParser InputKey.swift
[48/66] Compiling ArgumentParser InputOrigin.swift
[49/66] Compiling ArgumentParser ExpressibleByArgument.swift
[50/66] Compiling ArgumentParser ParsableArguments.swift
[51/66] Compiling ArgumentParser ParsableArgumentsValidation.swift
[52/66] Compiling ArgumentParser ParsableCommand.swift
[53/66] Compiling ArgumentParser ArgumentDecoder.swift
[54/66] Compiling ArgumentParser ArgumentVisibility.swift
[55/66] Compiling ArgumentParser CompletionKind.swift
[56/66] Compiling ArgumentParser Errors.swift
[57/66] Compiling ArgumentParser Flag.swift
[58/66] Compiling ArgumentParser NameSpecification.swift
[59/66] Compiling ArgumentParser DumpHelpGenerator.swift
[60/66] Compiling ArgumentParser HelpCommand.swift
[61/66] Compiling ArgumentParser HelpGenerator.swift
[62/66] Compiling ArgumentParser MessageInfo.swift
[63/66] Compiling ArgumentParser UsageGenerator.swift
[65/68] Wrapping AST for ArgumentParser for debugging
[67/75] Compiling SwiftFileTools SwiftFileTools.swift
[68/75] Compiling SwiftFileTools ViewCode.swift
[69/75] Compiling SwiftFileTools Header.swift
[70/75] Compiling SwiftFileTools SwiftGen.swift
[71/75] Compiling SwiftFileTools Constants.swift
[72/75] Emitting module SwiftFileTools
[73/75] Compiling SwiftFileTools Colors.swift
[75/77] Wrapping AST for SwiftFileTools for debugging
[76/77] Linking SwiftFileTools
Build complete! (14.44s)
Build complete.
Done.