The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

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