Build Information
Successful build of Gramophone, reference main (a5bf4f
), with Swift 5.10 for Linux on 3 Nov 2024 18:17:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/Gramophone.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/ChimeHQ/Gramophone
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a5bf4fe Implicit semicolons to handle significant whitespace separators
Cloned https://github.com/ChimeHQ/Gramophone.git
Revision (git rev-parse @):
a5bf4fe563cf2c30257a9d4c1d578669d78171eb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Gramophone.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/ChimeHQ/Gramophone.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/ChimeHQ/Flexer
[1/210] Fetching flexer
Fetched https://github.com/ChimeHQ/Flexer from cache (0.19s)
Fetching https://github.com/apple/swift-argument-parser
[1/12353] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.31s)
Creating working copy for https://github.com/ChimeHQ/Flexer
Working copy of https://github.com/ChimeHQ/Flexer resolved at main (d705703)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[6/14] Write swift-version-24593BA9C3E375BF.txt
[8/23] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/23] Emitting module ArgumentParserToolInfo
[10/24] Wrapping AST for ArgumentParserToolInfo for debugging
[12/62] Emitting module ArgumentParser
[13/67] Emitting module Flexer
[14/67] Compiling Flexer LookAheadSequenceReference.swift
[15/67] Compiling Flexer TokenProtocol.swift
[16/67] Compiling Flexer BasicTextCharacterLexer.swift
[17/67] Compiling Flexer LookAheadSequence.swift
[18/67] Compiling Flexer LookAheadIteratorProtocol.swift
[19/67] Compiling Flexer CharacterSet+Character.swift
[20/68] Compiling ArgumentParser Name.swift
[21/68] Compiling ArgumentParser Parsed.swift
[22/68] Compiling ArgumentParser ParsedValues.swift
[23/68] Compiling ArgumentParser ParserError.swift
[24/68] Compiling ArgumentParser SplitArguments.swift
[25/68] Compiling ArgumentParser ArgumentVisibility.swift
[26/68] Compiling ArgumentParser CompletionKind.swift
[27/68] Compiling ArgumentParser Errors.swift
[28/68] Compiling ArgumentParser Flag.swift
[29/68] Compiling ArgumentParser NameSpecification.swift
[30/68] Compiling ArgumentParser Option.swift
[31/68] Wrapping AST for Flexer for debugging
[33/68] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/68] Compiling ArgumentParser CompletionsGenerator.swift
[35/68] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/68] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/68] Compiling ArgumentParser Argument.swift
[38/68] Compiling ArgumentParser ArgumentHelp.swift
[39/75] Compiling ArgumentParser CollectionExtensions.swift
[40/75] Compiling ArgumentParser Platform.swift
[41/75] Compiling ArgumentParser SequenceExtensions.swift
[42/75] Compiling ArgumentParser StringExtensions.swift
[43/75] Compiling ArgumentParser Tree.swift
[44/75] Compiling ArgumentParser OptionGroup.swift
[45/75] Compiling ArgumentParser AsyncParsableCommand.swift
[46/75] Compiling ArgumentParser CommandConfiguration.swift
[47/75] Compiling ArgumentParser CommandGroup.swift
[48/75] Compiling ArgumentParser EnumerableFlag.swift
[49/75] Compiling ArgumentParser ExpressibleByArgument.swift
[50/75] Compiling ArgumentParser ParsableArguments.swift
[51/75] Compiling ArgumentParser ParsableArgumentsValidation.swift
[52/75] Compiling ArgumentParser ParsableCommand.swift
[53/75] Compiling ArgumentParser ArgumentDecoder.swift
[54/75] Compiling Gramophone Terminal.swift
/host/spi-builder-workspace/Sources/Gramophone/Terminal.swift:5:7: warning: associated value 'characterSet' of 'Sendable'-conforming enum 'Terminal' has non-sendable type 'CharacterSet'
case characterSet(CharacterSet)
^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
^
/host/spi-builder-workspace/Sources/Gramophone/Terminal.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[55/75] Compiling Gramophone BNFTokenSequence.swift
[56/75] Emitting module Gramophone
/host/spi-builder-workspace/Sources/Gramophone/Terminal.swift:5:7: warning: associated value 'characterSet' of 'Sendable'-conforming enum 'Terminal' has non-sendable type 'CharacterSet'
case characterSet(CharacterSet)
^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
^
/host/spi-builder-workspace/Sources/Gramophone/Terminal.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[57/75] Compiling Gramophone BNFParser.swift
[58/75] Compiling Gramophone Gramophone.swift
[59/75] Compiling Gramophone Grammar.swift
[60/75] Compiling Gramophone Rule.swift
[61/76] Compiling ArgumentParser DumpHelpGenerator.swift
[62/76] Compiling ArgumentParser HelpCommand.swift
[63/76] Compiling ArgumentParser HelpGenerator.swift
[64/76] Compiling ArgumentParser MessageInfo.swift
[65/76] Compiling ArgumentParser UsageGenerator.swift
[66/76] Wrapping AST for Gramophone for debugging
[68/76] Compiling ArgumentParser ArgumentDefinition.swift
[69/76] Compiling ArgumentParser ArgumentSet.swift
[70/76] Compiling ArgumentParser CommandParser.swift
[71/76] Compiling ArgumentParser InputKey.swift
[72/76] Compiling ArgumentParser InputOrigin.swift
[73/77] Wrapping AST for ArgumentParser for debugging
[75/79] Emitting module CLITool
[76/79] Compiling CLITool main.swift
[77/80] Wrapping AST for CLITool for debugging
[78/80] Write Objects.LinkFileList
[79/80] Linking gram
Build complete! (10.13s)
Build complete.
Done.