The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Covfefe, reference master (1827a5), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 04:29:01 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/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
========================================
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": "covfefe",
      "name": "Covfefe",
      "url": "https://github.com/palle-k/Covfefe.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Covfefe",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/palle-k/Covfefe.git
[1/2438] Fetching covfefe
Fetched https://github.com/palle-k/Covfefe.git from cache (1.41s)
Creating working copy for https://github.com/palle-k/Covfefe.git
Working copy of https://github.com/palle-k/Covfefe.git resolved at master (1827a55)
warning: '.resolve-product-dependencies': dependency 'covfefe' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/palle-k/Covfefe.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/20] Compiling Covfefe StringUtility.swift
[4/20] Compiling Covfefe Symbols.swift
[5/20] Compiling Covfefe Tokenizer.swift
[6/20] Compiling Covfefe PrefixGrammar.swift
[7/20] Compiling Covfefe Productions.swift
[8/20] Compiling Covfefe Normalization.swift
[9/20] Compiling Covfefe Parser.swift
[10/20] Compiling Covfefe SyntaxTree.swift
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Terminal.swift:168:1: warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
166 | }
167 |
168 | extension Character: Codable {
    | |- warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
169 |     public func encode(to encoder: Encoder) throws {
170 |         var container = encoder.singleValueContainer()
[11/20] Compiling Covfefe Terminal.swift
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Terminal.swift:168:1: warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
166 | }
167 |
168 | extension Character: Codable {
    | |- warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
169 |     public func encode(to encoder: Encoder) throws {
170 |         var container = encoder.singleValueContainer()
[12/21] Compiling Covfefe EBNFImporter.swift
[13/21] Compiling Covfefe EarleyParser.swift
[14/21] Compiling Covfefe ABNFImporter.swift
[15/21] Compiling Covfefe BNFImporter.swift
[16/21] Compiling Covfefe CYKParser.swift
[17/21] Compiling Covfefe CharacterSets.swift
[18/21] Compiling Covfefe Grammar.swift
[19/21] Compiling Covfefe GrammarCheck.swift
[20/21] Emitting module Covfefe
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Terminal.swift:168:1: warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
166 | }
167 |
168 | extension Character: Codable {
    | |- warning: extension declares a conformance of imported type 'Character' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
169 |     public func encode(to encoder: Encoder) throws {
170 |         var container = encoder.singleValueContainer()
[21/21] Compiling Covfefe Utility.swift
Build complete! (5.66s)
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.