Build Information
Failed to build Finch, reference main (ce341e
), with Swift 5.9 for Linux on 24 Sep 2024 19:12:30 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.9-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.9
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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:66706f89ac15d55dcb11e8d3274e2fe11925b5da93d240b09d5a1eb775db6cc2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/jpsim/Yams.git
[1/288] Fetching version
[160/5362] Fetching version, swiftcli
[2951/15187] Fetching version, swiftcli, yams
[4679/10113] Fetching version, yams
Fetched https://github.com/jakeheis/SwiftCLI (0.64s)
Fetched https://github.com/mxcl/Version.git (1.81s)
Fetched https://github.com/jpsim/Yams.git (1.87s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.0.0 (1.69s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.4 (0.67s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.2 (0.62s)
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/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
Building for debugging...
[0/14] Compiling reader.c
[1/14] Compiling writer.c
[2/14] Compiling parser.c
[3/14] Compiling api.c
[4/14] Compiling emitter.c
[5/14] Compiling scanner.c
[7/56] Emitting module Version
[8/56] Compiling Version Version+Range.swift
[9/56] Compiling Yams Parser.swift
[10/56] Compiling Yams Representer.swift
[11/56] Compiling Yams Resolver.swift
[12/58] Compiling Yams Mark.swift
[13/58] Compiling Yams Node.Mapping.swift
[14/59] Compiling Yams Emitter.swift
[15/59] Compiling Yams Encoder.swift
[17/59] Compiling Version Version.swift
[18/59] Compiling SwiftCLI ValueBox.swift
[19/59] Compiling SwiftCLI VersionCommand.swift
[20/59] Compiling Yams YamlError.swift
[21/59] Compiling SwiftCLI Term.swift
[22/59] Compiling SwiftCLI Validation.swift
[23/59] Compiling Version Version+Comparable.swift
[24/59] Compiling Version Version+Foundation.swift
[25/59] Compiling Version Version+Codable.swift
[26/60] Compiling Yams String+Yams.swift
[27/60] Compiling Yams Tag.swift
[28/60] Compiling Yams Node.Scalar.swift
[29/60] Compiling Yams Node.Sequence.swift
[32/60] Compiling Yams Node.swift
[36/60] Compiling SwiftCLI OptionGroup.swift
[38/61] Compiling SwiftCLI Path.swift
[39/61] Compiling SwiftCLI Stream.swift
[40/61] Compiling SwiftCLI Task.swift
[43/61] Emitting module SwiftCLI
[48/61] Compiling Yams Constructor.swift
[49/61] Compiling Yams Decoder.swift
[53/62] Emitting module Yams
[57/65] Wrapping AST for Version for debugging
[58/65] Wrapping AST for SwiftCLI for debugging
[59/65] Wrapping AST for Yams for debugging
[61/73] Compiling FinchUtilities Codable+FinchUtilities.swift
[62/73] Compiling FinchUtilities FileResolver.swift
[63/73] Compiling FinchUtilities String+FinchUtilities.swift
[64/73] Compiling FinchUtilities Strings.swift
[65/73] Compiling FinchUtilities Output.swift
[66/73] 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
[67/73] Emitting module FinchUtilities
[68/73] Compiling FinchUtilities Executable.swift
[70/75] Wrapping AST for FinchUtilities for debugging
[72/93] Compiling FinchCore LineContext.swift
[73/93] Compiling FinchCore LineOutputtable.swift
[74/95] Compiling FinchCore Line.swift
[75/95] Compiling FinchCore LineComponents.swift
[76/95] Compiling FinchCore Contributor.swift
[77/95] Compiling FinchCore DelimiterPair.swift
[78/95] Compiling FinchCore String+FinchCore.swift
[79/95] Compiling FinchCore FormatComponent.swift
[80/95] Compiling FinchCore FormatTemplate.swift
[81/95] Compiling FinchCore Outputtable.swift
[82/95] Compiling FinchCore Regex.swift
[83/95] Emitting module FinchCore
[84/95] Compiling FinchCore FormatConfiguration.swift
[85/95] Compiling FinchCore GitConfiguration.swift
[86/95] Compiling FinchCore ResolutionCommandsConfiguration.swift
[87/95] Compiling FinchCore Configuration.swift
[88/95] Compiling FinchCore ContributorsConfiguration.swift
[89/95] Compiling FinchCore DelimiterConfiguration.swift
[90/95] Compiling FinchCore Section.swift
[91/95] Compiling FinchCore SectionInfo.swift
[93/97] Wrapping AST for FinchCore for debugging
[95/111] Compiling FinchApp Git.swift
[96/112] Compiling FinchApp Versions.swift
[97/112] Compiling FinchApp ChangeLogInfoService.swift
[98/112] Emitting module FinchApp
[99/112] Compiling FinchApp ConfigCommand.swift
[100/112] Compiling FinchApp Sequence+FinchApp.swift
[101/112] Compiling FinchApp Configurator.swift
[102/112] Compiling FinchApp Transformer.swift
[103/112] Compiling FinchApp BaseCommand.swift
[104/112] Compiling FinchApp ChangeLogModel.swift
[105/112] Compiling FinchApp App.swift
[106/112] Compiling FinchApp AppRunner.swift
[107/112] Compiling FinchApp CompareCommand.swift
[108/112] Compiling FinchApp VersionsResolver.swift
[109/112] Compiling FinchApp Strings.swift
[111/114] Wrapping AST for FinchApp for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[113/118] Emitting module Finch
/host/spi-builder-workspace/Sources/Finch/main.swift:5:18: error: cannot find 'appBuildNumber' in scope
buildNumber: appBuildNumber,
^~~~~~~~~~~~~~
[114/118] Compiling Finch main.swift
/host/spi-builder-workspace/Sources/Finch/main.swift:5:18: error: cannot find 'appBuildNumber' in scope
buildNumber: appBuildNumber,
^~~~~~~~~~~~~~
[115/118] Compiling Finch AppName.swift
[116/118] Compiling Finch Version.swift
error: fatalError
BUILD FAILURE 5.9 linux