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

Successful build of Gramophone, reference main (a5bf4f), with Swift 5.9 for Linux on 3 Nov 2024 18:12:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.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.9
Building package at path:  $PWD
https://github.com/ChimeHQ/Gramophone.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/ChimeHQ/Flexer
[1/210] Fetching flexer
Fetched https://github.com/ChimeHQ/Flexer (0.25s)
Fetching https://github.com/apple/swift-argument-parser
[1/12353] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (1.00s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.67s)
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
Creating working copy for https://github.com/ChimeHQ/Flexer
Working copy of https://github.com/ChimeHQ/Flexer resolved at main
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/16] Compiling ArgumentParserToolInfo ToolInfo.swift
[3/16] Emitting module ArgumentParserToolInfo
[5/18] Wrapping AST for ArgumentParserToolInfo for debugging
[7/56] Compiling Flexer LookAheadIteratorProtocol.swift
[8/56] Emitting module ArgumentParser
[9/61] Emitting module Flexer
[10/61] Compiling Flexer LookAheadSequence.swift
[11/61] Compiling Flexer CharacterSet+Character.swift
[12/61] Compiling Flexer BasicTextCharacterLexer.swift
[13/61] Compiling Flexer LookAheadSequenceReference.swift
[14/61] Compiling Flexer TokenProtocol.swift
[15/62] Compiling ArgumentParser ArgumentVisibility.swift
[16/62] Compiling ArgumentParser CompletionKind.swift
[17/62] Compiling ArgumentParser Errors.swift
[18/62] Compiling ArgumentParser Flag.swift
[19/62] Compiling ArgumentParser NameSpecification.swift
[20/62] Compiling ArgumentParser Option.swift
[22/63] Wrapping AST for Flexer for debugging
[24/63] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/63] Compiling ArgumentParser CompletionsGenerator.swift
[26/63] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/63] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/63] Compiling ArgumentParser Argument.swift
[29/63] Compiling ArgumentParser ArgumentHelp.swift
[30/70] Compiling Gramophone Gramophone.swift
[31/70] 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
[32/70] Compiling Gramophone BNFTokenSequence.swift
[33/70] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[34/70] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[35/70] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[36/70] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[37/70] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[38/70] Compiling Gramophone Rule.swift
[39/70] Compiling Gramophone Grammar.swift
[40/70] 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
[41/70] Compiling Gramophone BNFParser.swift
[43/72] Compiling ArgumentParser Name.swift
[44/72] Compiling ArgumentParser Parsed.swift
[45/72] Compiling ArgumentParser ParsedValues.swift
[46/72] Compiling ArgumentParser ParserError.swift
[47/72] Compiling ArgumentParser SplitArguments.swift
[48/72] Compiling ArgumentParser DumpHelpGenerator.swift
[49/72] Compiling ArgumentParser HelpCommand.swift
[50/72] Compiling ArgumentParser HelpGenerator.swift
[51/72] Compiling ArgumentParser MessageInfo.swift
[52/72] Compiling ArgumentParser UsageGenerator.swift
[54/72] Compiling ArgumentParser ArgumentDefinition.swift
[55/72] Compiling ArgumentParser ArgumentSet.swift
[56/72] Compiling ArgumentParser CommandParser.swift
[57/72] Compiling ArgumentParser InputKey.swift
[58/72] Compiling ArgumentParser InputOrigin.swift
[59/72] Compiling ArgumentParser ExpressibleByArgument.swift
[60/72] Compiling ArgumentParser ParsableArguments.swift
[61/72] Compiling ArgumentParser ParsableArgumentsValidation.swift
[62/72] Compiling ArgumentParser ParsableCommand.swift
[63/72] Compiling ArgumentParser ArgumentDecoder.swift
[64/72] Compiling ArgumentParser OptionGroup.swift
[65/72] Compiling ArgumentParser AsyncParsableCommand.swift
[66/72] Compiling ArgumentParser CommandConfiguration.swift
[67/72] Compiling ArgumentParser CommandGroup.swift
[68/72] Compiling ArgumentParser EnumerableFlag.swift
[70/74] Wrapping AST for Gramophone for debugging
[71/74] Wrapping AST for ArgumentParser for debugging
[73/76] Emitting module CLITool
[74/76] Compiling CLITool main.swift
[76/78] Wrapping AST for CLITool for debugging
[77/78] Linking gram
Build complete! (22.07s)
Build complete.
Done.