Build Information
Successful build of FootlessParser, reference master (11c7a3
), with Swift 6.1 for tvOS using Xcode 16.3 on 25 Apr 2025 23:45:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FootlessParser -destination generic/platform=tvOS 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/kareman/FootlessParser.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kareman/FootlessParser
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 11c7a36 Readme: fix code samples so they actually compile.
Cloned https://github.com/kareman/FootlessParser.git
Revision (git rev-parse @):
11c7a366720a2cc62d13ee69c8bdb8372bb3bb2b
SUCCESS checkout https://github.com/kareman/FootlessParser.git at master
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/kareman/FootlessParser.git
https://github.com/kareman/FootlessParser.git
{
"dependencies" : [
],
"manifest_display_name" : "FootlessParser",
"name" : "FootlessParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FootlessParser",
"targets" : [
"FootlessParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FootlessParserTests",
"module_type" : "SwiftTarget",
"name" : "FootlessParserTests",
"path" : "Tests/FootlessParserTests",
"sources" : [
"Grammar/CSV.swift",
"Grammar/Examples.swift",
"Parser+Operators_Tests.swift",
"Parser_Tests.swift",
"PerformanceTests.swift",
"StringParser_Tests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"FootlessParser"
],
"type" : "test"
},
{
"c99name" : "FootlessParser",
"module_type" : "SwiftTarget",
"name" : "FootlessParser",
"path" : "Sources/FootlessParser",
"product_memberships" : [
"FootlessParser"
],
"sources" : [
"Converters.swift",
"Error.swift",
"Parser+Operators.swift",
"Parser.swift",
"Parsers.swift",
"StringParser.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "FootlessParser",
"name" : "FootlessParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FootlessParser",
"targets" : [
"FootlessParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FootlessParserTests",
"module_type" : "SwiftTarget",
"name" : "FootlessParserTests",
"path" : "Tests/FootlessParserTests",
"sources" : [
"Grammar/CSV.swift",
"Grammar/Examples.swift",
"Parser+Operators_Tests.swift",
"Parser_Tests.swift",
"PerformanceTests.swift",
"StringParser_Tests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"FootlessParser"
],
"type" : "test"
},
{
"c99name" : "FootlessParser",
"module_type" : "SwiftTarget",
"name" : "FootlessParser",
"path" : "Sources/FootlessParser",
"product_memberships" : [
"FootlessParser"
],
"sources" : [
"Converters.swift",
"Error.swift",
"Parser+Operators.swift",
"Parser.swift",
"Parsers.swift",
"StringParser.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "FootlessParser",
"schemes" : [
"FootlessParser"
],
"targets" : [
"FootlessParser",
"FootlessParserTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FootlessParser -destination generic/platform=tvOS 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 FootlessParser -destination generic/platform=tvOS "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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'FootlessParser' in project 'FootlessParser' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: d973e9e6ae85b353678e6ae0bd3131da
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d973e9e6ae85b353678e6ae0bd3131da.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj
/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Headers (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/FootlessParser.DependencyMetadataFileList (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/FootlessParser.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/FootlessParser.DependencyStaticMetadataFileList (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/FootlessParser.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser-OutputFileMap.json (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftConstValuesFileList (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.LinkFileList (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Info.plist /Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj/FootlessParser_Info.plist (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj/FootlessParser_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Info.plist
SwiftDriver FootlessParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FootlessParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser-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/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.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/FootlessParser.build/Debug-appletvos/FootlessParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745624737803589-swift-frontend-FootlessParser-Parser.swift-arm64_apple_tvos18.4-o-Onone-2676522576.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3513 seconds (3.3459 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0175 ( 8.1%) 0.0401 ( 29.9%) 0.0577 ( 16.4%) 1.5116 ( 45.2%) parse-and-resolve-imports
0.0175 ( 8.1%) 0.0400 ( 29.8%) 0.0575 ( 16.4%) 1.5114 ( 45.2%) Import resolution
0.0016 ( 0.7%) 0.0094 ( 7.0%) 0.0110 ( 3.1%) 0.0966 ( 2.9%) load-stdlib
0.0415 ( 19.1%) 0.0150 ( 11.2%) 0.0565 ( 16.1%) 0.0565 ( 1.7%) build-rewrite-system
0.0362 ( 16.6%) 0.0077 ( 5.7%) 0.0438 ( 12.5%) 0.0443 ( 1.3%) perform-sema
0.0361 ( 16.6%) 0.0077 ( 5.7%) 0.0438 ( 12.5%) 0.0442 ( 1.3%) Type checking and Semantic analysis
0.0314 ( 14.4%) 0.0059 ( 4.4%) 0.0373 ( 10.6%) 0.0377 ( 1.1%) typecheck-stmt
0.0069 ( 3.2%) 0.0028 ( 2.1%) 0.0097 ( 2.8%) 0.0097 ( 0.3%) IRGen
0.0070 ( 3.2%) 0.0013 ( 1.0%) 0.0083 ( 2.4%) 0.0083 ( 0.2%) SILGen
0.0056 ( 2.6%) 0.0007 ( 0.6%) 0.0064 ( 1.8%) 0.0064 ( 0.2%) precheck-target
0.0050 ( 2.3%) 0.0007 ( 0.6%) 0.0057 ( 1.6%) 0.0057 ( 0.2%) SILGen-function
0.0039 ( 1.8%) 0.0015 ( 1.1%) 0.0054 ( 1.6%) 0.0054 ( 0.2%) typecheck-decl
0.0050 ( 2.3%) 0.0000 ( 0.0%) 0.0050 ( 1.4%) 0.0050 ( 0.1%) SIL optimization
0.0007 ( 0.3%) 0.0009 ( 0.6%) 0.0016 ( 0.5%) 0.0016 ( 0.0%) import-clang-decl
0.0012 ( 0.5%) 0.0002 ( 0.2%) 0.0014 ( 0.4%) 0.0014 ( 0.0%) typecheck-expr
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2173 (100.0%) 0.1340 (100.0%) 0.3513 (100.0%) 3.3459 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4629 seconds (2.0069 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3514 (100.0%) 0.1115 (100.0%) 0.4629 (100.0%) 2.0069 (100.0%) Building Target
0.3514 (100.0%) 0.1115 (100.0%) 0.4629 (100.0%) 2.0069 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Parser+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser+Operators.swift (in target 'FootlessParser' from project 'FootlessParser')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745624737803131-swift-frontend-FootlessParser-Parser_Operators.swift-arm64_apple_tvos18.4-o-Onone-360926553.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8804 seconds (3.1917 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2627 ( 43.5%) 0.1028 ( 37.1%) 0.3655 ( 41.5%) 1.4752 ( 46.2%) parse-and-resolve-imports
0.2626 ( 43.5%) 0.1027 ( 37.0%) 0.3653 ( 41.5%) 1.4750 ( 46.2%) Import resolution
0.0016 ( 0.3%) 0.0111 ( 4.0%) 0.0128 ( 1.5%) 0.0904 ( 2.8%) load-stdlib
0.0455 ( 7.5%) 0.0085 ( 3.1%) 0.0540 ( 6.1%) 0.0540 ( 1.7%) build-rewrite-system
0.0057 ( 0.9%) 0.0114 ( 4.1%) 0.0170 ( 1.9%) 0.0204 ( 0.6%) perform-sema
0.0056 ( 0.9%) 0.0114 ( 4.1%) 0.0170 ( 1.9%) 0.0204 ( 0.6%) Type checking and Semantic analysis
0.0045 ( 0.8%) 0.0085 ( 3.0%) 0.0130 ( 1.5%) 0.0149 ( 0.5%) typecheck-stmt
0.0035 ( 0.6%) 0.0089 ( 3.2%) 0.0124 ( 1.4%) 0.0148 ( 0.5%) SILGen
0.0035 ( 0.6%) 0.0025 ( 0.9%) 0.0059 ( 0.7%) 0.0059 ( 0.2%) IRGen
0.0009 ( 0.1%) 0.0031 ( 1.1%) 0.0040 ( 0.5%) 0.0052 ( 0.2%) precheck-target
0.0025 ( 0.4%) 0.0022 ( 0.8%) 0.0047 ( 0.5%) 0.0052 ( 0.2%) SILGen-function
0.0009 ( 0.1%) 0.0028 ( 1.0%) 0.0037 ( 0.4%) 0.0051 ( 0.2%) typecheck-decl
0.0029 ( 0.5%) 0.0004 ( 0.1%) 0.0033 ( 0.4%) 0.0033 ( 0.1%) SIL optimization
0.0009 ( 0.1%) 0.0009 ( 0.3%) 0.0017 ( 0.2%) 0.0017 ( 0.1%) import-clang-decl
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.6032 (100.0%) 0.2772 (100.0%) 0.8804 (100.0%) 3.1917 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.7843 seconds (1.9851 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5877 (100.0%) 0.1966 (100.0%) 0.7843 (100.0%) 1.9851 (100.0%) Building Target
0.5877 (100.0%) 0.1966 (100.0%) 0.7843 (100.0%) 1.9851 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser+Operators.swift (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Error.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Error.swift (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Error.swift:9:10: warning: associated value 'Mismatch' of 'Sendable'-conforming generic enum 'ParseError' has non-sendable type '(AnyCollection<T>, String, String)'; this is an error in the Swift 6 language mode
case Mismatch(AnyCollection<T>, String, String)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745624737804595-swift-frontend-FootlessParser-Error.swift-arm64_apple_tvos18.4-o-Onone-2840195242.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3074 seconds (3.3114 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0172 ( 10.6%) 0.0381 ( 26.3%) 0.0553 ( 18.0%) 1.5117 ( 45.7%) parse-and-resolve-imports
0.0172 ( 10.6%) 0.0380 ( 26.2%) 0.0552 ( 17.9%) 1.5115 ( 45.6%) Import resolution
0.0016 ( 1.0%) 0.0118 ( 8.1%) 0.0134 ( 4.4%) 0.1023 ( 3.1%) load-stdlib
0.0716 ( 44.0%) 0.0223 ( 15.4%) 0.0939 ( 30.5%) 0.0938 ( 2.8%) build-rewrite-system
0.0110 ( 6.8%) 0.0088 ( 6.1%) 0.0198 ( 6.5%) 0.0198 ( 0.6%) import-clang-decl
0.0117 ( 7.2%) 0.0069 ( 4.8%) 0.0186 ( 6.1%) 0.0193 ( 0.6%) perform-sema
0.0117 ( 7.2%) 0.0069 ( 4.8%) 0.0186 ( 6.0%) 0.0192 ( 0.6%) Type checking and Semantic analysis
0.0097 ( 6.0%) 0.0060 ( 4.2%) 0.0158 ( 5.1%) 0.0164 ( 0.5%) typecheck-decl
0.0028 ( 1.7%) 0.0032 ( 2.2%) 0.0060 ( 1.9%) 0.0065 ( 0.2%) IRGen
0.0021 ( 1.3%) 0.0013 ( 0.9%) 0.0034 ( 1.1%) 0.0034 ( 0.1%) SILGen
0.0020 ( 1.2%) 0.0009 ( 0.6%) 0.0029 ( 0.9%) 0.0029 ( 0.1%) typecheck-stmt
0.0023 ( 1.4%) 0.0001 ( 0.1%) 0.0024 ( 0.8%) 0.0024 ( 0.1%) SIL optimization
0.0009 ( 0.6%) 0.0003 ( 0.2%) 0.0012 ( 0.4%) 0.0013 ( 0.0%) SILGen-function
0.0006 ( 0.4%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.0%) load-all-members
0.0002 ( 0.1%) 0.0001 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) typecheck-expr
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1626 (100.0%) 0.1448 (100.0%) 0.3074 (100.0%) 3.3114 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1743 seconds (2.7331 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7743 (100.0%) 0.4000 (100.0%) 1.1743 (100.0%) 2.7331 (100.0%) Building Target
0.7743 (100.0%) 0.4000 (100.0%) 1.1743 (100.0%) 2.7331 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift (in target 'FootlessParser' from project 'FootlessParser')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745624737804416-swift-frontend-FootlessParser-Parsers.swift-arm64_apple_tvos18.4-o-Onone-2440546506.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2616 seconds (3.6760 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0181 ( 13.7%) 0.0409 ( 31.6%) 0.0590 ( 22.6%) 1.7312 ( 47.1%) parse-and-resolve-imports
0.0180 ( 13.7%) 0.0408 ( 31.4%) 0.0588 ( 22.5%) 1.7310 ( 47.1%) Import resolution
0.0706 ( 53.5%) 0.0206 ( 15.9%) 0.0912 ( 34.9%) 0.0911 ( 2.5%) build-rewrite-system
0.0017 ( 1.3%) 0.0122 ( 9.4%) 0.0140 ( 5.3%) 0.0841 ( 2.3%) load-stdlib
0.0099 ( 7.5%) 0.0072 ( 5.6%) 0.0171 ( 6.5%) 0.0171 ( 0.5%) import-clang-decl
0.0016 ( 1.2%) 0.0020 ( 1.5%) 0.0036 ( 1.4%) 0.0036 ( 0.1%) IRGen
0.0021 ( 1.6%) 0.0013 ( 1.0%) 0.0034 ( 1.3%) 0.0034 ( 0.1%) perform-sema
0.0020 ( 1.5%) 0.0013 ( 1.0%) 0.0034 ( 1.3%) 0.0034 ( 0.1%) Type checking and Semantic analysis
0.0020 ( 1.5%) 0.0013 ( 1.0%) 0.0033 ( 1.3%) 0.0033 ( 0.1%) typecheck-decl
0.0017 ( 1.3%) 0.0009 ( 0.7%) 0.0026 ( 1.0%) 0.0026 ( 0.1%) typecheck-expr
0.0008 ( 0.6%) 0.0006 ( 0.5%) 0.0014 ( 0.5%) 0.0014 ( 0.0%) precheck-target
0.0012 ( 0.9%) 0.0000 ( 0.0%) 0.0012 ( 0.5%) 0.0012 ( 0.0%) SIL optimization
0.0008 ( 0.6%) 0.0002 ( 0.1%) 0.0010 ( 0.4%) 0.0010 ( 0.0%) SILGen
0.0007 ( 0.5%) 0.0002 ( 0.2%) 0.0009 ( 0.3%) 0.0009 ( 0.0%) load-all-members
0.0006 ( 0.5%) 0.0001 ( 0.1%) 0.0007 ( 0.3%) 0.0007 ( 0.0%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1319 (100.0%) 0.1297 (100.0%) 0.2616 (100.0%) 3.6760 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.9875 seconds (2.7336 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6766 (100.0%) 0.3109 (100.0%) 0.9875 (100.0%) 2.7336 (100.0%) Building Target
0.6766 (100.0%) 0.3109 (100.0%) 0.9875 (100.0%) 2.7336 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:17:12: warning: let 'whitespace' is not concurrency-safe because non-'Sendable' type 'Parser<Character, Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let whitespace = char(CharacterSet.whitespaces, name: "whitespace")
^
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift:2:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:17:12: note: add '@MainActor' to make let 'whitespace' part of global actor 'MainActor'
public let whitespace = char(CharacterSet.whitespaces, name: "whitespace")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:17:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let whitespace = char(CharacterSet.whitespaces, name: "whitespace")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:25:12: warning: let 'newline' is not concurrency-safe because non-'Sendable' type 'Parser<Character, Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let newline = char(CharacterSet.newlines, name: "newline")
^
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift:2:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:25:12: note: add '@MainActor' to make let 'newline' part of global actor 'MainActor'
public let newline = char(CharacterSet.newlines, name: "newline")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:25:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let newline = char(CharacterSet.newlines, name: "newline")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:33:12: warning: let 'whitespacesOrNewline' is not concurrency-safe because non-'Sendable' type 'Parser<Character, Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let whitespacesOrNewline = char(CharacterSet.whitespacesAndNewlines, name: "whitespacesOrNewline")
^
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift:2:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:33:12: note: add '@MainActor' to make let 'whitespacesOrNewline' part of global actor 'MainActor'
public let whitespacesOrNewline = char(CharacterSet.whitespacesAndNewlines, name: "whitespacesOrNewline")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:33:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let whitespacesOrNewline = char(CharacterSet.whitespacesAndNewlines, name: "whitespacesOrNewline")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:41:12: warning: let 'digit' is not concurrency-safe because non-'Sendable' type 'Parser<Character, Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let digit = char(CharacterSet.decimalDigits, name: "digit")
^
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift:2:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:41:12: note: add '@MainActor' to make let 'digit' part of global actor 'MainActor'
public let digit = char(CharacterSet.decimalDigits, name: "digit")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:41:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let digit = char(CharacterSet.decimalDigits, name: "digit")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:49:12: warning: let 'alphanumeric' is not concurrency-safe because non-'Sendable' type 'Parser<Character, Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let alphanumeric = char(CharacterSet.alphanumerics, name: "alphanumeric")
^
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift:2:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:49:12: note: add '@MainActor' to make let 'alphanumeric' part of global actor 'MainActor'
public let alphanumeric = char(CharacterSet.alphanumerics, name: "alphanumeric")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:49:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let alphanumeric = char(CharacterSet.alphanumerics, name: "alphanumeric")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Converters.swift /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Converters.swift (in target 'FootlessParser' from project 'FootlessParser')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745624737803741-swift-frontend-FootlessParser-Converters.swift-arm64_apple_tvos18.4-o-Onone-1939237933.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2232 seconds (3.3678 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0181 ( 16.8%) 0.0408 ( 35.4%) 0.0588 ( 26.4%) 1.5938 ( 47.3%) parse-and-resolve-imports
0.0180 ( 16.7%) 0.0406 ( 35.3%) 0.0586 ( 26.3%) 1.5936 ( 47.3%) Import resolution
0.0016 ( 1.5%) 0.0106 ( 9.2%) 0.0122 ( 5.5%) 0.0870 ( 2.6%) load-stdlib
0.0417 ( 38.6%) 0.0141 ( 12.2%) 0.0558 ( 25.0%) 0.0558 ( 1.7%) build-rewrite-system
0.0050 ( 4.7%) 0.0027 ( 2.3%) 0.0077 ( 3.4%) 0.0077 ( 0.2%) IRGen
0.0051 ( 4.8%) 0.0017 ( 1.4%) 0.0068 ( 3.0%) 0.0068 ( 0.2%) perform-sema
0.0051 ( 4.7%) 0.0016 ( 1.4%) 0.0067 ( 3.0%) 0.0067 ( 0.2%) Type checking and Semantic analysis
0.0033 ( 3.0%) 0.0012 ( 1.0%) 0.0044 ( 2.0%) 0.0044 ( 0.1%) typecheck-decl
0.0033 ( 3.1%) 0.0005 ( 0.4%) 0.0038 ( 1.7%) 0.0038 ( 0.1%) SILGen
0.0018 ( 1.7%) 0.0005 ( 0.4%) 0.0023 ( 1.0%) 0.0023 ( 0.1%) typecheck-stmt
0.0021 ( 1.9%) 0.0002 ( 0.2%) 0.0023 ( 1.0%) 0.0023 ( 0.1%) SILGen-function
0.0018 ( 1.7%) 0.0000 ( 0.0%) 0.0018 ( 0.8%) 0.0018 ( 0.1%) SIL optimization
0.0007 ( 0.6%) 0.0007 ( 0.6%) 0.0014 ( 0.6%) 0.0014 ( 0.0%) import-clang-decl
0.0003 ( 0.3%) 0.0001 ( 0.1%) 0.0004 ( 0.2%) 0.0004 ( 0.0%) typecheck-expr
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1080 (100.0%) 0.1152 (100.0%) 0.2232 (100.0%) 3.3678 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3828 seconds (1.9926 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2882 (100.0%) 0.0947 (100.0%) 0.3828 (100.0%) 1.9926 (100.0%) Building Target
0.2882 (100.0%) 0.0947 (100.0%) 0.3828 (100.0%) 1.9926 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Converters.swift (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ FootlessParser (in target 'FootlessParser' from project 'FootlessParser')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745624737804999-swift-frontend-FootlessParser-all-arm64_apple_tvos18.4-swiftmodule-Onone-293438776.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2752 seconds (3.9361 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0231 ( 19.0%) 0.0439 ( 28.6%) 0.0671 ( 24.4%) 1.8826 ( 47.8%) parse-and-resolve-imports
0.0231 ( 19.0%) 0.0438 ( 28.5%) 0.0669 ( 24.3%) 1.8824 ( 47.8%) Import resolution
0.0126 ( 10.4%) 0.0411 ( 26.8%) 0.0537 ( 19.5%) 0.0823 ( 2.1%) load-stdlib
0.0166 ( 13.6%) 0.0047 ( 3.1%) 0.0213 ( 7.7%) 0.0213 ( 0.5%) perform-sema
0.0165 ( 13.6%) 0.0047 ( 3.0%) 0.0211 ( 7.7%) 0.0211 ( 0.5%) Type checking and Semantic analysis
0.0163 ( 13.4%) 0.0044 ( 2.9%) 0.0207 ( 7.5%) 0.0207 ( 0.5%) typecheck-decl
0.0038 ( 3.1%) 0.0049 ( 3.2%) 0.0087 ( 3.2%) 0.0094 ( 0.2%) SIL optimization
0.0042 ( 3.5%) 0.0012 ( 0.8%) 0.0055 ( 2.0%) 0.0054 ( 0.1%) build-rewrite-system
0.0007 ( 0.6%) 0.0021 ( 1.4%) 0.0029 ( 1.0%) 0.0036 ( 0.1%) Serialization, swiftmodule
0.0009 ( 0.7%) 0.0010 ( 0.7%) 0.0019 ( 0.7%) 0.0019 ( 0.0%) import-clang-decl
0.0014 ( 1.2%) 0.0003 ( 0.2%) 0.0018 ( 0.6%) 0.0018 ( 0.0%) SILGen
0.0007 ( 0.6%) 0.0010 ( 0.6%) 0.0017 ( 0.6%) 0.0017 ( 0.0%) Serialization, swiftdoc
0.0007 ( 0.6%) 0.0002 ( 0.1%) 0.0009 ( 0.3%) 0.0009 ( 0.0%) typecheck-expr
0.0005 ( 0.4%) 0.0001 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) SILGen-function
0.0002 ( 0.2%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) precheck-target
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) Serialization, swiftsourceinfo
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.1215 (100.0%) 0.1536 (100.0%) 0.2752 (100.0%) 3.9361 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1585 seconds (2.0033 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0608 (100.0%) 0.0977 (100.0%) 0.1585 (100.0%) 2.0033 (100.0%) Building Target
0.0608 (100.0%) 0.0977 (100.0%) 0.1585 (100.0%) 2.0033 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Error.swift:9:10: warning: associated value 'Mismatch' of 'Sendable'-conforming generic enum 'ParseError' has non-sendable type '(AnyCollection<T>, String, String)'; this is an error in the Swift 6 language mode
case Mismatch(AnyCollection<T>, String, String)
^
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:17:12: warning: let 'whitespace' is not concurrency-safe because non-'Sendable' type 'Parser<Character, Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let whitespace = char(CharacterSet.whitespaces, name: "whitespace")
^
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift:2:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:17:12: note: add '@MainActor' to make let 'whitespace' part of global actor 'MainActor'
public let whitespace = char(CharacterSet.whitespaces, name: "whitespace")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:17:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let whitespace = char(CharacterSet.whitespaces, name: "whitespace")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:25:12: warning: let 'newline' is not concurrency-safe because non-'Sendable' type 'Parser<Character, Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let newline = char(CharacterSet.newlines, name: "newline")
^
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift:2:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:25:12: note: add '@MainActor' to make let 'newline' part of global actor 'MainActor'
public let newline = char(CharacterSet.newlines, name: "newline")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:25:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let newline = char(CharacterSet.newlines, name: "newline")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:33:12: warning: let 'whitespacesOrNewline' is not concurrency-safe because non-'Sendable' type 'Parser<Character, Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let whitespacesOrNewline = char(CharacterSet.whitespacesAndNewlines, name: "whitespacesOrNewline")
^
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift:2:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:33:12: note: add '@MainActor' to make let 'whitespacesOrNewline' part of global actor 'MainActor'
public let whitespacesOrNewline = char(CharacterSet.whitespacesAndNewlines, name: "whitespacesOrNewline")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:33:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let whitespacesOrNewline = char(CharacterSet.whitespacesAndNewlines, name: "whitespacesOrNewline")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:41:12: warning: let 'digit' is not concurrency-safe because non-'Sendable' type 'Parser<Character, Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let digit = char(CharacterSet.decimalDigits, name: "digit")
^
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift:2:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:41:12: note: add '@MainActor' to make let 'digit' part of global actor 'MainActor'
public let digit = char(CharacterSet.decimalDigits, name: "digit")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:41:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let digit = char(CharacterSet.decimalDigits, name: "digit")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:49:12: warning: let 'alphanumeric' is not concurrency-safe because non-'Sendable' type 'Parser<Character, Character>' may have shared mutable state; this is an error in the Swift 6 language mode
public let alphanumeric = char(CharacterSet.alphanumerics, name: "alphanumeric")
^
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift:2:15: note: consider making generic struct 'Parser' conform to the 'Sendable' protocol
public struct Parser<Token, Output> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:49:12: note: add '@MainActor' to make let 'alphanumeric' part of global actor 'MainActor'
public let alphanumeric = char(CharacterSet.alphanumerics, name: "alphanumeric")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift:49:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let alphanumeric = char(CharacterSet.alphanumerics, name: "alphanumeric")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ StringParser.swift /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/StringParser.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/StringParser.swift (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745624737805627-swift-frontend-FootlessParser-StringParser.swift-arm64_apple_tvos18.4-o-Onone-40072082.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.3001 seconds (3.4954 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6851 ( 40.4%) 0.2739 ( 45.3%) 0.9590 ( 41.7%) 1.4951 ( 42.8%) parse-and-resolve-imports
0.6850 ( 40.4%) 0.2737 ( 45.3%) 0.9587 ( 41.7%) 1.4948 ( 42.8%) Import resolution
0.0018 ( 0.1%) 0.0117 ( 1.9%) 0.0135 ( 0.6%) 0.1366 ( 3.9%) load-stdlib
0.0723 ( 4.3%) 0.0153 ( 2.5%) 0.0876 ( 3.8%) 0.0876 ( 2.5%) build-rewrite-system
0.0642 ( 3.8%) 0.0054 ( 0.9%) 0.0696 ( 3.0%) 0.0696 ( 2.0%) perform-sema
0.0641 ( 3.8%) 0.0054 ( 0.9%) 0.0695 ( 3.0%) 0.0696 ( 2.0%) Type checking and Semantic analysis
0.0580 ( 3.4%) 0.0048 ( 0.8%) 0.0628 ( 2.7%) 0.0628 ( 1.8%) typecheck-stmt
0.0110 ( 0.7%) 0.0079 ( 1.3%) 0.0189 ( 0.8%) 0.0189 ( 0.5%) import-clang-decl
0.0134 ( 0.8%) 0.0012 ( 0.2%) 0.0146 ( 0.6%) 0.0146 ( 0.4%) precheck-target
0.0082 ( 0.5%) 0.0007 ( 0.1%) 0.0089 ( 0.4%) 0.0089 ( 0.3%) SILGen
0.0072 ( 0.4%) 0.0010 ( 0.2%) 0.0082 ( 0.4%) 0.0082 ( 0.2%) typecheck-decl
0.0058 ( 0.3%) 0.0018 ( 0.3%) 0.0076 ( 0.3%) 0.0076 ( 0.2%) IRGen
0.0065 ( 0.4%) 0.0009 ( 0.1%) 0.0074 ( 0.3%) 0.0074 ( 0.2%) typecheck-expr
0.0065 ( 0.4%) 0.0003 ( 0.1%) 0.0068 ( 0.3%) 0.0068 ( 0.2%) SILGen-function
0.0057 ( 0.3%) 0.0003 ( 0.0%) 0.0060 ( 0.3%) 0.0060 ( 0.2%) SIL optimization
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
1.6956 (100.0%) 0.6045 (100.0%) 2.3001 (100.0%) 3.4954 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.0697 seconds (2.7363 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.4877 (100.0%) 0.5820 (100.0%) 2.0697 (100.0%) 2.7363 (100.0%) Building Target
1.4877 (100.0%) 0.5820 (100.0%) 2.0697 (100.0%) 2.7363 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling Parser+Operators.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftDriverJobDiscovery normal arm64 Emitting module for FootlessParser (in target 'FootlessParser' from project 'FootlessParser')
SwiftDriver\ Compilation\ Requirements FootlessParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FootlessParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser-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/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.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/FootlessParser.build/Debug-appletvos/FootlessParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Converters.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Headers/FootlessParser-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser-Swift.h (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Headers/FootlessParser-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftdoc (in target 'FootlessParser' from project 'FootlessParser')
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/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.abi.json (in target 'FootlessParser' from project 'FootlessParser')
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/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftmodule (in target 'FootlessParser' from project 'FootlessParser')
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/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftsourceinfo (in target 'FootlessParser' from project 'FootlessParser')
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/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Parser.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftDriverJobDiscovery normal arm64 Compiling Parsers.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftDriverJobDiscovery normal arm64 Compiling Error.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftDriverJobDiscovery normal arm64 Compiling StringParser.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftDriver\ Compilation FootlessParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FootlessParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser-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/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.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/FootlessParser.build/Debug-appletvos/FootlessParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/FootlessParser normal (in target 'FootlessParser' from project 'FootlessParser')
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-tvos18.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.LinkFileList -install_name @rpath/FootlessParser.framework/FootlessParser -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/FootlessParser
ExtractAppIntentsMetadata (in target 'FootlessParser' from project 'FootlessParser')
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 FootlessParser --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 18.4 --bundle-identifier FootlessParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework --target-triple arm64-apple-tvos18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/FootlessParser --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/FootlessParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/FootlessParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-appletvos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 16:45:40.764 appintentsmetadataprocessor[701:3943] Starting appintentsmetadataprocessor export
2025-04-25 16:45:40.767 appintentsmetadataprocessor[701:3943] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/FootlessParser.framework/FootlessParser.tbd (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework/FootlessParser -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/FootlessParser.framework/FootlessParser.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework (in target 'FootlessParser' from project 'FootlessParser')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FootlessParser.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FootlessParser",
"name" : "FootlessParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FootlessParser",
"targets" : [
"FootlessParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FootlessParserTests",
"module_type" : "SwiftTarget",
"name" : "FootlessParserTests",
"path" : "Tests/FootlessParserTests",
"sources" : [
"Grammar/CSV.swift",
"Grammar/Examples.swift",
"Parser+Operators_Tests.swift",
"Parser_Tests.swift",
"PerformanceTests.swift",
"StringParser_Tests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"FootlessParser"
],
"type" : "test"
},
{
"c99name" : "FootlessParser",
"module_type" : "SwiftTarget",
"name" : "FootlessParser",
"path" : "Sources/FootlessParser",
"product_memberships" : [
"FootlessParser"
],
"sources" : [
"Converters.swift",
"Error.swift",
"Parser+Operators.swift",
"Parser.swift",
"Parsers.swift",
"StringParser.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
Done.