The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of MetaCodable, reference main (2da1ee), with Swift 6.1 for Android on 29 May 2025 18:34:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLab/MetaCodable.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/SwiftyLab/MetaCodable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2da1ee9 ci: fix runner name typo
Cloned https://github.com/SwiftyLab/MetaCodable.git
Revision (git rev-parse @):
2da1ee96a4bf8273eb777edb56cd374834b938cf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyLab/MetaCodable.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftyLab/MetaCodable.git
https://github.com/SwiftyLab/MetaCodable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.1.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "MetaCodable",
  "name" : "MetaCodable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MetaCodable",
      "targets" : [
        "MetaCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HelperCoders",
      "targets" : [
        "HelperCoders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MetaProtocolCodable",
      "targets" : [
        "MetaProtocolCodable"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "ProtocolGen",
      "targets" : [
        "ProtocolGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MacroPlugin",
      "targets" : [
        "MacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ProtocolGen",
      "module_type" : "SwiftTarget",
      "name" : "ProtocolGen",
      "path" : "Sources/ProtocolGen",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftSyntaxMacroExpansion"
      ],
      "product_memberships" : [
        "MetaProtocolCodable",
        "ProtocolGen"
      ],
      "sources" : [
        "Config.swift",
        "Fetch.swift",
        "Generate.swift",
        "InheritableDeclSyntax.swift",
        "Parse.swift",
        "ProtocolGen.swift"
      ],
      "target_dependencies" : [
        "PluginCore",
        "MetaCodable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PluginCore",
      "module_type" : "SwiftTarget",
      "name" : "PluginCore",
      "path" : "Sources/PluginCore",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftOperators",
        "SwiftDiagnostics",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen",
        "MacroPlugin"
      ],
      "sources" : [
        "Attributes/AttributableDeclSyntax.swift",
        "Attributes/Attribute.swift",
        "Attributes/Codable/Codable+Expansion.swift",
        "Attributes/Codable/Codable.swift",
        "Attributes/Codable/CodingKeys/CodingKeyTransformer.swift",
        "Attributes/Codable/CodingKeys/CodingKeys.swift",
        "Attributes/Codable/CodingKeys/Strategy.swift",
        "Attributes/Codable/IgnoreCodingInitialized.swift",
        "Attributes/Codable/Inherits.swift",
        "Attributes/Codable/Strategies/StrategyFinder.swift",
        "Attributes/Codable/UnTagged.swift",
        "Attributes/CodedAs.swift",
        "Attributes/CodedBy.swift",
        "Attributes/Default.swift",
        "Attributes/IgnoreCoding/IgnoreCoding.swift",
        "Attributes/IgnoreCoding/IgnoreDecoding.swift",
        "Attributes/IgnoreCoding/IgnoreEncoding.swift",
        "Attributes/KeyPath/CodedAt.swift",
        "Attributes/KeyPath/CodedIn.swift",
        "Attributes/KeyPath/ContentAt.swift",
        "Attributes/KeyPath/KeyPathProvider.swift",
        "Attributes/MemberInit/MemberInit+Expansion.swift",
        "Attributes/MemberInit/MemberInit.swift",
        "Attributes/PeerAttribute.swift",
        "Diagnostics/AggregatedDiagnosticProducer.swift",
        "Diagnostics/CombinedUsage.swift",
        "Diagnostics/Condition/ArgumentCountCondition.swift",
        "Diagnostics/Condition/DeclarationCondition.swift",
        "Diagnostics/Condition/DiagnosticCondition.swift",
        "Diagnostics/ConditionalDiagnosticProducer.swift",
        "Diagnostics/DiagnosticProducer.swift",
        "Diagnostics/DuplicateUsage.swift",
        "Diagnostics/GroupedVariableDeclaration.swift",
        "Diagnostics/InvalidCombination.swift",
        "Diagnostics/InvalidDeclaration.swift",
        "Diagnostics/MetaCodableMessage.swift",
        "Diagnostics/StaticVariableDeclaration.swift",
        "Diagnostics/UninitializedVariableDecl.swift",
        "Expansion/AttributeExpander.swift",
        "Expansion/Options/DeclModifiersGenerator.swift",
        "Expansion/Options/Options.swift",
        "Variables/ComposedVariable.swift",
        "Variables/ConditionalCodingVariable.swift",
        "Variables/Enum/Case/Associated/AssociatedVariable.swift",
        "Variables/Enum/Case/Associated/BasicAssociatedVariable.swift",
        "Variables/Enum/Case/BasicEnumCaseVariable.swift",
        "Variables/Enum/Case/EnumCaseVariable.swift",
        "Variables/Enum/Switcher/AdjacentlyTaggableSwitcher.swift",
        "Variables/Enum/Switcher/AdjacentlyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/AnyEnumSwitcher.swift",
        "Variables/Enum/Switcher/EnumSwitcherVariable.swift",
        "Variables/Enum/Switcher/ExternallyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/InternallyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/TaggedEnumSwitcherVariable.swift",
        "Variables/Enum/Switcher/UnTaggedEnumSwitcher.swift",
        "Variables/Initialization/AnyInitialization.swift",
        "Variables/Initialization/AnyRequiredVariableInitialization.swift",
        "Variables/Initialization/IgnoredInitialization.swift",
        "Variables/Initialization/MemberwiseInitGenerator.swift",
        "Variables/Initialization/OptionalInitialization.swift",
        "Variables/Initialization/RequiredInitialization.swift",
        "Variables/Initialization/RequiredInitializationWithDefaultValue.swift",
        "Variables/Initialization/RequiredVariableInitialization.swift",
        "Variables/Initialization/VariableInitialization.swift",
        "Variables/Property/AliasedPropertyVariable.swift",
        "Variables/Property/AnyPropertyVariable.swift",
        "Variables/Property/BasicPropertyVariable.swift",
        "Variables/Property/Data/DecodingFallback.swift",
        "Variables/Property/DefaultValueVariable.swift",
        "Variables/Property/HelperCodedVariable.swift",
        "Variables/Property/InitializationVariable.swift",
        "Variables/Property/KeyedVariable.swift",
        "Variables/Property/PropertyVariable.swift",
        "Variables/Property/StrategyVariable.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+CodingData.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+CodingLocation.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+Generated.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode.swift",
        "Variables/Syntax/AssociatedDeclSyntax.swift",
        "Variables/Syntax/EnumCaseVariableDeclSyntax.swift",
        "Variables/Syntax/MemberGroupSyntax.swift",
        "Variables/Syntax/PropertyDeclSyntax.swift",
        "Variables/Syntax/VariableSyntax.swift",
        "Variables/Type/ActorVariable.swift",
        "Variables/Type/ClassVariable.swift",
        "Variables/Type/Data/CodingKeysMap/Case.swift",
        "Variables/Type/Data/CodingKeysMap/CodingKeysMap.swift",
        "Variables/Type/Data/CodingKeysMap/Key.swift",
        "Variables/Type/Data/ConstraintGenerator.swift",
        "Variables/Type/Data/Registration.swift",
        "Variables/Type/EnumVariable.swift",
        "Variables/Type/MemberGroup.swift",
        "Variables/Type/TypeVariable.swift",
        "Variables/Variable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MetaProtocolCodable",
      "module_type" : "PluginTarget",
      "name" : "MetaProtocolCodable",
      "path" : "Plugins/MetaProtocolCodable",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "MetaProtocolCodable"
      ],
      "sources" : [
        "Config.swift",
        "Plugin.swift",
        "PluginContext.swift",
        "SourceTarget/MetaProtocolCodableSourceTarget.swift",
        "SourceTarget/SwiftPackageTarget.swift",
        "SourceTarget/XcodeTarget.swift"
      ],
      "target_dependencies" : [
        "ProtocolGen"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "MetaCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "MetaCodableTests",
      "path" : "Tests/MetaCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AccessModifierTests.swift",
        "Attributes/CodedByTests.swift",
        "Attributes/DefaultTests.swift",
        "Codable/CommonStrategiesValueCoderTests.swift",
        "CodableInheritanceTests.swift",
        "CodableTests.swift",
        "CodedAs/CodedAsEnumTests.swift",
        "CodedAs/CodedAsTests.swift",
        "CodedAt/CodedAtDefaultChoiceTests.swift",
        "CodedAt/CodedAtDefaultOnlyMissingTests.swift",
        "CodedAt/CodedAtDefaultTests.swift",
        "CodedAt/CodedAtEnumTests.swift",
        "CodedAt/CodedAtHelperDefaultTests.swift",
        "CodedAt/CodedAtHelperTests.swift",
        "CodedAt/CodedAtTests.swift",
        "CodedBy/CodedByActionTests.swift",
        "CodedIn/CodedInDefaultTests.swift",
        "CodedIn/CodedInHelperDefaultChoiceTests.swift",
        "CodedIn/CodedInHelperDefaultOnlyMissingTests.swift",
        "CodedIn/CodedInHelperDefaultTests.swift",
        "CodedIn/CodedInHelperTests.swift",
        "CodedIn/CodedInTests.swift",
        "CodingKeysGenerationTests.swift",
        "CodingKeysTests.swift",
        "ContentAtTests.swift",
        "DynamicCodable/DynamicCodableTests.swift",
        "DynamicCodable/PageData.swift",
        "DynamicCodable/PostPage.swift",
        "DynamicCodable/Response.swift",
        "ExplicitCodingTests.swift",
        "GenericsTests.swift",
        "GroupedMutableVariableTests.swift",
        "GroupedVariableTests.swift",
        "HelperCoders/DataCoderTests.swift",
        "HelperCoders/DateCoderTests.swift",
        "HelperCoders/HelperCodersTests.swift",
        "HelperCoders/LossySequenceTests.swift",
        "HelperCoders/NonConformingCoderTests.swift",
        "HelperCoders/SequenceCoderTests.swift",
        "HelperCoders/ValueCoderTests.swift",
        "IgnoreCodingTests.swift",
        "IgnoreInitializedTests.swift",
        "UntaggedEnumTests.swift",
        "VariableDeclarationTests.swift"
      ],
      "target_dependencies" : [
        "PluginCore",
        "MacroPlugin",
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MetaCodable",
      "module_type" : "SwiftTarget",
      "name" : "MetaCodable",
      "path" : "Sources/MetaCodable",
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen"
      ],
      "sources" : [
        "Codable/Codable.swift",
        "Codable/CodableCommonStrategy.swift",
        "Codable/CodingKeys.swift",
        "Codable/IgnoreCodingInitialized.swift",
        "Codable/UnTagged.swift",
        "CodedAs.swift",
        "CodedAt.swift",
        "CodedBy.swift",
        "CodedIn.swift",
        "ContentAt.swift",
        "Default.swift",
        "DynamicCodable/DynamicCodable.swift",
        "DynamicCodable/DynamicCodableIdentifier+CodingKey.swift",
        "DynamicCodable/DynamicCodableIdentifier+Expressible.swift",
        "DynamicCodable/DynamicCodableIdentifier.swift",
        "HelperCoders/HelperCoder.swift",
        "HelperCoders/LossySequence.swift",
        "IgnoreCoding.swift",
        "MemberInit.swift"
      ],
      "target_dependencies" : [
        "MacroPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "MacroPlugin",
      "path" : "Sources/MacroPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen",
        "MacroPlugin"
      ],
      "sources" : [
        "Definitions.swift",
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "PluginCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "HelperCoders",
      "module_type" : "SwiftTarget",
      "name" : "HelperCoders",
      "path" : "Sources/HelperCoders",
      "product_memberships" : [
        "HelperCoders"
      ],
      "sources" : [
        "Base64Coder.swift",
        "ConditionalCoder.swift",
        "DateCoders/DateCoder.swift",
        "DateCoders/Since1970DateCoder.swift",
        "NonConformingCoder.swift",
        "PropertyWrapperCoder.swift",
        "SequenceCoder/DefaultSequenceElementCoding.swift",
        "SequenceCoder/SequenceCoder.swift",
        "SequenceCoder/SequenceCoderConfiguration.swift",
        "Strategies/HelperCoderStrategy.swift",
        "ValueCoders/Bool.swift",
        "ValueCoders/Number.swift",
        "ValueCoders/String.swift",
        "ValueCoders/ValueCoder.swift"
      ],
      "target_dependencies" : [
        "MetaCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/16591] Fetching swift-collections
[2324/31970] Fetching swift-collections, swift-argument-parser
[18003/102422] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.09s)
[63090/87043] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (6.89s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.92s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (7.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.22s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (3.56s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[0/52] Write sources
[23/52] Compiling _SwiftSyntaxCShims dummy.c
[24/52] Write swift-version-24593BA9C3E375BF.txt
[26/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/77] Emitting module InternalCollectionsUtilities
[33/77] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[34/77] Compiling InternalCollectionsUtilities Integer rank.swift
[35/77] Emitting module SwiftSyntax509
[36/77] Compiling SwiftSyntax509 Empty.swift
[37/78] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/78] Compiling InternalCollectionsUtilities Debugging.swift
[39/78] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[40/78] Compiling InternalCollectionsUtilities _SortedCollection.swift
[41/78] Compiling InternalCollectionsUtilities Descriptions.swift
[42/78] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/78] Emitting module SwiftSyntax601
[44/78] Emitting module SwiftSyntax600
[45/78] Compiling SwiftSyntax601 Empty.swift
[46/78] Compiling SwiftSyntax600 Empty.swift
[47/79] Emitting module ArgumentParserToolInfo
[48/79] Emitting module SwiftSyntax510
[49/79] Compiling SwiftSyntax510 Empty.swift
[50/79] Compiling ArgumentParserToolInfo ToolInfo.swift
[56/83] Wrapping AST for SwiftSyntax601 for debugging
[57/83] Wrapping AST for ArgumentParserToolInfo for debugging
[58/83] Wrapping AST for InternalCollectionsUtilities for debugging
[59/83] Wrapping AST for SwiftSyntax600 for debugging
[60/83] Wrapping AST for SwiftSyntax510 for debugging
[61/83] Wrapping AST for SwiftSyntax509 for debugging
[63/240] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[64/240] Compiling SwiftSyntax TokenDiagnostic.swift
[65/240] Compiling SwiftSyntax TokenSequence.swift
[66/240] Compiling SwiftSyntax TokenSyntax.swift
[67/240] Compiling SwiftSyntax Trivia.swift
[68/240] Compiling SwiftSyntax Utils.swift
[69/240] Compiling SwiftSyntax ChildNameForKeyPath.swift
[70/240] Compiling SwiftSyntax SyntaxRewriter.swift
[71/240] Compiling SwiftSyntax SyntaxTraits.swift
[72/240] Compiling SwiftSyntax SyntaxVisitor.swift
[73/240] Compiling SwiftSyntax TokenKind.swift
[74/240] Compiling SwiftSyntax Tokens.swift
[75/240] Compiling SwiftSyntax TriviaPieces.swift
[76/240] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[77/247] Compiling SwiftSyntax SyntaxChildren.swift
[78/247] Compiling SwiftSyntax SyntaxCollection.swift
[79/247] Compiling SwiftSyntax SyntaxHashable.swift
[80/247] Compiling SwiftSyntax SyntaxIdentifier.swift
[81/247] Compiling SwiftSyntax SyntaxNodeFactory.swift
[82/247] Compiling SwiftSyntax SyntaxNodeStructure.swift
[83/247] Compiling SwiftSyntax SyntaxProtocol.swift
[84/247] Compiling SwiftSyntax SyntaxText.swift
[85/247] Compiling SwiftSyntax EditorPlaceholder.swift
[86/247] Compiling SwiftSyntax Identifier.swift
[87/247] Compiling SwiftSyntax MemoryLayout.swift
[88/247] Compiling SwiftSyntax MissingNodeInitializers.swift
[89/247] Compiling SwiftSyntax RawSyntax.swift
[90/247] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[91/247] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[92/247] Compiling SwiftSyntax RawSyntaxTokenView.swift
[93/247] Compiling SwiftSyntax Keyword.swift
[94/247] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[95/247] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[96/247] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[97/247] Compiling SwiftSyntax SyntaxBaseNodes.swift
[98/247] Compiling SwiftSyntax SyntaxCollections.swift
[99/247] Compiling SwiftSyntax SyntaxEnum.swift
[100/247] Compiling SwiftSyntax SyntaxKind.swift
[101/247] Compiling SwiftSyntax SourceEdit.swift
[102/247] Compiling SwiftSyntax SourceLength.swift
[103/247] Compiling SwiftSyntax SourceLocation.swift
[104/247] Compiling SwiftSyntax SourcePresence.swift
[105/247] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[106/247] Compiling SwiftSyntax Syntax.swift
[107/247] Compiling SwiftSyntax SyntaxArena.swift
[108/247] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[109/247] Compiling SwiftSyntax AbsolutePosition.swift
[110/247] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[111/247] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[112/247] Compiling SwiftSyntax Assert.swift
[113/247] Compiling SwiftSyntax BumpPtrAllocator.swift
[114/247] Compiling SwiftSyntax CommonAncestor.swift
[115/247] Compiling SwiftSyntax Convenience.swift
[116/247] Compiling SwiftSyntax CustomTraits.swift
[126/256] Compiling OrderedCollections OrderedSet+Sendable.swift
[127/256] Compiling OrderedCollections OrderedSet+SubSequence.swift
[128/256] Compiling OrderedCollections OrderedSet+Testing.swift
[129/256] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[130/256] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[131/256] Compiling OrderedCollections OrderedSet.swift
[132/256] Compiling OrderedCollections _UnsafeBitset.swift
[133/256] Emitting module OrderedCollections
[135/257] Emitting module ArgumentParser
[135/262] Wrapping AST for OrderedCollections for debugging
[142/262] Compiling ArgumentParser CollectionExtensions.swift
[143/262] Compiling ArgumentParser Platform.swift
[144/262] Compiling ArgumentParser SequenceExtensions.swift
[145/262] Compiling ArgumentParser StringExtensions.swift
[146/262] Compiling ArgumentParser Tree.swift
[197/263] Wrapping AST for ArgumentParser for debugging
[199/263] Emitting module SwiftSyntax
[216/263] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[217/263] Compiling SwiftSyntax RawSyntaxValidation.swift
[236/263] Compiling SwiftSyntax SyntaxNodesAB.swift
[237/263] Compiling SwiftSyntax SyntaxNodesC.swift
[238/263] Compiling SwiftSyntax SyntaxNodesD.swift
[239/263] Compiling SwiftSyntax SyntaxNodesEF.swift
[240/263] Compiling SwiftSyntax SyntaxNodesGHI.swift
[241/263] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[242/263] Compiling SwiftSyntax SyntaxNodesOP.swift
[243/263] Compiling SwiftSyntax SyntaxNodesQRS.swift
[244/263] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[245/272] Wrapping AST for SwiftSyntax for debugging
[247/322] Compiling SwiftBasicFormat Syntax+Extensions.swift
[248/322] Compiling SwiftDiagnostics Message.swift
[249/323] Compiling SwiftDiagnostics FixIt.swift
[250/323] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[251/323] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[252/323] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[253/323] Emitting module SwiftDiagnostics
[254/323] Compiling SwiftDiagnostics Note.swift
[255/323] Compiling SwiftBasicFormat Indenter.swift
[256/323] Compiling SwiftBasicFormat InferIndentation.swift
[257/323] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[258/323] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[259/323] Compiling SwiftParser Expressions.swift
[260/323] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[261/323] Compiling SwiftParser IncrementalParseTransition.swift
[262/323] Compiling SwiftParser IsValidIdentifier.swift
[263/324] Emitting module SwiftBasicFormat
[264/324] Compiling SwiftBasicFormat BasicFormat.swift
[266/325] Wrapping AST for SwiftBasicFormat for debugging
[267/325] Wrapping AST for SwiftDiagnostics for debugging
[269/325] Emitting module SwiftParser
[270/330] Compiling SwiftParser Modifiers.swift
[271/330] Compiling SwiftParser Names.swift
[272/330] Compiling SwiftParser Nominals.swift
[273/330] Compiling SwiftParser Parameters.swift
[274/330] Compiling SwiftParser ParseSourceFile.swift
[275/330] Compiling SwiftParser Parser.swift
[276/330] Compiling SwiftParser SwiftParserCompatibility.swift
[277/330] Compiling SwiftParser SwiftVersion.swift
[278/330] Compiling SwiftParser SyntaxUtils.swift
[279/330] Compiling SwiftParser TokenConsumer.swift
[280/330] Compiling SwiftParser TokenPrecedence.swift
[281/330] Compiling SwiftParser TokenSpec.swift
[282/330] Compiling SwiftParser TokenSpecSet.swift
[283/330] Compiling SwiftParser TopLevel.swift
[284/330] Compiling SwiftParser TriviaParser.swift
[285/330] Compiling SwiftParser Types.swift
[286/330] Compiling SwiftParser Patterns.swift
[287/330] Compiling SwiftParser Recovery.swift
[288/330] Compiling SwiftParser Specifiers.swift
[289/330] Compiling SwiftParser Statements.swift
[290/330] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[291/330] Compiling SwiftParser StringLiterals.swift
[292/330] Compiling SwiftParser LexemeSequence.swift
[293/330] Compiling SwiftParser Lexer.swift
[294/330] Compiling SwiftParser RegexLiteralLexer.swift
[295/330] Compiling SwiftParser UnicodeScalarExtensions.swift
[296/330] Compiling SwiftParser Lookahead.swift
[297/330] Compiling SwiftParser LoopProgressCondition.swift
[298/330] Compiling SwiftParser Attributes.swift
[299/330] Compiling SwiftParser Availability.swift
[300/330] Compiling SwiftParser CharacterInfo.swift
[301/330] Compiling SwiftParser CollectionNodes+Parsable.swift
[302/330] Compiling SwiftParser Declarations.swift
[303/330] Compiling SwiftParser Directives.swift
[308/330] Compiling SwiftParser Cursor.swift
[309/330] Compiling SwiftParser Lexeme.swift
[310/330] Compiling SwiftParser ExperimentalFeatures.swift
[311/330] Compiling SwiftParser IsLexerClassified.swift
[312/330] Compiling SwiftParser LayoutNodes+Parsable.swift
[313/330] Compiling SwiftParser Parser+TokenSpecSet.swift
[314/330] Compiling SwiftParser TokenSpecStaticMembers.swift
[315/331] Wrapping AST for SwiftParser for debugging
[317/354] Compiling SwiftOperators OperatorTable.swift
[318/355] Compiling SwiftOperators PrecedenceGroup.swift
[319/355] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[320/356] Compiling SwiftOperators OperatorError.swift
[321/356] Compiling SwiftOperators OperatorTable+Defaults.swift
[322/356] Compiling SwiftOperators PrecedenceGraph.swift
[323/356] Compiling SwiftOperators SyntaxSynthesis.swift
[324/356] Compiling SwiftOperators Operator.swift
[325/356] Compiling SwiftOperators OperatorError+Diagnostics.swift
[326/356] Emitting module SwiftOperators
[327/356] Compiling SwiftOperators OperatorTable+Semantics.swift
[328/356] Compiling SwiftOperators OperatorTable+Folding.swift
[329/357] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[331/357] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[332/357] Compiling SwiftParserDiagnostics Utils.swift
[332/357] Wrapping AST for SwiftOperators for debugging
[334/357] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[335/357] Emitting module SwiftParserDiagnostics
[336/357] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[337/357] Compiling SwiftParserDiagnostics PresenceUtils.swift
[338/357] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[339/357] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[344/358] Wrapping AST for SwiftParserDiagnostics for debugging
[346/373] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[347/373] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[348/373] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[349/373] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[350/373] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[351/373] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[352/373] Emitting module SwiftSyntaxBuilder
[353/373] Compiling SwiftSyntaxBuilder Indenter.swift
[354/373] Compiling SwiftSyntaxBuilder ListBuilder.swift
[355/373] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[356/373] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[357/373] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[358/373] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[359/374] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[360/374] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[361/374] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[362/375] Wrapping AST for SwiftSyntaxBuilder for debugging
[364/392] Compiling SwiftSyntaxMacros Macro.swift
[365/392] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[366/392] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[367/392] Compiling SwiftSyntaxMacros Macro+Format.swift
[368/392] Compiling SwiftSyntaxMacros MemberMacro.swift
[369/392] Compiling SwiftSyntaxMacros PeerMacro.swift
[370/394] Compiling SwiftSyntaxMacros AccessorMacro.swift
[371/394] Compiling SwiftSyntaxMacros AttachedMacro.swift
[372/394] Compiling SwiftSyntaxMacros BodyMacro.swift
[373/394] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[374/394] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[375/394] Emitting module SwiftSyntaxMacros
[376/394] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[377/394] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[378/394] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[379/394] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[380/394] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[381/394] Compiling SwiftSyntaxMacros PreambleMacro.swift
[382/394] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[383/395] Wrapping AST for SwiftSyntaxMacros for debugging
[385/476] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[386/489] Compiling PluginCore AttributableDeclSyntax.swift
[387/489] Compiling PluginCore Attribute.swift
[388/489] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[389/489] Emitting module SwiftSyntaxMacroExpansion
[390/489] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[391/489] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[392/489] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[393/489] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[394/489] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[395/490] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[397/502] Emitting module SwiftCompilerPluginMessageHandling
[398/502] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[399/502] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[400/503] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[401/503] Compiling PluginCore CodedBy.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[402/503] Compiling PluginCore Default.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[403/503] Compiling PluginCore IgnoreCoding.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[404/503] Compiling PluginCore IgnoreDecoding.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[405/503] Compiling PluginCore IgnoreEncoding.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[406/503] Compiling PluginCore CodedAt.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[407/503] Compiling PluginCore CodedIn.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[408/503] Compiling PluginCore ContentAt.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[409/503] Compiling PluginCore KeyPathProvider.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[410/503] Compiling PluginCore MemberInit+Expansion.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[411/503] Compiling PluginCore MemberInit.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[412/503] Compiling PluginCore PeerAttribute.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[413/514] Compiling PluginCore PropertyVariable.swift
[414/514] Compiling PluginCore StrategyVariable.swift
[415/514] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[416/514] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[417/514] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[418/514] Compiling PluginCore PropertyVariableTreeNode.swift
[419/514] Compiling PluginCore AssociatedDeclSyntax.swift
[420/514] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[421/514] Compiling PluginCore MemberGroupSyntax.swift
[422/514] Compiling PluginCore PropertyDeclSyntax.swift
[423/514] Compiling PluginCore VariableSyntax.swift
[424/514] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[425/514] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[426/514] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[427/514] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[428/514] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[429/514] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[432/514] Compiling PluginCore Inherits.swift
[433/514] Compiling PluginCore StrategyFinder.swift
[434/514] Compiling PluginCore UnTagged.swift
[435/514] Compiling PluginCore CodedAs.swift
[436/514] Emitting module PluginCore
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[437/514] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[438/514] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[439/514] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[440/514] Compiling PluginCore AggregatedDiagnosticProducer.swift
[441/514] Compiling PluginCore CombinedUsage.swift
[442/514] Compiling PluginCore ArgumentCountCondition.swift
[443/514] Compiling PluginCore DeclarationCondition.swift
[444/514] Compiling PluginCore DiagnosticCondition.swift
[445/514] Compiling PluginCore ConditionalDiagnosticProducer.swift
[446/514] Compiling PluginCore DiagnosticProducer.swift
[447/514] Compiling PluginCore DuplicateUsage.swift
[448/514] Compiling PluginCore GroupedVariableDeclaration.swift
[449/514] Compiling PluginCore InvalidCombination.swift
[450/514] Compiling PluginCore InvalidDeclaration.swift
[451/514] Compiling PluginCore MetaCodableMessage.swift
[452/514] Compiling PluginCore RequiredInitialization.swift
[453/514] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[454/514] Compiling PluginCore RequiredVariableInitialization.swift
[455/514] Compiling PluginCore VariableInitialization.swift
[456/514] Compiling PluginCore AliasedPropertyVariable.swift
[457/514] Compiling PluginCore AnyPropertyVariable.swift
[458/514] Compiling PluginCore BasicPropertyVariable.swift
[459/514] Compiling PluginCore DecodingFallback.swift
[460/514] Compiling PluginCore DefaultValueVariable.swift
[461/514] Compiling PluginCore HelperCodedVariable.swift
[462/514] Compiling PluginCore InitializationVariable.swift
[463/514] Compiling PluginCore KeyedVariable.swift
[464/514] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[465/514] Compiling PluginCore AnyEnumSwitcher.swift
[466/514] Compiling PluginCore EnumSwitcherVariable.swift
[467/514] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[468/514] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[469/514] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[470/514] Compiling PluginCore UnTaggedEnumSwitcher.swift
[471/514] Compiling PluginCore AnyInitialization.swift
[472/514] Compiling PluginCore AnyRequiredVariableInitialization.swift
[473/514] Compiling PluginCore IgnoredInitialization.swift
[474/514] Compiling PluginCore MemberwiseInitGenerator.swift
[475/514] Compiling PluginCore OptionalInitialization.swift
[476/514] Compiling PluginCore StaticVariableDeclaration.swift
[477/514] Compiling PluginCore UninitializedVariableDecl.swift
[478/514] Compiling PluginCore AttributeExpander.swift
[479/514] Compiling PluginCore DeclModifiersGenerator.swift
[480/514] Compiling PluginCore Options.swift
[481/514] Compiling PluginCore ComposedVariable.swift
[482/514] Compiling PluginCore ConditionalCodingVariable.swift
[483/514] Compiling PluginCore AssociatedVariable.swift
[484/514] Compiling PluginCore BasicAssociatedVariable.swift
[485/514] Compiling PluginCore BasicEnumCaseVariable.swift
[486/514] Compiling PluginCore EnumCaseVariable.swift
[487/514] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[494/515] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[496/517] Emitting module SwiftCompilerPlugin
[497/517] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[498/518] Wrapping AST for SwiftCompilerPlugin for debugging
[500/518] Compiling PluginCore ActorVariable.swift
[501/518] Compiling PluginCore ClassVariable.swift
[502/518] Compiling PluginCore Case.swift
[503/518] Compiling PluginCore CodingKeysMap.swift
[504/518] Compiling PluginCore Key.swift
[505/518] Compiling PluginCore ConstraintGenerator.swift
[506/518] Compiling PluginCore Registration.swift
[507/518] Compiling PluginCore EnumVariable.swift
[508/518] Compiling PluginCore MemberGroup.swift
[509/518] Compiling PluginCore TypeVariable.swift
[510/518] Compiling PluginCore Variable.swift
[511/519] Wrapping AST for PluginCore for debugging
[513/522] Compiling MacroPlugin Plugin.swift
[514/522] Emitting module MacroPlugin
/host/spi-builder-workspace/Sources/MacroPlugin/Definitions.swift:143:8: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
141 | /// can be added on fields to provide default value in function parameters
142 | /// of memberwise initializer(s).
143 | struct MemberInit: MemberMacro {
    |        `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
144 |     /// Expand to produce memberwise initializer(s) for attached struct.
145 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[515/522] Compiling MacroPlugin Definitions.swift
/host/spi-builder-workspace/Sources/MacroPlugin/Definitions.swift:143:8: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
141 | /// can be added on fields to provide default value in function parameters
142 | /// of memberwise initializer(s).
143 | struct MemberInit: MemberMacro {
    |        `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
144 |     /// Expand to produce memberwise initializer(s) for attached struct.
145 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[516/523] Wrapping AST for MacroPlugin for debugging
[517/523] Write Objects.LinkFileList
[518/523] Linking MacroPlugin-tool
[520/541] Compiling MetaCodable CodedAt.swift
[521/541] Compiling MetaCodable CodedBy.swift
[522/541] Compiling MetaCodable CodedIn.swift
[523/541] Compiling MetaCodable IgnoreCodingInitialized.swift
[524/541] Compiling MetaCodable UnTagged.swift
[525/541] Compiling MetaCodable CodedAs.swift
[526/543] Compiling MetaCodable Codable.swift
[527/543] Compiling MetaCodable CodableCommonStrategy.swift
[528/543] Compiling MetaCodable CodingKeys.swift
[529/543] Compiling MetaCodable HelperCoder.swift
[530/543] Compiling MetaCodable LossySequence.swift
[531/543] Emitting module MetaCodable
[532/543] Compiling MetaCodable ContentAt.swift
[533/543] Compiling MetaCodable Default.swift
[534/543] Compiling MetaCodable DynamicCodable.swift
[535/543] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[536/543] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[537/543] Compiling MetaCodable DynamicCodableIdentifier.swift
[538/543] Compiling MetaCodable IgnoreCoding.swift
[539/543] Compiling MetaCodable MemberInit.swift
[540/544] Wrapping AST for MetaCodable for debugging
[542/551] Compiling ProtocolGen ProtocolGen.swift
[543/551] Compiling ProtocolGen Parse.swift
[544/551] Compiling ProtocolGen InheritableDeclSyntax.swift
[545/551] Compiling ProtocolGen Fetch.swift
[546/551] Compiling ProtocolGen Config.swift
[547/551] Compiling ProtocolGen Generate.swift
/host/spi-builder-workspace/Sources/ProtocolGen/Generate.swift:339:25: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
337 |             ).description
338 |             let sourceData = sourceText.data(using: .utf8)
339 |             fileManager.createFile(atPath: output, contents: sourceData)
    |                         `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
340 |         }
341 |     }
[548/551] Emitting module ProtocolGen
[549/552] Wrapping AST for ProtocolGen for debugging
[550/552] Write Objects.LinkFileList
[551/552] Linking ProtocolGen-tool
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:53:53: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
 51 |
 52 |         // Setup folder
 53 |         let genFolder = context.pluginWorkDirectory.appending(["ProtocolGen"])
    |                                                     `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
 54 |         try FileManager.default.createDirectory(
 55 |             atPath: genFolder.string, withIntermediateDirectories: true
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:55:31: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
 53 |         let genFolder = context.pluginWorkDirectory.appending(["ProtocolGen"])
 54 |         try FileManager.default.createDirectory(
 55 |             atPath: genFolder.string, withIntermediateDirectories: true
    |                               `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
 56 |         )
 57 |
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:63:37: warning: 'path' is deprecated: renamed to 'url'
 61 |             return target.sourceFiles(withSuffix: "swift").map { file in
 62 |                 let moduleName = target.moduleName
 63 |                 let fileName = file.path.stem
    |                                     |- warning: 'path' is deprecated: renamed to 'url'
    |                                     `- note: use 'url' instead
 64 |                 let genFileName = "\(moduleName)-\(fileName)-gen.json"
 65 |                 let genFile = genFolder.appending([genFileName])
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:63:42: warning: 'stem' is deprecated: Use `URL` type instead of `Path`.
 61 |             return target.sourceFiles(withSuffix: "swift").map { file in
 62 |                 let moduleName = target.moduleName
 63 |                 let fileName = file.path.stem
    |                                          `- warning: 'stem' is deprecated: Use `URL` type instead of `Path`.
 64 |                 let genFileName = "\(moduleName)-\(fileName)-gen.json"
 65 |                 let genFile = genFolder.appending([genFileName])
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:65:41: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
 63 |                 let fileName = file.path.stem
 64 |                 let genFileName = "\(moduleName)-\(fileName)-gen.json"
 65 |                 let genFile = genFolder.appending([genFileName])
    |                                         `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
 66 |                 intermFiles.append(genFile)
 67 |                 return Command.buildCommand(
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:67:32: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
 65 |                 let genFile = genFolder.appending([genFileName])
 66 |                 intermFiles.append(genFile)
 67 |                 return Command.buildCommand(
    |                                `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
 68 |                     displayName: """
 69 |                         Parse source file "\(fileName)" in module "\(moduleName)"
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:71:38: warning: 'path' is deprecated: renamed to 'url'
 69 |                         Parse source file "\(fileName)" in module "\(moduleName)"
 70 |                         """,
 71 |                     executable: tool.path,
    |                                      |- warning: 'path' is deprecated: renamed to 'url'
    |                                      `- note: use 'url' instead
 72 |                     arguments: [
 73 |                         "parse",
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:74:30: warning: 'path' is deprecated: renamed to 'url'
 72 |                     arguments: [
 73 |                         "parse",
 74 |                         file.path.string,
    |                              |- warning: 'path' is deprecated: renamed to 'url'
    |                              `- note: use 'url' instead
 75 |                         "--output",
 76 |                         genFile.string,
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:74:35: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
 72 |                     arguments: [
 73 |                         "parse",
 74 |                         file.path.string,
    |                                   `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
 75 |                         "--output",
 76 |                         genFile.string,
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:76:33: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
 74 |                         file.path.string,
 75 |                         "--output",
 76 |                         genFile.string,
    |                                 `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
 77 |                     ],
 78 |                     inputFiles: [file.path],
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:78:39: warning: 'path' is deprecated: renamed to 'url'
 76 |                         genFile.string,
 77 |                     ],
 78 |                     inputFiles: [file.path],
    |                                       |- warning: 'path' is deprecated: renamed to 'url'
    |                                       `- note: use 'url' instead
 79 |                     outputFiles: [genFile]
 80 |                 )
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:87:33: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
 85 |         let moduleName = target.moduleName
 86 |         let genFileName = "\(moduleName)+ProtocolHelperCoders.swift"
 87 |         let genPath = genFolder.appending(genFileName)
    |                                 `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
 88 |         var genArgs = ["generate", "--output", genPath.string]
 89 |         for `import` in imports {
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:88:56: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
 86 |         let genFileName = "\(moduleName)+ProtocolHelperCoders.swift"
 87 |         let genPath = genFolder.appending(genFileName)
 88 |         var genArgs = ["generate", "--output", genPath.string]
    |                                                        `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
 89 |         for `import` in imports {
 90 |             genArgs.append(contentsOf: ["--module", `import`])
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:93:33: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
 91 |         }
 92 |         for file in intermFiles {
 93 |             genArgs.append(file.string)
    |                                 `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
 94 |         }
 95 |         buildCommands.append(
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:96:14: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
 94 |         }
 95 |         buildCommands.append(
 96 |             .buildCommand(
    |              `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
 97 |                 displayName: """
 98 |                     Generate protocol decoding/encoding syntax for "\(moduleName)"
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/Plugin.swift:100:34: warning: 'path' is deprecated: renamed to 'url'
 98 |                     Generate protocol decoding/encoding syntax for "\(moduleName)"
 99 |                     """,
100 |                 executable: tool.path,
    |                                  |- warning: 'path' is deprecated: renamed to 'url'
    |                                  `- note: use 'url' instead
101 |                 arguments: genArgs,
102 |                 inputFiles: intermFiles,
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/SourceTarget/SwiftPackageTarget.swift:67:42: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
65 |     func configPath(named name: String) throws -> String? {
66 |         let fileManager = FileManager.default
67 |         let directory = module.directory.string
   |                                          `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
68 |         let contents = try fileManager.contentsOfDirectory(atPath: directory)
69 |         let file = contents.first { file in
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/SourceTarget/SwiftPackageTarget.swift:70:24: warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
68 |         let contents = try fileManager.contentsOfDirectory(atPath: directory)
69 |         let file = contents.first { file in
70 |             let path = Path(file)
   |                        `- warning: 'init(_:)' is deprecated: Use `URL` type instead of `Path`.
71 |             return name.lowercased()
72 |                 == path.stem
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/SourceTarget/SwiftPackageTarget.swift:72:25: warning: 'stem' is deprecated: Use `URL` type instead of `Path`.
70 |             let path = Path(file)
71 |             return name.lowercased()
72 |                 == path.stem
   |                         `- warning: 'stem' is deprecated: Use `URL` type instead of `Path`.
73 |                 .components(separatedBy: .alphanumerics.inverted)
74 |                 .joined(separator: "")
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/SourceTarget/SwiftPackageTarget.swift:78:33: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
76 |         }
77 |         guard let file else { return nil }
78 |         return module.directory.appending([file]).string
   |                                 `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
79 |     }
80 | }
/host/spi-builder-workspace/Plugins/MetaProtocolCodable/SourceTarget/SwiftPackageTarget.swift:78:51: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
76 |         }
77 |         guard let file else { return nil }
78 |         return module.directory.appending([file]).string
   |                                                   `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
79 |     }
80 | }
[1/1] Compiling plugin MetaProtocolCodable
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/99] Write sources
[47/99] Compiling _SwiftSyntaxCShims dummy.c
[49/99] Write swift-version-24593BA9C3E375BF.txt
[51/108] Emitting module SwiftSyntax601
[52/111] Emitting module SwiftSyntax509
[53/111] Emitting module SwiftSyntax600
[54/112] Emitting module SwiftSyntax601
[55/113] Emitting module SwiftSyntax510
[57/114] Emitting module ArgumentParserToolInfo
[61/122] Emitting module SwiftSyntax509
[63/134] Emitting module ArgumentParserToolInfo
[64/135] Emitting module InternalCollectionsUtilities
[67/137] Emitting module ArgumentParser
[69/140] Compiling SwiftSyntax509 Empty.swift
[70/140] Compiling SwiftSyntax601 Empty.swift
[71/142] Emitting module SwiftSyntax600
[72/142] Compiling SwiftSyntax600 Empty.swift
[73/143] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/143] Compiling ArgumentParserToolInfo ToolInfo.swift
[75/143] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/144] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/144] Compiling InternalCollectionsUtilities _SortedCollection.swift
[78/144] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[79/144] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[80/144] Compiling InternalCollectionsUtilities Descriptions.swift
[81/144] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/144] Emitting module SwiftSyntax510
[84/144] Compiling SwiftSyntax510 Empty.swift
[86/145] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/145] Compiling InternalCollectionsUtilities Integer rank.swift
[88/145] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[89/145] Compiling InternalCollectionsUtilities UInt+reversed.swift
[90/145] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[91/145] Compiling InternalCollectionsUtilities Debugging.swift
[95/146] Wrapping AST for SwiftSyntax601 for debugging
[96/146] Wrapping AST for SwiftSyntax510 for debugging
[97/146] Wrapping AST for SwiftSyntax600 for debugging
[98/146] Wrapping AST for SwiftSyntax509 for debugging
[99/146] Wrapping AST for ArgumentParser for debugging
[100/146] Wrapping AST for InternalCollectionsUtilities for debugging
[101/146] Wrapping AST for ArgumentParserToolInfo for debugging
[102/232] Wrapping AST for SwiftSyntax601 for debugging
[103/301] Wrapping AST for SwiftSyntax510 for debugging
[104/303] Wrapping AST for SwiftSyntax600 for debugging
[105/303] Wrapping AST for SwiftSyntax509 for debugging
[106/303] Wrapping AST for ArgumentParserToolInfo for debugging
[107/303] Wrapping AST for InternalCollectionsUtilities for debugging
[109/303] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[110/303] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[111/303] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[112/303] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[113/303] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[114/303] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[115/303] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[116/310] Compiling OrderedCollections OrderedDictionary.swift
[117/310] Compiling OrderedCollections OrderedSet+Codable.swift
[118/310] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[119/310] Compiling OrderedCollections OrderedSet+Descriptions.swift
[120/310] Compiling OrderedCollections OrderedSet+Diffing.swift
[121/310] Compiling OrderedCollections OrderedSet+Equatable.swift
[122/310] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[123/310] Compiling OrderedCollections OrderedSet+Hashable.swift
[124/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[125/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[126/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[127/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[128/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[129/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[130/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[131/310] Compiling OrderedCollections OrderedDictionary+Codable.swift
[132/310] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[133/310] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[134/310] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[135/310] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[136/310] Compiling OrderedCollections OrderedDictionary+Elements.swift
[137/310] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[138/310] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[139/310] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[140/310] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[141/310] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[142/310] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[143/310] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[144/310] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[145/310] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[146/310] Compiling OrderedCollections OrderedDictionary+Values.swift
[147/310] Compiling OrderedCollections OrderedSet+Initializers.swift
[148/310] Compiling OrderedCollections OrderedSet+Insertions.swift
[149/310] Compiling OrderedCollections OrderedSet+Invariants.swift
[150/310] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[151/310] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[152/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[153/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[154/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[155/310] Emitting module OrderedCollections
[156/311] Compiling OrderedCollections _HashTable+Bucket.swift
[157/311] Compiling OrderedCollections _HashTable+BucketIterator.swift
[158/311] Compiling OrderedCollections _HashTable+Constants.swift
[159/311] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[160/311] Compiling OrderedCollections _HashTable+Testing.swift
[161/311] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[162/311] Compiling OrderedCollections _HashTable.swift
[163/311] Compiling OrderedCollections _Hashtable+Header.swift
[165/311] Compiling OrderedCollections OrderedSet+Sendable.swift
[166/311] Compiling OrderedCollections OrderedSet+SubSequence.swift
[167/311] Compiling OrderedCollections OrderedSet+Testing.swift
[168/311] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[169/311] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[170/311] Compiling OrderedCollections OrderedSet.swift
[171/311] Compiling OrderedCollections _UnsafeBitset.swift
[171/311] Wrapping AST for OrderedCollections for debugging
[173/311] Emitting module OrderedCollections
[174/312] Wrapping AST for OrderedCollections for debugging
[214/326] Emitting module ArgumentParser
[231/326] Compiling ArgumentParser CollectionExtensions.swift
[232/326] Compiling ArgumentParser Platform.swift
[233/326] Compiling ArgumentParser SequenceExtensions.swift
[234/326] Compiling ArgumentParser StringExtensions.swift
[235/326] Compiling ArgumentParser Tree.swift
[246/327] Wrapping AST for ArgumentParser for debugging
[248/327] Emitting module SwiftSyntax
[249/328] Wrapping AST for SwiftSyntax for debugging
[251/331] Emitting module SwiftDiagnostics
[252/332] Emitting module SwiftBasicFormat
[254/333] Wrapping AST for SwiftBasicFormat for debugging
[255/333] Wrapping AST for SwiftDiagnostics for debugging
[257/333] Emitting module SwiftSyntax
[258/333] Emitting module SwiftParser
[259/334] Wrapping AST for SwiftParser for debugging
[261/336] Emitting module SwiftOperators
[263/337] Emitting module SwiftParserDiagnostics
[264/338] Wrapping AST for SwiftOperators for debugging
[265/338] Wrapping AST for SwiftParserDiagnostics for debugging
[267/339] Emitting module SwiftSyntaxBuilder
[268/340] Wrapping AST for SwiftSyntaxBuilder for debugging
[270/341] Emitting module SwiftSyntaxMacros
[271/342] Wrapping AST for SwiftSyntaxMacros for debugging
[273/344] Emitting module SwiftSyntaxMacroExpansion
[283/345] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[285/346] Emitting module PluginCore
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[287/347] Emitting module SwiftCompilerPluginMessageHandling
[287/348] Wrapping AST for PluginCore for debugging
[289/348] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[291/349] Emitting module SwiftCompilerPlugin
[292/350] Wrapping AST for SwiftCompilerPlugin for debugging
[294/351] Emitting module MacroPlugin
/host/spi-builder-workspace/Sources/MacroPlugin/Definitions.swift:143:8: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
141 | /// can be added on fields to provide default value in function parameters
142 | /// of memberwise initializer(s).
143 | struct MemberInit: MemberMacro {
    |        `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
144 |     /// Expand to produce memberwise initializer(s) for attached struct.
145 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[295/352] Wrapping AST for MacroPlugin for debugging
[296/352] Write Objects.LinkFileList
[305/352] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[306/352] Compiling SwiftSyntax RawSyntaxValidation.swift
[306/352] Linking MacroPlugin-tool
[308/383] Compiling MetaCodable CodedAs.swift
[309/383] Compiling MetaCodable ContentAt.swift
[310/384] Compiling MetaCodable Default.swift
[311/384] Compiling MetaCodable DynamicCodable.swift
[312/384] Compiling MetaCodable IgnoreCoding.swift
[313/384] Compiling MetaCodable CodedBy.swift
[314/384] Compiling MetaCodable CodedIn.swift
[315/384] Compiling MetaCodable Default.swift
[316/384] Compiling MetaCodable IgnoreCodingInitialized.swift
[317/384] Compiling MetaCodable UnTagged.swift
[319/386] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[320/386] Compiling MetaCodable CodedAt.swift
[323/386] Compiling MetaCodable MemberInit.swift
[331/386] Emitting module MetaCodable
[332/387] Compiling MetaCodable IgnoreCoding.swift
[333/387] Compiling MetaCodable MemberInit.swift
[334/387] Emitting module MetaCodable
[335/387] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[336/387] Compiling MetaCodable DynamicCodableIdentifier.swift
[337/387] Compiling MetaCodable Codable.swift
[338/387] Compiling MetaCodable CodableCommonStrategy.swift
[339/387] Compiling MetaCodable CodingKeys.swift
[341/387] Compiling MetaCodable HelperCoder.swift
[342/387] Compiling MetaCodable LossySequence.swift
[343/388] Wrapping AST for MetaCodable for debugging
[346/417] Compiling HelperCoders String.swift
[347/418] Compiling HelperCoders DateCoder.swift
[348/418] Compiling HelperCoders Since1970DateCoder.swift
[349/418] Emitting module HelperCoders
[350/418] Compiling HelperCoders Base64Coder.swift
[351/418] Compiling HelperCoders ConditionalCoder.swift
[352/418] Compiling HelperCoders DefaultSequenceElementCoding.swift
[353/418] Compiling HelperCoders SequenceCoder.swift
[354/418] Compiling HelperCoders NonConformingCoder.swift
[355/418] Compiling HelperCoders PropertyWrapperCoder.swift
[356/418] Compiling HelperCoders SequenceCoderConfiguration.swift
[357/418] Compiling HelperCoders HelperCoderStrategy.swift
[358/418] Compiling HelperCoders Bool.swift
[359/418] Compiling HelperCoders Number.swift
[360/418] Compiling HelperCoders ValueCoder.swift
[362/419] Emitting module ProtocolGen
[363/420] Wrapping AST for ProtocolGen for debugging
[364/420] Write Objects.LinkFileList
[365/420] Linking ProtocolGen-tool
[367/420] Compiling HelperCoders String.swift
[374/421] Emitting module HelperCoders
[381/421] Compiling HelperCoders ValueCoder.swift
[401/422] Compiling SwiftSyntax SyntaxNodesAB.swift
[402/422] Compiling SwiftSyntax SyntaxNodesC.swift
[403/422] Compiling SwiftSyntax SyntaxNodesD.swift
[404/422] Compiling SwiftSyntax SyntaxNodesEF.swift
[405/422] Compiling SwiftSyntax SyntaxNodesGHI.swift
[406/422] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[407/422] Compiling SwiftSyntax SyntaxNodesOP.swift
[408/422] Compiling SwiftSyntax SyntaxNodesQRS.swift
[409/422] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[410/425] Wrapping AST for SwiftSyntax for debugging
[412/481] Compiling SwiftDiagnostics Message.swift
[413/482] Compiling SwiftDiagnostics Note.swift
[414/482] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[415/482] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[416/482] Compiling SwiftBasicFormat Syntax+Extensions.swift
[417/482] Emitting module SwiftDiagnostics
[418/482] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[419/482] Compiling SwiftParser Expressions.swift
[420/482] Compiling SwiftBasicFormat InferIndentation.swift
[421/482] Compiling SwiftBasicFormat Indenter.swift
[422/482] Compiling SwiftDiagnostics FixIt.swift
[423/482] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[424/482] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[425/482] Compiling SwiftParser IncrementalParseTransition.swift
[426/482] Compiling SwiftParser IsValidIdentifier.swift
[427/482] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[429/483] Compiling SwiftParser SwiftParserCompatibility.swift
[430/483] Compiling SwiftParser SwiftVersion.swift
[431/483] Compiling SwiftParser SyntaxUtils.swift
[432/483] Compiling SwiftParser TokenConsumer.swift
[433/483] Compiling SwiftParser TokenPrecedence.swift
[434/488] Emitting module SwiftBasicFormat
[435/488] Compiling SwiftBasicFormat BasicFormat.swift
[435/489] Wrapping AST for SwiftDiagnostics for debugging
[437/489] Wrapping AST for SwiftBasicFormat for debugging
[439/489] Compiling SwiftParser Modifiers.swift
[440/489] Compiling SwiftParser Names.swift
[441/489] Compiling SwiftParser Nominals.swift
[442/489] Compiling SwiftParser Parameters.swift
[443/489] Compiling SwiftParser ParseSourceFile.swift
[444/489] Compiling SwiftParser Parser.swift
[445/489] Compiling SwiftParser LexemeSequence.swift
[446/489] Compiling SwiftParser Lexer.swift
[447/489] Compiling SwiftParser RegexLiteralLexer.swift
[448/489] Compiling SwiftParser UnicodeScalarExtensions.swift
[449/489] Compiling SwiftParser Lookahead.swift
[450/489] Compiling SwiftParser LoopProgressCondition.swift
[451/489] Compiling SwiftParser Patterns.swift
[452/489] Compiling SwiftParser Recovery.swift
[453/489] Compiling SwiftParser Specifiers.swift
[454/489] Compiling SwiftParser Statements.swift
[455/489] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[456/489] Compiling SwiftParser StringLiterals.swift
[457/489] Compiling SwiftParser TokenSpec.swift
[458/489] Compiling SwiftParser TokenSpecSet.swift
[459/489] Compiling SwiftParser TopLevel.swift
[460/489] Compiling SwiftParser TriviaParser.swift
[461/489] Compiling SwiftParser Types.swift
[462/489] Emitting module SwiftParser
[463/489] Compiling SwiftParser Attributes.swift
[464/489] Compiling SwiftParser Availability.swift
[465/489] Compiling SwiftParser CharacterInfo.swift
[466/489] Compiling SwiftParser CollectionNodes+Parsable.swift
[467/489] Compiling SwiftParser Declarations.swift
[468/489] Compiling SwiftParser Directives.swift
[473/489] Compiling SwiftParser Cursor.swift
[474/489] Compiling SwiftParser Lexeme.swift
[475/489] Compiling SwiftParser ExperimentalFeatures.swift
[476/489] Compiling SwiftParser IsLexerClassified.swift
[477/489] Compiling SwiftParser LayoutNodes+Parsable.swift
[478/489] Compiling SwiftParser Parser+TokenSpecSet.swift
[479/489] Compiling SwiftParser TokenSpecStaticMembers.swift
[480/490] Wrapping AST for SwiftParser for debugging
[482/513] Emitting module SwiftOperators
[483/513] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[484/513] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[485/514] Compiling SwiftOperators PrecedenceGraph.swift
[486/514] Compiling SwiftOperators PrecedenceGroup.swift
[487/514] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[488/515] Compiling SwiftOperators OperatorTable.swift
[489/515] Compiling SwiftOperators OperatorTable+Semantics.swift
[490/515] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[491/515] Compiling SwiftOperators SyntaxSynthesis.swift
[492/515] Compiling SwiftOperators OperatorError.swift
[493/515] Compiling SwiftOperators OperatorTable+Defaults.swift
[494/515] Compiling SwiftOperators OperatorTable+Folding.swift
[496/516] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[497/516] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[498/516] Compiling SwiftParserDiagnostics Utils.swift
[498/516] Wrapping AST for SwiftOperators for debugging
[500/516] Emitting module SwiftParserDiagnostics
[501/516] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[502/516] Compiling SwiftParserDiagnostics PresenceUtils.swift
[507/516] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[508/516] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[509/517] Wrapping AST for SwiftParserDiagnostics for debugging
[511/532] Compiling SwiftSyntaxBuilder Indenter.swift
[512/532] Compiling SwiftSyntaxBuilder ListBuilder.swift
[513/533] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[514/533] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[515/533] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[516/533] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[517/533] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[518/533] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[519/533] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[520/533] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[521/533] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[522/533] Emitting module SwiftSyntaxBuilder
[523/533] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[524/533] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[525/533] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[526/533] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[527/534] Wrapping AST for SwiftSyntaxBuilder for debugging
[529/551] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[530/551] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[531/553] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[532/553] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[533/553] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[534/553] Compiling SwiftSyntaxMacros Macro+Format.swift
[535/553] Compiling SwiftSyntaxMacros AccessorMacro.swift
[536/553] Compiling SwiftSyntaxMacros AttachedMacro.swift
[537/553] Compiling SwiftSyntaxMacros BodyMacro.swift
[538/553] Compiling SwiftSyntaxMacros MemberMacro.swift
[539/553] Compiling SwiftSyntaxMacros PeerMacro.swift
[540/553] Compiling SwiftSyntaxMacros Macro.swift
[541/553] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[542/553] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[543/553] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[544/553] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[545/553] Emitting module SwiftSyntaxMacros
[546/553] Compiling SwiftSyntaxMacros PreambleMacro.swift
[547/553] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[548/554] Wrapping AST for SwiftSyntaxMacros for debugging
[550/647] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[551/648] Compiling PluginCore CodedBy.swift
[552/648] Compiling PluginCore Default.swift
[553/648] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[554/648] Emitting module SwiftSyntaxMacroExpansion
[555/648] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[556/648] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[557/648] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[558/648] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[559/648] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[561/649] Compiling PluginCore StaticVariableDeclaration.swift
[562/649] Compiling PluginCore UninitializedVariableDecl.swift
[563/649] Compiling PluginCore AttributeExpander.swift
[564/649] Compiling PluginCore DeclModifiersGenerator.swift
[565/649] Compiling PluginCore Options.swift
[566/649] Compiling PluginCore ComposedVariable.swift
[567/649] Compiling PluginCore ConditionalCodingVariable.swift
[568/649] Compiling PluginCore AssociatedVariable.swift
[569/649] Compiling PluginCore BasicAssociatedVariable.swift
[570/649] Compiling PluginCore BasicEnumCaseVariable.swift
[571/649] Compiling PluginCore EnumCaseVariable.swift
[572/649] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[575/660] Compiling PluginCore IgnoreCoding.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[576/660] Compiling PluginCore IgnoreDecoding.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[577/660] Compiling PluginCore IgnoreEncoding.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[578/660] Compiling PluginCore CodedAt.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[579/660] Compiling PluginCore CodedIn.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[580/660] Compiling PluginCore ContentAt.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[581/660] Compiling PluginCore KeyPathProvider.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[582/660] Compiling PluginCore MemberInit+Expansion.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[583/660] Compiling PluginCore MemberInit.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[584/660] Compiling PluginCore PeerAttribute.swift
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[585/660] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[586/660] Compiling PluginCore AnyEnumSwitcher.swift
[587/660] Compiling PluginCore EnumSwitcherVariable.swift
[588/660] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[589/660] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[590/660] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[591/660] Compiling PluginCore UnTaggedEnumSwitcher.swift
[592/660] Compiling PluginCore AnyInitialization.swift
[593/660] Compiling PluginCore AnyRequiredVariableInitialization.swift
[594/660] Compiling PluginCore IgnoredInitialization.swift
[595/660] Compiling PluginCore MemberwiseInitGenerator.swift
[596/660] Compiling PluginCore OptionalInitialization.swift
[597/660] Compiling PluginCore AggregatedDiagnosticProducer.swift
[598/660] Compiling PluginCore CombinedUsage.swift
[599/660] Compiling PluginCore ArgumentCountCondition.swift
[600/660] Compiling PluginCore DeclarationCondition.swift
[601/660] Compiling PluginCore DiagnosticCondition.swift
[602/660] Compiling PluginCore ConditionalDiagnosticProducer.swift
[603/660] Compiling PluginCore DiagnosticProducer.swift
[604/660] Compiling PluginCore DuplicateUsage.swift
[605/660] Compiling PluginCore GroupedVariableDeclaration.swift
[606/660] Compiling PluginCore InvalidCombination.swift
[607/660] Compiling PluginCore InvalidDeclaration.swift
[608/660] Compiling PluginCore MetaCodableMessage.swift
[609/660] Compiling PluginCore RequiredInitialization.swift
[610/660] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[611/660] Compiling PluginCore RequiredVariableInitialization.swift
[612/660] Compiling PluginCore VariableInitialization.swift
[613/660] Compiling PluginCore AliasedPropertyVariable.swift
[614/660] Compiling PluginCore AnyPropertyVariable.swift
[615/660] Compiling PluginCore BasicPropertyVariable.swift
[616/660] Compiling PluginCore DecodingFallback.swift
[617/660] Compiling PluginCore DefaultValueVariable.swift
[618/660] Compiling PluginCore HelperCodedVariable.swift
[619/660] Compiling PluginCore InitializationVariable.swift
[620/660] Compiling PluginCore KeyedVariable.swift
[621/660] Compiling PluginCore PropertyVariable.swift
[622/660] Compiling PluginCore StrategyVariable.swift
[623/660] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[624/660] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[625/660] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[626/660] Compiling PluginCore PropertyVariableTreeNode.swift
[627/660] Compiling PluginCore AssociatedDeclSyntax.swift
[628/660] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[629/660] Compiling PluginCore MemberGroupSyntax.swift
[630/660] Compiling PluginCore PropertyDeclSyntax.swift
[631/660] Compiling PluginCore VariableSyntax.swift
[632/660] Emitting module PluginCore
/host/spi-builder-workspace/Sources/PluginCore/Attributes/MemberInit/MemberInit+Expansion.swift:4:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 2 | import SwiftSyntaxMacros
 3 |
 4 | extension MemberInit: MemberMacro {
   | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 5 |     /// Expand to produce memberwise initializer(s) for attached struct.
 6 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[633/660] Compiling PluginCore AttributableDeclSyntax.swift
[634/660] Compiling PluginCore Attribute.swift
[635/660] Compiling PluginCore Codable+Expansion.swift
[636/660] Compiling PluginCore Codable.swift
[637/660] Compiling PluginCore CodingKeyTransformer.swift
[638/660] Compiling PluginCore CodingKeys.swift
[639/660] Compiling PluginCore Strategy.swift
[640/660] Compiling PluginCore IgnoreCodingInitialized.swift
[641/660] Compiling PluginCore Inherits.swift
[642/660] Compiling PluginCore StrategyFinder.swift
[643/660] Compiling PluginCore UnTagged.swift
[644/660] Compiling PluginCore CodedAs.swift
[644/660] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[646/660] Compiling PluginCore ActorVariable.swift
[647/660] Compiling PluginCore ClassVariable.swift
[648/660] Compiling PluginCore Case.swift
[649/660] Compiling PluginCore CodingKeysMap.swift
[650/660] Compiling PluginCore Key.swift
[651/660] Compiling PluginCore ConstraintGenerator.swift
[652/660] Compiling PluginCore Registration.swift
[653/660] Compiling PluginCore EnumVariable.swift
[654/660] Compiling PluginCore MemberGroup.swift
[655/660] Compiling PluginCore TypeVariable.swift
[656/660] Compiling PluginCore Variable.swift
[657/661] Wrapping AST for PluginCore for debugging
[659/668] Compiling ProtocolGen InheritableDeclSyntax.swift
[660/668] Compiling ProtocolGen Fetch.swift
[661/668] Compiling ProtocolGen Config.swift
[662/668] Emitting module ProtocolGen
[663/668] Compiling ProtocolGen ProtocolGen.swift
[664/668] Compiling ProtocolGen Parse.swift
[665/668] Compiling ProtocolGen Generate.swift
/host/spi-builder-workspace/Sources/ProtocolGen/Generate.swift:339:25: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
337 |             ).description
338 |             let sourceData = sourceText.data(using: .utf8)
339 |             fileManager.createFile(atPath: output, contents: sourceData)
    |                         `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
340 |         }
341 |     }
[666/669] Wrapping AST for ProtocolGen for debugging
[667/669] Write Objects.LinkFileList
[668/669] Linking ProtocolGen
Build complete! (298.56s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.1.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "MetaCodable",
  "name" : "MetaCodable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MetaCodable",
      "targets" : [
        "MetaCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HelperCoders",
      "targets" : [
        "HelperCoders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MetaProtocolCodable",
      "targets" : [
        "MetaProtocolCodable"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "ProtocolGen",
      "targets" : [
        "ProtocolGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MacroPlugin",
      "targets" : [
        "MacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ProtocolGen",
      "module_type" : "SwiftTarget",
      "name" : "ProtocolGen",
      "path" : "Sources/ProtocolGen",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftSyntaxMacroExpansion"
      ],
      "product_memberships" : [
        "MetaProtocolCodable",
        "ProtocolGen"
      ],
      "sources" : [
        "Config.swift",
        "Fetch.swift",
        "Generate.swift",
        "InheritableDeclSyntax.swift",
        "Parse.swift",
        "ProtocolGen.swift"
      ],
      "target_dependencies" : [
        "PluginCore",
        "MetaCodable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PluginCore",
      "module_type" : "SwiftTarget",
      "name" : "PluginCore",
      "path" : "Sources/PluginCore",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftOperators",
        "SwiftDiagnostics",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen",
        "MacroPlugin"
      ],
      "sources" : [
        "Attributes/AttributableDeclSyntax.swift",
        "Attributes/Attribute.swift",
        "Attributes/Codable/Codable+Expansion.swift",
        "Attributes/Codable/Codable.swift",
        "Attributes/Codable/CodingKeys/CodingKeyTransformer.swift",
        "Attributes/Codable/CodingKeys/CodingKeys.swift",
        "Attributes/Codable/CodingKeys/Strategy.swift",
        "Attributes/Codable/IgnoreCodingInitialized.swift",
        "Attributes/Codable/Inherits.swift",
        "Attributes/Codable/Strategies/StrategyFinder.swift",
        "Attributes/Codable/UnTagged.swift",
        "Attributes/CodedAs.swift",
        "Attributes/CodedBy.swift",
        "Attributes/Default.swift",
        "Attributes/IgnoreCoding/IgnoreCoding.swift",
        "Attributes/IgnoreCoding/IgnoreDecoding.swift",
        "Attributes/IgnoreCoding/IgnoreEncoding.swift",
        "Attributes/KeyPath/CodedAt.swift",
        "Attributes/KeyPath/CodedIn.swift",
        "Attributes/KeyPath/ContentAt.swift",
        "Attributes/KeyPath/KeyPathProvider.swift",
        "Attributes/MemberInit/MemberInit+Expansion.swift",
        "Attributes/MemberInit/MemberInit.swift",
        "Attributes/PeerAttribute.swift",
        "Diagnostics/AggregatedDiagnosticProducer.swift",
        "Diagnostics/CombinedUsage.swift",
        "Diagnostics/Condition/ArgumentCountCondition.swift",
        "Diagnostics/Condition/DeclarationCondition.swift",
        "Diagnostics/Condition/DiagnosticCondition.swift",
        "Diagnostics/ConditionalDiagnosticProducer.swift",
        "Diagnostics/DiagnosticProducer.swift",
        "Diagnostics/DuplicateUsage.swift",
        "Diagnostics/GroupedVariableDeclaration.swift",
        "Diagnostics/InvalidCombination.swift",
        "Diagnostics/InvalidDeclaration.swift",
        "Diagnostics/MetaCodableMessage.swift",
        "Diagnostics/StaticVariableDeclaration.swift",
        "Diagnostics/UninitializedVariableDecl.swift",
        "Expansion/AttributeExpander.swift",
        "Expansion/Options/DeclModifiersGenerator.swift",
        "Expansion/Options/Options.swift",
        "Variables/ComposedVariable.swift",
        "Variables/ConditionalCodingVariable.swift",
        "Variables/Enum/Case/Associated/AssociatedVariable.swift",
        "Variables/Enum/Case/Associated/BasicAssociatedVariable.swift",
        "Variables/Enum/Case/BasicEnumCaseVariable.swift",
        "Variables/Enum/Case/EnumCaseVariable.swift",
        "Variables/Enum/Switcher/AdjacentlyTaggableSwitcher.swift",
        "Variables/Enum/Switcher/AdjacentlyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/AnyEnumSwitcher.swift",
        "Variables/Enum/Switcher/EnumSwitcherVariable.swift",
        "Variables/Enum/Switcher/ExternallyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/InternallyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/TaggedEnumSwitcherVariable.swift",
        "Variables/Enum/Switcher/UnTaggedEnumSwitcher.swift",
        "Variables/Initialization/AnyInitialization.swift",
        "Variables/Initialization/AnyRequiredVariableInitialization.swift",
        "Variables/Initialization/IgnoredInitialization.swift",
        "Variables/Initialization/MemberwiseInitGenerator.swift",
        "Variables/Initialization/OptionalInitialization.swift",
        "Variables/Initialization/RequiredInitialization.swift",
        "Variables/Initialization/RequiredInitializationWithDefaultValue.swift",
        "Variables/Initialization/RequiredVariableInitialization.swift",
        "Variables/Initialization/VariableInitialization.swift",
        "Variables/Property/AliasedPropertyVariable.swift",
        "Variables/Property/AnyPropertyVariable.swift",
        "Variables/Property/BasicPropertyVariable.swift",
        "Variables/Property/Data/DecodingFallback.swift",
        "Variables/Property/DefaultValueVariable.swift",
        "Variables/Property/HelperCodedVariable.swift",
        "Variables/Property/InitializationVariable.swift",
        "Variables/Property/KeyedVariable.swift",
        "Variables/Property/PropertyVariable.swift",
        "Variables/Property/StrategyVariable.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+CodingData.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+CodingLocation.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+Generated.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode.swift",
        "Variables/Syntax/AssociatedDeclSyntax.swift",
        "Variables/Syntax/EnumCaseVariableDeclSyntax.swift",
        "Variables/Syntax/MemberGroupSyntax.swift",
        "Variables/Syntax/PropertyDeclSyntax.swift",
        "Variables/Syntax/VariableSyntax.swift",
        "Variables/Type/ActorVariable.swift",
        "Variables/Type/ClassVariable.swift",
        "Variables/Type/Data/CodingKeysMap/Case.swift",
        "Variables/Type/Data/CodingKeysMap/CodingKeysMap.swift",
        "Variables/Type/Data/CodingKeysMap/Key.swift",
        "Variables/Type/Data/ConstraintGenerator.swift",
        "Variables/Type/Data/Registration.swift",
        "Variables/Type/EnumVariable.swift",
        "Variables/Type/MemberGroup.swift",
        "Variables/Type/TypeVariable.swift",
        "Variables/Variable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MetaProtocolCodable",
      "module_type" : "PluginTarget",
      "name" : "MetaProtocolCodable",
      "path" : "Plugins/MetaProtocolCodable",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "MetaProtocolCodable"
      ],
      "sources" : [
        "Config.swift",
        "Plugin.swift",
        "PluginContext.swift",
        "SourceTarget/MetaProtocolCodableSourceTarget.swift",
        "SourceTarget/SwiftPackageTarget.swift",
        "SourceTarget/XcodeTarget.swift"
      ],
      "target_dependencies" : [
        "ProtocolGen"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "MetaCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "MetaCodableTests",
      "path" : "Tests/MetaCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AccessModifierTests.swift",
        "Attributes/CodedByTests.swift",
        "Attributes/DefaultTests.swift",
        "Codable/CommonStrategiesValueCoderTests.swift",
        "CodableInheritanceTests.swift",
        "CodableTests.swift",
        "CodedAs/CodedAsEnumTests.swift",
        "CodedAs/CodedAsTests.swift",
        "CodedAt/CodedAtDefaultChoiceTests.swift",
        "CodedAt/CodedAtDefaultOnlyMissingTests.swift",
        "CodedAt/CodedAtDefaultTests.swift",
        "CodedAt/CodedAtEnumTests.swift",
        "CodedAt/CodedAtHelperDefaultTests.swift",
        "CodedAt/CodedAtHelperTests.swift",
        "CodedAt/CodedAtTests.swift",
        "CodedBy/CodedByActionTests.swift",
        "CodedIn/CodedInDefaultTests.swift",
        "CodedIn/CodedInHelperDefaultChoiceTests.swift",
        "CodedIn/CodedInHelperDefaultOnlyMissingTests.swift",
        "CodedIn/CodedInHelperDefaultTests.swift",
        "CodedIn/CodedInHelperTests.swift",
        "CodedIn/CodedInTests.swift",
        "CodingKeysGenerationTests.swift",
        "CodingKeysTests.swift",
        "ContentAtTests.swift",
        "DynamicCodable/DynamicCodableTests.swift",
        "DynamicCodable/PageData.swift",
        "DynamicCodable/PostPage.swift",
        "DynamicCodable/Response.swift",
        "ExplicitCodingTests.swift",
        "GenericsTests.swift",
        "GroupedMutableVariableTests.swift",
        "GroupedVariableTests.swift",
        "HelperCoders/DataCoderTests.swift",
        "HelperCoders/DateCoderTests.swift",
        "HelperCoders/HelperCodersTests.swift",
        "HelperCoders/LossySequenceTests.swift",
        "HelperCoders/NonConformingCoderTests.swift",
        "HelperCoders/SequenceCoderTests.swift",
        "HelperCoders/ValueCoderTests.swift",
        "IgnoreCodingTests.swift",
        "IgnoreInitializedTests.swift",
        "UntaggedEnumTests.swift",
        "VariableDeclarationTests.swift"
      ],
      "target_dependencies" : [
        "PluginCore",
        "MacroPlugin",
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MetaCodable",
      "module_type" : "SwiftTarget",
      "name" : "MetaCodable",
      "path" : "Sources/MetaCodable",
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen"
      ],
      "sources" : [
        "Codable/Codable.swift",
        "Codable/CodableCommonStrategy.swift",
        "Codable/CodingKeys.swift",
        "Codable/IgnoreCodingInitialized.swift",
        "Codable/UnTagged.swift",
        "CodedAs.swift",
        "CodedAt.swift",
        "CodedBy.swift",
        "CodedIn.swift",
        "ContentAt.swift",
        "Default.swift",
        "DynamicCodable/DynamicCodable.swift",
        "DynamicCodable/DynamicCodableIdentifier+CodingKey.swift",
        "DynamicCodable/DynamicCodableIdentifier+Expressible.swift",
        "DynamicCodable/DynamicCodableIdentifier.swift",
        "HelperCoders/HelperCoder.swift",
        "HelperCoders/LossySequence.swift",
        "IgnoreCoding.swift",
        "MemberInit.swift"
      ],
      "target_dependencies" : [
        "MacroPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "MacroPlugin",
      "path" : "Sources/MacroPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen",
        "MacroPlugin"
      ],
      "sources" : [
        "Definitions.swift",
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "PluginCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "HelperCoders",
      "module_type" : "SwiftTarget",
      "name" : "HelperCoders",
      "path" : "Sources/HelperCoders",
      "product_memberships" : [
        "HelperCoders"
      ],
      "sources" : [
        "Base64Coder.swift",
        "ConditionalCoder.swift",
        "DateCoders/DateCoder.swift",
        "DateCoders/Since1970DateCoder.swift",
        "NonConformingCoder.swift",
        "PropertyWrapperCoder.swift",
        "SequenceCoder/DefaultSequenceElementCoding.swift",
        "SequenceCoder/SequenceCoder.swift",
        "SequenceCoder/SequenceCoderConfiguration.swift",
        "Strategies/HelperCoderStrategy.swift",
        "ValueCoders/Bool.swift",
        "ValueCoders/Number.swift",
        "ValueCoders/String.swift",
        "ValueCoders/ValueCoder.swift"
      ],
      "target_dependencies" : [
        "MetaCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.