The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PGNParser, reference master (fb05e0), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 12:13:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tigerpixel/PGNParser.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tigerpixel/PGNParser
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
Fetching https://github.com/tigerpixel/Currier.git
Fetching https://github.com/tigerpixel/ParserCombinator.git
[1/492] Fetching parsercombinator
[321/1036] Fetching parsercombinator, currier
Fetched https://github.com/tigerpixel/ParserCombinator.git from cache (0.68s)
[316/544] Fetching currier
Fetched https://github.com/tigerpixel/Currier.git from cache (0.76s)
Computing version for https://github.com/tigerpixel/ParserCombinator.git
Computed https://github.com/tigerpixel/ParserCombinator.git at 2.1.0 (1.46s)
Computing version for https://github.com/tigerpixel/Currier.git
Computed https://github.com/tigerpixel/Currier.git at 1.3.0 (0.63s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "pgnparser",
      "name": "PGNParser",
      "url": "https://github.com/tigerpixel/PGNParser.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PGNParser",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "currier",
          "name": "Currier",
          "url": "https://github.com/tigerpixel/Currier.git",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Currier",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "parsercombinator",
          "name": "ParserCombinator",
          "url": "https://github.com/tigerpixel/ParserCombinator.git",
          "version": "2.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ParserCombinator",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/tigerpixel/PGNParser.git
[1/253] Fetching pgnparser
Fetched https://github.com/tigerpixel/PGNParser.git from cache (0.75s)
Fetching https://github.com/tigerpixel/Currier.git from cache
Fetching https://github.com/tigerpixel/ParserCombinator.git from cache
Fetched https://github.com/tigerpixel/Currier.git from cache (0.44s)
Fetched https://github.com/tigerpixel/ParserCombinator.git from cache (0.44s)
Computing version for https://github.com/tigerpixel/ParserCombinator.git
Computed https://github.com/tigerpixel/ParserCombinator.git at 2.1.0 (0.51s)
Computing version for https://github.com/tigerpixel/Currier.git
Computed https://github.com/tigerpixel/Currier.git at 1.3.0 (0.03s)
Creating working copy for https://github.com/tigerpixel/PGNParser.git
Working copy of https://github.com/tigerpixel/PGNParser.git resolved at master (fb05e0d)
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
warning: '.resolve-product-dependencies': dependency 'pgnparser' is not used by any target
Found 2 product dependencies
  - Currier
  - ParserCombinator
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tigerpixel/PGNParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/16] Emitting module Currier
[6/16] Compiling Currier Curry.swift
[7/16] Compiling ParserCombinator NumberParsers.swift
[8/16] Compiling ParserCombinator ParseResult.swift
[9/16] Compiling ParserCombinator ParserOperators.swift
[10/16] Compiling ParserCombinator Parser.swift
[11/16] Compiling ParserCombinator Parser+Run.swift
[12/16] Compiling ParserCombinator Parser+Combinators.swift
[13/16] Compiling ParserCombinator StringParsers.swift
[14/16] Emitting module ParserCombinator
[15/16] Compiling ParserCombinator Character+UnicodeScalar.swift
[16/16] Compiling ParserCombinator CharacterParsers.swift
[17/19] Emitting module PGNParser
[18/19] Compiling PGNParser DraughtsMove.swift
[19/19] Compiling PGNParser DraughtsNotationParser.swift
Build complete! (4.89s)
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" : "/Users/admin/builder/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"
}
Done.