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 iOS using Xcode 16.3 on 25 Apr 2025 23:45:29 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=iOS 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:         iOS
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=iOS 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=iOS "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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 1691126ad7578cf2512250ddbb6319bc
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1691126ad7578cf2512250ddbb6319bc.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/FootlessParser.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/FootlessParser.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/FootlessParser.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/FootlessParser.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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 iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.3 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ FootlessParser (in target 'FootlessParser' from project 'FootlessParser')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745624725291186-swift-frontend-FootlessParser-all-arm64_apple_ios10.3-swiftmodule-Onone-2962754822.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3009 seconds (3.8787 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0231 ( 21.0%)   0.0725 ( 38.0%)   0.0956 ( 31.8%)   1.8402 ( 47.4%)  parse-and-resolve-imports
   0.0231 ( 21.0%)   0.0723 ( 37.9%)   0.0954 ( 31.7%)   1.8401 ( 47.4%)  Import resolution
   0.0018 (  1.6%)   0.0153 (  8.0%)   0.0171 (  5.7%)   0.1028 (  2.6%)  load-stdlib
   0.0166 ( 15.0%)   0.0062 (  3.2%)   0.0227 (  7.6%)   0.0232 (  0.6%)  perform-sema
   0.0165 ( 15.0%)   0.0061 (  3.2%)   0.0226 (  7.5%)   0.0230 (  0.6%)  Type checking and Semantic analysis
   0.0163 ( 14.8%)   0.0059 (  3.1%)   0.0221 (  7.4%)   0.0226 (  0.6%)  typecheck-decl
   0.0035 (  3.2%)   0.0047 (  2.5%)   0.0082 (  2.7%)   0.0089 (  0.2%)  SIL optimization
   0.0042 (  3.8%)   0.0012 (  0.6%)   0.0053 (  1.8%)   0.0053 (  0.1%)  build-rewrite-system
   0.0013 (  1.2%)   0.0016 (  0.8%)   0.0029 (  1.0%)   0.0029 (  0.1%)  SILGen
   0.0006 (  0.6%)   0.0019 (  1.0%)   0.0025 (  0.8%)   0.0028 (  0.1%)  Serialization, swiftmodule
   0.0006 (  0.6%)   0.0011 (  0.6%)   0.0018 (  0.6%)   0.0022 (  0.1%)  Serialization, swiftdoc
   0.0009 (  0.8%)   0.0011 (  0.6%)   0.0020 (  0.7%)   0.0020 (  0.1%)  import-clang-decl
   0.0004 (  0.4%)   0.0008 (  0.4%)   0.0012 (  0.4%)   0.0012 (  0.0%)  SILGen-function
   0.0008 (  0.7%)   0.0001 (  0.1%)   0.0009 (  0.3%)   0.0009 (  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%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.1101 (100.0%)   0.1908 (100.0%)   0.3009 (100.0%)   3.8787 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1536 seconds (1.9860 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0495 (100.0%)   0.1041 (100.0%)   0.1536 (100.0%)   1.9860 (100.0%)  Building Target
   0.0495 (100.0%)   0.1041 (100.0%)   0.1536 (100.0%)   1.9860 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Parsers.swift /Users/admin/builder/spi-builder-workspace/Sources/FootlessParser/Parsers.swift (in target 'FootlessParser' from project 'FootlessParser')
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-1745624725294657-swift-frontend-FootlessParser-Parsers.swift-arm64_apple_ios10.3-o-Onone-2351931629.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3636 seconds (3.9235 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0228 ( 14.8%)   0.0693 ( 33.1%)   0.0921 ( 25.3%)   1.8269 ( 46.6%)  parse-and-resolve-imports
   0.0227 ( 14.7%)   0.0692 ( 33.1%)   0.0919 ( 25.3%)   1.8267 ( 46.6%)  Import resolution
   0.0777 ( 50.3%)   0.0221 ( 10.6%)   0.0998 ( 27.4%)   0.0997 (  2.5%)  build-rewrite-system
   0.0015 (  0.9%)   0.0070 (  3.3%)   0.0084 (  2.3%)   0.0820 (  2.1%)  load-stdlib
   0.0114 (  7.4%)   0.0093 (  4.5%)   0.0207 (  5.7%)   0.0206 (  0.5%)  import-clang-decl
   0.0032 (  2.0%)   0.0062 (  2.9%)   0.0093 (  2.6%)   0.0130 (  0.3%)  perform-sema
   0.0031 (  2.0%)   0.0061 (  2.9%)   0.0093 (  2.5%)   0.0130 (  0.3%)  Type checking and Semantic analysis
   0.0031 (  2.0%)   0.0061 (  2.9%)   0.0092 (  2.5%)   0.0129 (  0.3%)  typecheck-decl
   0.0025 (  1.6%)   0.0045 (  2.2%)   0.0071 (  1.9%)   0.0102 (  0.3%)  typecheck-expr
   0.0013 (  0.9%)   0.0037 (  1.8%)   0.0050 (  1.4%)   0.0073 (  0.2%)  precheck-target
   0.0017 (  1.1%)   0.0026 (  1.2%)   0.0042 (  1.2%)   0.0042 (  0.1%)  IRGen
   0.0009 (  0.6%)   0.0015 (  0.7%)   0.0024 (  0.7%)   0.0025 (  0.1%)  SILGen
   0.0008 (  0.5%)   0.0014 (  0.7%)   0.0021 (  0.6%)   0.0022 (  0.1%)  SILGen-function
   0.0012 (  0.8%)   0.0000 (  0.0%)   0.0013 (  0.3%)   0.0013 (  0.0%)  SIL optimization
   0.0007 (  0.4%)   0.0002 (  0.1%)   0.0008 (  0.2%)   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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1546 (100.0%)   0.2090 (100.0%)   0.3636 (100.0%)   3.9235 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3342 seconds (3.1650 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8387 (100.0%)   0.4956 (100.0%)   1.3342 (100.0%)   3.1650 (100.0%)  Building Target
   0.8387 (100.0%)   0.4956 (100.0%)   1.3342 (100.0%)   3.1650 (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-1745624725288864-swift-frontend-FootlessParser-Parser_Operators.swift-arm64_apple_ios10.3-o-Onone-3090630375.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2984 seconds (4.0877 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0222 ( 18.6%)   0.0691 ( 38.5%)   0.0913 ( 30.6%)   1.9444 ( 47.6%)  parse-and-resolve-imports
   0.0221 ( 18.6%)   0.0689 ( 38.4%)   0.0910 ( 30.5%)   1.9441 ( 47.6%)  Import resolution
   0.0020 (  1.7%)   0.0166 (  9.2%)   0.0185 (  6.2%)   0.1017 (  2.5%)  load-stdlib
   0.0435 ( 36.5%)   0.0135 (  7.5%)   0.0570 ( 19.1%)   0.0569 (  1.4%)  build-rewrite-system
   0.0034 (  2.9%)   0.0037 (  2.0%)   0.0071 (  2.4%)   0.0071 (  0.2%)  IRGen
   0.0054 (  4.5%)   0.0015 (  0.8%)   0.0069 (  2.3%)   0.0069 (  0.2%)  perform-sema
   0.0054 (  4.5%)   0.0015 (  0.8%)   0.0069 (  2.3%)   0.0069 (  0.2%)  Type checking and Semantic analysis
   0.0043 (  3.6%)   0.0012 (  0.7%)   0.0055 (  1.9%)   0.0055 (  0.1%)  typecheck-stmt
   0.0032 (  2.7%)   0.0010 (  0.6%)   0.0042 (  1.4%)   0.0042 (  0.1%)  SILGen
   0.0023 (  1.9%)   0.0008 (  0.4%)   0.0031 (  1.0%)   0.0031 (  0.1%)  SILGen-function
   0.0029 (  2.4%)   0.0000 (  0.0%)   0.0029 (  1.0%)   0.0029 (  0.1%)  SIL optimization
   0.0007 (  0.6%)   0.0010 (  0.5%)   0.0017 (  0.6%)   0.0016 (  0.0%)  import-clang-decl
   0.0009 (  0.7%)   0.0004 (  0.2%)   0.0013 (  0.4%)   0.0013 (  0.0%)  precheck-target
   0.0008 (  0.7%)   0.0002 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  typecheck-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1191 (100.0%)   0.1792 (100.0%)   0.2984 (100.0%)   4.0877 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4329 seconds (2.3696 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2992 (100.0%)   0.1337 (100.0%)   0.4329 (100.0%)   2.3696 (100.0%)  Building Target
   0.2992 (100.0%)   0.1337 (100.0%)   0.4329 (100.0%)   2.3696 (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-1745624725294597-swift-frontend-FootlessParser-StringParser.swift-arm64_apple_ios10.3-o-Onone-3528565154.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5192 seconds (4.2080 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3379 ( 32.4%)   0.1627 ( 34.1%)   0.5006 ( 33.0%)   1.8281 ( 43.4%)  parse-and-resolve-imports
   0.3379 ( 32.4%)   0.1626 ( 34.1%)   0.5005 ( 32.9%)   1.8280 ( 43.4%)  Import resolution
   0.0759 (  7.3%)   0.0215 (  4.5%)   0.0973 (  6.4%)   0.0972 (  2.3%)  build-rewrite-system
   0.0706 (  6.8%)   0.0217 (  4.5%)   0.0923 (  6.1%)   0.0960 (  2.3%)  perform-sema
   0.0705 (  6.8%)   0.0217 (  4.5%)   0.0922 (  6.1%)   0.0959 (  2.3%)  Type checking and Semantic analysis
   0.0149 (  1.4%)   0.0443 (  9.3%)   0.0592 (  3.9%)   0.0811 (  1.9%)  load-stdlib
   0.0631 (  6.1%)   0.0133 (  2.8%)   0.0764 (  5.0%)   0.0774 (  1.8%)  typecheck-stmt
   0.0152 (  1.5%)   0.0067 (  1.4%)   0.0218 (  1.4%)   0.0228 (  0.5%)  precheck-target
   0.0118 (  1.1%)   0.0084 (  1.8%)   0.0202 (  1.3%)   0.0201 (  0.5%)  import-clang-decl
   0.0086 (  0.8%)   0.0085 (  1.8%)   0.0172 (  1.1%)   0.0198 (  0.5%)  typecheck-decl
   0.0084 (  0.8%)   0.0012 (  0.2%)   0.0096 (  0.6%)   0.0096 (  0.2%)  SILGen
   0.0063 (  0.6%)   0.0030 (  0.6%)   0.0093 (  0.6%)   0.0093 (  0.2%)  IRGen
   0.0072 (  0.7%)   0.0008 (  0.2%)   0.0081 (  0.5%)   0.0081 (  0.2%)  typecheck-expr
   0.0065 (  0.6%)   0.0008 (  0.2%)   0.0072 (  0.5%)   0.0072 (  0.2%)  SILGen-function
   0.0061 (  0.6%)   0.0003 (  0.1%)   0.0063 (  0.4%)   0.0063 (  0.2%)  SIL optimization
   0.0007 (  0.1%)   0.0002 (  0.0%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   1.0417 (100.0%)   0.4775 (100.0%)   1.5192 (100.0%)   4.2080 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7990 seconds (3.1702 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2187 (100.0%)   0.5803 (100.0%)   1.7990 (100.0%)   3.1702 (100.0%)  Building Target
   1.2187 (100.0%)   0.5803 (100.0%)   1.7990 (100.0%)   3.1702 (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-1745624725294546-swift-frontend-FootlessParser-Error.swift-arm64_apple_ios10.3-o-Onone-4094244839.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4463 seconds (4.4185 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7536 ( 46.0%)   0.3837 ( 47.4%)   1.1374 ( 46.5%)   2.0855 ( 47.2%)  parse-and-resolve-imports
   0.7536 ( 46.0%)   0.3836 ( 47.4%)   1.1371 ( 46.5%)   2.0853 ( 47.2%)  Import resolution
   0.0722 (  4.4%)   0.0182 (  2.2%)   0.0904 (  3.7%)   0.0903 (  2.0%)  build-rewrite-system
   0.0016 (  0.1%)   0.0074 (  0.9%)   0.0090 (  0.4%)   0.0851 (  1.9%)  load-stdlib
   0.0105 (  0.6%)   0.0070 (  0.9%)   0.0175 (  0.7%)   0.0175 (  0.4%)  import-clang-decl
   0.0119 (  0.7%)   0.0019 (  0.2%)   0.0139 (  0.6%)   0.0139 (  0.3%)  perform-sema
   0.0119 (  0.7%)   0.0019 (  0.2%)   0.0138 (  0.6%)   0.0138 (  0.3%)  Type checking and Semantic analysis
   0.0099 (  0.6%)   0.0014 (  0.2%)   0.0114 (  0.5%)   0.0114 (  0.3%)  typecheck-decl
   0.0033 (  0.2%)   0.0025 (  0.3%)   0.0057 (  0.2%)   0.0057 (  0.1%)  IRGen
   0.0023 (  0.1%)   0.0005 (  0.1%)   0.0027 (  0.1%)   0.0027 (  0.1%)  SILGen
   0.0020 (  0.1%)   0.0005 (  0.1%)   0.0025 (  0.1%)   0.0025 (  0.1%)  typecheck-stmt
   0.0023 (  0.1%)   0.0000 (  0.0%)   0.0024 (  0.1%)   0.0024 (  0.1%)  SIL optimization
   0.0011 (  0.1%)   0.0001 (  0.0%)   0.0012 (  0.1%)   0.0012 (  0.0%)  SILGen-function
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.6372 (100.0%)   0.8091 (100.0%)   2.4463 (100.0%)   4.4185 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1330 seconds (3.1675 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4650 (100.0%)   0.6681 (100.0%)   2.1330 (100.0%)   3.1675 (100.0%)  Building Target
   1.4650 (100.0%)   0.6681 (100.0%)   2.1330 (100.0%)   3.1675 (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\ 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-1745624725295029-swift-frontend-FootlessParser-Parser.swift-arm64_apple_ios10.3-o-Onone-979117144.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4246 seconds (4.2797 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0227 (  9.5%)   0.0678 ( 36.5%)   0.0905 ( 21.3%)   1.9775 ( 46.2%)  parse-and-resolve-imports
   0.0226 (  9.5%)   0.0676 ( 36.4%)   0.0902 ( 21.3%)   1.9773 ( 46.2%)  Import resolution
   0.0018 (  0.7%)   0.0082 (  4.4%)   0.0100 (  2.3%)   0.0905 (  2.1%)  load-stdlib
   0.0436 ( 18.3%)   0.0139 (  7.5%)   0.0575 ( 13.5%)   0.0575 (  1.3%)  build-rewrite-system
   0.0375 ( 15.7%)   0.0066 (  3.5%)   0.0441 ( 10.4%)   0.0441 (  1.0%)  perform-sema
   0.0374 ( 15.7%)   0.0066 (  3.5%)   0.0440 ( 10.4%)   0.0440 (  1.0%)  Type checking and Semantic analysis
   0.0323 ( 13.5%)   0.0051 (  2.7%)   0.0373 (  8.8%)   0.0373 (  0.9%)  typecheck-stmt
   0.0089 (  3.7%)   0.0046 (  2.5%)   0.0135 (  3.2%)   0.0140 (  0.3%)  IRGen
   0.0080 (  3.3%)   0.0013 (  0.7%)   0.0092 (  2.2%)   0.0092 (  0.2%)  SILGen
   0.0062 (  2.6%)   0.0010 (  0.5%)   0.0072 (  1.7%)   0.0072 (  0.2%)  precheck-target
   0.0059 (  2.5%)   0.0008 (  0.4%)   0.0067 (  1.6%)   0.0067 (  0.2%)  SILGen-function
   0.0044 (  1.9%)   0.0013 (  0.7%)   0.0058 (  1.4%)   0.0058 (  0.1%)  typecheck-decl
   0.0050 (  2.1%)   0.0001 (  0.0%)   0.0051 (  1.2%)   0.0051 (  0.1%)  SIL optimization
   0.0015 (  0.6%)   0.0002 (  0.1%)   0.0017 (  0.4%)   0.0017 (  0.0%)  typecheck-expr
   0.0007 (  0.3%)   0.0009 (  0.5%)   0.0016 (  0.4%)   0.0016 (  0.0%)  import-clang-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2385 (100.0%)   0.1860 (100.0%)   0.4246 (100.0%)   4.2797 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4973 seconds (2.4665 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3551 (100.0%)   0.1423 (100.0%)   0.4973 (100.0%)   2.4665 (100.0%)  Building Target
   0.3551 (100.0%)   0.1423 (100.0%)   0.4973 (100.0%)   2.4665 (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-1745624725293830-swift-frontend-FootlessParser-Converters.swift-arm64_apple_ios10.3-o-Onone-2963461857.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2800 seconds (3.9615 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0205 ( 17.4%)   0.0579 ( 35.7%)   0.0784 ( 28.0%)   1.8587 ( 46.9%)  parse-and-resolve-imports
   0.0205 ( 17.4%)   0.0577 ( 35.6%)   0.0782 ( 27.9%)   1.8585 ( 46.9%)  Import resolution
   0.0019 (  1.6%)   0.0148 (  9.1%)   0.0167 (  5.9%)   0.1333 (  3.4%)  load-stdlib
   0.0440 ( 37.3%)   0.0131 (  8.1%)   0.0571 ( 20.4%)   0.0570 (  1.4%)  build-rewrite-system
   0.0039 (  3.3%)   0.0087 (  5.4%)   0.0126 (  4.5%)   0.0168 (  0.4%)  SILGen
   0.0050 (  4.3%)   0.0029 (  1.8%)   0.0080 (  2.9%)   0.0080 (  0.2%)  IRGen
   0.0055 (  4.7%)   0.0020 (  1.2%)   0.0075 (  2.7%)   0.0075 (  0.2%)  perform-sema
   0.0055 (  4.7%)   0.0020 (  1.2%)   0.0075 (  2.7%)   0.0075 (  0.2%)  Type checking and Semantic analysis
   0.0034 (  2.9%)   0.0010 (  0.6%)   0.0044 (  1.6%)   0.0044 (  0.1%)  typecheck-decl
   0.0022 (  1.9%)   0.0009 (  0.6%)   0.0031 (  1.1%)   0.0031 (  0.1%)  typecheck-stmt
   0.0023 (  2.0%)   0.0003 (  0.2%)   0.0026 (  0.9%)   0.0026 (  0.1%)  SILGen-function
   0.0019 (  1.6%)   0.0000 (  0.0%)   0.0019 (  0.7%)   0.0019 (  0.0%)  SIL optimization
   0.0006 (  0.5%)   0.0008 (  0.5%)   0.0014 (  0.5%)   0.0014 (  0.0%)  import-clang-decl
   0.0005 (  0.4%)   0.0001 (  0.1%)   0.0006 (  0.2%)   0.0006 (  0.0%)  typecheck-expr
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.1178 (100.0%)   0.1622 (100.0%)   0.2800 (100.0%)   3.9615 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4543 seconds (2.3556 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3282 (100.0%)   0.1261 (100.0%)   0.4543 (100.0%)   2.3556 (100.0%)  Building Target
   0.3282 (100.0%)   0.1261 (100.0%)   0.4543 (100.0%)   2.3556 (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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.3 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.framework/Headers/FootlessParser-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/Headers/FootlessParser-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/Modules/FootlessParser.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Converters.swift (in target 'FootlessParser' from project 'FootlessParser')
SwiftDriverJobDiscovery normal arm64 Compiling Parser+Operators.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.3 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/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-ios10.3 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser.LinkFileList -install_name @rpath/FootlessParser.framework/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 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 10.3 --bundle-identifier FootlessParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework --target-triple arm64-apple-ios10.3 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/FootlessParser --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/FootlessParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/FootlessParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/Objects-normal/arm64/FootlessParser.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 16:45:28.702 appintentsmetadataprocessor[697:3917] Starting appintentsmetadataprocessor export
2025-04-25 16:45:28.705 appintentsmetadataprocessor[697:3917] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/ssu --bundle-id FootlessParser --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FootlessParser.build/Debug-iphoneos/FootlessParser.build/FootlessParser.DependencyMetadataFileList --archive-ssu-assets
2025-04-25 16:45:28.731 appintentsnltrainingprocessor[698:3918] Parsing options for appintentsnltrainingprocessor
2025-04-25 16:45:28.732 appintentsnltrainingprocessor[698:3918] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FootlessParser.framework/FootlessParser -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/FootlessParser.framework/FootlessParser.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/FootlessParser.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/FootlessParser.framework
/Users/admin/builder/spi-builder-workspace/FootlessParser.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.3, but the range of supported deployment target versions is 12.0 to 18.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.