Build Information
Successful build of Covfefe, reference 0.6.1 (33b8f9
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 10:36:55 UTC.
Swift 6 data race errors: 8
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Covfefe -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/palle-k/Covfefe.git
https://github.com/palle-k/Covfefe.git
{
"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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Covfefe: /Users/admin/builder/spi-builder-workspace
resolved source packages: Covfefe
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Covfefe"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Covfefe -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Covfefe -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
Covfefe: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'Covfefe' in project 'Covfefe'
➜ Explicit dependency on target 'Covfefe' in project 'Covfefe'
Target 'Covfefe' in project 'Covfefe' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 6a388ac12f0cb8adaa90c1930a1002c5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6a388ac12f0cb8adaa90c1930a1002c5.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Covfefe.DependencyStaticMetadataFileList (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Covfefe.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Covfefe.modulemap (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Covfefe.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Covfefe.DependencyMetadataFileList (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Covfefe.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftConstValuesFileList (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe-OutputFileMap.json (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.LinkFileList (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Covfefe.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Covfefe.modulemap (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Covfefe.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Covfefe normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Covfefe -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Grammar.swift,\ GrammarCheck.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Grammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/GrammarCheck.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Grammar.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Grammar.swift:55:13: warning: stored property 'reason' of 'Sendable'-conforming struct 'SyntaxError' has non-sendable type 'SyntaxError.Reason'; this is an error in the Swift 6 language mode
public let reason: Reason
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Grammar.swift:37:14: note: consider making enum 'Reason' conform to the 'Sendable' protocol
public enum Reason {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Grammar.swift:58:13: warning: stored property 'context' of 'Sendable'-conforming struct 'SyntaxError' has non-sendable type '[NonTerminal]'; this is an error in the Swift 6 language mode
public let context: [NonTerminal]
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Symbols.swift:29:15: note: consider making struct 'NonTerminal' conform to the 'Sendable' protocol
public struct NonTerminal: Codable, Hashable {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/GrammarCheck.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EBNFImporter.swift,\ EarleyParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/EBNFImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/EarleyParser.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/EBNFImporter.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/EarleyParser.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ABNFImporter.swift,\ BNFImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/BNFImporter.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:28:5: warning: let 'abnfGrammar' is not concurrency-safe because non-'Sendable' type 'Grammar' may have shared mutable state; this is an error in the Swift 6 language mode
let abnfGrammar: Grammar = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Grammar.swift:138:15: note: consider making struct 'Grammar' conform to the 'Sendable' protocol
public struct Grammar {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:28:5: note: add '@MainActor' to make let 'abnfGrammar' part of global actor 'MainActor'
let abnfGrammar: Grammar = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:28:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let abnfGrammar: Grammar = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:92:24: warning: static property 'coreRules' is not concurrency-safe because non-'Sendable' type '[Production]' may have shared mutable state; this is an error in the Swift 6 language mode
private static let coreRules: [Production] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Productions.swift:29:15: note: consider making struct 'Production' conform to the 'Sendable' protocol
public struct Production: Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:92:24: note: add '@MainActor' to make static property 'coreRules' part of global actor 'MainActor'
private static let coreRules: [Production] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:92:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let coreRules: [Production] = [
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/BNFImporter.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CYKParser.swift,\ CharacterSets.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CYKParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CYKParser.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:32:20: warning: static property 'whitespace' is not concurrency-safe because non-'Sendable' type 'ProductionResult' may have shared mutable state; this is an error in the Swift 6 language mode
public static let whitespace = ProductionResult(SymbolSet(" \t\n".map(String.init).map(t)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:116:15: note: consider making struct 'ProductionResult' conform to the 'Sendable' protocol
public struct ProductionResult {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:32:20: note: add '@MainActor' to make static property 'whitespace' part of global actor 'MainActor'
public static let whitespace = ProductionResult(SymbolSet(" \t\n".map(String.init).map(t)))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let whitespace = ProductionResult(SymbolSet(" \t\n".map(String.init).map(t)))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:35:20: warning: static property 'lowercase' is not concurrency-safe because non-'Sendable' type 'ProductionResult' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lowercase = ProductionResult(SymbolSet("abcdefghijklmnopqrstuvwxyz".map(String.init).map(t)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:116:15: note: consider making struct 'ProductionResult' conform to the 'Sendable' protocol
public struct ProductionResult {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:35:20: note: add '@MainActor' to make static property 'lowercase' part of global actor 'MainActor'
public static let lowercase = ProductionResult(SymbolSet("abcdefghijklmnopqrstuvwxyz".map(String.init).map(t)))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:35:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lowercase = ProductionResult(SymbolSet("abcdefghijklmnopqrstuvwxyz".map(String.init).map(t)))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:38:20: warning: static property 'uppercase' is not concurrency-safe because non-'Sendable' type 'ProductionResult' may have shared mutable state; this is an error in the Swift 6 language mode
public static let uppercase = ProductionResult(SymbolSet("ABCDEFGHIJKLMNOPQRSTUVWXYZ".map(String.init).map(t)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:116:15: note: consider making struct 'ProductionResult' conform to the 'Sendable' protocol
public struct ProductionResult {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:38:20: note: add '@MainActor' to make static property 'uppercase' part of global actor 'MainActor'
public static let uppercase = ProductionResult(SymbolSet("ABCDEFGHIJKLMNOPQRSTUVWXYZ".map(String.init).map(t)))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:38:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let uppercase = ProductionResult(SymbolSet("ABCDEFGHIJKLMNOPQRSTUVWXYZ".map(String.init).map(t)))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:41:20: warning: static property 'numbers' is not concurrency-safe because non-'Sendable' type 'ProductionResult' may have shared mutable state; this is an error in the Swift 6 language mode
public static let numbers = ProductionResult(SymbolSet((0...9).map(String.init).map(t)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:116:15: note: consider making struct 'ProductionResult' conform to the 'Sendable' protocol
public struct ProductionResult {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:41:20: note: add '@MainActor' to make static property 'numbers' part of global actor 'MainActor'
public static let numbers = ProductionResult(SymbolSet((0...9).map(String.init).map(t)))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:41:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let numbers = ProductionResult(SymbolSet((0...9).map(String.init).map(t)))
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Normalization.swift,\ Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Normalization.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Parser.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Normalization.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Parser.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StringUtility.swift,\ Symbols.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/StringUtility.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Symbols.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/StringUtility.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Symbols.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Utility.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Utility.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Utility.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PrefixGrammar.swift,\ Productions.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/PrefixGrammar.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Productions.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/PrefixGrammar.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Productions.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Covfefe (in target 'Covfefe' from project 'Covfefe')
EmitSwiftModule normal arm64 (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:28:5: warning: let 'abnfGrammar' is not concurrency-safe because non-'Sendable' type 'Grammar' may have shared mutable state; this is an error in the Swift 6 language mode
let abnfGrammar: Grammar = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Grammar.swift:138:15: note: consider making struct 'Grammar' conform to the 'Sendable' protocol
public struct Grammar {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:28:5: note: add '@MainActor' to make let 'abnfGrammar' part of global actor 'MainActor'
let abnfGrammar: Grammar = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:28:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let abnfGrammar: Grammar = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:92:24: warning: static property 'coreRules' is not concurrency-safe because non-'Sendable' type '[Production]' may have shared mutable state; this is an error in the Swift 6 language mode
private static let coreRules: [Production] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Productions.swift:29:15: note: consider making struct 'Production' conform to the 'Sendable' protocol
public struct Production: Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:92:24: note: add '@MainActor' to make static property 'coreRules' part of global actor 'MainActor'
private static let coreRules: [Production] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/ABNFImporter.swift:92:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let coreRules: [Production] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:32:20: warning: static property 'whitespace' is not concurrency-safe because non-'Sendable' type 'ProductionResult' may have shared mutable state; this is an error in the Swift 6 language mode
public static let whitespace = ProductionResult(SymbolSet(" \t\n".map(String.init).map(t)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:116:15: note: consider making struct 'ProductionResult' conform to the 'Sendable' protocol
public struct ProductionResult {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:32:20: note: add '@MainActor' to make static property 'whitespace' part of global actor 'MainActor'
public static let whitespace = ProductionResult(SymbolSet(" \t\n".map(String.init).map(t)))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:32:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let whitespace = ProductionResult(SymbolSet(" \t\n".map(String.init).map(t)))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:35:20: warning: static property 'lowercase' is not concurrency-safe because non-'Sendable' type 'ProductionResult' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lowercase = ProductionResult(SymbolSet("abcdefghijklmnopqrstuvwxyz".map(String.init).map(t)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:116:15: note: consider making struct 'ProductionResult' conform to the 'Sendable' protocol
public struct ProductionResult {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:35:20: note: add '@MainActor' to make static property 'lowercase' part of global actor 'MainActor'
public static let lowercase = ProductionResult(SymbolSet("abcdefghijklmnopqrstuvwxyz".map(String.init).map(t)))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:35:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lowercase = ProductionResult(SymbolSet("abcdefghijklmnopqrstuvwxyz".map(String.init).map(t)))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:38:20: warning: static property 'uppercase' is not concurrency-safe because non-'Sendable' type 'ProductionResult' may have shared mutable state; this is an error in the Swift 6 language mode
public static let uppercase = ProductionResult(SymbolSet("ABCDEFGHIJKLMNOPQRSTUVWXYZ".map(String.init).map(t)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:116:15: note: consider making struct 'ProductionResult' conform to the 'Sendable' protocol
public struct ProductionResult {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:38:20: note: add '@MainActor' to make static property 'uppercase' part of global actor 'MainActor'
public static let uppercase = ProductionResult(SymbolSet("ABCDEFGHIJKLMNOPQRSTUVWXYZ".map(String.init).map(t)))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:38:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let uppercase = ProductionResult(SymbolSet("ABCDEFGHIJKLMNOPQRSTUVWXYZ".map(String.init).map(t)))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:41:20: warning: static property 'numbers' is not concurrency-safe because non-'Sendable' type 'ProductionResult' may have shared mutable state; this is an error in the Swift 6 language mode
public static let numbers = ProductionResult(SymbolSet((0...9).map(String.init).map(t)))
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:116:15: note: consider making struct 'ProductionResult' conform to the 'Sendable' protocol
public struct ProductionResult {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:41:20: note: add '@MainActor' to make static property 'numbers' part of global actor 'MainActor'
public static let numbers = ProductionResult(SymbolSet((0...9).map(String.init).map(t)))
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/CharacterSets.swift:41:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let numbers = ProductionResult(SymbolSet((0...9).map(String.init).map(t)))
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Grammar.swift:55:13: warning: stored property 'reason' of 'Sendable'-conforming struct 'SyntaxError' has non-sendable type 'SyntaxError.Reason'; this is an error in the Swift 6 language mode
public let reason: Reason
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Grammar.swift:37:14: note: consider making enum 'Reason' conform to the 'Sendable' protocol
public enum Reason {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Grammar.swift:58:13: warning: stored property 'context' of 'Sendable'-conforming struct 'SyntaxError' has non-sendable type '[NonTerminal]'; this is an error in the Swift 6 language mode
public let context: [NonTerminal]
^
/Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Symbols.swift:29:15: note: consider making struct 'NonTerminal' conform to the 'Sendable' protocol
public struct NonTerminal: Codable, Hashable {
^
, Sendable
SwiftCompile normal arm64 Compiling\ SyntaxTree.swift,\ Terminal.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/SyntaxTree.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Terminal.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/SyntaxTree.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Terminal.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Tokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Tokenizer.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Tokenizer.swift (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Covfefe (in target 'Covfefe' from project 'Covfefe')
SwiftDriver\ Compilation\ Requirements Covfefe normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Covfefe -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CYKParser.swift, CharacterSets.swift (in target 'Covfefe' from project 'Covfefe')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Covfefe-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Covfefe-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.swiftmodule (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.swiftdoc (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.abi.json (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.swiftsourceinfo (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SyntaxTree.swift, Terminal.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling ABNFImporter.swift, BNFImporter.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling Utility.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling PrefixGrammar.swift, Productions.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling Tokenizer.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling Grammar.swift, GrammarCheck.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling EBNFImporter.swift, EarleyParser.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling StringUtility.swift, Symbols.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling Normalization.swift, Parser.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriver\ Compilation Covfefe normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Covfefe -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.o normal (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.o
ExtractAppIntentsMetadata (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Covfefe --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.Covfefe --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Covfefe.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Covfefe.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 03:36:54.566 appintentsmetadataprocessor[717:4025] Starting appintentsmetadataprocessor export
2025-04-26 03:36:54.606 appintentsmetadataprocessor[717:4025] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.o (in target 'Covfefe' from project 'Covfefe')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Covfefe.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:7ab84b59c31409ab8467b96ce80a8161189663dd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:7ab84b59c31409ab8467b96ce80a8161189663dd, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:7ab84b59c31409ab8467b96ce80a8161189663dd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:7ab84b59c31409ab8467b96ce80a8161189663dd, name:My Mac }
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.