The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftProtoParser, reference master (65708a), with Swift 6.1 for macOS (SPM) on 18 Apr 2026 18:04:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/truewebber/swift-protoparser.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/truewebber/swift-protoparser
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 65708af Update README test count and code coverage badge with latest llvm-cov metrics
Cloned https://github.com/truewebber/swift-protoparser.git
Revision (git rev-parse @):
65708af2b6fc86867145acabb275ad6f9d0c2ac6
SUCCESS checkout https://github.com/truewebber/swift-protoparser.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/truewebber/swift-protoparser.git
https://github.com/truewebber/swift-protoparser.git
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.33.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "SwiftProtoParser",
  "name" : "SwiftProtoParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftProtoParser",
      "targets" : [
        "SwiftProtoParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftProtoParserTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoParserTests",
      "path" : "Tests/SwiftProtoParserTests",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "sources" : [
        "Core/ProtoParseErrorTests.swift",
        "Core/ProtoVersionTests.swift",
        "DependencyResolver/BasicDependencyResolverTests.swift",
        "DependencyResolver/ComprehensiveDependencyResolverTests.swift",
        "DependencyResolver/DependencyResolverAdvancedTests.swift",
        "DependencyResolver/FileSystemScannerDetailedTests.swift",
        "DependencyResolver/ImportResolverDetailed.swift",
        "DependencyResolver/ResolverErrorTests.swift",
        "DescriptorBuilder/DescriptorBuilderComprehensiveTests.swift",
        "DescriptorBuilder/DescriptorBuilderTests.swift",
        "DescriptorBuilder/DescriptorErrorTests.swift",
        "DescriptorBuilder/EnumDescriptorBuilderTests.swift",
        "DescriptorBuilder/EnumTypePostProcessorTests.swift",
        "DescriptorBuilder/FieldDescriptorBuilderTests.swift",
        "DescriptorBuilder/MapFieldIssueReproductionTest.swift",
        "DescriptorBuilder/MessageDescriptorBuilderMapTests.swift",
        "DescriptorBuilder/MessageDescriptorBuilderTests.swift",
        "DescriptorBuilder/Proto2DescriptorTests.swift",
        "DescriptorBuilder/Proto3OptionalDescriptorTests.swift",
        "DescriptorBuilder/ServiceDescriptorBuilderCrossPackageTests.swift",
        "DescriptorBuilder/ServiceDescriptorBuilderTests.swift",
        "DescriptorBuilder/UninterpretedOptionBuilderTests.swift",
        "DescriptorBuilder/UnresolvedTypeValidatorTests.swift",
        "Integration/DescriptorProtoIntegrationTests.swift",
        "Lexer/KeywordRecognizerTests.swift",
        "Lexer/LexerErrorTests.swift",
        "Lexer/LexerTests.swift",
        "Lexer/TokenTests.swift",
        "Parser/ASTCoverageBoostTests.swift",
        "Parser/ASTTests.swift",
        "Parser/CrossSyntaxValidationTests.swift",
        "Parser/EnumFieldTypeBugTests.swift",
        "Parser/EnumFieldTypeResolverTests.swift",
        "Parser/EnumScopingTests.swift",
        "Parser/ExtendNodeTests.swift",
        "Parser/ExtensionRangeOptionsParserTests.swift",
        "Parser/MessageNodeTests.swift",
        "Parser/ParserAdvancedTests.swift",
        "Parser/ParserCoverageEnhancementTests.swift",
        "Parser/ParserErrorCoverageTests.swift",
        "Parser/ParserErrorPathTests.swift",
        "Parser/ParserErrorTests.swift",
        "Parser/ParserSpecificCoverageTests.swift",
        "Parser/ParserStateTests.swift",
        "Parser/ParserSyntaxRoutingTests.swift",
        "Parser/ParserTests.swift",
        "Parser/ParserTrailingSemicolonTests.swift",
        "Parser/Proto2ParserTests.swift",
        "Parser/Proto3OptionalParserTests.swift",
        "Parser/QualifiedOptionNameTests.swift",
        "Parser/RequiredFieldLabelTests.swift",
        "Parser/SubFieldOptionNameTests.swift",
        "Performance/IncrementalParserComprehensiveTests.swift",
        "Performance/PerformanceAPITests.swift",
        "Performance/PerformanceBenchmarkComprehensiveTests.swift",
        "Performance/PerformanceBenchmarkTests.swift",
        "Performance/PerformanceCacheComprehensiveTests.swift",
        "Performance/PerformanceCacheTests.swift",
        "ProductTests/ClientProtoIntegrationTests.swift",
        "ProductTests/ComplexProtoTests.swift",
        "ProductTests/ExtensionOptionIntegrationTests.swift",
        "ProductTests/MediumProtoTests.swift",
        "ProductTests/SimpleProtoProductTestsFixed.swift",
        "ProductTests/WellKnownTypesIntegrationTests.swift",
        "Public/CrossPackageTypeResolutionTests.swift",
        "Public/SwiftProtoParserAdvancedCoverageTests.swift",
        "Public/SwiftProtoParserDependencyTests.swift",
        "Public/SwiftProtoParserExtensionTests.swift",
        "Public/SwiftProtoParserTests.swift"
      ],
      "target_dependencies" : [
        "SwiftProtoParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftProtoParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoParser",
      "path" : "Sources/SwiftProtoParser",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "SwiftProtoParser"
      ],
      "sources" : [
        "Core/ProtoParseError.swift",
        "Core/ProtoVersion.swift",
        "DependencyResolver/DependencyResolver.swift",
        "DependencyResolver/FileSystemScanner.swift",
        "DependencyResolver/ImportResolver.swift",
        "DependencyResolver/ResolvedProtoFile.swift",
        "DependencyResolver/ResolverError.swift",
        "DescriptorBuilder/DescriptorBuilder+OptionHelpers.swift",
        "DescriptorBuilder/DescriptorBuilder.swift",
        "DescriptorBuilder/DescriptorError.swift",
        "DescriptorBuilder/EnumDescriptorBuilder.swift",
        "DescriptorBuilder/EnumTypePostProcessor.swift",
        "DescriptorBuilder/FieldDescriptorBuilder.swift",
        "DescriptorBuilder/MapEntryTypeFixup.swift",
        "DescriptorBuilder/MessageDescriptorBuilder.swift",
        "DescriptorBuilder/ServiceDescriptorBuilder.swift",
        "DescriptorBuilder/UnresolvedTypeValidator.swift",
        "Lexer/KeywordRecognizer.swift",
        "Lexer/Lexer.swift",
        "Lexer/LexerError.swift",
        "Lexer/Token.swift",
        "Parser/AST/EnumNode.swift",
        "Parser/AST/ExtendNode.swift",
        "Parser/AST/FieldLabel.swift",
        "Parser/AST/FieldNode.swift",
        "Parser/AST/FieldType.swift",
        "Parser/AST/GroupFieldNode.swift",
        "Parser/AST/ImportNode.swift",
        "Parser/AST/MessageNode.swift",
        "Parser/AST/OptionNode.swift",
        "Parser/AST/ProtoAST.swift",
        "Parser/AST/ServiceNode.swift",
        "Parser/EnumFieldTypeResolver.swift",
        "Parser/Parser.swift",
        "Parser/ParserError.swift",
        "Parser/ParserState.swift",
        "Parser/ProtoParsingPipeline.swift",
        "Performance/IncrementalParser.swift",
        "Performance/PerformanceBenchmark.swift",
        "Performance/PerformanceCache.swift",
        "Public/SwiftProtoParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/5] Copying PrivacyInfo.xcprivacy
[1/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/92] Compiling SwiftProtobuf PathVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/92] Compiling SwiftProtobuf ProtoNameProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/92] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/92] Compiling SwiftProtobuf ProtobufMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/92] Compiling SwiftProtobuf SelectiveVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/92] Compiling SwiftProtobuf SimpleExtensionMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/92] Compiling SwiftProtobuf StringUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/92] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/92] Compiling SwiftProtobuf SwiftProtobufError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/101] Compiling SwiftProtobuf AnyMessageStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/101] Compiling SwiftProtobuf AnyUnpackError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/101] Compiling SwiftProtobuf AsyncMessageSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/101] Compiling SwiftProtobuf BinaryDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/101] Compiling SwiftProtobuf BinaryDecodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/101] Compiling SwiftProtobuf BinaryDecodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/101] Compiling SwiftProtobuf BinaryDelimited.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/101] Compiling SwiftProtobuf BinaryEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/101] Compiling SwiftProtobuf BinaryEncodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/101] Compiling SwiftProtobuf BinaryEncodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/101] Compiling SwiftProtobuf JSONEncodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/101] Compiling SwiftProtobuf JSONEncodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/101] Compiling SwiftProtobuf JSONEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/101] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/101] Compiling SwiftProtobuf JSONScanner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/101] Compiling SwiftProtobuf MathUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/101] Compiling SwiftProtobuf Message+AnyAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/101] Compiling SwiftProtobuf Message+BinaryAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/101] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/101] Compiling SwiftProtobuf Message+FieldMask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/101] Compiling SwiftProtobuf TextFormatDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/101] Compiling SwiftProtobuf TextFormatDecodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/101] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/101] Compiling SwiftProtobuf TextFormatEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/101] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/101] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/101] Compiling SwiftProtobuf TextFormatScanner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/101] Compiling SwiftProtobuf TimeUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/101] Compiling SwiftProtobuf UnknownStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/101] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/101] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/101] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/101] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/101] Compiling SwiftProtobuf HashVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/101] Compiling SwiftProtobuf Internal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/101] Compiling SwiftProtobuf JSONDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/101] Compiling SwiftProtobuf JSONDecodingError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/101] Compiling SwiftProtobuf JSONDecodingOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/101] Compiling SwiftProtobuf JSONEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/101] Compiling SwiftProtobuf Message+JSONAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/101] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/101] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/101] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/101] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/101] Compiling SwiftProtobuf Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/101] Compiling SwiftProtobuf MessageExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/101] Compiling SwiftProtobuf NameMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/101] Compiling SwiftProtobuf PathDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/101] Compiling SwiftProtobuf ExtensionFields.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/101] Compiling SwiftProtobuf ExtensionMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/101] Compiling SwiftProtobuf FieldTag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/101] Compiling SwiftProtobuf FieldTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/101] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/101] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/101] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/101] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/101] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/101] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/101] Emitting module SwiftProtobuf
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/101] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/101] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/101] Compiling SwiftProtobuf BytecodeInterpreter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/101] Compiling SwiftProtobuf BytecodeReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/101] Compiling SwiftProtobuf CustomJSONCodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/101] Compiling SwiftProtobuf Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/101] Compiling SwiftProtobuf DoubleParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/101] Compiling SwiftProtobuf Enum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/101] Compiling SwiftProtobuf ExtensibleMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/101] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/101] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/101] Compiling SwiftProtobuf Varint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/101] Compiling SwiftProtobuf Version.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/101] Compiling SwiftProtobuf Visitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/101] Compiling SwiftProtobuf WireFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/101] Compiling SwiftProtobuf ZigZag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/101] Compiling SwiftProtobuf any.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/101] Compiling SwiftProtobuf api.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/101] Compiling SwiftProtobuf descriptor.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/101] Compiling SwiftProtobuf duration.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/101] Compiling SwiftProtobuf empty.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/101] Compiling SwiftProtobuf field_mask.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/101] Compiling SwiftProtobuf source_context.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/101] Compiling SwiftProtobuf struct.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/101] Compiling SwiftProtobuf timestamp.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/101] Compiling SwiftProtobuf type.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/101] Compiling SwiftProtobuf wrappers.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/101] Compiling SwiftProtobuf resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/139] Compiling SwiftProtoParser ResolvedProtoFile.swift
[103/139] Compiling SwiftProtoParser ResolverError.swift
[104/139] Compiling SwiftProtoParser DescriptorBuilder+OptionHelpers.swift
[105/139] Compiling SwiftProtoParser DescriptorBuilder.swift
[106/143] Emitting module SwiftProtoParser
[107/143] Compiling SwiftProtoParser ProtoParseError.swift
[108/143] Compiling SwiftProtoParser ProtoVersion.swift
[109/143] Compiling SwiftProtoParser DependencyResolver.swift
[110/143] Compiling SwiftProtoParser FileSystemScanner.swift
[111/143] Compiling SwiftProtoParser ImportResolver.swift
[112/143] Compiling SwiftProtoParser DescriptorError.swift
[113/143] Compiling SwiftProtoParser EnumDescriptorBuilder.swift
[114/143] Compiling SwiftProtoParser EnumTypePostProcessor.swift
[115/143] Compiling SwiftProtoParser FieldDescriptorBuilder.swift
[116/143] Compiling SwiftProtoParser EnumNode.swift
[117/143] Compiling SwiftProtoParser ExtendNode.swift
[118/143] Compiling SwiftProtoParser FieldLabel.swift
[119/143] Compiling SwiftProtoParser FieldNode.swift
[120/143] Compiling SwiftProtoParser KeywordRecognizer.swift
[121/143] Compiling SwiftProtoParser Lexer.swift
[122/143] Compiling SwiftProtoParser LexerError.swift
[123/143] Compiling SwiftProtoParser Token.swift
[124/143] Compiling SwiftProtoParser FieldType.swift
[125/143] Compiling SwiftProtoParser GroupFieldNode.swift
[126/143] Compiling SwiftProtoParser ImportNode.swift
[127/143] Compiling SwiftProtoParser MessageNode.swift
[128/143] Compiling SwiftProtoParser MapEntryTypeFixup.swift
[129/143] Compiling SwiftProtoParser MessageDescriptorBuilder.swift
[130/143] Compiling SwiftProtoParser ServiceDescriptorBuilder.swift
[131/143] Compiling SwiftProtoParser UnresolvedTypeValidator.swift
[132/143] Compiling SwiftProtoParser OptionNode.swift
[133/143] Compiling SwiftProtoParser ProtoAST.swift
[134/143] Compiling SwiftProtoParser ServiceNode.swift
[135/143] Compiling SwiftProtoParser EnumFieldTypeResolver.swift
[136/143] Compiling SwiftProtoParser Parser.swift
[137/143] Compiling SwiftProtoParser ParserError.swift
[138/143] Compiling SwiftProtoParser ParserState.swift
[139/143] Compiling SwiftProtoParser ProtoParsingPipeline.swift
[140/143] Compiling SwiftProtoParser IncrementalParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:218:9: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
216 |     queue.async(flags: .barrier) {
217 |       for removedFile in changeSet.removedFiles {
218 |         self.fileMetadata.removeValue(forKey: removedFile)
    |         `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
219 |       }
220 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:289:7: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
287 |   func reset() {
288 |     queue.async(flags: .barrier) {
289 |       self.fileMetadata.removeAll()
    |       `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
290 |       self.resetStatistics()
291 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:486:9: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
484 |       // Synchronize access to fileMetadata dictionary
485 |       queue.async(flags: .barrier) {
486 |         self.fileMetadata[filePath] = metadata
    |         `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
487 |       }
488 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:560:22: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
558 |   private func updateStats(_ update: @escaping (inout Statistics) -> Void) {
559 |     queue.async(flags: .barrier) {
560 |       var newStats = self.stats
    |                      `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
561 |       update(&newStats)
562 |       self.stats = newStats
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:561:7: warning: capture of 'update' with non-sendable type '(inout IncrementalParser.Statistics) -> Void' in a '@Sendable' closure
559 |     queue.async(flags: .barrier) {
560 |       var newStats = self.stats
561 |       update(&newStats)
    |       |- warning: capture of 'update' with non-sendable type '(inout IncrementalParser.Statistics) -> Void' in a '@Sendable' closure
    |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
562 |       self.stats = newStats
563 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/PerformanceCache.swift:618:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
616 |   private func startPerformanceMonitoring() {
617 |     // Start a task to periodically clear expired entries
618 |     monitoringTask = Task { [weak self] in
    |                           `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
619 |       while !Task.isCancelled {
620 |         try? await Task.sleep(nanoseconds: 300_000_000_000)  // 300 seconds
621 |         self?.clearExpired()
    |         `- note: closure captures 'self' which is accessible to code in the current task
622 |       }
623 |     }
[141/143] Compiling SwiftProtoParser PerformanceBenchmark.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:218:9: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
216 |     queue.async(flags: .barrier) {
217 |       for removedFile in changeSet.removedFiles {
218 |         self.fileMetadata.removeValue(forKey: removedFile)
    |         `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
219 |       }
220 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:289:7: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
287 |   func reset() {
288 |     queue.async(flags: .barrier) {
289 |       self.fileMetadata.removeAll()
    |       `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
290 |       self.resetStatistics()
291 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:486:9: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
484 |       // Synchronize access to fileMetadata dictionary
485 |       queue.async(flags: .barrier) {
486 |         self.fileMetadata[filePath] = metadata
    |         `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
487 |       }
488 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:560:22: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
558 |   private func updateStats(_ update: @escaping (inout Statistics) -> Void) {
559 |     queue.async(flags: .barrier) {
560 |       var newStats = self.stats
    |                      `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
561 |       update(&newStats)
562 |       self.stats = newStats
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:561:7: warning: capture of 'update' with non-sendable type '(inout IncrementalParser.Statistics) -> Void' in a '@Sendable' closure
559 |     queue.async(flags: .barrier) {
560 |       var newStats = self.stats
561 |       update(&newStats)
    |       |- warning: capture of 'update' with non-sendable type '(inout IncrementalParser.Statistics) -> Void' in a '@Sendable' closure
    |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
562 |       self.stats = newStats
563 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/PerformanceCache.swift:618:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
616 |   private func startPerformanceMonitoring() {
617 |     // Start a task to periodically clear expired entries
618 |     monitoringTask = Task { [weak self] in
    |                           `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
619 |       while !Task.isCancelled {
620 |         try? await Task.sleep(nanoseconds: 300_000_000_000)  // 300 seconds
621 |         self?.clearExpired()
    |         `- note: closure captures 'self' which is accessible to code in the current task
622 |       }
623 |     }
[142/143] Compiling SwiftProtoParser PerformanceCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:218:9: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
216 |     queue.async(flags: .barrier) {
217 |       for removedFile in changeSet.removedFiles {
218 |         self.fileMetadata.removeValue(forKey: removedFile)
    |         `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
219 |       }
220 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:289:7: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
287 |   func reset() {
288 |     queue.async(flags: .barrier) {
289 |       self.fileMetadata.removeAll()
    |       `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
290 |       self.resetStatistics()
291 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:486:9: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
484 |       // Synchronize access to fileMetadata dictionary
485 |       queue.async(flags: .barrier) {
486 |         self.fileMetadata[filePath] = metadata
    |         `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
487 |       }
488 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:560:22: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
558 |   private func updateStats(_ update: @escaping (inout Statistics) -> Void) {
559 |     queue.async(flags: .barrier) {
560 |       var newStats = self.stats
    |                      `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
561 |       update(&newStats)
562 |       self.stats = newStats
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:561:7: warning: capture of 'update' with non-sendable type '(inout IncrementalParser.Statistics) -> Void' in a '@Sendable' closure
559 |     queue.async(flags: .barrier) {
560 |       var newStats = self.stats
561 |       update(&newStats)
    |       |- warning: capture of 'update' with non-sendable type '(inout IncrementalParser.Statistics) -> Void' in a '@Sendable' closure
    |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
562 |       self.stats = newStats
563 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/PerformanceCache.swift:618:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
616 |   private func startPerformanceMonitoring() {
617 |     // Start a task to periodically clear expired entries
618 |     monitoringTask = Task { [weak self] in
    |                           `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
619 |       while !Task.isCancelled {
620 |         try? await Task.sleep(nanoseconds: 300_000_000_000)  // 300 seconds
621 |         self?.clearExpired()
    |         `- note: closure captures 'self' which is accessible to code in the current task
622 |       }
623 |     }
[143/143] Compiling SwiftProtoParser SwiftProtoParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:218:9: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
216 |     queue.async(flags: .barrier) {
217 |       for removedFile in changeSet.removedFiles {
218 |         self.fileMetadata.removeValue(forKey: removedFile)
    |         `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
219 |       }
220 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:289:7: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
287 |   func reset() {
288 |     queue.async(flags: .barrier) {
289 |       self.fileMetadata.removeAll()
    |       `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
290 |       self.resetStatistics()
291 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:486:9: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
484 |       // Synchronize access to fileMetadata dictionary
485 |       queue.async(flags: .barrier) {
486 |         self.fileMetadata[filePath] = metadata
    |         `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
487 |       }
488 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:560:22: warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
  9 | /// - Batch processing optimization
 10 | /// - Memory-efficient streaming for large files
 11 | final class IncrementalParser {
    |             `- note: class 'IncrementalParser' does not conform to the 'Sendable' protocol
 12 |
 13 |   // MARK: - File Change Tracking
    :
558 |   private func updateStats(_ update: @escaping (inout Statistics) -> Void) {
559 |     queue.async(flags: .barrier) {
560 |       var newStats = self.stats
    |                      `- warning: capture of 'self' with non-sendable type 'IncrementalParser' in a '@Sendable' closure
561 |       update(&newStats)
562 |       self.stats = newStats
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/IncrementalParser.swift:561:7: warning: capture of 'update' with non-sendable type '(inout IncrementalParser.Statistics) -> Void' in a '@Sendable' closure
559 |     queue.async(flags: .barrier) {
560 |       var newStats = self.stats
561 |       update(&newStats)
    |       |- warning: capture of 'update' with non-sendable type '(inout IncrementalParser.Statistics) -> Void' in a '@Sendable' closure
    |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
562 |       self.stats = newStats
563 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftProtoParser/Performance/PerformanceCache.swift:618:27: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
616 |   private func startPerformanceMonitoring() {
617 |     // Start a task to periodically clear expired entries
618 |     monitoringTask = Task { [weak self] in
    |                           `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
619 |       while !Task.isCancelled {
620 |         try? await Task.sleep(nanoseconds: 300_000_000_000)  // 300 seconds
621 |         self?.clearExpired()
    |         `- note: closure captures 'self' which is accessible to code in the current task
622 |       }
623 |     }
Build complete! (59.88s)
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetched https://github.com/apple/swift-protobuf.git from cache (2.43s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.36.1 (3.03s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.36.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.33.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "SwiftProtoParser",
  "name" : "SwiftProtoParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftProtoParser",
      "targets" : [
        "SwiftProtoParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftProtoParserTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoParserTests",
      "path" : "Tests/SwiftProtoParserTests",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "sources" : [
        "Core/ProtoParseErrorTests.swift",
        "Core/ProtoVersionTests.swift",
        "DependencyResolver/BasicDependencyResolverTests.swift",
        "DependencyResolver/ComprehensiveDependencyResolverTests.swift",
        "DependencyResolver/DependencyResolverAdvancedTests.swift",
        "DependencyResolver/FileSystemScannerDetailedTests.swift",
        "DependencyResolver/ImportResolverDetailed.swift",
        "DependencyResolver/ResolverErrorTests.swift",
        "DescriptorBuilder/DescriptorBuilderComprehensiveTests.swift",
        "DescriptorBuilder/DescriptorBuilderTests.swift",
        "DescriptorBuilder/DescriptorErrorTests.swift",
        "DescriptorBuilder/EnumDescriptorBuilderTests.swift",
        "DescriptorBuilder/EnumTypePostProcessorTests.swift",
        "DescriptorBuilder/FieldDescriptorBuilderTests.swift",
        "DescriptorBuilder/MapFieldIssueReproductionTest.swift",
        "DescriptorBuilder/MessageDescriptorBuilderMapTests.swift",
        "DescriptorBuilder/MessageDescriptorBuilderTests.swift",
        "DescriptorBuilder/Proto2DescriptorTests.swift",
        "DescriptorBuilder/Proto3OptionalDescriptorTests.swift",
        "DescriptorBuilder/ServiceDescriptorBuilderCrossPackageTests.swift",
        "DescriptorBuilder/ServiceDescriptorBuilderTests.swift",
        "DescriptorBuilder/UninterpretedOptionBuilderTests.swift",
        "DescriptorBuilder/UnresolvedTypeValidatorTests.swift",
        "Integration/DescriptorProtoIntegrationTests.swift",
        "Lexer/KeywordRecognizerTests.swift",
        "Lexer/LexerErrorTests.swift",
        "Lexer/LexerTests.swift",
        "Lexer/TokenTests.swift",
        "Parser/ASTCoverageBoostTests.swift",
        "Parser/ASTTests.swift",
        "Parser/CrossSyntaxValidationTests.swift",
        "Parser/EnumFieldTypeBugTests.swift",
        "Parser/EnumFieldTypeResolverTests.swift",
        "Parser/EnumScopingTests.swift",
        "Parser/ExtendNodeTests.swift",
        "Parser/ExtensionRangeOptionsParserTests.swift",
        "Parser/MessageNodeTests.swift",
        "Parser/ParserAdvancedTests.swift",
        "Parser/ParserCoverageEnhancementTests.swift",
        "Parser/ParserErrorCoverageTests.swift",
        "Parser/ParserErrorPathTests.swift",
        "Parser/ParserErrorTests.swift",
        "Parser/ParserSpecificCoverageTests.swift",
        "Parser/ParserStateTests.swift",
        "Parser/ParserSyntaxRoutingTests.swift",
        "Parser/ParserTests.swift",
        "Parser/ParserTrailingSemicolonTests.swift",
        "Parser/Proto2ParserTests.swift",
        "Parser/Proto3OptionalParserTests.swift",
        "Parser/QualifiedOptionNameTests.swift",
        "Parser/RequiredFieldLabelTests.swift",
        "Parser/SubFieldOptionNameTests.swift",
        "Performance/IncrementalParserComprehensiveTests.swift",
        "Performance/PerformanceAPITests.swift",
        "Performance/PerformanceBenchmarkComprehensiveTests.swift",
        "Performance/PerformanceBenchmarkTests.swift",
        "Performance/PerformanceCacheComprehensiveTests.swift",
        "Performance/PerformanceCacheTests.swift",
        "ProductTests/ClientProtoIntegrationTests.swift",
        "ProductTests/ComplexProtoTests.swift",
        "ProductTests/ExtensionOptionIntegrationTests.swift",
        "ProductTests/MediumProtoTests.swift",
        "ProductTests/SimpleProtoProductTestsFixed.swift",
        "ProductTests/WellKnownTypesIntegrationTests.swift",
        "Public/CrossPackageTypeResolutionTests.swift",
        "Public/SwiftProtoParserAdvancedCoverageTests.swift",
        "Public/SwiftProtoParserDependencyTests.swift",
        "Public/SwiftProtoParserExtensionTests.swift",
        "Public/SwiftProtoParserTests.swift"
      ],
      "target_dependencies" : [
        "SwiftProtoParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftProtoParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftProtoParser",
      "path" : "Sources/SwiftProtoParser",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "SwiftProtoParser"
      ],
      "sources" : [
        "Core/ProtoParseError.swift",
        "Core/ProtoVersion.swift",
        "DependencyResolver/DependencyResolver.swift",
        "DependencyResolver/FileSystemScanner.swift",
        "DependencyResolver/ImportResolver.swift",
        "DependencyResolver/ResolvedProtoFile.swift",
        "DependencyResolver/ResolverError.swift",
        "DescriptorBuilder/DescriptorBuilder+OptionHelpers.swift",
        "DescriptorBuilder/DescriptorBuilder.swift",
        "DescriptorBuilder/DescriptorError.swift",
        "DescriptorBuilder/EnumDescriptorBuilder.swift",
        "DescriptorBuilder/EnumTypePostProcessor.swift",
        "DescriptorBuilder/FieldDescriptorBuilder.swift",
        "DescriptorBuilder/MapEntryTypeFixup.swift",
        "DescriptorBuilder/MessageDescriptorBuilder.swift",
        "DescriptorBuilder/ServiceDescriptorBuilder.swift",
        "DescriptorBuilder/UnresolvedTypeValidator.swift",
        "Lexer/KeywordRecognizer.swift",
        "Lexer/Lexer.swift",
        "Lexer/LexerError.swift",
        "Lexer/Token.swift",
        "Parser/AST/EnumNode.swift",
        "Parser/AST/ExtendNode.swift",
        "Parser/AST/FieldLabel.swift",
        "Parser/AST/FieldNode.swift",
        "Parser/AST/FieldType.swift",
        "Parser/AST/GroupFieldNode.swift",
        "Parser/AST/ImportNode.swift",
        "Parser/AST/MessageNode.swift",
        "Parser/AST/OptionNode.swift",
        "Parser/AST/ProtoAST.swift",
        "Parser/AST/ServiceNode.swift",
        "Parser/EnumFieldTypeResolver.swift",
        "Parser/Parser.swift",
        "Parser/ParserError.swift",
        "Parser/ParserState.swift",
        "Parser/ProtoParsingPipeline.swift",
        "Performance/IncrementalParser.swift",
        "Performance/PerformanceBenchmark.swift",
        "Performance/PerformanceCache.swift",
        "Public/SwiftProtoParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.