The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftParser, reference 1.1.1 (b3aaf8), with Swift 6.2 for Linux on 18 Jun 2025 01:56:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dparnell/swift-parser-generator.git
Reference: 1.1.1
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/dparnell/swift-parser-generator
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at b3aaf80 Merge pull request #15 from pixelspark/swift4
Cloned https://github.com/dparnell/swift-parser-generator.git
Revision (git rev-parse @):
b3aaf8070dad2a84a3ffb45a9cff30b22f703019
SUCCESS checkout https://github.com/dparnell/swift-parser-generator.git at 1.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dparnell/swift-parser-generator.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/6] Compiling SwiftParser StringReader.swift
[4/6] Emitting module SwiftParser
[5/6] Compiling SwiftParser Reader.swift
[6/6] Compiling SwiftParser Parser.swift
/host/spi-builder-workspace/Sources/Parser.swift:95:26: warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
 93 |         let pos = reader.position
 94 |
 95 |         for ch in string.characters {
    |                          `- warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
 96 |             let flag = ch == reader.read()
 97 |             if !flag {
/host/spi-builder-workspace/Sources/Parser.swift:392:25: error: extra arguments at positions #1, #2 in call
390 |
391 |     public init(rule_def: @escaping () -> ParserRule) {
392 |         rule_definition = rule_def
    |                         `- error: extra arguments at positions #1, #2 in call
393 |     }
394 |
/host/spi-builder-workspace/Sources/Parser.swift:392:27: error: cannot assign value of type 'ParserRule' (aka '(Parser, any Reader) -> Bool') to type 'ParserRuleDefinition' (aka '() -> (Parser, any Reader) -> Bool')
390 |
391 |     public init(rule_def: @escaping () -> ParserRule) {
392 |         rule_definition = rule_def
    |                           `- error: cannot assign value of type 'ParserRule' (aka '(Parser, any Reader) -> Bool') to type 'ParserRuleDefinition' (aka '() -> (Parser, any Reader) -> Bool')
393 |     }
394 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
BUILD FAILURE 6.2 linux