The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FootlessParser, reference 0.5.2 (11c7a3), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 23:46:10 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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kareman/FootlessParser.git
Reference: 0.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kareman/FootlessParser
 * tag               0.5.2      -> FETCH_HEAD
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 0.5.2
========================================
Build
========================================
Selected platform:         macosXcodebuild
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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FootlessParser -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 895f2b3df7b75a6be39e74d6e45991e3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/895f2b3df7b75a6be39e74d6e45991e3.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Modules Versions/Current/Modules (in target 'FootlessParser' from project 'FootlessParser')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Resources Versions/Current/Resources (in target 'FootlessParser' from project 'FootlessParser')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Headers Versions/Current/Headers (in target 'FootlessParser' from project 'FootlessParser')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/Current A (in target 'FootlessParser' from project 'FootlessParser')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/FootlessParser Versions/Current/FootlessParser (in target 'FootlessParser' from project 'FootlessParser')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/FootlessParser /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/FootlessParser
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/FootlessParser.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/FootlessParser.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/FootlessParser.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/Objects-normal/arm64/FootlessParser-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/Objects-normal/arm64/FootlessParser.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Resources (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/FootlessParser.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/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/FootlessParser.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A (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/FootlessParser.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions (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/FootlessParser.framework/Versions
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Resources/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 -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Resources/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/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/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/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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-1745624764762877-swift-frontend-FootlessParser-Parser.swift-arm64_apple_macos10.10-o-Onone-1822137489.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4498 seconds (5.4323 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0289 ( 11.2%)   0.0549 ( 28.8%)   0.0838 ( 18.6%)   2.5689 ( 47.3%)  parse-and-resolve-imports
   0.0288 ( 11.1%)   0.0548 ( 28.7%)   0.0836 ( 18.6%)   2.5686 ( 47.3%)  Import resolution
   0.0136 (  5.3%)   0.0424 ( 22.2%)   0.0560 ( 12.4%)   0.0684 (  1.3%)  load-stdlib
   0.0436 ( 16.8%)   0.0138 (  7.2%)   0.0574 ( 12.8%)   0.0574 (  1.1%)  build-rewrite-system
   0.0368 ( 14.2%)   0.0059 (  3.1%)   0.0427 (  9.5%)   0.0427 (  0.8%)  perform-sema
   0.0368 ( 14.2%)   0.0058 (  3.1%)   0.0426 (  9.5%)   0.0426 (  0.8%)  Type checking and Semantic analysis
   0.0316 ( 12.2%)   0.0044 (  2.3%)   0.0361 (  8.0%)   0.0361 (  0.7%)  typecheck-stmt
   0.0085 (  3.3%)   0.0037 (  1.9%)   0.0122 (  2.7%)   0.0122 (  0.2%)  IRGen
   0.0074 (  2.9%)   0.0014 (  0.7%)   0.0087 (  1.9%)   0.0087 (  0.2%)  SILGen
   0.0058 (  2.2%)   0.0007 (  0.4%)   0.0065 (  1.4%)   0.0065 (  0.1%)  precheck-target
   0.0052 (  2.0%)   0.0009 (  0.5%)   0.0061 (  1.4%)   0.0061 (  0.1%)  SILGen-function
   0.0054 (  2.1%)   0.0001 (  0.0%)   0.0055 (  1.2%)   0.0055 (  0.1%)  SIL optimization
   0.0043 (  1.6%)   0.0012 (  0.6%)   0.0054 (  1.2%)   0.0054 (  0.1%)  typecheck-decl
   0.0007 (  0.3%)   0.0009 (  0.5%)   0.0016 (  0.4%)   0.0016 (  0.0%)  import-clang-decl
   0.0012 (  0.5%)   0.0002 (  0.1%)   0.0014 (  0.3%)   0.0014 (  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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.2587 (100.0%)   0.1911 (100.0%)   0.4498 (100.0%)   5.4323 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5303 seconds (3.0287 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3810 (100.0%)   0.1492 (100.0%)   0.5303 (100.0%)   3.0287 (100.0%)  Building Target
   0.3810 (100.0%)   0.1492 (100.0%)   0.5303 (100.0%)   3.0287 (100.0%)  Total
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-1745624764771790-swift-frontend-FootlessParser-all-arm64_apple_macos10.10-swiftmodule-Onone-1321270223.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2403 seconds (5.7291 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0232 ( 19.9%)   0.0460 ( 37.2%)   0.0692 ( 28.8%)   2.7776 ( 48.5%)  parse-and-resolve-imports
   0.0231 ( 19.8%)   0.0459 ( 37.1%)   0.0690 ( 28.7%)   2.7774 ( 48.5%)  Import resolution
   0.0014 (  1.2%)   0.0038 (  3.1%)   0.0052 (  2.2%)   0.0756 (  1.3%)  load-stdlib
   0.0183 ( 15.7%)   0.0055 (  4.4%)   0.0238 (  9.9%)   0.0238 (  0.4%)  perform-sema
   0.0182 ( 15.6%)   0.0054 (  4.4%)   0.0237 (  9.8%)   0.0237 (  0.4%)  Type checking and Semantic analysis
   0.0180 ( 15.4%)   0.0052 (  4.2%)   0.0232 (  9.6%)   0.0232 (  0.4%)  typecheck-decl
   0.0039 (  3.4%)   0.0053 (  4.3%)   0.0092 (  3.8%)   0.0101 (  0.2%)  SIL optimization
   0.0046 (  3.9%)   0.0015 (  1.2%)   0.0060 (  2.5%)   0.0060 (  0.1%)  build-rewrite-system
   0.0009 (  0.7%)   0.0024 (  1.9%)   0.0032 (  1.3%)   0.0041 (  0.1%)  Serialization, swiftmodule
   0.0009 (  0.8%)   0.0010 (  0.8%)   0.0019 (  0.8%)   0.0019 (  0.0%)  import-clang-decl
   0.0015 (  1.3%)   0.0003 (  0.3%)   0.0019 (  0.8%)   0.0019 (  0.0%)  SILGen
   0.0007 (  0.6%)   0.0010 (  0.8%)   0.0017 (  0.7%)   0.0017 (  0.0%)  Serialization, swiftdoc
   0.0008 (  0.7%)   0.0002 (  0.1%)   0.0010 (  0.4%)   0.0010 (  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.0001 (  0.1%)   0.0003 (  0.1%)   0.0003 (  0.0%)  Serialization, swiftsourceinfo
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  precheck-target
   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%)  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%)  perform-whole-module-type-checking
   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, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.1165 (100.0%)   0.1238 (100.0%)   0.2403 (100.0%)   5.7291 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1201 seconds (2.9002 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0515 (100.0%)   0.0686 (100.0%)   0.1201 (100.0%)   2.9002 (100.0%)  Building Target
   0.0515 (100.0%)   0.0686 (100.0%)   0.1201 (100.0%)   2.9002 (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\ Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift (in target 'FootlessParser' from project 'FootlessParser')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745624764771719-swift-frontend-FootlessParser-Parsers.swift-arm64_apple_macos10.10-o-Onone-3499823498.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2900 seconds (5.6229 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0237 ( 15.9%)   0.0486 ( 34.7%)   0.0724 ( 25.0%)   2.7066 ( 48.1%)  parse-and-resolve-imports
   0.0237 ( 15.8%)   0.0485 ( 34.5%)   0.0721 ( 24.9%)   2.7064 ( 48.1%)  Import resolution
   0.0746 ( 49.8%)   0.0218 ( 15.6%)   0.0965 ( 33.3%)   0.0964 (  1.7%)  build-rewrite-system
   0.0013 (  0.9%)   0.0037 (  2.6%)   0.0050 (  1.7%)   0.0696 (  1.2%)  load-stdlib
   0.0114 (  7.6%)   0.0085 (  6.0%)   0.0199 (  6.8%)   0.0198 (  0.4%)  import-clang-decl
   0.0024 (  1.6%)   0.0028 (  2.0%)   0.0052 (  1.8%)   0.0052 (  0.1%)  IRGen
   0.0022 (  1.4%)   0.0014 (  1.0%)   0.0036 (  1.2%)   0.0036 (  0.1%)  perform-sema
   0.0021 (  1.4%)   0.0014 (  1.0%)   0.0035 (  1.2%)   0.0035 (  0.1%)  Type checking and Semantic analysis
   0.0021 (  1.4%)   0.0013 (  1.0%)   0.0034 (  1.2%)   0.0034 (  0.1%)  typecheck-decl
   0.0018 (  1.2%)   0.0010 (  0.7%)   0.0027 (  0.9%)   0.0028 (  0.0%)  typecheck-expr
   0.0009 (  0.6%)   0.0006 (  0.5%)   0.0015 (  0.5%)   0.0015 (  0.0%)  precheck-target
   0.0012 (  0.8%)   0.0000 (  0.0%)   0.0013 (  0.4%)   0.0013 (  0.0%)  SIL optimization
   0.0009 (  0.6%)   0.0002 (  0.2%)   0.0012 (  0.4%)   0.0012 (  0.0%)  SILGen
   0.0007 (  0.5%)   0.0002 (  0.1%)   0.0009 (  0.3%)   0.0009 (  0.0%)  SILGen-function
   0.0007 (  0.5%)   0.0002 (  0.1%)   0.0008 (  0.3%)   0.0008 (  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%)  module-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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1498 (100.0%)   0.1402 (100.0%)   0.2900 (100.0%)   5.6229 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3814 seconds (4.0901 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9385 (100.0%)   0.4429 (100.0%)   1.3814 (100.0%)   4.0901 (100.0%)  Building Target
   0.9385 (100.0%)   0.4429 (100.0%)   1.3814 (100.0%)   4.0901 (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-1745624764771616-swift-frontend-FootlessParser-Parser_Operators.swift-arm64_apple_macos10.10-o-Onone-2571973858.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.4902 seconds (4.9944 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6567 ( 48.8%)   0.5327 ( 48.5%)   2.1894 ( 48.8%)   2.4142 ( 48.3%)  parse-and-resolve-imports
   1.6566 ( 48.8%)   0.5325 ( 48.5%)   2.1891 ( 48.8%)   2.4139 ( 48.3%)  Import resolution
   0.0013 (  0.0%)   0.0030 (  0.3%)   0.0043 (  0.1%)   0.0563 (  1.1%)  load-stdlib
   0.0455 (  1.3%)   0.0061 (  0.6%)   0.0517 (  1.2%)   0.0516 (  1.0%)  build-rewrite-system
   0.0035 (  0.1%)   0.0087 (  0.8%)   0.0122 (  0.3%)   0.0149 (  0.3%)  SILGen
   0.0059 (  0.2%)   0.0036 (  0.3%)   0.0095 (  0.2%)   0.0095 (  0.2%)  perform-sema
   0.0058 (  0.2%)   0.0036 (  0.3%)   0.0094 (  0.2%)   0.0094 (  0.2%)  Type checking and Semantic analysis
   0.0045 (  0.1%)   0.0024 (  0.2%)   0.0069 (  0.2%)   0.0069 (  0.1%)  typecheck-stmt
   0.0037 (  0.1%)   0.0019 (  0.2%)   0.0056 (  0.1%)   0.0056 (  0.1%)  IRGen
   0.0025 (  0.1%)   0.0010 (  0.1%)   0.0035 (  0.1%)   0.0035 (  0.1%)  SILGen-function
   0.0031 (  0.1%)   0.0004 (  0.0%)   0.0034 (  0.1%)   0.0034 (  0.1%)  SIL optimization
   0.0011 (  0.0%)   0.0010 (  0.1%)   0.0021 (  0.0%)   0.0021 (  0.0%)  typecheck-decl
   0.0008 (  0.0%)   0.0009 (  0.1%)   0.0018 (  0.0%)   0.0018 (  0.0%)  import-clang-decl
   0.0009 (  0.0%)   0.0004 (  0.0%)   0.0013 (  0.0%)   0.0013 (  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%)  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%)  AST verification
   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%)  SIL verification, post-optimization
   3.3919 (100.0%)   1.0983 (100.0%)   4.4902 (100.0%)   4.9944 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6391 seconds (2.9254 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.0225 (100.0%)   0.6166 (100.0%)   2.6391 (100.0%)   2.9254 (100.0%)  Building Target
   2.0225 (100.0%)   0.6166 (100.0%)   2.6391 (100.0%)   2.9254 (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\ 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-1745624764769820-swift-frontend-FootlessParser-StringParser.swift-arm64_apple_macos10.10-o-Onone-2102235111.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5702 seconds (5.4691 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0236 (  6.1%)   0.0532 ( 28.6%)   0.0768 ( 13.5%)   2.4934 ( 45.6%)  parse-and-resolve-imports
   0.0235 (  6.1%)   0.0531 ( 28.6%)   0.0766 ( 13.4%)   2.4932 ( 45.6%)  Import resolution
   0.0741 ( 19.3%)   0.0213 ( 11.5%)   0.0954 ( 16.7%)   0.0954 (  1.7%)  build-rewrite-system
   0.0661 ( 17.2%)   0.0117 (  6.3%)   0.0777 ( 13.6%)   0.0778 (  1.4%)  perform-sema
   0.0660 ( 17.2%)   0.0117 (  6.3%)   0.0777 ( 13.6%)   0.0777 (  1.4%)  Type checking and Semantic analysis
   0.0014 (  0.4%)   0.0035 (  1.9%)   0.0049 (  0.9%)   0.0707 (  1.3%)  load-stdlib
   0.0596 ( 15.5%)   0.0099 (  5.3%)   0.0695 ( 12.2%)   0.0695 (  1.3%)  typecheck-stmt
   0.0117 (  3.0%)   0.0086 (  4.6%)   0.0202 (  3.5%)   0.0202 (  0.4%)  import-clang-decl
   0.0143 (  3.7%)   0.0029 (  1.5%)   0.0172 (  3.0%)   0.0172 (  0.3%)  precheck-target
   0.0076 (  2.0%)   0.0038 (  2.0%)   0.0115 (  2.0%)   0.0115 (  0.2%)  IRGen
   0.0084 (  2.2%)   0.0016 (  0.9%)   0.0101 (  1.8%)   0.0101 (  0.2%)  SILGen
   0.0076 (  2.0%)   0.0020 (  1.1%)   0.0096 (  1.7%)   0.0096 (  0.2%)  typecheck-decl
   0.0073 (  1.9%)   0.0009 (  0.5%)   0.0081 (  1.4%)   0.0081 (  0.1%)  typecheck-expr
   0.0065 (  1.7%)   0.0012 (  0.6%)   0.0077 (  1.4%)   0.0077 (  0.1%)  SILGen-function
   0.0058 (  1.5%)   0.0004 (  0.2%)   0.0062 (  1.1%)   0.0062 (  0.1%)  SIL optimization
   0.0007 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0010 (  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%)  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%)  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%)  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.3843 (100.0%)   0.1859 (100.0%)   0.5702 (100.0%)   5.4691 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6010 seconds (4.0961 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0635 (100.0%)   0.5375 (100.0%)   1.6010 (100.0%)   4.0961 (100.0%)  Building Target
   1.0635 (100.0%)   0.5375 (100.0%)   1.6010 (100.0%)   4.0961 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Error.swift (in target 'FootlessParser' from project 'FootlessParser')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745624764771604-swift-frontend-FootlessParser-Error.swift-arm64_apple_macos10.10-o-Onone-1371939326.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3586 seconds (5.0882 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0247 ( 13.2%)   0.0531 ( 31.0%)   0.0778 ( 21.7%)   2.4123 ( 47.4%)  parse-and-resolve-imports
   0.0246 ( 13.2%)   0.0530 ( 30.9%)   0.0776 ( 21.6%)   2.4121 ( 47.4%)  Import resolution
   0.0767 ( 41.0%)   0.0213 ( 12.4%)   0.0980 ( 27.3%)   0.0979 (  1.9%)  build-rewrite-system
   0.0013 (  0.7%)   0.0039 (  2.3%)   0.0052 (  1.4%)   0.0638 (  1.3%)  load-stdlib
   0.0127 (  6.8%)   0.0083 (  4.8%)   0.0210 (  5.8%)   0.0215 (  0.4%)  perform-sema
   0.0126 (  6.7%)   0.0083 (  4.8%)   0.0209 (  5.8%)   0.0215 (  0.4%)  Type checking and Semantic analysis
   0.0119 (  6.4%)   0.0093 (  5.4%)   0.0212 (  5.9%)   0.0212 (  0.4%)  import-clang-decl
   0.0107 (  5.7%)   0.0074 (  4.3%)   0.0181 (  5.1%)   0.0187 (  0.4%)  typecheck-decl
   0.0032 (  1.7%)   0.0035 (  2.1%)   0.0067 (  1.9%)   0.0072 (  0.1%)  IRGen
   0.0023 (  1.2%)   0.0014 (  0.8%)   0.0037 (  1.0%)   0.0037 (  0.1%)  SILGen
   0.0020 (  1.1%)   0.0011 (  0.6%)   0.0031 (  0.9%)   0.0031 (  0.1%)  typecheck-stmt
   0.0022 (  1.2%)   0.0000 (  0.0%)   0.0022 (  0.6%)   0.0022 (  0.0%)  SIL optimization
   0.0011 (  0.6%)   0.0005 (  0.3%)   0.0016 (  0.5%)   0.0016 (  0.0%)  SILGen-function
   0.0007 (  0.4%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0002 (  0.1%)   0.0005 (  0.1%)   0.0005 (  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%)  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%)  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.1871 (100.0%)   0.1715 (100.0%)   0.3586 (100.0%)   5.0882 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6765 seconds (4.0895 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0732 (100.0%)   0.6033 (100.0%)   1.6765 (100.0%)   4.0895 (100.0%)  Building Target
   1.0732 (100.0%)   0.6033 (100.0%)   1.6765 (100.0%)   4.0895 (100.0%)  Total
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)
         ^
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-1745624764771608-swift-frontend-FootlessParser-Converters.swift-arm64_apple_macos10.10-o-Onone-2796244735.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2424 seconds (5.0794 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0234 ( 19.1%)   0.0460 ( 38.3%)   0.0693 ( 28.6%)   2.4492 ( 48.2%)  parse-and-resolve-imports
   0.0233 ( 19.1%)   0.0458 ( 38.1%)   0.0691 ( 28.5%)   2.4490 ( 48.2%)  Import resolution
   0.0013 (  1.0%)   0.0038 (  3.2%)   0.0051 (  2.1%)   0.0822 (  1.6%)  load-stdlib
   0.0427 ( 34.9%)   0.0128 ( 10.6%)   0.0554 ( 22.9%)   0.0554 (  1.1%)  build-rewrite-system
   0.0055 (  4.5%)   0.0036 (  3.0%)   0.0091 (  3.8%)   0.0091 (  0.2%)  IRGen
   0.0058 (  4.7%)   0.0021 (  1.7%)   0.0078 (  3.2%)   0.0079 (  0.2%)  perform-sema
   0.0057 (  4.7%)   0.0020 (  1.7%)   0.0078 (  3.2%)   0.0078 (  0.2%)  Type checking and Semantic analysis
   0.0036 (  3.0%)   0.0013 (  1.1%)   0.0050 (  2.0%)   0.0050 (  0.1%)  typecheck-decl
   0.0037 (  3.0%)   0.0008 (  0.7%)   0.0045 (  1.8%)   0.0045 (  0.1%)  SILGen
   0.0021 (  1.7%)   0.0007 (  0.6%)   0.0028 (  1.1%)   0.0028 (  0.1%)  typecheck-stmt
   0.0023 (  1.9%)   0.0004 (  0.3%)   0.0027 (  1.1%)   0.0027 (  0.1%)  SILGen-function
   0.0018 (  1.5%)   0.0000 (  0.0%)   0.0018 (  0.8%)   0.0018 (  0.0%)  SIL optimization
   0.0006 (  0.5%)   0.0007 (  0.6%)   0.0013 (  0.5%)   0.0013 (  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%)  perform-whole-module-type-checking
   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, 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.1222 (100.0%)   0.1202 (100.0%)   0.2424 (100.0%)   5.0794 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4749 seconds (2.9368 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3717 (100.0%)   0.1031 (100.0%)   0.4749 (100.0%)   2.9368 (100.0%)  Building Target
   0.3717 (100.0%)   0.1031 (100.0%)   0.4749 (100.0%)   2.9368 (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

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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/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/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/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/Objects-normal/arm64/FootlessParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Headers/FootlessParser-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/Objects-normal/arm64/FootlessParser-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Headers/FootlessParser-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Modules/FootlessParser.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Modules/FootlessParser.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Modules/FootlessParser.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/Objects-normal/arm64/FootlessParser.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Modules/FootlessParser.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Modules/FootlessParser.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Modules/FootlessParser.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Modules/FootlessParser.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Modules/FootlessParser.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Parser+Operators.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftDriverJobDiscovery normal arm64 Compiling Converters.swift (in target 'FootlessParser' from project 'FootlessParser')
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/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/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/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/FootlessParser.framework/Versions/A/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-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/Objects-normal/arm64/FootlessParser.LinkFileList -install_name @rpath/FootlessParser.framework/Versions/A/FootlessParser -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.10 --bundle-identifier FootlessParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/FootlessParser --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/Objects-normal/arm64/FootlessParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/FootlessParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/FootlessParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 16:46:09.096 appintentsmetadataprocessor[705:3933] Starting appintentsmetadataprocessor export
2025-04-25 16:46:09.098 appintentsmetadataprocessor[705:3933] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/FootlessParser.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A/FootlessParser -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/FootlessParser.framework/Versions/A/FootlessParser.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A (in target 'FootlessParser' from project 'FootlessParser')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FootlessParser.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/FootlessParser.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/FootlessParser.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/FootlessParser.framework/FootlessParser.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/FootlessParser.framework/Versions/A/FootlessParser.tbd (in target 'FootlessParser' from project 'FootlessParser')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/FootlessParser.framework/Versions/A/FootlessParser.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/FootlessParser.framework/FootlessParser.tbd
/Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'FootlessParser' from project 'FootlessParser')
** 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.