The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftParser, reference 1.1.1 (b3aaf8), with Swift 6.1 for Android on 27 May 2025 12:49:27 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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.1
Building package at path:  $PWD
https://github.com/dparnell/swift-parser-generator.git
https://github.com/dparnell/swift-parser-generator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftParser",
  "name" : "SwiftParser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftParser",
      "targets" : [
        "SwiftParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParser",
      "path" : "Sources",
      "product_memberships" : [
        "SwiftParser"
      ],
      "sources" : [
        "Parser.swift",
        "Reader.swift",
        "StringReader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/6] Compiling SwiftParser Reader.swift
[4/6] Compiling SwiftParser Parser.swift
/host/spi-builder-workspace/Sources/Parser.swift:65:39: warning: 'characters' is deprecated: Please use String directly
 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
 66 |
 67 |                 parser.leave("regex", true)
/host/spi-builder-workspace/Sources/Parser.swift:95:26: warning: 'characters' is deprecated: Please use String directly
 93 |         let pos = reader.position
 94 |
 95 |         for ch in string.characters {
    |                          `- warning: 'characters' is deprecated: Please use String directly
 96 |             let flag = ch == reader.read()
 97 |             if !flag {
[5/6] Compiling SwiftParser StringReader.swift
[6/6] Emitting module SwiftParser
Build complete! (8.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftParser",
  "name" : "SwiftParser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftParser",
      "targets" : [
        "SwiftParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParser",
      "path" : "Sources",
      "product_memberships" : [
        "SwiftParser"
      ],
      "sources" : [
        "Parser.swift",
        "Reader.swift",
        "StringReader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.