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 1.0.0 (99037e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:28:31 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: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Gerzer/LogicParser
 * tag               1.0.0      -> FETCH_HEAD
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 1.0.0
========================================
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 StringUtility.swift
[5/21] Compiling Covfefe Symbols.swift
[6/22] Compiling Covfefe Tokenizer.swift
[7/22] Compiling Covfefe Grammar.swift
[8/22] Compiling Covfefe GrammarCheck.swift
[9/22] Compiling Covfefe CYKParser.swift
[10/22] Compiling Covfefe CharacterSets.swift
[11/22] Compiling Covfefe Normalization.swift
[12/22] Compiling Covfefe Parser.swift
[13/22] Compiling Covfefe PrefixGrammar.swift
[14/22] Compiling Covfefe Productions.swift
[15/22] Compiling Covfefe EBNFImporter.swift
[16/22] Compiling Covfefe EarleyParser.swift
[17/22] Emitting module Covfefe
[18/22] Compiling Covfefe ABNFImporter.swift
[19/22] Compiling Covfefe BNFImporter.swift
[20/22] Compiling Covfefe SyntaxTree.swift
[21/22] Compiling Covfefe Terminal.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.32s)
Fetching https://github.com/palle-k/Covfefe.git
[1/2438] Fetching covfefe
Fetched https://github.com/palle-k/Covfefe.git from cache (1.22s)
Computing version for https://github.com/palle-k/Covfefe.git
Computed https://github.com/palle-k/Covfefe.git at 0.6.1 (1.74s)
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.