Build Information
Successful build of Covfefe, reference master (1827a5
), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 10:37:41 UTC.
Swift 6 data race errors: 24
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 generic/platform=watchOS 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: 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: watchOS
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 generic/platform=watchOS 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 generic/platform=watchOS "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/WatchOS.platform/Developer/SDKs/WatchOS11.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: c13c1e9cae178999cff2e9560fb7e9f0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c13c1e9cae178999cff2e9560fb7e9f0.xcbuilddata
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
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Covfefe.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Covfefe.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Covfefe.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Covfefe.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Covfefe.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver Covfefe normal arm64_32 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-watchos/Covfefe.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Covfefe normal armv7k 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-watchos/Covfefe.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Covfefe (in target 'Covfefe' from project 'Covfefe')
EmitSwiftModule normal arm64_32 (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_32 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_32 /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_32 /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_32 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_32 /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_32 /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_32 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_32 /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_32 /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
SwiftEmitModule normal armv7k Emitting\ module\ for\ Covfefe (in target 'Covfefe' from project 'Covfefe')
EmitSwiftModule normal armv7k (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 armv7k Compiling\ Utility.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Utility.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal armv7k /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_32 Compiling\ Utility.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Utility.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64_32 /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 armv7k 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 armv7k /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 armv7k /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
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k 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 armv7k /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 armv7k /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
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
SwiftDriverJobDiscovery normal armv7k Emitting module for Covfefe (in target 'Covfefe' from project 'Covfefe')
SwiftDriver\ Compilation\ Requirements Covfefe normal armv7k 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-watchos/Covfefe.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Covfefe (in target 'Covfefe' from project 'Covfefe')
SwiftDriver\ Compilation\ Requirements Covfefe normal arm64_32 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-watchos/Covfefe.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
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\ 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
SwiftDriverJobDiscovery normal armv7k Compiling Utility.swift (in target 'Covfefe' from project 'Covfefe')
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
SwiftDriverJobDiscovery normal armv7k Compiling Normalization.swift, Parser.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64_32 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_32 /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_32 /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
SwiftDriverJobDiscovery normal arm64_32 Compiling Utility.swift (in target 'Covfefe' from project 'Covfefe')
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
SwiftDriverJobDiscovery normal arm64_32 Compiling EBNFImporter.swift, EarleyParser.swift (in target 'Covfefe' from project 'Covfefe')
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
SwiftDriverJobDiscovery normal arm64_32 Compiling Normalization.swift, Parser.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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
SwiftDriverJobDiscovery normal arm64_32 Compiling ABNFImporter.swift, BNFImporter.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64_32 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_32 /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_32 /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\ 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
SwiftDriverJobDiscovery normal armv7k Compiling StringUtility.swift, Symbols.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal armv7k Compiling PrefixGrammar.swift, Productions.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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)
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/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_32 Compiling StringUtility.swift, Symbols.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Covfefe-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Covfefe-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling CYKParser.swift, CharacterSets.swift (in target 'Covfefe' from project 'Covfefe')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 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_32 /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_32 /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 armv7k 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 armv7k /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 armv7k /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
SwiftDriverJobDiscovery normal armv7k Compiling CYKParser.swift, CharacterSets.swift (in target 'Covfefe' from project 'Covfefe')
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
SwiftDriverJobDiscovery normal arm64_32 Compiling SyntaxTree.swift, Terminal.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal armv7k Compiling\ Tokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Tokenizer.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal armv7k /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 armv7k Compiling ABNFImporter.swift, BNFImporter.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64_32 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_32 /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_32 /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
SwiftDriverJobDiscovery normal armv7k Compiling Grammar.swift, GrammarCheck.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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
SwiftDriverJobDiscovery normal armv7k Compiling Tokenizer.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64_32 Compiling\ Tokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Covfefe/Tokenizer.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64_32 /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 armv7k Compiling EBNFImporter.swift, EarleyParser.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64_32 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_32 /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_32 /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
SwiftDriverJobDiscovery normal arm64 Compiling Utility.swift (in target 'Covfefe' from project 'Covfefe')
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
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 Compiling Normalization.swift, Parser.swift (in target 'Covfefe' from project 'Covfefe')
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)
SwiftDriverJobDiscovery normal arm64 Compiling Grammar.swift, GrammarCheck.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 SyntaxTree.swift, Terminal.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling EBNFImporter.swift, EarleyParser.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64_32 Compiling Tokenizer.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64_32 Compiling Grammar.swift, GrammarCheck.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling Tokenizer.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal armv7k Compiling SyntaxTree.swift, Terminal.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriver\ Compilation Covfefe normal armv7k 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-watchos/Covfefe.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/armv7k/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/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/Binary/Covfefe.o normal armv7k (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 armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/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-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/Binary/Covfefe.o
SwiftDriverJobDiscovery normal arm64 Compiling PrefixGrammar.swift, Productions.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64_32 Compiling PrefixGrammar.swift, Productions.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriver\ Compilation Covfefe normal arm64_32 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-watchos/Covfefe.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/Covfefe.build/Objects-normal/arm64_32/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/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/Binary/Covfefe.o normal arm64_32 (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_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/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-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/Binary/Covfefe.o
SwiftDriverJobDiscovery normal arm64 Compiling ABNFImporter.swift, BNFImporter.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling CYKParser.swift, CharacterSets.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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/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/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64/Binary/Covfefe.o normal arm64 (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-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64/Covfefe.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64/Binary/Covfefe.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64/Binary/Covfefe.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/Binary/Covfefe.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/Binary/Covfefe.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.Covfefe --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Covfefe.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64/Covfefe_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Covfefe.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Covfefe.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/armv7k/Covfefe.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-watchos/Covfefe.build/Objects-normal/arm64_32/Covfefe.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 03:37:40.574 appintentsmetadataprocessor[745:4265] Starting appintentsmetadataprocessor export
2025-04-26 03:37:40.609 appintentsmetadataprocessor[745:4265] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Covfefe.o
** BUILD SUCCEEDED **
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.