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 watchOS using Xcode 16.3 on 25 Apr 2025 23:46:05 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=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         watchOS
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=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FootlessParser -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 93430aebe1d7ccfb8778132fb75ded06
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/93430aebe1d7ccfb8778132fb75ded06.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
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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/FootlessParser.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/FootlessParser.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/FootlessParser.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/FootlessParser.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.LinkFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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 watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/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-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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\ 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-1745624761681711-swift-frontend-FootlessParser-Parsers.swift-arm64_apple_watchos11.4-o-Onone-1699149532.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0606 seconds (3.7971 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2856 ( 41.9%)   0.1436 ( 37.9%)   0.4291 ( 40.5%)   1.7378 ( 45.8%)  parse-and-resolve-imports
   0.2855 ( 41.8%)   0.1434 ( 37.9%)   0.4289 ( 40.4%)   1.7376 ( 45.8%)  Import resolution
   0.0020 (  0.3%)   0.0115 (  3.0%)   0.0135 (  1.3%)   0.1094 (  2.9%)  load-stdlib
   0.0794 ( 11.6%)   0.0192 (  5.1%)   0.0985 (  9.3%)   0.0985 (  2.6%)  build-rewrite-system
   0.0113 (  1.7%)   0.0083 (  2.2%)   0.0197 (  1.9%)   0.0196 (  0.5%)  import-clang-decl
   0.0032 (  0.5%)   0.0108 (  2.8%)   0.0140 (  1.3%)   0.0189 (  0.5%)  perform-sema
   0.0031 (  0.5%)   0.0108 (  2.8%)   0.0139 (  1.3%)   0.0189 (  0.5%)  Type checking and Semantic analysis
   0.0031 (  0.5%)   0.0107 (  2.8%)   0.0138 (  1.3%)   0.0188 (  0.5%)  typecheck-decl
   0.0026 (  0.4%)   0.0091 (  2.4%)   0.0117 (  1.1%)   0.0160 (  0.4%)  typecheck-expr
   0.0011 (  0.2%)   0.0057 (  1.5%)   0.0068 (  0.6%)   0.0103 (  0.3%)  precheck-target
   0.0016 (  0.2%)   0.0018 (  0.5%)   0.0034 (  0.3%)   0.0034 (  0.1%)  IRGen
   0.0010 (  0.1%)   0.0017 (  0.5%)   0.0027 (  0.3%)   0.0029 (  0.1%)  SILGen
   0.0008 (  0.1%)   0.0016 (  0.4%)   0.0024 (  0.2%)   0.0027 (  0.1%)  SILGen-function
   0.0012 (  0.2%)   0.0000 (  0.0%)   0.0012 (  0.1%)   0.0012 (  0.0%)  SIL optimization
   0.0008 (  0.1%)   0.0002 (  0.1%)   0.0010 (  0.1%)   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%)  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%)  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
   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.6823 (100.0%)   0.3783 (100.0%)   1.0606 (100.0%)   3.7971 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6526 seconds (3.0792 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1049 (100.0%)   0.5477 (100.0%)   1.6526 (100.0%)   3.0792 (100.0%)  Building Target
   1.1049 (100.0%)   0.5477 (100.0%)   1.6526 (100.0%)   3.0792 (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-1745624761683879-swift-frontend-FootlessParser-all-arm64_apple_watchos11.4-swiftmodule-Onone-3825314398.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3349 seconds (3.8572 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0240 ( 19.1%)   0.0614 ( 29.4%)   0.0855 ( 25.5%)   1.8274 ( 47.4%)  parse-and-resolve-imports
   0.0240 ( 19.0%)   0.0613 ( 29.4%)   0.0853 ( 25.5%)   1.8273 ( 47.4%)  Import resolution
   0.0154 ( 12.2%)   0.0470 ( 22.5%)   0.0624 ( 18.6%)   0.0968 (  2.5%)  load-stdlib
   0.0167 ( 13.3%)   0.0086 (  4.1%)   0.0253 (  7.6%)   0.0258 (  0.7%)  perform-sema
   0.0166 ( 13.2%)   0.0085 (  4.1%)   0.0252 (  7.5%)   0.0257 (  0.7%)  Type checking and Semantic analysis
   0.0164 ( 13.0%)   0.0083 (  4.0%)   0.0247 (  7.4%)   0.0252 (  0.7%)  typecheck-decl
   0.0036 (  2.9%)   0.0056 (  2.7%)   0.0092 (  2.8%)   0.0105 (  0.3%)  SIL optimization
   0.0040 (  3.2%)   0.0009 (  0.4%)   0.0049 (  1.5%)   0.0049 (  0.1%)  build-rewrite-system
   0.0007 (  0.6%)   0.0025 (  1.2%)   0.0032 (  1.0%)   0.0039 (  0.1%)  Serialization, swiftmodule
   0.0013 (  1.1%)   0.0015 (  0.7%)   0.0028 (  0.8%)   0.0028 (  0.1%)  SILGen
   0.0007 (  0.5%)   0.0011 (  0.5%)   0.0018 (  0.5%)   0.0023 (  0.1%)  Serialization, swiftdoc
   0.0010 (  0.8%)   0.0012 (  0.6%)   0.0022 (  0.7%)   0.0022 (  0.1%)  import-clang-decl
   0.0004 (  0.3%)   0.0006 (  0.3%)   0.0010 (  0.3%)   0.0010 (  0.0%)  SILGen-function
   0.0007 (  0.6%)   0.0001 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  typecheck-expr
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  precheck-target
   0.0002 (  0.2%)   0.0001 (  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%)  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%)  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-module-class-member-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.1262 (100.0%)   0.2087 (100.0%)   0.3349 (100.0%)   3.8572 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1932 seconds (1.9726 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0642 (100.0%)   0.1290 (100.0%)   0.1932 (100.0%)   1.9726 (100.0%)  Building Target
   0.0642 (100.0%)   0.1290 (100.0%)   0.1932 (100.0%)   1.9726 (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\ 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-1745624761682315-swift-frontend-FootlessParser-Error.swift-arm64_apple_watchos11.4-o-Onone-3146442487.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3160 seconds (4.2624 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0188 ( 11.0%)   0.0432 ( 29.7%)   0.0619 ( 19.6%)   1.9830 ( 46.5%)  parse-and-resolve-imports
   0.0187 ( 11.0%)   0.0430 ( 29.6%)   0.0617 ( 19.5%)   1.9828 ( 46.5%)  Import resolution
   0.0020 (  1.2%)   0.0127 (  8.7%)   0.0147 (  4.6%)   0.1190 (  2.8%)  load-stdlib
   0.0747 ( 43.8%)   0.0221 ( 15.2%)   0.0969 ( 30.7%)   0.0968 (  2.3%)  build-rewrite-system
   0.0112 (  6.5%)   0.0076 (  5.2%)   0.0188 (  5.9%)   0.0187 (  0.4%)  import-clang-decl
   0.0121 (  7.1%)   0.0044 (  3.1%)   0.0165 (  5.2%)   0.0165 (  0.4%)  perform-sema
   0.0120 (  7.0%)   0.0044 (  3.1%)   0.0164 (  5.2%)   0.0165 (  0.4%)  Type checking and Semantic analysis
   0.0103 (  6.0%)   0.0039 (  2.7%)   0.0142 (  4.5%)   0.0142 (  0.3%)  typecheck-decl
   0.0030 (  1.8%)   0.0025 (  1.7%)   0.0055 (  1.8%)   0.0055 (  0.1%)  IRGen
   0.0021 (  1.2%)   0.0005 (  0.3%)   0.0026 (  0.8%)   0.0026 (  0.1%)  SILGen
   0.0023 (  1.3%)   0.0001 (  0.0%)   0.0023 (  0.7%)   0.0023 (  0.1%)  SIL optimization
   0.0018 (  1.0%)   0.0005 (  0.3%)   0.0023 (  0.7%)   0.0023 (  0.1%)  typecheck-stmt
   0.0009 (  0.5%)   0.0001 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  SILGen-function
   0.0007 (  0.4%)   0.0002 (  0.1%)   0.0008 (  0.3%)   0.0008 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  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%)  precheck-target
   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%)  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%)  perform-whole-module-type-checking
   0.1707 (100.0%)   0.1453 (100.0%)   0.3160 (100.0%)   4.2624 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0453 seconds (3.0800 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7416 (100.0%)   0.3036 (100.0%)   1.0453 (100.0%)   3.0800 (100.0%)  Building Target
   0.7416 (100.0%)   0.3036 (100.0%)   1.0453 (100.0%)   3.0800 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parser.swift (in target 'FootlessParser' from project 'FootlessParser')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745624761681840-swift-frontend-FootlessParser-Parser.swift-arm64_apple_watchos11.4-o-Onone-4046930507.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5459 seconds (4.0828 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7632 ( 44.6%)   0.3967 ( 47.5%)   1.1599 ( 45.6%)   1.8807 ( 46.1%)  parse-and-resolve-imports
   0.7632 ( 44.6%)   0.3965 ( 47.5%)   1.1597 ( 45.6%)   1.8805 ( 46.1%)  Import resolution
   0.0019 (  0.1%)   0.0125 (  1.5%)   0.0144 (  0.6%)   0.1042 (  2.6%)  load-stdlib
   0.0430 (  2.5%)   0.0102 (  1.2%)   0.0532 (  2.1%)   0.0532 (  1.3%)  build-rewrite-system
   0.0360 (  2.1%)   0.0036 (  0.4%)   0.0397 (  1.6%)   0.0397 (  1.0%)  perform-sema
   0.0360 (  2.1%)   0.0036 (  0.4%)   0.0396 (  1.6%)   0.0396 (  1.0%)  Type checking and Semantic analysis
   0.0313 (  1.8%)   0.0031 (  0.4%)   0.0344 (  1.4%)   0.0345 (  0.8%)  typecheck-stmt
   0.0073 (  0.4%)   0.0027 (  0.3%)   0.0100 (  0.4%)   0.0152 (  0.4%)  IRGen
   0.0071 (  0.4%)   0.0016 (  0.2%)   0.0087 (  0.3%)   0.0087 (  0.2%)  SILGen
   0.0061 (  0.4%)   0.0007 (  0.1%)   0.0069 (  0.3%)   0.0069 (  0.2%)  SIL optimization
   0.0048 (  0.3%)   0.0011 (  0.1%)   0.0059 (  0.2%)   0.0059 (  0.1%)  SILGen-function
   0.0054 (  0.3%)   0.0005 (  0.1%)   0.0059 (  0.2%)   0.0059 (  0.1%)  precheck-target
   0.0039 (  0.2%)   0.0004 (  0.0%)   0.0043 (  0.2%)   0.0042 (  0.1%)  typecheck-decl
   0.0008 (  0.0%)   0.0012 (  0.1%)   0.0020 (  0.1%)   0.0021 (  0.1%)  import-clang-decl
   0.0011 (  0.1%)   0.0002 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  typecheck-expr
   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%)  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, 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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.7112 (100.0%)   0.8347 (100.0%)   2.5459 (100.0%)   4.0828 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5556 seconds (2.3931 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0948 (100.0%)   0.4608 (100.0%)   1.5556 (100.0%)   2.3931 (100.0%)  Building Target
   1.0948 (100.0%)   0.4608 (100.0%)   1.5556 (100.0%)   2.3931 (100.0%)  Total
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

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-1745624761682153-swift-frontend-FootlessParser-Converters.swift-arm64_apple_watchos11.4-o-Onone-658765197.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2317 seconds (3.8758 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0185 ( 16.3%)   0.0366 ( 30.9%)   0.0551 ( 23.8%)   1.8063 ( 46.6%)  parse-and-resolve-imports
   0.0184 ( 16.3%)   0.0364 ( 30.7%)   0.0548 ( 23.7%)   1.8060 ( 46.6%)  Import resolution
   0.0020 (  1.8%)   0.0122 ( 10.3%)   0.0143 (  6.2%)   0.1530 (  3.9%)  load-stdlib
   0.0433 ( 38.3%)   0.0136 ( 11.5%)   0.0570 ( 24.6%)   0.0570 (  1.5%)  build-rewrite-system
   0.0038 (  3.3%)   0.0090 (  7.6%)   0.0127 (  5.5%)   0.0157 (  0.4%)  SILGen
   0.0052 (  4.6%)   0.0034 (  2.9%)   0.0087 (  3.7%)   0.0087 (  0.2%)  IRGen
   0.0056 (  4.9%)   0.0020 (  1.7%)   0.0076 (  3.3%)   0.0076 (  0.2%)  perform-sema
   0.0055 (  4.9%)   0.0020 (  1.7%)   0.0075 (  3.3%)   0.0076 (  0.2%)  Type checking and Semantic analysis
   0.0034 (  3.0%)   0.0011 (  0.9%)   0.0045 (  1.9%)   0.0045 (  0.1%)  typecheck-decl
   0.0022 (  1.9%)   0.0009 (  0.8%)   0.0031 (  1.3%)   0.0031 (  0.1%)  typecheck-stmt
   0.0022 (  2.0%)   0.0003 (  0.2%)   0.0025 (  1.1%)   0.0025 (  0.1%)  SILGen-function
   0.0018 (  1.6%)   0.0000 (  0.0%)   0.0018 (  0.8%)   0.0018 (  0.0%)  SIL optimization
   0.0006 (  0.6%)   0.0008 (  0.6%)   0.0014 (  0.6%)   0.0014 (  0.0%)  import-clang-decl
   0.0004 (  0.3%)   0.0001 (  0.1%)   0.0005 (  0.2%)   0.0005 (  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%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1132 (100.0%)   0.1186 (100.0%)   0.2317 (100.0%)   3.8758 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4135 seconds (2.3065 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3086 (100.0%)   0.1048 (100.0%)   0.4135 (100.0%)   2.3065 (100.0%)  Building Target
   0.3086 (100.0%)   0.1048 (100.0%)   0.4135 (100.0%)   2.3065 (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

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-1745624761684910-swift-frontend-FootlessParser-StringParser.swift-arm64_apple_watchos11.4-o-Onone-2834872083.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5380 seconds (4.1734 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0184 (  4.8%)   0.0307 ( 20.5%)   0.0492 (  9.1%)   1.7984 ( 43.1%)  parse-and-resolve-imports
   0.0184 (  4.7%)   0.0306 ( 20.4%)   0.0489 (  9.1%)   1.7981 ( 43.1%)  Import resolution
   0.0019 (  0.5%)   0.0127 (  8.4%)   0.0146 (  2.7%)   0.1516 (  3.6%)  load-stdlib
   0.0761 ( 19.6%)   0.0227 ( 15.1%)   0.0987 ( 18.3%)   0.0986 (  2.4%)  build-rewrite-system
   0.0682 ( 17.6%)   0.0111 (  7.4%)   0.0792 ( 14.7%)   0.0792 (  1.9%)  perform-sema
   0.0681 ( 17.6%)   0.0110 (  7.3%)   0.0791 ( 14.7%)   0.0791 (  1.9%)  Type checking and Semantic analysis
   0.0619 ( 16.0%)   0.0092 (  6.1%)   0.0711 ( 13.2%)   0.0711 (  1.7%)  typecheck-stmt
   0.0125 (  3.2%)   0.0091 (  6.1%)   0.0216 (  4.0%)   0.0216 (  0.5%)  import-clang-decl
   0.0145 (  3.7%)   0.0031 (  2.1%)   0.0177 (  3.3%)   0.0177 (  0.4%)  precheck-target
   0.0106 (  2.7%)   0.0020 (  1.3%)   0.0126 (  2.3%)   0.0126 (  0.3%)  SILGen
   0.0087 (  2.2%)   0.0015 (  1.0%)   0.0102 (  1.9%)   0.0102 (  0.2%)  SILGen-function
   0.0070 (  1.8%)   0.0030 (  2.0%)   0.0100 (  1.9%)   0.0100 (  0.2%)  IRGen
   0.0075 (  1.9%)   0.0020 (  1.4%)   0.0096 (  1.8%)   0.0096 (  0.2%)  typecheck-decl
   0.0072 (  1.9%)   0.0008 (  0.5%)   0.0080 (  1.5%)   0.0080 (  0.2%)  typecheck-expr
   0.0063 (  1.6%)   0.0004 (  0.3%)   0.0067 (  1.2%)   0.0067 (  0.2%)  SIL optimization
   0.0006 (  0.2%)   0.0002 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.0%)  load-all-members
   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%)  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, post-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%)  perform-whole-module-type-checking
   0.3879 (100.0%)   0.1501 (100.0%)   0.5380 (100.0%)   4.1734 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1708 seconds (3.0815 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8345 (100.0%)   0.3362 (100.0%)   1.1708 (100.0%)   3.0815 (100.0%)  Building Target
   0.8345 (100.0%)   0.3362 (100.0%)   1.1708 (100.0%)   3.0815 (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-1745624761683965-swift-frontend-FootlessParser-Parser_Operators.swift-arm64_apple_watchos11.4-o-Onone-4048033071.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1424 seconds (4.3354 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0185 ( 25.9%)   0.0245 ( 34.6%)   0.0430 ( 30.2%)   2.0573 ( 47.5%)  parse-and-resolve-imports
   0.0185 ( 25.8%)   0.0243 ( 34.4%)   0.0428 ( 30.1%)   2.0571 ( 47.5%)  Import resolution
   0.0022 (  3.1%)   0.0111 ( 15.7%)   0.0134 (  9.4%)   0.1777 (  4.1%)  load-stdlib
   0.0059 (  8.2%)   0.0018 (  2.6%)   0.0077 (  5.4%)   0.0077 (  0.2%)  perform-sema
   0.0058 (  8.2%)   0.0018 (  2.5%)   0.0076 (  5.4%)   0.0076 (  0.2%)  Type checking and Semantic analysis
   0.0041 (  5.7%)   0.0028 (  4.0%)   0.0069 (  4.8%)   0.0069 (  0.2%)  IRGen
   0.0047 (  6.6%)   0.0015 (  2.1%)   0.0062 (  4.3%)   0.0062 (  0.1%)  typecheck-stmt
   0.0039 (  5.5%)   0.0011 (  1.6%)   0.0050 (  3.5%)   0.0050 (  0.1%)  SILGen
   0.0028 (  3.9%)   0.0008 (  1.1%)   0.0036 (  2.5%)   0.0036 (  0.1%)  SILGen-function
   0.0029 (  4.0%)   0.0000 (  0.0%)   0.0029 (  2.0%)   0.0029 (  0.1%)  SIL optimization
   0.0010 (  1.3%)   0.0004 (  0.6%)   0.0014 (  1.0%)   0.0014 (  0.0%)  precheck-target
   0.0009 (  1.2%)   0.0002 (  0.3%)   0.0011 (  0.8%)   0.0011 (  0.0%)  typecheck-decl
   0.0002 (  0.3%)   0.0003 (  0.5%)   0.0006 (  0.4%)   0.0006 (  0.0%)  import-clang-decl
   0.0002 (  0.3%)   0.0001 (  0.1%)   0.0003 (  0.2%)   0.0003 (  0.0%)  build-rewrite-system
   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%)  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%)  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%)  AST verification
   0.0716 (100.0%)   0.0708 (100.0%)   0.1424 (100.0%)   4.3354 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1017 seconds (2.2804 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0543 (100.0%)   0.0474 (100.0%)   0.1017 (100.0%)   2.2804 (100.0%)  Building Target
   0.0543 (100.0%)   0.0474 (100.0%)   0.1017 (100.0%)   2.2804 (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

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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/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-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.framework/Headers/FootlessParser-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework/Headers/FootlessParser-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/Project/arm64-apple-watchos.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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/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-watchos/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-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/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-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 11.4 --bundle-identifier FootlessParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework --target-triple arm64-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework/FootlessParser --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/FootlessParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/FootlessParser.build/FootlessParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-watchos/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:04.993 appintentsmetadataprocessor[696:3900] Starting appintentsmetadataprocessor export
2025-04-25 16:46:04.995 appintentsmetadataprocessor[696:3900] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/FootlessParser.framework/FootlessParser -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/FootlessParser.framework/FootlessParser.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/FootlessParser.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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.