The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PGNParser, reference 0.4.0 (fb05e0), with Swift 6.2 (beta) for Android on 18 Jun 2025 11:12:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tigerpixel/PGNParser.git
Reference: 0.4.0
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/tigerpixel/PGNParser
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at fb05e0d Merge pull request #8 from tigerpixel/development
Cloned https://github.com/tigerpixel/PGNParser.git
Revision (git rev-parse @):
fb05e0d0af9387a1a5af756e779f8a20e25f37b0
SUCCESS checkout https://github.com/tigerpixel/PGNParser.git at 0.4.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tigerpixel/PGNParser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Fetching https://github.com/tigerpixel/Currier.git
Fetching https://github.com/tigerpixel/ParserCombinator.git
[1/492] Fetching parsercombinator
[493/1036] Fetching parsercombinator, currier
Fetched https://github.com/tigerpixel/Currier.git from cache (0.74s)
Fetched https://github.com/tigerpixel/ParserCombinator.git from cache (0.74s)
Computing version for https://github.com/tigerpixel/ParserCombinator.git
Computed https://github.com/tigerpixel/ParserCombinator.git at 2.1.0 (1.20s)
Computing version for https://github.com/tigerpixel/Currier.git
Computed https://github.com/tigerpixel/Currier.git at 1.3.0 (0.39s)
Creating working copy for https://github.com/tigerpixel/Currier.git
Working copy of https://github.com/tigerpixel/Currier.git resolved at 1.3.0
Creating working copy for https://github.com/tigerpixel/ParserCombinator.git
Working copy of https://github.com/tigerpixel/ParserCombinator.git resolved at 2.1.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/15] Compiling ParserCombinator Parser.swift
[6/16] Compiling ParserCombinator Parser+Combinators.swift
[7/16] Compiling ParserCombinator ParseResult.swift
[8/16] Compiling ParserCombinator NumberParsers.swift
[9/16] Compiling ParserCombinator Parser+Run.swift
[10/16] Compiling ParserCombinator ParserOperators.swift
[11/16] Emitting module Currier
[12/16] Compiling Currier Curry.swift
[14/17] Emitting module ParserCombinator
[15/17] Compiling ParserCombinator Character+UnicodeScalar.swift
[16/17] Compiling ParserCombinator CharacterParsers.swift
[17/17] Compiling ParserCombinator StringParsers.swift
[19/21] Compiling PGNParser DraughtsNotationParser.swift
[20/21] Emitting module PGNParser
[21/21] Compiling PGNParser DraughtsMove.swift
Build complete! (16.81s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "currier",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tigerpixel/Currier.git"
    },
    {
      "identity" : "parsercombinator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tigerpixel/ParserCombinator.git"
    }
  ],
  "manifest_display_name" : "PGNParser",
  "name" : "PGNParser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "PGNParser",
      "targets" : [
        "PGNParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PGNParserTests",
      "module_type" : "SwiftTarget",
      "name" : "PGNParserTests",
      "path" : "Tests/PGNParserTests",
      "sources" : [
        "DraughtsMoveTests.swift"
      ],
      "target_dependencies" : [
        "PGNParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PGNParser",
      "module_type" : "SwiftTarget",
      "name" : "PGNParser",
      "path" : "Sources/PGNParser",
      "product_dependencies" : [
        "Currier",
        "ParserCombinator"
      ],
      "product_memberships" : [
        "PGNParser"
      ],
      "sources" : [
        "DraughtsMove.swift",
        "DraughtsNotationParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.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
Done.