Build Information
Failed to build SwiftParser, reference 1.1.1 (b3aaf8), with Swift 6.2 for Android on 18 Jun 2025 01:56:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build 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: android
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.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:65:39: warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
63 | let res = target.substring(with: m.range)
64 | // reset to end of match
65 | reader.seek(pos + res.characters.count)
| `- warning: 'characters' is deprecated: Please use String directly [#DeprecatedDeclaration]
66 |
67 | parser.leave("regex", true)
/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 android