The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Finch with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/namolnad/finch.git
Reference: 0.3.0
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/namolnad/finch
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 076cfd0 [version] Publish version 0.3.0
Cloned https://github.com/namolnad/finch.git
Revision (git rev-parse @):
076cfd08cb59b4d90f76e3379e59951172cb4292
SUCCESS checkout https://github.com/namolnad/finch.git at 0.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/namolnad/finch.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/jpsim/Yams.git
[1/241] Fetching version
[242/5315] Fetching version, swiftcli
[2779/14144] Fetching version, swiftcli, yams
Fetched https://github.com/mxcl/Version.git from cache (0.30s)
[6399/13903] Fetching swiftcli, yams
Fetched https://github.com/jakeheis/SwiftCLI from cache (0.85s)
Fetched https://github.com/jpsim/Yams.git from cache (0.88s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.0.0 (1.03s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.4 (0.40s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.2 (0.38s)
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.0.0
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 6.0.2
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.4
Building for debugging...
[0/23] Write sources
[7/23] Compiling writer.c
[8/23] Compiling reader.c
[9/23] Compiling api.c
[10/23] Compiling parser.c
[11/23] Write swift-version-24593BA9C3E375BF.txt
[12/23] Compiling emitter.c
[13/23] Compiling scanner.c
[15/65] Compiling Yams Node.Scalar.swift
[16/65] Compiling Yams Node.Sequence.swift
[17/65] Compiling Yams String+Yams.swift
[18/67] Compiling Version Version+Range.swift
[19/67] Compiling Yams Mark.swift
[20/67] Compiling Yams Node.Mapping.swift
[21/68] Compiling Version Version.swift
[22/68] Compiling SwiftCLI ValueBox.swift
[23/68] Compiling SwiftCLI VersionCommand.swift
[24/68] Compiling Yams YamlError.swift
[25/68] Compiling SwiftCLI Term.swift
[26/68] Compiling SwiftCLI Validation.swift
[27/68] Compiling Version Version+Comparable.swift
[28/68] Compiling Version Version+Codable.swift
[29/68] Compiling Version Version+Foundation.swift
[30/68] Emitting module Version
[31/69] Compiling Yams Representer.swift
[32/69] Compiling Yams Resolver.swift
[33/69] Compiling SwiftCLI OptionGroup.swift
[34/69] Compiling Yams Tag.swift
[35/69] Compiling Yams Node.swift
[36/69] Compiling Yams Parser.swift
[37/69] Compiling SwiftCLI Path.swift
[38/69] Compiling SwiftCLI Stream.swift
[39/69] Compiling SwiftCLI Task.swift
[44/69] Emitting module Yams
[45/69] Compiling Yams Constructor.swift
[46/69] Compiling Yams Decoder.swift
[52/69] Emitting module SwiftCLI
[53/69] Compiling Yams Emitter.swift
[54/69] Compiling Yams Encoder.swift
[62/71] Wrapping AST for Version for debugging
[63/71] Wrapping AST for SwiftCLI for debugging
[64/71] Wrapping AST for Yams for debugging
[66/79] Compiling FinchUtilities Strings.swift
[67/79] Compiling FinchUtilities String+FinchUtilities.swift
[68/79] Compiling FinchUtilities FileResolver.swift
[69/79] Compiling FinchUtilities Output.swift
[70/79] Compiling FinchUtilities Shell.swift
/host/spi-builder-workspace/Sources/FinchUtilities/Shell.swift:75:9: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        launchPath = path
        ^
/host/spi-builder-workspace/Sources/FinchUtilities/Shell.swift:75:9: note: use 'executableURL' instead
        launchPath = path
        ^~~~~~~~~~
        executableURL
/host/spi-builder-workspace/Sources/FinchUtilities/Shell.swift:76:9: warning: 'launch()' is deprecated: renamed to 'run'
        launch()
        ^
/host/spi-builder-workspace/Sources/FinchUtilities/Shell.swift:76:9: note: use 'run' instead
        launch()
        ^~~~~~
        run
[71/79] Compiling FinchUtilities Codable+FinchUtilities.swift
[72/79] Emitting module FinchUtilities
[73/79] Compiling FinchUtilities Executable.swift
[74/80] Wrapping AST for FinchUtilities for debugging
[76/98] Emitting module FinchCore
[77/100] Compiling FinchCore Contributor.swift
[78/100] Compiling FinchCore DelimiterPair.swift
[79/100] Compiling FinchCore String+FinchCore.swift
[80/100] Compiling FinchCore Configuration.swift
[81/100] Compiling FinchCore ContributorsConfiguration.swift
[82/100] Compiling FinchCore DelimiterConfiguration.swift
[83/100] Compiling FinchCore LineContext.swift
[84/100] Compiling FinchCore LineOutputtable.swift
[85/100] Compiling FinchCore Line.swift
[86/100] Compiling FinchCore LineComponents.swift
[87/100] Compiling FinchCore Outputtable.swift
[88/100] Compiling FinchCore Regex.swift
[89/100] Compiling FinchCore FormatComponent.swift
[90/100] Compiling FinchCore FormatTemplate.swift
[91/100] Compiling FinchCore FormatConfiguration.swift
[92/100] Compiling FinchCore GitConfiguration.swift
[93/100] Compiling FinchCore ResolutionCommandsConfiguration.swift
[94/100] Compiling FinchCore Section.swift
[95/100] Compiling FinchCore SectionInfo.swift
[96/101] Wrapping AST for FinchCore for debugging
[98/115] Compiling FinchApp Git.swift
[99/116] Compiling FinchApp Versions.swift
[100/116] Compiling FinchApp ChangeLogInfoService.swift
[101/116] Compiling FinchApp CompareCommand.swift
[102/116] Compiling FinchApp VersionsResolver.swift
[103/116] Compiling FinchApp ConfigCommand.swift
[104/116] Compiling FinchApp Sequence+FinchApp.swift
[105/116] Compiling FinchApp Configurator.swift
[106/116] Compiling FinchApp Transformer.swift
[107/116] Compiling FinchApp App.swift
[108/116] Compiling FinchApp AppRunner.swift
[109/116] Emitting module FinchApp
[110/116] Compiling FinchApp BaseCommand.swift
[111/116] Compiling FinchApp ChangeLogModel.swift
[112/116] Compiling FinchApp Strings.swift
[113/117] Wrapping AST for FinchApp for debugging
[115/122] Compiling Finch Version.swift
[116/122] Compiling Finch BuildNumber.swift
[117/122] Compiling Finch AppName.swift
[118/122] Compiling Finch main.swift
[119/122] Emitting module Finch
[120/123] Wrapping AST for Finch for debugging
[121/123] Write Objects.LinkFileList
[122/123] Linking finch
Build complete! (17.98s)
Build complete.
Done.

Build Machine: Linux 1