Build Information
Successful build of Covfefe, reference 0.6.1 (33b8f9
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:54:05 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: 0.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/palle-k/Covfefe
* tag 0.6.1 -> FETCH_HEAD
HEAD is now at 33b8f9e Adds Grammar Codable conformance
Cloned https://github.com/palle-k/Covfefe.git
Revision (git rev-parse @):
33b8f9e07c5e6970ff6241a1eb318d63179fa677
SUCCESS checkout https://github.com/palle-k/Covfefe.git at 0.6.1
========================================
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 SyntaxTree.swift
[5/21] Compiling Covfefe Terminal.swift
[6/21] Compiling Covfefe PrefixGrammar.swift
[7/21] Compiling Covfefe Productions.swift
[8/21] Compiling Covfefe Normalization.swift
[9/21] Compiling Covfefe Parser.swift
[10/21] Compiling Covfefe Grammar.swift
[11/21] Compiling Covfefe GrammarCheck.swift
[12/21] Compiling Covfefe EBNFImporter.swift
[13/21] Compiling Covfefe EarleyParser.swift
[14/21] Compiling Covfefe CYKParser.swift
[15/21] Compiling Covfefe CharacterSets.swift
[16/21] Compiling Covfefe ABNFImporter.swift
[17/21] Compiling Covfefe BNFImporter.swift
[18/21] Emitting module Covfefe
[19/21] Compiling Covfefe StringUtility.swift
[20/21] Compiling Covfefe Symbols.swift
[21/21] Compiling Covfefe Utility.swift
Build complete! (4.58s)
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.