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 Covfefe, reference master (1827a5), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:54:02 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/palle-k/Covfefe.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/palle-k/Covfefe
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1827a55 Merge pull request #6 from mlajtos/patch-1
Cloned https://github.com/palle-k/Covfefe.git
Revision (git rev-parse @):
1827a55a391128c43bf5fdb30189f8298662d519
SUCCESS checkout https://github.com/palle-k/Covfefe.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/palle-k/Covfefe.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/20] Compiling Covfefe Tokenizer.swift
[4/21] Compiling Covfefe CYKParser.swift
[5/21] Compiling Covfefe CharacterSets.swift
[6/21] Compiling Covfefe PrefixGrammar.swift
[7/21] Compiling Covfefe Productions.swift
[8/21] Emitting module Covfefe
[9/21] Compiling Covfefe Normalization.swift
[10/21] Compiling Covfefe Parser.swift
[11/21] Compiling Covfefe ABNFImporter.swift
[12/21] Compiling Covfefe BNFImporter.swift
[13/21] Compiling Covfefe Grammar.swift
[14/21] Compiling Covfefe GrammarCheck.swift
[15/21] Compiling Covfefe SyntaxTree.swift
[16/21] Compiling Covfefe Terminal.swift
[17/21] Compiling Covfefe EBNFImporter.swift
[18/21] Compiling Covfefe EarleyParser.swift
[19/21] Compiling Covfefe StringUtility.swift
[20/21] Compiling Covfefe Symbols.swift
[21/21] Compiling Covfefe Utility.swift
Build complete! (4.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Covfefe",
  "name" : "Covfefe",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Covfefe",
      "targets" : [
        "Covfefe"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CovfefeTests",
      "module_type" : "SwiftTarget",
      "name" : "CovfefeTests",
      "path" : "Tests/CovfefeTests",
      "sources" : [
        "ABNFTests.swift",
        "AmbiguousGrammarTests.swift",
        "BNFTests.swift",
        "CYKParserTests.swift",
        "EBNFTests.swift",
        "EarleyParserTests.swift",
        "ParserTests.swift",
        "PerformanceTests.swift",
        "PrefixGrammarTests.swift",
        "ProductionTests.swift",
        "SyntaxTreeTests.swift",
        "UtilitiesTest.swift"
      ],
      "target_dependencies" : [
        "Covfefe"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Covfefe",
      "module_type" : "SwiftTarget",
      "name" : "Covfefe",
      "path" : "Sources/Covfefe",
      "product_memberships" : [
        "Covfefe"
      ],
      "sources" : [
        "ABNFImporter.swift",
        "BNFImporter.swift",
        "CYKParser.swift",
        "CharacterSets.swift",
        "EBNFImporter.swift",
        "EarleyParser.swift",
        "Grammar.swift",
        "GrammarCheck.swift",
        "Normalization.swift",
        "Parser.swift",
        "PrefixGrammar.swift",
        "Productions.swift",
        "StringUtility.swift",
        "Symbols.swift",
        "SyntaxTree.swift",
        "Terminal.swift",
        "Tokenizer.swift",
        "Utility.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.