The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Logic Parser with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Gerzer/LogicParser.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
Fetching https://github.com/palle-k/Covfefe.git from cache
Fetched https://github.com/palle-k/Covfefe.git (0.18s)
Computing version for https://github.com/palle-k/Covfefe.git
Computed https://github.com/palle-k/Covfefe.git at 0.6.1 (0.02s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "logicparser",
      "name": "Logic Parser",
      "url": "https://github.com/Gerzer/LogicParser.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LogicParser",
      "dependencies": [
        {
          "identity": "covfefe",
          "name": "Covfefe",
          "url": "https://github.com/palle-k/Covfefe.git",
          "version": "0.6.1",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Covfefe",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Gerzer/LogicParser.git from cache
Fetched https://github.com/Gerzer/LogicParser.git (0.20s)
Fetching https://github.com/palle-k/Covfefe.git from cache
Fetched https://github.com/palle-k/Covfefe.git (0.20s)
Computing version for https://github.com/palle-k/Covfefe.git
Computed https://github.com/palle-k/Covfefe.git at 0.6.1 (0.03s)
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
Creating working copy for https://github.com/Gerzer/LogicParser.git
Working copy of https://github.com/Gerzer/LogicParser.git resolved at main
warning: '.resolve-product-dependencies': dependency 'logicparser' is not used by any target
Found 1 product dependencies
  - Covfefe
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/17] Compiling Covfefe Grammar.swift
[2/17] Compiling Covfefe GrammarCheck.swift
[3/19] Emitting module Covfefe
[4/19] Compiling Covfefe PrefixGrammar.swift
[5/19] Compiling Covfefe Productions.swift
[6/19] Compiling Covfefe StringUtility.swift
[7/19] Compiling Covfefe Symbols.swift
[8/19] Compiling Covfefe Normalization.swift
[9/19] Compiling Covfefe Parser.swift
[10/19] Compiling Covfefe CharacterSets.swift
[11/19] Compiling Covfefe EBNFImporter.swift
[12/19] Compiling Covfefe EarleyParser.swift
[13/19] Compiling Covfefe SyntaxTree.swift
[14/19] Compiling Covfefe Terminal.swift
[15/19] Compiling Covfefe ABNFImporter.swift
[16/19] Compiling Covfefe BNFImporter.swift
[17/19] Compiling Covfefe CYKParser.swift
[18/19] Compiling Covfefe Tokenizer.swift
[19/19] Compiling Covfefe Utility.swift
[20/23] Compiling LogicParser Errors.swift
[21/23] Compiling LogicParser LogicParser.swift
[22/23] Compiling LogicParser LogicNode.swift
[23/23] Emitting module LogicParser
Build complete! (8.10s)
Build complete.
Done.