Build Information
Failed to build Finch, reference main (ce341e
), with Swift 5.10 for Linux on 24 Sep 2024 19:14:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/namolnad/finch.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/namolnad/finch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ce341e0 Update gems
Cloned https://github.com/namolnad/finch.git
Revision (git rev-parse @):
ce341e0a78ebea4bb8c24841cab0af4059d5cd19
SUCCESS checkout https://github.com/namolnad/finch.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/namolnad/finch.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:6c25c99211d1e15148b101a61df2563575f50d0f624cb6ce5a573a0b53fb5dca
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/mxcl/Version.git
[1/5074] Fetching swiftcli
[1574/5362] Fetching swiftcli, version
[5363/15187] Fetching swiftcli, version, yams
Fetched https://github.com/mxcl/Version.git from cache (1.17s)
Fetched https://github.com/jakeheis/SwiftCLI from cache (1.17s)
Fetched https://github.com/jpsim/Yams.git from cache (1.21s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.0.0 (1.32s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.4 (0.58s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.2 (0.57s)
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.4
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 6.0.2
Building for debugging...
[0/23] Write sources
[7/23] Compiling reader.c
[8/23] Compiling writer.c
[9/23] Compiling parser.c
[10/23] Compiling api.c
[11/23] Write swift-version-24593BA9C3E375BF.txt
[12/23] Compiling emitter.c
[13/23] Compiling scanner.c
[15/65] Compiling Yams Emitter.swift
[16/65] Compiling Yams Encoder.swift
[17/65] Compiling SwiftCLI Parser.swift
[18/67] Compiling Version Version+Range.swift
[19/67] Compiling Version Version.swift
[20/67] Compiling Version Version+Codable.swift
[21/67] Compiling SwiftCLI ValueBox.swift
[22/67] Compiling SwiftCLI VersionCommand.swift
[23/67] Compiling Version Version+Comparable.swift
[24/67] Emitting module Version
[25/67] Compiling Version Version+Foundation.swift
[26/68] Compiling Yams Node.Mapping.swift
[27/68] Compiling Yams Node.Scalar.swift
[28/68] Compiling Yams Node.Sequence.swift
[29/68] Compiling Yams String+Yams.swift
[30/68] Compiling Yams Tag.swift
[31/68] Compiling Yams Representer.swift
[32/68] Compiling Yams Resolver.swift
[33/69] Compiling Yams Node.swift
[34/69] Compiling Yams Parser.swift
[37/69] Compiling Yams Mark.swift
[48/69] Compiling SwiftCLI Path.swift
[49/69] Compiling SwiftCLI Stream.swift
[50/69] Compiling SwiftCLI Task.swift
[51/69] Compiling SwiftCLI Term.swift
[52/69] Compiling SwiftCLI Validation.swift
[53/69] Emitting module Yams
[54/69] Compiling Yams Constructor.swift
[55/69] Compiling Yams Decoder.swift
[59/69] Emitting module SwiftCLI
[60/70] Wrapping AST for Version for debugging
[62/70] Compiling Yams YamlError.swift
[62/70] Wrapping AST for SwiftCLI for debugging
[64/71] Wrapping AST for Yams for debugging
[66/79] Compiling FinchUtilities FileResolver.swift
[67/79] Compiling FinchUtilities Codable+FinchUtilities.swift
[68/79] Compiling FinchUtilities String+FinchUtilities.swift
[69/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
[70/79] Compiling FinchUtilities Strings.swift
[71/79] Compiling FinchUtilities Output.swift
[72/79] Emitting module FinchUtilities
[73/79] Compiling FinchUtilities Executable.swift
[74/80] Wrapping AST for FinchUtilities for debugging
[76/98] Compiling FinchCore LineContext.swift
[77/98] Compiling FinchCore LineOutputtable.swift
[78/100] Compiling FinchCore Line.swift
[79/100] Compiling FinchCore LineComponents.swift
[80/100] Compiling FinchCore Outputtable.swift
[81/100] Compiling FinchCore Regex.swift
[82/100] Compiling FinchCore FormatComponent.swift
[83/100] Compiling FinchCore FormatTemplate.swift
[84/100] Compiling FinchCore Contributor.swift
[85/100] Compiling FinchCore DelimiterPair.swift
[86/100] Compiling FinchCore String+FinchCore.swift
[87/100] Emitting module FinchCore
[88/100] Compiling FinchCore Configuration.swift
[89/100] Compiling FinchCore ContributorsConfiguration.swift
[90/100] Compiling FinchCore DelimiterConfiguration.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 App.swift
[100/116] Compiling FinchApp AppRunner.swift
[101/116] Emitting module FinchApp
[102/116] Compiling FinchApp Versions.swift
[103/116] Compiling FinchApp ChangeLogInfoService.swift
[104/116] Compiling FinchApp Strings.swift
[105/116] Compiling FinchApp ConfigCommand.swift
[106/116] Compiling FinchApp Sequence+FinchApp.swift
[107/116] Compiling FinchApp Configurator.swift
[108/116] Compiling FinchApp Transformer.swift
[109/116] Compiling FinchApp CompareCommand.swift
[110/116] Compiling FinchApp VersionsResolver.swift
[111/116] Compiling FinchApp BaseCommand.swift
[112/116] Compiling FinchApp ChangeLogModel.swift
[113/117] Wrapping AST for FinchApp for debugging
[115/121] Compiling Finch main.swift
/host/spi-builder-workspace/Sources/Finch/main.swift:5:18: error: cannot find 'appBuildNumber' in scope
buildNumber: appBuildNumber,
^~~~~~~~~~~~~~
[116/121] Compiling Finch Version.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[117/121] Emitting module Finch
/host/spi-builder-workspace/Sources/Finch/main.swift:5:18: error: cannot find 'appBuildNumber' in scope
buildNumber: appBuildNumber,
^~~~~~~~~~~~~~
[118/121] Compiling Finch AppName.swift
error: fatalError
BUILD FAILURE 5.10 linux