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 Logic Parser, reference main (99037e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:28:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Gerzer/LogicParser.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Gerzer/LogicParser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 99037ef Add license
Cloned https://github.com/Gerzer/LogicParser.git
Revision (git rev-parse @):
99037ef0c8d4942c2de2bdd01e3b76b833fd76c3
SUCCESS checkout https://github.com/Gerzer/LogicParser.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Gerzer/LogicParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/21] Compiling Covfefe Tokenizer.swift
[5/21] Compiling Covfefe StringUtility.swift
[6/21] Compiling Covfefe Symbols.swift
[7/21] Compiling Covfefe Grammar.swift
[8/21] Compiling Covfefe GrammarCheck.swift
[9/21] Compiling Covfefe ABNFImporter.swift
[10/21] Compiling Covfefe BNFImporter.swift
[11/21] Compiling Covfefe Normalization.swift
[12/21] Compiling Covfefe Parser.swift
[13/21] Compiling Covfefe CYKParser.swift
[14/21] Compiling Covfefe CharacterSets.swift
[15/21] Compiling Covfefe SyntaxTree.swift
[16/21] Compiling Covfefe Terminal.swift
[17/21] Emitting module Covfefe
[18/21] Compiling Covfefe EBNFImporter.swift
[19/21] Compiling Covfefe EarleyParser.swift
[20/21] Compiling Covfefe PrefixGrammar.swift
[21/21] Compiling Covfefe Productions.swift
[22/22] Compiling Covfefe Utility.swift
[23/26] Compiling LogicParser Errors.swift
[24/26] Emitting module LogicParser
[25/26] Compiling LogicParser LogicNode.swift
[26/26] Compiling LogicParser LogicParser.swift
Build complete! (7.54s)
Fetching https://github.com/palle-k/Covfefe.git
[1/2438] Fetching covfefe
Fetched https://github.com/palle-k/Covfefe.git from cache (1.12s)
Computing version for https://github.com/palle-k/Covfefe.git
Computed https://github.com/palle-k/Covfefe.git at 0.6.1 (1.63s)
Creating working copy for https://github.com/palle-k/Covfefe.git
Working copy of https://github.com/palle-k/Covfefe.git resolved at 0.6.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "covfefe",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/palle-k/Covfefe.git"
    }
  ],
  "manifest_display_name" : "Logic Parser",
  "name" : "Logic Parser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LogicParser",
      "targets" : [
        "LogicParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LogicParser",
      "module_type" : "SwiftTarget",
      "name" : "LogicParser",
      "path" : "Sources/LogicParser",
      "product_dependencies" : [
        "Covfefe"
      ],
      "product_memberships" : [
        "LogicParser"
      ],
      "sources" : [
        "Errors.swift",
        "LogicNode.swift",
        "LogicParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.