Build Information
Successful build of Covfefe, reference 0.6.1 (33b8f9), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 04:29:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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.24s)
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 (33b8f9e)
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 CYKParser.swift
[4/20] Compiling Covfefe CharacterSets.swift
[5/20] Compiling Covfefe PrefixGrammar.swift
[6/20] Compiling Covfefe Productions.swift
[7/20] Compiling Covfefe Tokenizer.swift
[8/20] 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()
[9/20] Compiling Covfefe EBNFImporter.swift
[10/20] Compiling Covfefe EarleyParser.swift
[11/20] Compiling Covfefe ABNFImporter.swift
[12/20] Compiling Covfefe BNFImporter.swift
[13/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()
[14/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()
[15/20] Compiling Covfefe Normalization.swift
[16/20] Compiling Covfefe Parser.swift
[17/20] Compiling Covfefe Grammar.swift
[18/20] Compiling Covfefe GrammarCheck.swift
[19/20] Compiling Covfefe StringUtility.swift
[20/20] Compiling Covfefe Symbols.swift
[21/21] Compiling Covfefe Utility.swift
Build complete! (5.14s)
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.