The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of MetaCodable, reference v1.4.0 (7246a7), with Swift 6.1 for Linux on 29 Apr 2025 12:28:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLab/MetaCodable.git
Reference: v1.4.0
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
 * tag               v1.4.0     -> FETCH_HEAD
HEAD is now at 7246a7f chore(CHANGELOG): update for v1.4.0 [skip ci]
Cloned https://github.com/SwiftyLab/MetaCodable.git
Revision (git rev-parse @):
7246a7fde82c8ca2c361e9537a5058646ac8aab7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyLab/MetaCodable.git at v1.4.0
========================================
Build
========================================
Selected platform:         linux
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" : "601.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",
        "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/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/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",
        "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",
        "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/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",
        "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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
[5208/86514] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
[23884/70245] Fetching swift-syntax
[70246/85195] Fetching swift-syntax, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (6.68s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.74s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (7.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.47s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.11s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.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.1.4
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.0
[0/50] Write sources
[22/50] Compiling _SwiftSyntaxCShims dummy.c
[23/50] Write swift-version-24593BA9C3E375BF.txt
[25/73] Emitting module SwiftSyntax509
[26/73] Emitting module SwiftSyntax600
[27/75] Compiling SwiftSyntax600 Empty.swift
[28/76] Compiling SwiftSyntax510 Empty.swift
[29/76] Emitting module SwiftSyntax510
[30/77] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[31/77] Compiling InternalCollectionsUtilities Specialize.swift
[34/79] Compiling InternalCollectionsUtilities Debugging.swift
[35/79] Compiling InternalCollectionsUtilities Descriptions.swift
[36/79] Compiling SwiftSyntax509 Empty.swift
[37/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/80] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/80] Compiling InternalCollectionsUtilities _SortedCollection.swift
[40/80] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/80] Emitting module ArgumentParserToolInfo
[42/80] Compiling ArgumentParserToolInfo ToolInfo.swift
[42/80] Wrapping AST for SwiftSyntax600 for debugging
[43/81] Wrapping AST for SwiftSyntax510 for debugging
[46/81] Emitting module InternalCollectionsUtilities
[47/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[48/81] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[49/81] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[50/81] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[51/81] Compiling InternalCollectionsUtilities Integer rank.swift
[52/81] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/81] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/81] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/81] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/82] Wrapping AST for SwiftSyntax509 for debugging
[59/128] Wrapping AST for ArgumentParserToolInfo for debugging
[60/153] Wrapping AST for InternalCollectionsUtilities for debugging
[62/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[63/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[64/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[65/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[66/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[67/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[68/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[69/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[70/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[71/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[72/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[73/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[74/239] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[75/239] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[76/246] Compiling OrderedCollections OrderedDictionary+Codable.swift
[77/246] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[78/246] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[79/246] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[80/246] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[81/246] Compiling OrderedCollections OrderedDictionary+Elements.swift
[82/246] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[83/246] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[84/246] Compiling OrderedCollections OrderedDictionary.swift
[85/246] Compiling OrderedCollections OrderedSet+Codable.swift
[86/246] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[87/246] Compiling OrderedCollections OrderedSet+Descriptions.swift
[88/246] Compiling OrderedCollections OrderedSet+Diffing.swift
[89/246] Compiling OrderedCollections OrderedSet+Equatable.swift
[90/246] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[91/246] Compiling OrderedCollections OrderedSet+Hashable.swift
[92/246] Compiling OrderedCollections OrderedSet+Initializers.swift
[93/246] Compiling OrderedCollections OrderedSet+Insertions.swift
[94/246] Compiling OrderedCollections OrderedSet+Invariants.swift
[95/246] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[96/246] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[97/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[98/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[99/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[100/246] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[101/246] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[102/246] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[103/246] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[104/246] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[105/246] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[106/246] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[107/246] Compiling OrderedCollections OrderedDictionary+Values.swift
[108/246] Compiling OrderedCollections _HashTable+Bucket.swift
[109/246] Compiling OrderedCollections _HashTable+BucketIterator.swift
[110/246] Compiling OrderedCollections _HashTable+Constants.swift
[111/246] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[112/246] Compiling OrderedCollections _HashTable+Testing.swift
[113/246] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[114/246] Compiling OrderedCollections _HashTable.swift
[115/246] Compiling OrderedCollections _Hashtable+Header.swift
[116/246] Emitting module OrderedCollections
[117/246] Compiling OrderedCollections OrderedSet+Sendable.swift
[118/246] Compiling OrderedCollections OrderedSet+SubSequence.swift
[119/246] Compiling OrderedCollections OrderedSet+Testing.swift
[120/246] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[121/246] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[122/246] Compiling OrderedCollections OrderedSet.swift
[123/246] Compiling OrderedCollections _UnsafeBitset.swift
[124/247] Wrapping AST for OrderedCollections for debugging
[158/260] Emitting module ArgumentParser
[165/260] Compiling ArgumentParser CollectionExtensions.swift
[166/260] Compiling ArgumentParser Platform.swift
[167/260] Compiling ArgumentParser SequenceExtensions.swift
[168/260] Compiling ArgumentParser StringExtensions.swift
[169/260] Compiling ArgumentParser Tree.swift
[196/261] Wrapping AST for ArgumentParser for debugging
[198/261] Emitting module SwiftSyntax
[215/261] Compiling SwiftSyntax RawSyntaxValidation.swift
[216/261] Compiling SwiftSyntax SyntaxNodesAB.swift
[235/261] Compiling SwiftSyntax SyntaxNodesC.swift
[236/261] Compiling SwiftSyntax SyntaxNodesD.swift
[237/261] Compiling SwiftSyntax SyntaxNodesEF.swift
[238/261] Compiling SwiftSyntax SyntaxNodesGHI.swift
[239/261] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[240/261] Compiling SwiftSyntax SyntaxNodesOP.swift
[241/261] Compiling SwiftSyntax SyntaxNodesQRS.swift
[242/261] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[243/262] Wrapping AST for SwiftSyntax for debugging
[245/319] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[246/319] Compiling SwiftDiagnostics Message.swift
[247/320] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[248/320] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[249/320] Compiling SwiftParser Attributes.swift
[250/320] Compiling SwiftParser Availability.swift
[251/320] Emitting module SwiftDiagnostics
[252/320] Compiling SwiftDiagnostics Note.swift
[253/320] Compiling SwiftBasicFormat Syntax+Extensions.swift
[254/320] Compiling SwiftDiagnostics FixIt.swift
[255/320] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[256/320] Compiling SwiftParser CharacterInfo.swift
[257/320] Compiling SwiftParser CollectionNodes+Parsable.swift
[258/320] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[259/320] Compiling SwiftBasicFormat BasicFormat.swift
[260/320] Emitting module SwiftBasicFormat
[261/320] Compiling SwiftBasicFormat InferIndentation.swift
[263/322] Wrapping AST for SwiftDiagnostics for debugging
[264/322] Wrapping AST for SwiftBasicFormat for debugging
[266/322] Compiling SwiftParser Modifiers.swift
[267/322] Compiling SwiftParser Names.swift
[268/322] Compiling SwiftParser Nominals.swift
[269/322] Compiling SwiftParser Parameters.swift
[270/322] Compiling SwiftParser ParseSourceFile.swift
[271/322] Compiling SwiftParser Parser.swift
[272/327] Emitting module SwiftParser
[273/327] Compiling SwiftParser LexemeSequence.swift
[274/327] Compiling SwiftParser Lexer.swift
[275/327] Compiling SwiftParser RegexLiteralLexer.swift
[276/327] Compiling SwiftParser UnicodeScalarExtensions.swift
[277/327] Compiling SwiftParser Lookahead.swift
[278/327] Compiling SwiftParser LoopProgressCondition.swift
[279/327] Compiling SwiftParser SwiftParserCompatibility.swift
[280/327] Compiling SwiftParser SwiftVersion.swift
[281/327] Compiling SwiftParser SyntaxUtils.swift
[282/327] Compiling SwiftParser TokenConsumer.swift
[283/327] Compiling SwiftParser TokenPrecedence.swift
[284/327] Compiling SwiftParser TokenSpec.swift
[285/327] Compiling SwiftParser TokenSpecSet.swift
[286/327] Compiling SwiftParser TopLevel.swift
[287/327] Compiling SwiftParser TriviaParser.swift
[288/327] Compiling SwiftParser Types.swift
[289/327] Compiling SwiftParser Patterns.swift
[290/327] Compiling SwiftParser Recovery.swift
[291/327] Compiling SwiftParser Specifiers.swift
[292/327] Compiling SwiftParser Statements.swift
[293/327] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[294/327] Compiling SwiftParser StringLiterals.swift
[295/327] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[296/327] Compiling SwiftParser Expressions.swift
[297/327] Compiling SwiftParser IncrementalParseTransition.swift
[298/327] Compiling SwiftParser IsValidIdentifier.swift
[299/327] Compiling SwiftParser Cursor.swift
[300/327] Compiling SwiftParser Lexeme.swift
[305/327] Compiling SwiftParser Declarations.swift
[306/327] Compiling SwiftParser Directives.swift
[307/327] Compiling SwiftParser ExperimentalFeatures.swift
[308/327] Compiling SwiftParser IsLexerClassified.swift
[309/327] Compiling SwiftParser LayoutNodes+Parsable.swift
[310/327] Compiling SwiftParser Parser+TokenSpecSet.swift
[311/327] Compiling SwiftParser TokenSpecStaticMembers.swift
[312/328] Wrapping AST for SwiftParser for debugging
[314/351] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[315/352] Compiling SwiftOperators OperatorTable.swift
[316/352] Compiling SwiftOperators PrecedenceGraph.swift
[317/352] Compiling SwiftOperators PrecedenceGroup.swift
[318/353] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[319/353] Compiling SwiftOperators OperatorTable+Semantics.swift
[320/353] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[321/353] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[322/353] Emitting module SwiftOperators
[323/353] Compiling SwiftParserDiagnostics MissingNodesError.swift
[324/353] Compiling SwiftParserDiagnostics MissingTokenError.swift
[325/353] Compiling SwiftOperators OperatorTable+Folding.swift
[326/353] Compiling SwiftOperators SyntaxSynthesis.swift
[328/354] Emitting module SwiftParserDiagnostics
[329/354] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[330/354] Compiling SwiftParserDiagnostics Utils.swift
[331/354] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[331/354] Wrapping AST for SwiftOperators for debugging
[333/354] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[334/354] Compiling SwiftParserDiagnostics PresenceUtils.swift
[339/354] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[340/354] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[341/355] Wrapping AST for SwiftParserDiagnostics for debugging
[343/370] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[344/370] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[345/371] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[346/371] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[347/371] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[348/371] Compiling SwiftSyntaxBuilder Indenter.swift
[349/371] Compiling SwiftSyntaxBuilder ListBuilder.swift
[350/371] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[351/371] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[352/371] Emitting module SwiftSyntaxBuilder
[353/371] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[354/371] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[355/371] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[356/371] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[357/371] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[358/371] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[359/372] Wrapping AST for SwiftSyntaxBuilder for debugging
[361/389] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[362/389] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[363/391] Compiling SwiftSyntaxMacros AccessorMacro.swift
[364/391] Compiling SwiftSyntaxMacros AttachedMacro.swift
[365/391] Compiling SwiftSyntaxMacros BodyMacro.swift
[366/391] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[367/391] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[368/391] Compiling SwiftSyntaxMacros MemberMacro.swift
[369/391] Compiling SwiftSyntaxMacros PeerMacro.swift
[370/391] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[371/391] Compiling SwiftSyntaxMacros Macro+Format.swift
[372/391] Compiling SwiftSyntaxMacros Macro.swift
[373/391] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[374/391] Emitting module SwiftSyntaxMacros
[375/391] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[376/391] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[377/391] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[378/391] Compiling SwiftSyntaxMacros PreambleMacro.swift
[379/391] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[380/392] Wrapping AST for SwiftSyntaxMacros for debugging
[382/483] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[383/484] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[384/484] Compiling PluginCore AttributableDeclSyntax.swift
[385/484] Compiling PluginCore Attribute.swift
[386/484] Emitting module SwiftSyntaxMacroExpansion
[387/484] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[388/484] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[389/484] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[390/484] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[391/484] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[392/485] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[394/497] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[395/497] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[396/498] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[397/498] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[398/498] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[399/498] Emitting module SwiftCompilerPluginMessageHandling
[400/498] Emitting module PluginCore
[401/509] Compiling PluginCore Default.swift
[402/509] Compiling PluginCore IgnoreCoding.swift
[403/509] Compiling PluginCore IgnoreDecoding.swift
[404/509] Compiling PluginCore IgnoreEncoding.swift
[405/509] Compiling PluginCore CodedAt.swift
[406/509] Compiling PluginCore CodedIn.swift
[407/509] Compiling PluginCore ContentAt.swift
[408/509] Compiling PluginCore KeyPathProvider.swift
[409/509] Compiling PluginCore MemberInit+Expansion.swift
[410/509] Compiling PluginCore MemberInit.swift
[411/509] Compiling PluginCore PeerAttribute.swift
[412/509] Compiling PluginCore AggregatedDiagnosticProducer.swift
[413/509] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[416/509] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[417/509] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[418/509] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[419/509] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[422/509] Compiling PluginCore Inherits.swift
[423/509] Compiling PluginCore UnTagged.swift
[424/509] Compiling PluginCore CodedAs.swift
[425/509] Compiling PluginCore CodedBy.swift
[426/509] Compiling PluginCore KeyedVariable.swift
[427/509] Compiling PluginCore PropertyVariable.swift
[428/509] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[429/509] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[430/509] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[431/509] Compiling PluginCore PropertyVariableTreeNode.swift
[432/509] Compiling PluginCore AssociatedDeclSyntax.swift
[433/509] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[434/509] Compiling PluginCore MemberGroupSyntax.swift
[435/509] Compiling PluginCore PropertyDeclSyntax.swift
[436/509] Compiling PluginCore VariableSyntax.swift
[437/509] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[438/509] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[439/509] Compiling PluginCore CombinedUsage.swift
[440/509] Compiling PluginCore ArgumentCountCondition.swift
[441/509] Compiling PluginCore DeclarationCondition.swift
[442/509] Compiling PluginCore DiagnosticCondition.swift
[443/509] Compiling PluginCore ConditionalDiagnosticProducer.swift
[444/509] Compiling PluginCore DiagnosticProducer.swift
[445/509] Compiling PluginCore DuplicateUsage.swift
[446/509] Compiling PluginCore GroupedVariableDeclaration.swift
[447/509] Compiling PluginCore InvalidCombination.swift
[448/509] Compiling PluginCore InvalidDeclaration.swift
[449/509] Compiling PluginCore MetaCodableMessage.swift
[450/509] Compiling PluginCore StaticVariableDeclaration.swift
[451/509] Compiling PluginCore AnyEnumSwitcher.swift
[452/509] Compiling PluginCore EnumSwitcherVariable.swift
[453/509] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[454/509] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[455/509] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[456/509] Compiling PluginCore UnTaggedEnumSwitcher.swift
[457/509] Compiling PluginCore AnyInitialization.swift
[458/509] Compiling PluginCore AnyRequiredVariableInitialization.swift
[459/509] Compiling PluginCore IgnoredInitialization.swift
[460/509] Compiling PluginCore MemberwiseInitGenerator.swift
[461/509] Compiling PluginCore OptionalInitialization.swift
[462/509] Compiling PluginCore RequiredInitialization.swift
[463/509] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[464/509] Compiling PluginCore RequiredVariableInitialization.swift
[465/509] Compiling PluginCore VariableInitialization.swift
[466/509] Compiling PluginCore AliasedPropertyVariable.swift
[467/509] Compiling PluginCore AnyPropertyVariable.swift
[468/509] Compiling PluginCore BasicPropertyVariable.swift
[469/509] Compiling PluginCore DecodingFallback.swift
[470/509] Compiling PluginCore DefaultValueVariable.swift
[471/509] Compiling PluginCore HelperCodedVariable.swift
[472/509] Compiling PluginCore InitializationVariable.swift
[473/509] Compiling PluginCore UninitializedVariableDecl.swift
[474/509] Compiling PluginCore AttributeExpander.swift
[475/509] Compiling PluginCore DeclModifiersGenerator.swift
[476/509] Compiling PluginCore Options.swift
[477/509] Compiling PluginCore ComposedVariable.swift
[478/509] Compiling PluginCore ConditionalCodingVariable.swift
[479/509] Compiling PluginCore AssociatedVariable.swift
[480/509] Compiling PluginCore BasicAssociatedVariable.swift
[481/509] Compiling PluginCore BasicEnumCaseVariable.swift
[482/509] Compiling PluginCore EnumCaseVariable.swift
[483/509] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[484/509] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[490/510] Compiling PluginCore ActorVariable.swift
[491/510] Compiling PluginCore ClassVariable.swift
[492/510] Compiling PluginCore Case.swift
[493/510] Compiling PluginCore CodingKeysMap.swift
[494/510] Compiling PluginCore Key.swift
[495/510] Compiling PluginCore ConstraintGenerator.swift
[496/510] Compiling PluginCore Registration.swift
[497/510] Compiling PluginCore EnumVariable.swift
[498/510] Compiling PluginCore MemberGroup.swift
[499/510] Compiling PluginCore TypeVariable.swift
[500/510] Compiling PluginCore Variable.swift
[501/511] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[502/511] Wrapping AST for PluginCore for debugging
[504/513] Emitting module SwiftCompilerPlugin
[505/513] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[506/514] Wrapping AST for SwiftCompilerPlugin for debugging
[508/517] Compiling MacroPlugin Plugin.swift
[509/517] Compiling MacroPlugin Definitions.swift
[510/517] Emitting module MacroPlugin
[511/518] Wrapping AST for MacroPlugin for debugging
[512/518] Write Objects.LinkFileList
[513/518] Linking MacroPlugin-tool
[515/535] Compiling MetaCodable Codable.swift
[516/535] Compiling MetaCodable CodingKeys.swift
[517/535] Compiling MetaCodable IgnoreCodingInitialized.swift
[518/537] Compiling MetaCodable UnTagged.swift
[519/537] Compiling MetaCodable CodedAs.swift
[520/537] Compiling MetaCodable CodedAt.swift
[521/537] Compiling MetaCodable CodedBy.swift
[522/537] Compiling MetaCodable CodedIn.swift
[523/537] Compiling MetaCodable ContentAt.swift
[524/537] Compiling MetaCodable Default.swift
[525/537] Compiling MetaCodable DynamicCodable.swift
[526/537] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[527/537] Emitting module MetaCodable
[528/537] Compiling MetaCodable HelperCoder.swift
[529/537] Compiling MetaCodable LossySequence.swift
[530/537] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[531/537] Compiling MetaCodable DynamicCodableIdentifier.swift
[532/537] Compiling MetaCodable IgnoreCoding.swift
[533/537] Compiling MetaCodable MemberInit.swift
[534/538] Wrapping AST for MetaCodable for debugging
[536/545] Compiling ProtocolGen InheritableDeclSyntax.swift
[537/545] Compiling ProtocolGen Fetch.swift
[538/545] Compiling ProtocolGen Config.swift
[539/545] Emitting module ProtocolGen
[540/545] Compiling ProtocolGen ProtocolGen.swift
[541/545] Compiling ProtocolGen Parse.swift
[542/545] 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 |     }
[543/546] Wrapping AST for ProtocolGen for debugging
[544/546] Write Objects.LinkFileList
[545/546] 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/95] Write sources
[45/95] Compiling _SwiftSyntaxCShims dummy.c
[47/95] Write swift-version-24593BA9C3E375BF.txt
[49/122] Emitting module SwiftSyntax600
[50/122] Compiling SwiftSyntax509 Empty.swift
[51/123] Emitting module SwiftSyntax510
[52/123] Emitting module SwiftSyntax509
[53/125] Compiling SwiftSyntax600 Empty.swift
[54/125] Emitting module SwiftSyntax600
[55/125] Emitting module SwiftSyntax509
[56/127] Emitting module SwiftSyntax510
[57/127] Compiling SwiftSyntax510 Empty.swift
[60/128] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/128] Compiling InternalCollectionsUtilities Specialize.swift
[65/130] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/130] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/130] Compiling InternalCollectionsUtilities Debugging.swift
[68/130] Compiling InternalCollectionsUtilities Descriptions.swift
[69/130] Wrapping AST for SwiftSyntax600 for debugging
[70/130] Wrapping AST for SwiftSyntax510 for debugging
[71/130] Wrapping AST for SwiftSyntax600 for debugging
[72/133] Wrapping AST for SwiftSyntax510 for debugging
[73/133] Wrapping AST for SwiftSyntax509 for debugging
[75/133] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/133] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/197] Wrapping AST for SwiftSyntax509 for debugging
[78/197] Emitting module ArgumentParserToolInfo
[80/198] Emitting module InternalCollectionsUtilities
[81/200] Wrapping AST for ArgumentParserToolInfo for debugging
[84/200] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[85/200] Compiling SwiftSyntax Assert.swift
[86/200] Compiling SwiftSyntax BumpPtrAllocator.swift
[87/200] Compiling SwiftSyntax CustomTraits.swift
[88/200] Compiling SwiftSyntax Identifier.swift
[89/200] Compiling SwiftSyntax MemoryLayout.swift
[90/200] Compiling SwiftSyntax CommonAncestor.swift
[91/200] Compiling SwiftSyntax Convenience.swift
[92/200] Compiling SwiftSyntax AbsolutePosition.swift
[93/200] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[94/201] Compiling ArgumentParserToolInfo ToolInfo.swift
[95/201] Emitting module ArgumentParserToolInfo
[96/203] Wrapping AST for InternalCollectionsUtilities for debugging
[99/210] Wrapping AST for ArgumentParserToolInfo for debugging
[101/297] Compiling OrderedCollections OrderedDictionary+Codable.swift
[102/297] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[103/297] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[104/297] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[105/297] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[106/297] Compiling OrderedCollections OrderedDictionary+Elements.swift
[107/297] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[108/297] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[109/297] Compiling OrderedCollections _HashTable+Bucket.swift
[110/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[111/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[112/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[113/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[114/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[115/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[116/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[117/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[118/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[119/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[120/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[121/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[122/305] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[123/305] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[124/312] Emitting module ArgumentParser
[125/313] Emitting module OrderedCollections
[128/314] Compiling OrderedCollections OrderedDictionary.swift
[129/314] Compiling OrderedCollections OrderedSet+Codable.swift
[130/314] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[131/314] Compiling OrderedCollections OrderedSet+Descriptions.swift
[132/314] Compiling OrderedCollections OrderedSet+Diffing.swift
[133/314] Compiling OrderedCollections OrderedSet+Equatable.swift
[134/314] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[135/314] Compiling OrderedCollections OrderedSet+Hashable.swift
[136/314] Compiling OrderedCollections OrderedSet+Initializers.swift
[137/314] Compiling OrderedCollections OrderedSet+Insertions.swift
[138/314] Compiling OrderedCollections OrderedSet+Invariants.swift
[139/314] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[140/314] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[141/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[142/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[143/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[143/314] Wrapping AST for ArgumentParser for debugging
[153/314] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[154/314] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[155/314] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[156/314] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[157/314] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[158/314] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[159/314] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[160/314] Compiling OrderedCollections OrderedDictionary+Values.swift
[160/314] Wrapping AST for OrderedCollections for debugging
[165/314] Compiling OrderedCollections _HashTable+BucketIterator.swift
[166/314] Compiling OrderedCollections _HashTable+Constants.swift
[167/314] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[168/319] Compiling OrderedCollections _HashTable+Testing.swift
[169/319] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[170/319] Compiling OrderedCollections _HashTable.swift
[171/319] Compiling OrderedCollections _Hashtable+Header.swift
[173/319] Emitting module ArgumentParser
[188/319] Compiling OrderedCollections OrderedSet+Sendable.swift
[189/319] Compiling OrderedCollections OrderedSet+SubSequence.swift
[190/319] Compiling OrderedCollections OrderedSet+Testing.swift
[191/319] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[192/319] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[193/319] Compiling OrderedCollections OrderedSet.swift
[194/319] Compiling OrderedCollections _UnsafeBitset.swift
[204/319] Emitting module OrderedCollections
[215/320] Compiling ArgumentParser CollectionExtensions.swift
[216/320] Compiling ArgumentParser Platform.swift
[217/320] Compiling ArgumentParser SequenceExtensions.swift
[218/320] Compiling ArgumentParser StringExtensions.swift
[219/320] Compiling ArgumentParser Tree.swift
[229/320] Wrapping AST for OrderedCollections for debugging
[241/321] Wrapping AST for ArgumentParser for debugging
[243/321] Emitting module SwiftSyntax
[245/322] Wrapping AST for SwiftSyntax for debugging
[247/325] Emitting module SwiftDiagnostics
[249/326] Emitting module SwiftBasicFormat
[250/327] Wrapping AST for SwiftDiagnostics for debugging
[251/327] Wrapping AST for SwiftBasicFormat for debugging
[253/327] Emitting module SwiftParser
[254/328] Wrapping AST for SwiftParser for debugging
[265/330] Emitting module SwiftOperators
[266/331] Emitting module SwiftParserDiagnostics
[268/332] Wrapping AST for SwiftOperators for debugging
[269/332] Wrapping AST for SwiftParserDiagnostics for debugging
[271/333] Emitting module SwiftSyntaxBuilder
[272/334] Wrapping AST for SwiftSyntaxBuilder for debugging
[281/335] Compiling SwiftSyntax RawSyntaxValidation.swift
[282/335] Compiling SwiftSyntax SyntaxNodesAB.swift
[283/335] Emitting module SwiftSyntaxMacros
[284/336] Wrapping AST for SwiftSyntaxMacros for debugging
[286/338] Emitting module SwiftSyntaxMacroExpansion
[287/339] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[289/340] Emitting module PluginCore
[290/341] Wrapping AST for PluginCore for debugging
[292/341] Emitting module SwiftCompilerPluginMessageHandling
[293/342] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[295/343] Emitting module SwiftCompilerPlugin
[296/344] Wrapping AST for SwiftCompilerPlugin for debugging
[298/345] Emitting module MacroPlugin
[299/346] Wrapping AST for MacroPlugin for debugging
[300/346] Write Objects.LinkFileList
[301/346] Linking MacroPlugin-tool
[303/375] Compiling MetaCodable ContentAt.swift
[304/375] Compiling MetaCodable Default.swift
[306/376] Compiling MetaCodable ContentAt.swift
[307/376] Compiling MetaCodable CodedBy.swift
[308/376] Compiling MetaCodable CodedIn.swift
[309/376] Compiling MetaCodable DynamicCodable.swift
[310/376] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[311/376] Compiling MetaCodable IgnoreCoding.swift
[312/376] Emitting module MetaCodable
[313/376] Compiling MetaCodable Codable.swift
[314/376] Compiling MetaCodable CodingKeys.swift
[315/376] Compiling MetaCodable HelperCoder.swift
[316/376] Compiling MetaCodable LossySequence.swift
[319/378] Compiling MetaCodable UnTagged.swift
[320/378] Compiling MetaCodable CodedAs.swift
[321/378] Compiling MetaCodable CodedAt.swift
[326/378] Compiling MetaCodable MemberInit.swift
[327/379] Compiling MetaCodable Codable.swift
[328/379] Compiling MetaCodable CodingKeys.swift
[329/379] Compiling MetaCodable IgnoreCodingInitialized.swift
[332/379] Emitting module MetaCodable
[334/379] Compiling MetaCodable IgnoreCoding.swift
[335/379] Compiling MetaCodable MemberInit.swift
[336/380] Wrapping AST for MetaCodable for debugging
[339/407] Compiling HelperCoders Base64Coder.swift
[340/407] Compiling HelperCoders ConditionalCoder.swift
[341/408] Compiling HelperCoders String.swift
[343/409] Compiling HelperCoders DateCoder.swift
[344/409] Compiling HelperCoders Since1970DateCoder.swift
[345/409] Emitting module HelperCoders
[346/409] Compiling HelperCoders ValueCoder.swift
[351/409] Compiling HelperCoders Number.swift
[352/409] Compiling HelperCoders DefaultSequenceElementCoding.swift
[353/409] Compiling HelperCoders SequenceCoder.swift
[354/409] Compiling HelperCoders ValueCoder.swift
[355/409] Emitting module HelperCoders
[356/409] Compiling HelperCoders NonConformingCoder.swift
[357/409] Compiling HelperCoders PropertyWrapperCoder.swift
[360/409] Compiling HelperCoders SequenceCoderConfiguration.swift
[361/409] Compiling HelperCoders Bool.swift
[364/410] Emitting module ProtocolGen
[365/411] Compiling HelperCoders Number.swift
[370/412] Wrapping AST for ProtocolGen for debugging
[371/412] Write Objects.LinkFileList
[372/412] Linking ProtocolGen-tool
[392/412] Compiling SwiftSyntax SyntaxNodesC.swift
[393/412] Compiling SwiftSyntax SyntaxNodesD.swift
[394/412] Compiling SwiftSyntax SyntaxNodesEF.swift
[395/412] Compiling SwiftSyntax SyntaxNodesGHI.swift
[396/412] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[397/412] Compiling SwiftSyntax SyntaxNodesOP.swift
[398/412] Compiling SwiftSyntax SyntaxNodesQRS.swift
[399/412] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[400/413] Wrapping AST for SwiftSyntax for debugging
[402/464] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[403/470] Compiling SwiftBasicFormat Syntax+Extensions.swift
[404/470] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[405/470] Compiling SwiftDiagnostics Message.swift
[406/471] Compiling SwiftDiagnostics FixIt.swift
[407/471] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[408/471] Emitting module SwiftDiagnostics
[409/471] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[410/471] Compiling SwiftParser Expressions.swift
[411/471] Compiling SwiftBasicFormat InferIndentation.swift
[412/471] Compiling SwiftDiagnostics Note.swift
[413/471] Compiling SwiftBasicFormat BasicFormat.swift
[414/471] Emitting module SwiftBasicFormat
[415/472] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[416/472] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[417/472] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[418/472] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[420/473] Wrapping AST for SwiftBasicFormat for debugging
[421/473] Wrapping AST for SwiftDiagnostics for debugging
[423/473] Compiling SwiftParser Modifiers.swift
[424/473] Compiling SwiftParser Names.swift
[425/473] Compiling SwiftParser Nominals.swift
[426/473] Compiling SwiftParser Parameters.swift
[427/473] Compiling SwiftParser ParseSourceFile.swift
[428/473] Compiling SwiftParser Parser.swift
[429/478] Compiling SwiftParser SwiftParserCompatibility.swift
[430/478] Compiling SwiftParser SwiftVersion.swift
[431/478] Compiling SwiftParser SyntaxUtils.swift
[432/478] Compiling SwiftParser TokenConsumer.swift
[433/478] Compiling SwiftParser TokenPrecedence.swift
[434/478] Compiling SwiftParser LexemeSequence.swift
[435/478] Compiling SwiftParser Lexer.swift
[436/478] Compiling SwiftParser RegexLiteralLexer.swift
[437/478] Compiling SwiftParser UnicodeScalarExtensions.swift
[438/478] Compiling SwiftParser Lookahead.swift
[439/478] Compiling SwiftParser LoopProgressCondition.swift
[440/478] Compiling SwiftParser Patterns.swift
[441/478] Compiling SwiftParser Recovery.swift
[442/478] Compiling SwiftParser Specifiers.swift
[443/478] Compiling SwiftParser Statements.swift
[444/478] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[445/478] Compiling SwiftParser StringLiterals.swift
[446/478] Compiling SwiftParser TokenSpec.swift
[447/478] Compiling SwiftParser TokenSpecSet.swift
[448/478] Compiling SwiftParser TopLevel.swift
[449/478] Compiling SwiftParser TriviaParser.swift
[450/478] Compiling SwiftParser Types.swift
[455/478] Compiling SwiftParser Cursor.swift
[456/478] Compiling SwiftParser Lexeme.swift
[457/478] Compiling SwiftParser Attributes.swift
[458/478] Compiling SwiftParser Availability.swift
[459/478] Compiling SwiftParser CharacterInfo.swift
[460/478] Compiling SwiftParser CollectionNodes+Parsable.swift
[461/478] Compiling SwiftParser Declarations.swift
[462/478] Compiling SwiftParser Directives.swift
[463/478] Emitting module SwiftParser
[464/478] Compiling SwiftParser ExperimentalFeatures.swift
[465/478] Compiling SwiftParser IsLexerClassified.swift
[466/478] Compiling SwiftParser LayoutNodes+Parsable.swift
[467/478] Compiling SwiftParser Parser+TokenSpecSet.swift
[468/478] Compiling SwiftParser TokenSpecStaticMembers.swift
[469/479] Wrapping AST for SwiftParser for debugging
[471/502] Compiling SwiftOperators PrecedenceGraph.swift
[472/502] Compiling SwiftOperators PrecedenceGroup.swift
[473/502] Compiling SwiftOperators OperatorTable.swift
[474/503] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[475/504] Compiling SwiftOperators OperatorTable+Semantics.swift
[476/504] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[477/504] Compiling SwiftOperators SyntaxSynthesis.swift
[478/504] Emitting module SwiftOperators
[479/504] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[480/504] Compiling SwiftParserDiagnostics PresenceUtils.swift
[481/504] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[482/504] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[483/504] Compiling SwiftOperators OperatorTable+Folding.swift
[485/505] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[486/505] Compiling SwiftParserDiagnostics Utils.swift
[487/505] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[487/505] Wrapping AST for SwiftOperators for debugging
[493/505] Emitting module SwiftParserDiagnostics
[494/505] Compiling SwiftParserDiagnostics MissingNodesError.swift
[495/505] Compiling SwiftParserDiagnostics MissingTokenError.swift
[496/505] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[497/505] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[498/506] Wrapping AST for SwiftParserDiagnostics for debugging
[500/521] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[501/521] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[502/521] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[503/521] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[504/521] Compiling SwiftSyntaxBuilder Indenter.swift
[505/521] Compiling SwiftSyntaxBuilder ListBuilder.swift
[506/521] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[507/521] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[508/521] Emitting module SwiftSyntaxBuilder
[509/521] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[510/521] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[511/522] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[512/522] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[513/522] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[514/522] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[515/522] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[516/523] Wrapping AST for SwiftSyntaxBuilder for debugging
[518/540] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[519/540] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[520/540] Compiling SwiftSyntaxMacros Macro.swift
[521/540] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[522/540] Compiling SwiftSyntaxMacros AccessorMacro.swift
[523/540] Compiling SwiftSyntaxMacros AttachedMacro.swift
[524/540] Compiling SwiftSyntaxMacros BodyMacro.swift
[525/540] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[526/540] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[527/540] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[528/540] Compiling SwiftSyntaxMacros Macro+Format.swift
[529/542] Emitting module SwiftSyntaxMacros
[530/542] Compiling SwiftSyntaxMacros MemberMacro.swift
[531/542] Compiling SwiftSyntaxMacros PeerMacro.swift
[532/542] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[533/542] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[534/542] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[535/542] Compiling SwiftSyntaxMacros PreambleMacro.swift
[536/542] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[537/543] Wrapping AST for SwiftSyntaxMacros for debugging
[539/634] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[540/635] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[541/635] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[542/635] Compiling PluginCore AttributableDeclSyntax.swift
[543/635] Compiling PluginCore Attribute.swift
[544/635] Emitting module SwiftSyntaxMacroExpansion
[545/635] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[546/635] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[547/635] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[548/635] Emitting module PluginCore
[551/646] Compiling PluginCore Codable+Expansion.swift
[552/646] Compiling PluginCore Codable.swift
[553/646] Compiling PluginCore CodingKeyTransformer.swift
[554/646] Compiling PluginCore CodingKeys.swift
[555/646] Compiling PluginCore Strategy.swift
[556/646] Compiling PluginCore IgnoreCodingInitialized.swift
[557/646] Compiling PluginCore Inherits.swift
[558/646] Compiling PluginCore UnTagged.swift
[559/646] Compiling PluginCore CodedAs.swift
[560/646] Compiling PluginCore CodedBy.swift
[561/646] Compiling PluginCore KeyedVariable.swift
[562/646] Compiling PluginCore PropertyVariable.swift
[563/646] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[564/646] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[565/646] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[566/646] Compiling PluginCore PropertyVariableTreeNode.swift
[567/646] Compiling PluginCore AssociatedDeclSyntax.swift
[568/646] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[569/646] Compiling PluginCore MemberGroupSyntax.swift
[570/646] Compiling PluginCore PropertyDeclSyntax.swift
[571/646] Compiling PluginCore VariableSyntax.swift
[572/646] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[573/646] Compiling PluginCore Default.swift
[574/646] Compiling PluginCore IgnoreCoding.swift
[575/646] Compiling PluginCore IgnoreDecoding.swift
[576/646] Compiling PluginCore IgnoreEncoding.swift
[577/646] Compiling PluginCore CodedAt.swift
[578/646] Compiling PluginCore CodedIn.swift
[579/646] Compiling PluginCore ContentAt.swift
[580/646] Compiling PluginCore KeyPathProvider.swift
[581/646] Compiling PluginCore MemberInit+Expansion.swift
[582/646] Compiling PluginCore MemberInit.swift
[583/646] Compiling PluginCore PeerAttribute.swift
[584/646] Compiling PluginCore AggregatedDiagnosticProducer.swift
[585/646] Compiling PluginCore CombinedUsage.swift
[586/646] Compiling PluginCore ArgumentCountCondition.swift
[587/646] Compiling PluginCore DeclarationCondition.swift
[588/646] Compiling PluginCore DiagnosticCondition.swift
[589/646] Compiling PluginCore ConditionalDiagnosticProducer.swift
[590/646] Compiling PluginCore DiagnosticProducer.swift
[591/646] Compiling PluginCore DuplicateUsage.swift
[592/646] Compiling PluginCore GroupedVariableDeclaration.swift
[593/646] Compiling PluginCore InvalidCombination.swift
[594/646] Compiling PluginCore InvalidDeclaration.swift
[595/646] Compiling PluginCore MetaCodableMessage.swift
[596/646] Compiling PluginCore StaticVariableDeclaration.swift
[597/646] Compiling PluginCore UninitializedVariableDecl.swift
[598/646] Compiling PluginCore AttributeExpander.swift
[599/646] Compiling PluginCore DeclModifiersGenerator.swift
[600/646] Compiling PluginCore Options.swift
[601/646] Compiling PluginCore ComposedVariable.swift
[602/646] Compiling PluginCore ConditionalCodingVariable.swift
[603/647] Compiling PluginCore AssociatedVariable.swift
[604/647] Compiling PluginCore BasicAssociatedVariable.swift
[605/647] Compiling PluginCore BasicEnumCaseVariable.swift
[606/647] Compiling PluginCore EnumCaseVariable.swift
[607/647] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[608/647] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[609/647] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[611/647] Compiling PluginCore AnyEnumSwitcher.swift
[612/647] Compiling PluginCore EnumSwitcherVariable.swift
[613/647] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[614/647] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[615/647] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[616/647] Compiling PluginCore UnTaggedEnumSwitcher.swift
[617/647] Compiling PluginCore AnyInitialization.swift
[618/647] Compiling PluginCore AnyRequiredVariableInitialization.swift
[619/647] Compiling PluginCore IgnoredInitialization.swift
[620/647] Compiling PluginCore MemberwiseInitGenerator.swift
[621/647] Compiling PluginCore OptionalInitialization.swift
[622/647] Compiling PluginCore RequiredInitialization.swift
[623/647] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[624/647] Compiling PluginCore RequiredVariableInitialization.swift
[625/647] Compiling PluginCore VariableInitialization.swift
[626/647] Compiling PluginCore AliasedPropertyVariable.swift
[627/647] Compiling PluginCore AnyPropertyVariable.swift
[628/647] Compiling PluginCore BasicPropertyVariable.swift
[629/647] Compiling PluginCore DecodingFallback.swift
[630/647] Compiling PluginCore DefaultValueVariable.swift
[631/647] Compiling PluginCore HelperCodedVariable.swift
[632/647] Compiling PluginCore InitializationVariable.swift
[633/647] Compiling PluginCore ActorVariable.swift
[634/647] Compiling PluginCore ClassVariable.swift
[635/647] Compiling PluginCore Case.swift
[636/647] Compiling PluginCore CodingKeysMap.swift
[637/647] Compiling PluginCore Key.swift
[638/647] Compiling PluginCore ConstraintGenerator.swift
[639/647] Compiling PluginCore Registration.swift
[640/647] Compiling PluginCore EnumVariable.swift
[641/647] Compiling PluginCore MemberGroup.swift
[642/647] Compiling PluginCore TypeVariable.swift
[643/647] Compiling PluginCore Variable.swift
[644/648] Wrapping AST for PluginCore for debugging
[646/655] Compiling ProtocolGen InheritableDeclSyntax.swift
[647/655] Compiling ProtocolGen ProtocolGen.swift
[648/655] Compiling ProtocolGen Parse.swift
[649/655] Compiling ProtocolGen Config.swift
[650/655] Compiling ProtocolGen Fetch.swift
[651/655] 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 |     }
[652/655] Emitting module ProtocolGen
[653/656] Wrapping AST for ProtocolGen for debugging
[654/656] Write Objects.LinkFileList
[655/656] Linking ProtocolGen
Build complete! (210.78s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.1.0",
            "upper_bound" : "601.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",
        "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/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/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",
        "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",
        "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/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",
        "ValueCoders/Bool.swift",
        "ValueCoders/Number.swift",
        "ValueCoders/String.swift",
        "ValueCoders/ValueCoder.swift"
      ],
      "target_dependencies" : [
        "MetaCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.