The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of MetaCodable, reference v1.5.0 (e2b09b), with Swift 6.1 for Linux on 8 Jul 2025 09:41:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLab/MetaCodable.git
Reference: v1.5.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.5.0     -> FETCH_HEAD
HEAD is now at e2b09b4 chore(CHANGELOG): update for v1.5.0 [skip ci]
Cloned https://github.com/SwiftyLab/MetaCodable.git
Revision (git rev-parse @):
e2b09b4ceed09c972adb7f48572446d07a1c0e16
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyLab/MetaCodable.git at v1.5.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" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "MetaCodable",
  "name" : "MetaCodable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MetaCodable",
      "targets" : [
        "MetaCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HelperCoders",
      "targets" : [
        "HelperCoders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MetaProtocolCodable",
      "targets" : [
        "MetaProtocolCodable"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "ProtocolGen",
      "targets" : [
        "ProtocolGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MacroPlugin",
      "targets" : [
        "MacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ProtocolGen",
      "module_type" : "SwiftTarget",
      "name" : "ProtocolGen",
      "path" : "Sources/ProtocolGen",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftSyntaxMacroExpansion"
      ],
      "product_memberships" : [
        "MetaProtocolCodable",
        "ProtocolGen"
      ],
      "sources" : [
        "Config.swift",
        "Fetch.swift",
        "Generate.swift",
        "InheritableDeclSyntax.swift",
        "Parse.swift",
        "ProtocolGen.swift"
      ],
      "target_dependencies" : [
        "PluginCore",
        "MetaCodable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PluginCore",
      "module_type" : "SwiftTarget",
      "name" : "PluginCore",
      "path" : "Sources/PluginCore",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftOperators",
        "SwiftDiagnostics",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen",
        "MacroPlugin"
      ],
      "sources" : [
        "Attributes/AttributableDeclSyntax.swift",
        "Attributes/Attribute.swift",
        "Attributes/Codable/Codable+Expansion.swift",
        "Attributes/Codable/Codable.swift",
        "Attributes/Codable/CodingKeys/CodingKeyTransformer.swift",
        "Attributes/Codable/CodingKeys/CodingKeys.swift",
        "Attributes/Codable/CodingKeys/Strategy.swift",
        "Attributes/Codable/Decodable/AttributeExpander+Decodable.swift",
        "Attributes/Codable/Decodable/Decodable+Expansion.swift",
        "Attributes/Codable/Decodable/Decodable.swift",
        "Attributes/Codable/Encodable/AttributeExpander+Encodable.swift",
        "Attributes/Codable/Encodable/Encodable+Expansion.swift",
        "Attributes/Codable/Encodable/Encodable.swift",
        "Attributes/Codable/IgnoreCodingInitialized.swift",
        "Attributes/Codable/Inherits.swift",
        "Attributes/Codable/Strategies/StrategyFinder.swift",
        "Attributes/Codable/UnTagged.swift",
        "Attributes/CodedAs.swift",
        "Attributes/CodedBy.swift",
        "Attributes/Default.swift",
        "Attributes/IgnoreCoding/IgnoreCoding.swift",
        "Attributes/IgnoreCoding/IgnoreDecoding.swift",
        "Attributes/IgnoreCoding/IgnoreEncoding.swift",
        "Attributes/KeyPath/CodedAt.swift",
        "Attributes/KeyPath/CodedIn.swift",
        "Attributes/KeyPath/ContentAt.swift",
        "Attributes/KeyPath/DecodedAt.swift",
        "Attributes/KeyPath/EncodedAt.swift",
        "Attributes/KeyPath/KeyPathProvider.swift",
        "Attributes/MemberInit/MemberInit+Expansion.swift",
        "Attributes/MemberInit/MemberInit.swift",
        "Attributes/PeerAttribute.swift",
        "Diagnostics/AggregatedDiagnosticProducer.swift",
        "Diagnostics/CombinedUsage.swift",
        "Diagnostics/Condition/ArgumentCountCondition.swift",
        "Diagnostics/Condition/DeclarationCondition.swift",
        "Diagnostics/Condition/DiagnosticCondition.swift",
        "Diagnostics/ConditionalDiagnosticProducer.swift",
        "Diagnostics/DiagnosticProducer.swift",
        "Diagnostics/DuplicateUsage.swift",
        "Diagnostics/GroupedVariableDeclaration.swift",
        "Diagnostics/InvalidCombination.swift",
        "Diagnostics/InvalidDeclaration.swift",
        "Diagnostics/MetaCodableMessage.swift",
        "Diagnostics/StaticVariableDeclaration.swift",
        "Diagnostics/UninitializedVariableDecl.swift",
        "Expansion/AttributeExpander.swift",
        "Expansion/Options/DeclModifiersGenerator.swift",
        "Expansion/Options/Options.swift",
        "Variables/ComposedVariable.swift",
        "Variables/ConditionalCodingVariable.swift",
        "Variables/Enum/Case/Associated/AssociatedVariable.swift",
        "Variables/Enum/Case/Associated/BasicAssociatedVariable.swift",
        "Variables/Enum/Case/BasicEnumCaseVariable.swift",
        "Variables/Enum/Case/EnumCaseVariable.swift",
        "Variables/Enum/Switcher/AdjacentlyTaggableSwitcher.swift",
        "Variables/Enum/Switcher/AdjacentlyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/AnyEnumSwitcher.swift",
        "Variables/Enum/Switcher/EnumSwitcherVariable.swift",
        "Variables/Enum/Switcher/ExternallyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/InternallyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/TaggedEnumSwitcherVariable.swift",
        "Variables/Enum/Switcher/UnTaggedEnumSwitcher.swift",
        "Variables/Initialization/AnyInitialization.swift",
        "Variables/Initialization/AnyRequiredVariableInitialization.swift",
        "Variables/Initialization/IgnoredInitialization.swift",
        "Variables/Initialization/MemberwiseInitGenerator.swift",
        "Variables/Initialization/OptionalInitialization.swift",
        "Variables/Initialization/RequiredInitialization.swift",
        "Variables/Initialization/RequiredInitializationWithDefaultValue.swift",
        "Variables/Initialization/RequiredVariableInitialization.swift",
        "Variables/Initialization/VariableInitialization.swift",
        "Variables/Property/AliasedPropertyVariable.swift",
        "Variables/Property/AnyPropertyVariable.swift",
        "Variables/Property/BasicPropertyVariable.swift",
        "Variables/Property/Data/DecodingFallback.swift",
        "Variables/Property/DefaultValueVariable.swift",
        "Variables/Property/HelperCodedVariable.swift",
        "Variables/Property/InitializationVariable.swift",
        "Variables/Property/KeyedVariable.swift",
        "Variables/Property/PropertyVariable.swift",
        "Variables/Property/StrategyVariable.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+CodingData.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+CodingLocation.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+Generated.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode.swift",
        "Variables/Syntax/AssociatedDeclSyntax.swift",
        "Variables/Syntax/EnumCaseVariableDeclSyntax.swift",
        "Variables/Syntax/MemberGroupSyntax.swift",
        "Variables/Syntax/PropertyDeclSyntax.swift",
        "Variables/Syntax/VariableSyntax.swift",
        "Variables/Type/ActorVariable.swift",
        "Variables/Type/ClassVariable.swift",
        "Variables/Type/Data/CodingKeysMap/Case.swift",
        "Variables/Type/Data/CodingKeysMap/CodingKeysMap.swift",
        "Variables/Type/Data/CodingKeysMap/Key.swift",
        "Variables/Type/Data/ConstraintGenerator.swift",
        "Variables/Type/Data/Registration.swift",
        "Variables/Type/EnumVariable.swift",
        "Variables/Type/MemberGroup.swift",
        "Variables/Type/TypeVariable.swift",
        "Variables/Variable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MetaProtocolCodable",
      "module_type" : "PluginTarget",
      "name" : "MetaProtocolCodable",
      "path" : "Plugins/MetaProtocolCodable",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "MetaProtocolCodable"
      ],
      "sources" : [
        "Config.swift",
        "PathToURLMigration.swift",
        "Plugin.swift",
        "PluginContext.swift",
        "SourceTarget/MetaProtocolCodableSourceTarget.swift",
        "SourceTarget/SwiftPackageTarget.swift",
        "SourceTarget/XcodeTarget.swift"
      ],
      "target_dependencies" : [
        "ProtocolGen"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "MetaCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "MetaCodableTests",
      "path" : "Tests/MetaCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AccessModifierTests.swift",
        "Attributes/CodedByTests.swift",
        "Attributes/DefaultTests.swift",
        "Codable/CommonStrategiesValueCoderTests.swift",
        "CodableInheritanceTests.swift",
        "CodableTests.swift",
        "CodedAs/CodedAsEnumTests.swift",
        "CodedAs/CodedAsTests.swift",
        "CodedAt/CodedAtDefaultChoiceTests.swift",
        "CodedAt/CodedAtDefaultOnlyMissingTests.swift",
        "CodedAt/CodedAtDefaultTests.swift",
        "CodedAt/CodedAtEnumTests.swift",
        "CodedAt/CodedAtHelperDefaultTests.swift",
        "CodedAt/CodedAtHelperTests.swift",
        "CodedAt/CodedAtTests.swift",
        "CodedAt/DecodedAtTests.swift",
        "CodedAt/EncodedAtTests.swift",
        "CodedBy/CodedByActionTests.swift",
        "CodedIn/CodedInDefaultTests.swift",
        "CodedIn/CodedInHelperDefaultChoiceTests.swift",
        "CodedIn/CodedInHelperDefaultOnlyMissingTests.swift",
        "CodedIn/CodedInHelperDefaultTests.swift",
        "CodedIn/CodedInHelperTests.swift",
        "CodedIn/CodedInTests.swift",
        "CodingKeysGenerationTests.swift",
        "CodingKeysTests.swift",
        "ConformCodableTests.swift",
        "ContentAtTests.swift",
        "DecodedAtEncodedAtIntegrationTests.swift",
        "DynamicCodable/DynamicCodableTests.swift",
        "DynamicCodable/PageData.swift",
        "DynamicCodable/PostPage.swift",
        "DynamicCodable/Response.swift",
        "ExplicitCodingTests.swift",
        "GenericsTests.swift",
        "GroupedMutableVariableTests.swift",
        "GroupedVariableTests.swift",
        "HelperCoders/DataCoderTests.swift",
        "HelperCoders/DateCoderTests.swift",
        "HelperCoders/HelperCodersTests.swift",
        "HelperCoders/LossySequenceTests.swift",
        "HelperCoders/NonConformingCoderTests.swift",
        "HelperCoders/SequenceCoderTests.swift",
        "HelperCoders/ValueCoderTests.swift",
        "IgnoreCodingTests.swift",
        "IgnoreInitializedTests.swift",
        "UntaggedEnumTests.swift",
        "VariableDeclarationTests.swift"
      ],
      "target_dependencies" : [
        "PluginCore",
        "MacroPlugin",
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MetaCodable",
      "module_type" : "SwiftTarget",
      "name" : "MetaCodable",
      "path" : "Sources/MetaCodable",
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen"
      ],
      "sources" : [
        "Codable/Codable.swift",
        "Codable/CodableCommonStrategy.swift",
        "Codable/CodingKeys.swift",
        "Codable/Decodable.swift",
        "Codable/Encodable.swift",
        "Codable/IgnoreCodingInitialized.swift",
        "Codable/UnTagged.swift",
        "CodedAs.swift",
        "CodedAt.swift",
        "CodedBy.swift",
        "CodedIn.swift",
        "ContentAt.swift",
        "DecodedAt.swift",
        "Default.swift",
        "DynamicCodable/DynamicCodable.swift",
        "DynamicCodable/DynamicCodableIdentifier+CodingKey.swift",
        "DynamicCodable/DynamicCodableIdentifier+Expressible.swift",
        "DynamicCodable/DynamicCodableIdentifier.swift",
        "EncodedAt.swift",
        "HelperCoders/HelperCoder.swift",
        "HelperCoders/LossySequence.swift",
        "IgnoreCoding.swift",
        "MemberInit.swift"
      ],
      "target_dependencies" : [
        "MacroPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "MacroPlugin",
      "path" : "Sources/MacroPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen",
        "MacroPlugin"
      ],
      "sources" : [
        "Definitions.swift",
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "PluginCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "HelperCoders",
      "module_type" : "SwiftTarget",
      "name" : "HelperCoders",
      "path" : "Sources/HelperCoders",
      "product_memberships" : [
        "HelperCoders"
      ],
      "sources" : [
        "Base64Coder.swift",
        "ConditionalCoder.swift",
        "DateCoders/DateCoder.swift",
        "DateCoders/Since1970DateCoder.swift",
        "NonConformingCoder.swift",
        "PropertyWrapperCoder.swift",
        "SequenceCoder/DefaultSequenceElementCoding.swift",
        "SequenceCoder/SequenceCoder.swift",
        "SequenceCoder/SequenceCoderConfiguration.swift",
        "Strategies/HelperCoderStrategy.swift",
        "ValueCoders/Bool.swift",
        "ValueCoders/Number.swift",
        "ValueCoders/String.swift",
        "ValueCoders/ValueCoder.swift"
      ],
      "target_dependencies" : [
        "MetaCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/16746] Fetching swift-collections
[4188/32270] Fetching swift-collections, swift-argument-parser
[19801/103529] Fetching swift-collections, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.57s)
[64490/88005] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.60s)
[48457/71259] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.12s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (9.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.15s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (4.27s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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.6.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
[0/52] Write sources
[23/52] Compiling _SwiftSyntaxCShims dummy.c
[24/52] Write swift-version-24593BA9C3E375BF.txt
[26/76] Emitting module SwiftSyntax509
[27/76] Emitting module SwiftSyntax600
[28/76] Compiling SwiftSyntax600 Empty.swift
[29/77] Compiling SwiftSyntax509 Empty.swift
[30/78] Compiling ArgumentParserToolInfo ToolInfo.swift
[31/78] Compiling SwiftSyntax510 Empty.swift
[32/78] Emitting module SwiftSyntax510
[33/78] Compiling SwiftSyntax601 Empty.swift
[34/78] Emitting module SwiftSyntax601
[35/78] Emitting module ArgumentParserToolInfo
[36/80] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/80] Compiling InternalCollectionsUtilities _SortedCollection.swift
[40/82] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/82] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/82] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[44/82] Compiling InternalCollectionsUtilities UInt+reversed.swift
[45/82] Emitting module InternalCollectionsUtilities
[46/82] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/82] Compiling InternalCollectionsUtilities Integer rank.swift
[49/82] Compiling InternalCollectionsUtilities Descriptions.swift
[50/82] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[51/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/82] Wrapping AST for SwiftSyntax600 for debugging
[53/82] Wrapping AST for SwiftSyntax509 for debugging
[55/82] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/82] Compiling InternalCollectionsUtilities Debugging.swift
[56/82] Wrapping AST for ArgumentParserToolInfo for debugging
[57/126] Wrapping AST for SwiftSyntax510 for debugging
[59/126] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/127] Wrapping AST for SwiftSyntax601 for debugging
[61/148] Wrapping AST for InternalCollectionsUtilities for debugging
[63/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[64/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[65/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[66/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[67/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[68/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[69/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[70/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[71/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[72/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[73/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[74/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[75/246] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[76/246] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[77/253] Compiling OrderedCollections OrderedDictionary.swift
[78/253] Compiling OrderedCollections OrderedSet+Codable.swift
[79/253] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[80/253] Compiling OrderedCollections OrderedSet+Descriptions.swift
[81/253] Compiling OrderedCollections OrderedSet+Diffing.swift
[82/253] Compiling OrderedCollections OrderedSet+Equatable.swift
[83/253] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[84/253] Compiling OrderedCollections OrderedSet+Hashable.swift
[85/253] Compiling OrderedCollections OrderedSet+Initializers.swift
[86/253] Compiling OrderedCollections OrderedSet+Insertions.swift
[87/253] Compiling OrderedCollections OrderedSet+Invariants.swift
[88/253] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[89/253] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[90/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[91/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[92/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[93/253] Compiling OrderedCollections OrderedDictionary+Codable.swift
[94/253] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[95/253] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[96/253] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[97/253] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[98/253] Compiling OrderedCollections OrderedDictionary+Elements.swift
[99/253] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[100/253] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[101/253] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[102/253] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[103/253] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[104/253] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[105/253] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[106/253] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[107/253] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[108/253] Compiling OrderedCollections OrderedDictionary+Values.swift
[118/262] Compiling OrderedCollections _HashTable+Bucket.swift
[119/262] Compiling OrderedCollections _HashTable+BucketIterator.swift
[120/262] Compiling OrderedCollections _HashTable+Constants.swift
[121/262] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[122/262] Compiling OrderedCollections _HashTable+Testing.swift
[123/262] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[124/262] Compiling OrderedCollections _HashTable.swift
[125/262] Compiling OrderedCollections _Hashtable+Header.swift
[126/262] Compiling OrderedCollections OrderedSet+Sendable.swift
[127/262] Compiling OrderedCollections OrderedSet+SubSequence.swift
[128/262] Compiling OrderedCollections OrderedSet+Testing.swift
[129/262] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[130/262] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[131/262] Compiling OrderedCollections OrderedSet.swift
[132/262] Compiling OrderedCollections _UnsafeBitset.swift
[133/262] Emitting module OrderedCollections
[134/263] Wrapping AST for OrderedCollections for debugging
[136/263] Emitting module ArgumentParser
[137/269] Compiling ArgumentParser Tree.swift
[138/269] Compiling ArgumentParser CodingKeyValidator.swift
[139/269] Compiling ArgumentParser NonsenseFlagsValidator.swift
[140/269] Compiling ArgumentParser ParsableArgumentsValidation.swift
[141/269] Compiling ArgumentParser PositionalArgumentsValidator.swift
[142/269] Compiling ArgumentParser UniqueNamesValidator.swift
[195/270] Wrapping AST for ArgumentParser for debugging
[197/270] Emitting module SwiftSyntax
[214/270] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[215/270] Compiling SwiftSyntax RawSyntaxValidation.swift
[243/270] Compiling SwiftSyntax SyntaxNodesAB.swift
[244/270] Compiling SwiftSyntax SyntaxNodesC.swift
[245/270] Compiling SwiftSyntax SyntaxNodesD.swift
[246/270] Compiling SwiftSyntax SyntaxNodesEF.swift
[247/270] Compiling SwiftSyntax SyntaxNodesGHI.swift
[248/270] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[249/270] Compiling SwiftSyntax SyntaxNodesOP.swift
[250/270] Compiling SwiftSyntax SyntaxNodesQRS.swift
[251/270] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[252/274] Wrapping AST for SwiftSyntax for debugging
[254/329] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[255/330] Compiling SwiftDiagnostics Message.swift
[256/330] Compiling SwiftBasicFormat Syntax+Extensions.swift
[257/330] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[258/330] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[259/330] Compiling SwiftDiagnostics Note.swift
[260/330] Emitting module SwiftDiagnostics
[261/330] Compiling SwiftParser Attributes.swift
[262/330] Compiling SwiftParser Availability.swift
[263/330] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[264/330] Compiling SwiftDiagnostics FixIt.swift
[265/330] Compiling SwiftBasicFormat Indenter.swift
[266/330] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[267/330] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[268/330] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[269/330] Compiling SwiftBasicFormat InferIndentation.swift
[270/331] Wrapping AST for SwiftDiagnostics for debugging
[272/331] Emitting module SwiftBasicFormat
[273/331] Compiling SwiftBasicFormat BasicFormat.swift
[274/332] Wrapping AST for SwiftBasicFormat for debugging
[276/332] Compiling SwiftParser LexemeSequence.swift
[277/332] Compiling SwiftParser Lexer.swift
[278/332] Compiling SwiftParser RegexLiteralLexer.swift
[279/332] Compiling SwiftParser UnicodeScalarExtensions.swift
[280/332] Compiling SwiftParser Lookahead.swift
[281/332] Compiling SwiftParser LoopProgressCondition.swift
[282/337] Emitting module SwiftParser
[283/337] Compiling SwiftParser TokenSpec.swift
[284/337] Compiling SwiftParser TokenSpecSet.swift
[285/337] Compiling SwiftParser TopLevel.swift
[286/337] Compiling SwiftParser TriviaParser.swift
[287/337] Compiling SwiftParser Types.swift
[288/337] Compiling SwiftParser SwiftParserCompatibility.swift
[289/337] Compiling SwiftParser SwiftVersion.swift
[290/337] Compiling SwiftParser SyntaxUtils.swift
[291/337] Compiling SwiftParser TokenConsumer.swift
[292/337] Compiling SwiftParser TokenPrecedence.swift
[293/337] Compiling SwiftParser Modifiers.swift
[294/337] Compiling SwiftParser Names.swift
[295/337] Compiling SwiftParser Nominals.swift
[296/337] Compiling SwiftParser Parameters.swift
[297/337] Compiling SwiftParser ParseSourceFile.swift
[298/337] Compiling SwiftParser Parser.swift
[299/337] Compiling SwiftParser Patterns.swift
[300/337] Compiling SwiftParser Recovery.swift
[301/337] Compiling SwiftParser Specifiers.swift
[302/337] Compiling SwiftParser Statements.swift
[303/337] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[304/337] Compiling SwiftParser StringLiterals.swift
[309/337] Compiling SwiftParser Declarations.swift
[310/337] Compiling SwiftParser Directives.swift
[311/337] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[312/337] Compiling SwiftParser Expressions.swift
[313/337] Compiling SwiftParser IncrementalParseTransition.swift
[314/337] Compiling SwiftParser IsValidIdentifier.swift
[315/337] Compiling SwiftParser Cursor.swift
[316/337] Compiling SwiftParser Lexeme.swift
[317/337] Compiling SwiftParser ExperimentalFeatures.swift
[318/337] Compiling SwiftParser IsLexerClassified.swift
[319/337] Compiling SwiftParser LayoutNodes+Parsable.swift
[320/337] Compiling SwiftParser Parser+TokenSpecSet.swift
[321/337] Compiling SwiftParser TokenSpecStaticMembers.swift
[322/338] Wrapping AST for SwiftParser for debugging
[324/361] Compiling SwiftOperators PrecedenceGroup.swift
[325/362] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[326/363] Compiling SwiftOperators PrecedenceGraph.swift
[327/363] Compiling SwiftOperators OperatorTable.swift
[328/363] Compiling SwiftOperators SyntaxSynthesis.swift
[329/363] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[330/363] Compiling SwiftOperators OperatorTable+Semantics.swift
[331/363] Compiling SwiftOperators OperatorTable+Folding.swift
[332/363] Compiling SwiftOperators OperatorError.swift
[333/363] Compiling SwiftOperators OperatorTable+Defaults.swift
[334/363] Compiling SwiftOperators Operator.swift
[335/363] Compiling SwiftOperators OperatorError+Diagnostics.swift
[336/363] Emitting module SwiftOperators
[337/364] Emitting module SwiftParserDiagnostics
[338/364] Wrapping AST for SwiftOperators for debugging
[340/364] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[341/364] Compiling SwiftParserDiagnostics Utils.swift
[342/364] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[343/364] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[344/364] Compiling SwiftParserDiagnostics PresenceUtils.swift
[349/364] Compiling SwiftParserDiagnostics MissingNodesError.swift
[350/364] Compiling SwiftParserDiagnostics MissingTokenError.swift
[351/365] Wrapping AST for SwiftParserDiagnostics for debugging
[353/380] Emitting module SwiftSyntaxBuilder
[354/381] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[355/381] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[356/381] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[357/381] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[358/381] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[359/381] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[360/381] Compiling SwiftSyntaxBuilder Indenter.swift
[361/381] Compiling SwiftSyntaxBuilder ListBuilder.swift
[362/381] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[363/381] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[364/381] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[365/381] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[366/381] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[367/381] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[368/381] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[369/382] Wrapping AST for SwiftSyntaxBuilder for debugging
[371/399] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[372/399] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[373/401] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[374/401] Compiling SwiftSyntaxMacros Macro+Format.swift
[375/401] Compiling SwiftSyntaxMacros Macro.swift
[376/401] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[377/401] Compiling SwiftSyntaxMacros MemberMacro.swift
[378/401] Compiling SwiftSyntaxMacros PeerMacro.swift
[379/401] Compiling SwiftSyntaxMacros AccessorMacro.swift
[380/401] Compiling SwiftSyntaxMacros AttachedMacro.swift
[381/401] Compiling SwiftSyntaxMacros BodyMacro.swift
[382/401] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[383/401] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[384/401] Emitting module SwiftSyntaxMacros
[385/401] Compiling SwiftSyntaxMacros PreambleMacro.swift
[386/401] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[387/401] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[388/401] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[389/401] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[390/402] Wrapping AST for SwiftSyntaxMacros for debugging
[392/502] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[393/503] Emitting module SwiftSyntaxMacroExpansion
[394/503] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[395/503] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[396/503] Compiling PluginCore DuplicateUsage.swift
[397/503] Compiling PluginCore GroupedVariableDeclaration.swift
[398/503] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[399/503] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[400/503] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[401/503] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[402/504] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[404/516] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[405/516] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[406/517] Emitting module SwiftCompilerPluginMessageHandling
[407/517] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[408/517] Emitting module PluginCore
[409/529] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[410/529] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[411/529] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[412/529] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[413/529] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[414/529] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[417/529] Compiling PluginCore DeclModifiersGenerator.swift
[418/529] Compiling PluginCore Options.swift
[419/529] Compiling PluginCore ComposedVariable.swift
[420/529] Compiling PluginCore ConditionalCodingVariable.swift
[421/529] Compiling PluginCore AssociatedVariable.swift
[422/529] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[423/529] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[424/529] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[425/529] Compiling PluginCore InitializationVariable.swift
[426/529] Compiling PluginCore KeyedVariable.swift
[427/529] Compiling PluginCore PropertyVariable.swift
[428/529] Compiling PluginCore StrategyVariable.swift
[429/529] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[430/529] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[431/529] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[432/529] Compiling PluginCore PropertyVariableTreeNode.swift
[433/529] Compiling PluginCore AssociatedDeclSyntax.swift
[434/529] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[435/529] Compiling PluginCore MemberGroupSyntax.swift
[436/529] Compiling PluginCore PropertyDeclSyntax.swift
[437/529] Compiling PluginCore IgnoredInitialization.swift
[438/529] Compiling PluginCore MemberwiseInitGenerator.swift
[439/529] Compiling PluginCore OptionalInitialization.swift
[440/529] Compiling PluginCore RequiredInitialization.swift
[441/529] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[442/529] Compiling PluginCore RequiredVariableInitialization.swift
[443/529] Compiling PluginCore VariableInitialization.swift
[444/529] Compiling PluginCore AliasedPropertyVariable.swift
[445/529] Compiling PluginCore AnyPropertyVariable.swift
[446/529] Compiling PluginCore BasicPropertyVariable.swift
[447/529] Compiling PluginCore DecodingFallback.swift
[448/529] Compiling PluginCore DefaultValueVariable.swift
[449/529] Compiling PluginCore HelperCodedVariable.swift
[450/529] Compiling PluginCore DecodedAt.swift
[451/529] Compiling PluginCore EncodedAt.swift
[452/529] Compiling PluginCore KeyPathProvider.swift
[453/529] Compiling PluginCore MemberInit+Expansion.swift
[454/529] Compiling PluginCore MemberInit.swift
[455/529] Compiling PluginCore PeerAttribute.swift
[456/529] Compiling PluginCore AggregatedDiagnosticProducer.swift
[457/529] Compiling PluginCore CombinedUsage.swift
[458/529] Compiling PluginCore ArgumentCountCondition.swift
[459/529] Compiling PluginCore DeclarationCondition.swift
[460/529] Compiling PluginCore DiagnosticCondition.swift
[461/529] Compiling PluginCore ConditionalDiagnosticProducer.swift
[462/529] Compiling PluginCore DiagnosticProducer.swift
[463/529] Compiling PluginCore BasicAssociatedVariable.swift
[464/529] Compiling PluginCore BasicEnumCaseVariable.swift
[465/529] Compiling PluginCore EnumCaseVariable.swift
[466/529] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[467/529] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[468/529] Compiling PluginCore AnyEnumSwitcher.swift
[469/529] Compiling PluginCore EnumSwitcherVariable.swift
[470/529] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[471/529] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[472/529] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[473/529] Compiling PluginCore UnTaggedEnumSwitcher.swift
[474/529] Compiling PluginCore AnyInitialization.swift
[475/529] Compiling PluginCore AnyRequiredVariableInitialization.swift
[476/529] Compiling PluginCore AttributableDeclSyntax.swift
[477/529] Compiling PluginCore Attribute.swift
[478/529] Compiling PluginCore Codable+Expansion.swift
[479/529] Compiling PluginCore Codable.swift
[480/529] Compiling PluginCore CodingKeyTransformer.swift
[481/529] Compiling PluginCore CodingKeys.swift
[482/529] Compiling PluginCore Strategy.swift
[483/529] Compiling PluginCore AttributeExpander+Decodable.swift
[484/529] Compiling PluginCore Decodable+Expansion.swift
[485/529] Compiling PluginCore Decodable.swift
[486/529] Compiling PluginCore AttributeExpander+Encodable.swift
[487/529] Compiling PluginCore Encodable+Expansion.swift
[488/529] Compiling PluginCore Encodable.swift
[489/529] Compiling PluginCore IgnoreCodingInitialized.swift
[490/529] Compiling PluginCore Inherits.swift
[491/529] Compiling PluginCore StrategyFinder.swift
[492/529] Compiling PluginCore UnTagged.swift
[493/529] Compiling PluginCore CodedAs.swift
[494/529] Compiling PluginCore CodedBy.swift
[495/529] Compiling PluginCore Default.swift
[496/529] Compiling PluginCore IgnoreCoding.swift
[497/529] Compiling PluginCore IgnoreDecoding.swift
[498/529] Compiling PluginCore IgnoreEncoding.swift
[499/529] Compiling PluginCore CodedAt.swift
[500/529] Compiling PluginCore CodedIn.swift
[501/529] Compiling PluginCore ContentAt.swift
[508/530] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[510/532] Compiling PluginCore VariableSyntax.swift
[511/532] Compiling PluginCore ActorVariable.swift
[512/532] Compiling PluginCore ClassVariable.swift
[513/532] Compiling PluginCore Case.swift
[514/532] Compiling PluginCore CodingKeysMap.swift
[515/532] Compiling PluginCore Key.swift
[516/532] Compiling PluginCore ConstraintGenerator.swift
[517/532] Compiling PluginCore Registration.swift
[518/532] Compiling PluginCore EnumVariable.swift
[519/532] Compiling PluginCore MemberGroup.swift
[520/532] Compiling PluginCore TypeVariable.swift
[521/532] Compiling PluginCore Variable.swift
[522/533] Emitting module SwiftCompilerPlugin
[523/533] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[525/534] Wrapping AST for PluginCore for debugging
[526/534] Wrapping AST for SwiftCompilerPlugin for debugging
[528/537] Compiling MacroPlugin Plugin.swift
[529/537] Emitting module MacroPlugin
[530/537] Compiling MacroPlugin Definitions.swift
[531/538] Wrapping AST for MacroPlugin for debugging
[532/538] Write Objects.LinkFileList
[533/538] Linking MacroPlugin-tool
[535/560] Compiling MetaCodable UnTagged.swift
[536/560] Compiling MetaCodable CodedAs.swift
[537/560] Compiling MetaCodable CodedAt.swift
[538/562] Emitting module MetaCodable
[539/562] Compiling MetaCodable Decodable.swift
[540/562] Compiling MetaCodable Encodable.swift
[541/562] Compiling MetaCodable IgnoreCodingInitialized.swift
[542/562] Compiling MetaCodable Codable.swift
[543/562] Compiling MetaCodable CodableCommonStrategy.swift
[544/562] Compiling MetaCodable CodingKeys.swift
[545/562] Compiling MetaCodable IgnoreCoding.swift
[546/562] Compiling MetaCodable MemberInit.swift
[547/562] Compiling MetaCodable EncodedAt.swift
[548/562] Compiling MetaCodable HelperCoder.swift
[549/562] Compiling MetaCodable LossySequence.swift
[550/562] Compiling MetaCodable DecodedAt.swift
[551/562] Compiling MetaCodable Default.swift
[552/562] Compiling MetaCodable DynamicCodable.swift
[553/562] Compiling MetaCodable CodedBy.swift
[554/562] Compiling MetaCodable CodedIn.swift
[555/562] Compiling MetaCodable ContentAt.swift
[556/562] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[557/562] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[558/562] Compiling MetaCodable DynamicCodableIdentifier.swift
[559/563] Wrapping AST for MetaCodable for debugging
[561/570] Compiling ProtocolGen Config.swift
[562/570] Compiling ProtocolGen Parse.swift
[563/570] Compiling ProtocolGen InheritableDeclSyntax.swift
[564/570] Compiling ProtocolGen ProtocolGen.swift
[565/570] Compiling ProtocolGen Fetch.swift
[566/570] Compiling ProtocolGen Generate.swift
[567/570] Emitting module ProtocolGen
[568/571] Wrapping AST for ProtocolGen for debugging
[569/571] Write Objects.LinkFileList
[570/571] Linking ProtocolGen-tool
[1/1] Compiling plugin MetaProtocolCodable
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/100] Write sources
[48/100] Compiling _SwiftSyntaxCShims dummy.c
[50/100] Write swift-version-24593BA9C3E375BF.txt
[52/112] Compiling SwiftSyntax600 Empty.swift
[53/112] Emitting module SwiftSyntax600
[54/113] Compiling SwiftSyntax601 Empty.swift
[56/113] Emitting module SwiftSyntax510
[57/114] Compiling SwiftSyntax510 Empty.swift
[58/114] Emitting module SwiftSyntax601
[59/114] Compiling SwiftSyntax509 Empty.swift
[60/114] Emitting module SwiftSyntax509
[61/114] Emitting module SwiftSyntax510
[62/114] Emitting module SwiftSyntax601
[63/115] Emitting module SwiftSyntax509
[64/116] Emitting module SwiftSyntax600
[71/123] Wrapping AST for SwiftSyntax601 for debugging
[72/133] Wrapping AST for SwiftSyntax600 for debugging
[74/138] Wrapping AST for SwiftSyntax601 for debugging
[76/138] Compiling InternalCollectionsUtilities Descriptions.swift
[77/138] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/139] Wrapping AST for SwiftSyntax510 for debugging
[79/139] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/139] Compiling InternalCollectionsUtilities Debugging.swift
[81/141] Emitting module ArgumentParserToolInfo
[82/176] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/204] Wrapping AST for SwiftSyntax510 for debugging
[83/204] Wrapping AST for SwiftSyntax509 for debugging
[86/204] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/204] Wrapping AST for ArgumentParserToolInfo for debugging
[89/204] Emitting module InternalCollectionsUtilities
[90/204] Compiling SwiftSyntax AbsolutePosition.swift
[91/204] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[92/204] Compiling SwiftSyntax Convenience.swift
[93/204] Compiling SwiftSyntax CustomTraits.swift
[94/205] Compiling SwiftSyntax BumpPtrAllocator.swift
[95/205] Compiling SwiftSyntax CommonAncestor.swift
[96/205] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[97/205] Compiling SwiftSyntax Assert.swift
[99/207] Emitting module InternalCollectionsUtilities
[100/208] Wrapping AST for InternalCollectionsUtilities for debugging
[103/264] Emitting module ArgumentParserToolInfo
[104/264] Compiling ArgumentParserToolInfo ToolInfo.swift
[106/265] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[107/265] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[108/265] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[109/265] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[110/265] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[111/265] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[112/265] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[112/272] Wrapping AST for ArgumentParserToolInfo for debugging
[114/272] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[115/272] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[116/272] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[117/272] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[118/272] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[119/272] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[120/272] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[121/272] Emitting module ArgumentParser
[123/317] Compiling ArgumentParser FishCompletionsGenerator.swift
[124/317] Compiling ArgumentParser ZshCompletionsGenerator.swift
[125/317] Compiling ArgumentParser Argument.swift
[126/317] Compiling ArgumentParser ArgumentDiscussion.swift
[127/317] Compiling ArgumentParser ArgumentHelp.swift
[128/317] Compiling ArgumentParser OptionGroup.swift
[129/317] Compiling ArgumentParser AsyncParsableCommand.swift
[130/317] Compiling ArgumentParser CommandConfiguration.swift
[131/317] Compiling ArgumentParser CommandParser.swift
[132/317] Compiling ArgumentParser InputKey.swift
[133/317] Compiling ArgumentParser InputOrigin.swift
[134/317] Compiling ArgumentParser Name.swift
[135/317] Compiling ArgumentParser Parsed.swift
[136/317] Compiling ArgumentParser ParsedValues.swift
[137/317] Compiling ArgumentParser ParserError.swift
[138/317] Compiling ArgumentParser SplitArguments.swift
[139/317] Compiling ArgumentParser Platform.swift
[140/317] Compiling ArgumentParser SequenceExtensions.swift
[141/317] Compiling ArgumentParser StringExtensions.swift
[142/317] Compiling ArgumentParser SwiftExtensions.swift
[143/317] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[144/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[145/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[146/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[147/317] Compiling ArgumentParser CommandGroup.swift
[148/317] Compiling ArgumentParser EnumerableFlag.swift
[149/317] Compiling ArgumentParser ExpressibleByArgument.swift
[150/317] Compiling ArgumentParser ParsableArguments.swift
[151/317] Compiling ArgumentParser ParsableCommand.swift
[152/317] Compiling ArgumentParser ArgumentDecoder.swift
[153/317] Compiling ArgumentParser ArgumentDefinition.swift
[154/317] Compiling ArgumentParser ArgumentSet.swift
[154/317] Wrapping AST for ArgumentParser for debugging
[156/317] Compiling OrderedCollections OrderedSet+Sendable.swift
[157/317] Compiling OrderedCollections OrderedSet+SubSequence.swift
[158/317] Compiling OrderedCollections OrderedSet+Testing.swift
[159/317] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[160/317] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[161/317] Compiling OrderedCollections OrderedSet.swift
[162/317] Compiling OrderedCollections _UnsafeBitset.swift
[169/323] Emitting module ArgumentParser
[170/323] Compiling ArgumentParser ArgumentVisibility.swift
[171/323] Compiling ArgumentParser CompletionKind.swift
[172/323] Compiling ArgumentParser Errors.swift
[173/323] Compiling ArgumentParser Flag.swift
[174/323] Compiling ArgumentParser NameSpecification.swift
[175/323] Compiling ArgumentParser Option.swift
[176/323] Compiling ArgumentParser BashCompletionsGenerator.swift
[177/323] Compiling ArgumentParser CompletionsGenerator.swift
[188/332] Compiling ArgumentParser CollectionExtensions.swift
[189/332] Compiling ArgumentParser Mutex.swift
[202/332] Emitting module OrderedCollections
[211/334] Wrapping AST for OrderedCollections for debugging
[221/334] Compiling ArgumentParser Tree.swift
[222/334] Compiling ArgumentParser CodingKeyValidator.swift
[223/334] Compiling ArgumentParser NonsenseFlagsValidator.swift
[224/334] Compiling ArgumentParser ParsableArgumentsValidation.swift
[225/334] Compiling ArgumentParser PositionalArgumentsValidator.swift
[226/334] Compiling ArgumentParser UniqueNamesValidator.swift
[228/334] Compiling ArgumentParser DumpHelpGenerator.swift
[229/334] Compiling ArgumentParser HelpCommand.swift
[230/334] Compiling ArgumentParser HelpGenerator.swift
[231/334] Compiling ArgumentParser MessageInfo.swift
[232/334] Compiling ArgumentParser UsageGenerator.swift
[245/335] Wrapping AST for ArgumentParser for debugging
[247/335] Emitting module SwiftSyntax
[249/336] Wrapping AST for SwiftSyntax for debugging
[251/339] Emitting module SwiftDiagnostics
[252/340] Emitting module SwiftBasicFormat
[254/341] Wrapping AST for SwiftDiagnostics for debugging
[255/341] Wrapping AST for SwiftBasicFormat for debugging
[257/341] Emitting module SwiftParser
[258/342] Wrapping AST for SwiftParser for debugging
[260/344] Emitting module SwiftOperators
[262/345] Emitting module SwiftParserDiagnostics
[262/346] Wrapping AST for SwiftOperators for debugging
[264/346] Wrapping AST for SwiftParserDiagnostics for debugging
[266/347] Emitting module SwiftSyntaxBuilder
[267/348] Wrapping AST for SwiftSyntaxBuilder for debugging
[269/349] Emitting module SwiftSyntaxMacros
[279/350] Wrapping AST for SwiftSyntaxMacros for debugging
[281/352] Emitting module SwiftSyntaxMacroExpansion
[282/353] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[284/354] Emitting module PluginCore
[285/355] Wrapping AST for PluginCore for debugging
[287/355] Emitting module SwiftCompilerPluginMessageHandling
[288/356] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[297/356] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[298/356] Compiling SwiftSyntax RawSyntaxValidation.swift
[299/357] Emitting module SwiftCompilerPlugin
[300/358] Wrapping AST for SwiftCompilerPlugin for debugging
[302/359] Emitting module MacroPlugin
[303/360] Wrapping AST for MacroPlugin for debugging
[304/360] Write Objects.LinkFileList
[305/360] Linking MacroPlugin-tool
[307/401] Compiling MetaCodable Codable.swift
[308/401] Compiling MetaCodable CodableCommonStrategy.swift
[309/401] Compiling MetaCodable CodingKeys.swift
[310/403] Compiling MetaCodable Decodable.swift
[311/403] Compiling MetaCodable Encodable.swift
[312/403] Compiling MetaCodable IgnoreCodingInitialized.swift
[313/405] Compiling MetaCodable UnTagged.swift
[314/405] Compiling MetaCodable CodedAs.swift
[315/405] Compiling MetaCodable CodedAt.swift
[316/405] Compiling MetaCodable CodedBy.swift
[317/405] Compiling MetaCodable CodedIn.swift
[318/405] Compiling MetaCodable ContentAt.swift
[319/405] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[320/405] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[330/405] Emitting module MetaCodable
[335/405] Compiling MetaCodable DynamicCodableIdentifier.swift
[336/405] Compiling MetaCodable DecodedAt.swift
[337/405] Compiling MetaCodable Default.swift
[338/405] Compiling MetaCodable DynamicCodable.swift
[339/405] Compiling MetaCodable IgnoreCoding.swift
[340/405] Compiling MetaCodable MemberInit.swift
[341/405] Compiling MetaCodable LossySequence.swift
[344/406] Compiling MetaCodable IgnoreCoding.swift
[345/406] Compiling MetaCodable MemberInit.swift
[353/407] Wrapping AST for MetaCodable for debugging
[356/436] Compiling HelperCoders Base64Coder.swift
[357/436] Compiling HelperCoders ConditionalCoder.swift
[358/437] Compiling HelperCoders String.swift
[359/437] Compiling HelperCoders DefaultSequenceElementCoding.swift
[360/437] Compiling HelperCoders SequenceCoder.swift
[363/437] Compiling HelperCoders DateCoder.swift
[364/437] Compiling HelperCoders Since1970DateCoder.swift
[367/438] Emitting module HelperCoders
[368/438] Compiling HelperCoders NonConformingCoder.swift
[369/438] Compiling HelperCoders PropertyWrapperCoder.swift
[370/438] Compiling HelperCoders SequenceCoderConfiguration.swift
[371/438] Compiling HelperCoders HelperCoderStrategy.swift
[376/438] Emitting module HelperCoders
[377/438] Compiling HelperCoders ValueCoder.swift
[378/438] Compiling HelperCoders String.swift
[379/438] Compiling HelperCoders Bool.swift
[380/438] Compiling HelperCoders Number.swift
[381/438] Compiling HelperCoders ValueCoder.swift
[388/440] Emitting module ProtocolGen
[389/441] Wrapping AST for ProtocolGen for debugging
[390/441] Write Objects.LinkFileList
[391/441] Linking ProtocolGen-tool
[420/441] Compiling SwiftSyntax SyntaxNodesAB.swift
[421/441] Compiling SwiftSyntax SyntaxNodesC.swift
[422/441] Compiling SwiftSyntax SyntaxNodesD.swift
[423/441] Compiling SwiftSyntax SyntaxNodesEF.swift
[424/441] Compiling SwiftSyntax SyntaxNodesGHI.swift
[425/441] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[426/441] Compiling SwiftSyntax SyntaxNodesOP.swift
[427/441] Compiling SwiftSyntax SyntaxNodesQRS.swift
[428/441] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[429/442] Wrapping AST for SwiftSyntax for debugging
[431/500] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[432/500] Compiling SwiftDiagnostics Message.swift
[433/501] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[434/501] Emitting module SwiftDiagnostics
[435/501] Compiling SwiftBasicFormat Syntax+Extensions.swift
[436/501] Compiling SwiftParser Attributes.swift
[437/501] Compiling SwiftParser Availability.swift
[438/501] Compiling SwiftBasicFormat InferIndentation.swift
[439/501] Compiling SwiftDiagnostics Note.swift
[440/501] Compiling SwiftBasicFormat Indenter.swift
[441/501] Compiling SwiftDiagnostics FixIt.swift
[442/501] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[443/501] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[444/501] Compiling SwiftParser CharacterInfo.swift
[445/501] Compiling SwiftParser CollectionNodes+Parsable.swift
[446/501] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[447/502] Wrapping AST for SwiftDiagnostics for debugging
[449/502] Compiling SwiftBasicFormat BasicFormat.swift
[450/502] Emitting module SwiftBasicFormat
[451/503] Wrapping AST for SwiftBasicFormat for debugging
[453/503] Compiling SwiftParser TokenSpec.swift
[454/503] Compiling SwiftParser TokenSpecSet.swift
[455/503] Compiling SwiftParser TopLevel.swift
[456/503] Compiling SwiftParser TriviaParser.swift
[457/503] Compiling SwiftParser Types.swift
[458/508] Compiling SwiftParser SwiftParserCompatibility.swift
[459/508] Compiling SwiftParser SwiftVersion.swift
[460/508] Compiling SwiftParser SyntaxUtils.swift
[461/508] Compiling SwiftParser TokenConsumer.swift
[462/508] Compiling SwiftParser TokenPrecedence.swift
[463/508] Compiling SwiftParser LexemeSequence.swift
[464/508] Compiling SwiftParser Lexer.swift
[465/508] Compiling SwiftParser RegexLiteralLexer.swift
[466/508] Compiling SwiftParser UnicodeScalarExtensions.swift
[467/508] Compiling SwiftParser Lookahead.swift
[468/508] Compiling SwiftParser LoopProgressCondition.swift
[469/508] Compiling SwiftParser Patterns.swift
[470/508] Compiling SwiftParser Recovery.swift
[471/508] Compiling SwiftParser Specifiers.swift
[472/508] Compiling SwiftParser Statements.swift
[473/508] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[474/508] Compiling SwiftParser StringLiterals.swift
[475/508] Compiling SwiftParser Modifiers.swift
[476/508] Compiling SwiftParser Names.swift
[477/508] Compiling SwiftParser Nominals.swift
[478/508] Compiling SwiftParser Parameters.swift
[479/508] Compiling SwiftParser ParseSourceFile.swift
[480/508] Compiling SwiftParser Parser.swift
[481/508] Emitting module SwiftParser
[486/508] Compiling SwiftParser Declarations.swift
[487/508] Compiling SwiftParser Directives.swift
[488/508] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[489/508] Compiling SwiftParser Expressions.swift
[490/508] Compiling SwiftParser IncrementalParseTransition.swift
[491/508] Compiling SwiftParser IsValidIdentifier.swift
[492/508] Compiling SwiftParser Cursor.swift
[493/508] Compiling SwiftParser Lexeme.swift
[494/508] Compiling SwiftParser ExperimentalFeatures.swift
[495/508] Compiling SwiftParser IsLexerClassified.swift
[496/508] Compiling SwiftParser LayoutNodes+Parsable.swift
[497/508] Compiling SwiftParser Parser+TokenSpecSet.swift
[498/508] Compiling SwiftParser TokenSpecStaticMembers.swift
[499/509] Wrapping AST for SwiftParser for debugging
[501/532] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[502/533] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[503/533] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[504/534] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[505/534] Compiling SwiftOperators PrecedenceGroup.swift
[506/534] Emitting module SwiftOperators
[507/534] Compiling SwiftOperators PrecedenceGraph.swift
[508/534] Compiling SwiftOperators OperatorTable.swift
[509/534] Compiling SwiftOperators SyntaxSynthesis.swift
[510/534] Compiling SwiftOperators OperatorTable+Semantics.swift
[511/534] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[512/534] Compiling SwiftParserDiagnostics Utils.swift
[513/534] Compiling SwiftOperators OperatorTable+Folding.swift
[514/534] Compiling SwiftOperators OperatorError.swift
[515/534] Compiling SwiftOperators OperatorTable+Defaults.swift
[517/535] Emitting module SwiftParserDiagnostics
[520/535] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[520/535] Wrapping AST for SwiftOperators for debugging
[522/535] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[523/535] Compiling SwiftParserDiagnostics PresenceUtils.swift
[526/535] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[527/535] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[528/536] Wrapping AST for SwiftParserDiagnostics for debugging
[530/551] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[531/551] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[532/551] Compiling SwiftSyntaxBuilder Indenter.swift
[533/551] Compiling SwiftSyntaxBuilder ListBuilder.swift
[534/551] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[535/551] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[536/551] Emitting module SwiftSyntaxBuilder
[537/551] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[538/551] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[539/552] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[540/552] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[541/552] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[542/552] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[543/552] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[544/552] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[545/552] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[546/553] Wrapping AST for SwiftSyntaxBuilder for debugging
[548/570] Compiling SwiftSyntaxMacros MemberMacro.swift
[549/570] Compiling SwiftSyntaxMacros PeerMacro.swift
[550/572] Emitting module SwiftSyntaxMacros
[551/572] Compiling SwiftSyntaxMacros AccessorMacro.swift
[552/572] Compiling SwiftSyntaxMacros AttachedMacro.swift
[553/572] Compiling SwiftSyntaxMacros BodyMacro.swift
[554/572] Compiling SwiftSyntaxMacros Macro.swift
[555/572] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[556/572] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[557/572] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[558/572] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[559/572] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[560/572] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[561/572] Compiling SwiftSyntaxMacros Macro+Format.swift
[562/572] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[563/572] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[564/572] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[565/572] Compiling SwiftSyntaxMacros PreambleMacro.swift
[566/572] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[567/573] Wrapping AST for SwiftSyntaxMacros for debugging
[569/673] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[570/674] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[571/674] Emitting module SwiftSyntaxMacroExpansion
[572/674] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[573/674] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[574/674] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[575/674] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[576/674] Compiling PluginCore AttributableDeclSyntax.swift
[577/674] Compiling PluginCore Attribute.swift
[578/674] Compiling PluginCore DecodedAt.swift
[579/674] Compiling PluginCore EncodedAt.swift
[580/674] Compiling PluginCore KeyPathProvider.swift
[581/674] Compiling PluginCore MemberInit+Expansion.swift
[582/674] Compiling PluginCore MemberInit.swift
[583/674] Compiling PluginCore PeerAttribute.swift
[584/674] Compiling PluginCore AggregatedDiagnosticProducer.swift
[585/674] Compiling PluginCore CombinedUsage.swift
[586/674] Compiling PluginCore ArgumentCountCondition.swift
[587/674] Compiling PluginCore DeclarationCondition.swift
[588/674] Compiling PluginCore DiagnosticCondition.swift
[589/674] Compiling PluginCore ConditionalDiagnosticProducer.swift
[590/674] Compiling PluginCore DiagnosticProducer.swift
[593/686] Compiling PluginCore Codable+Expansion.swift
[594/686] Compiling PluginCore Codable.swift
[595/686] Compiling PluginCore CodingKeyTransformer.swift
[596/686] Compiling PluginCore CodingKeys.swift
[597/686] Compiling PluginCore Strategy.swift
[598/686] Compiling PluginCore AttributeExpander+Decodable.swift
[599/686] Compiling PluginCore Decodable+Expansion.swift
[600/686] Compiling PluginCore Decodable.swift
[601/686] Compiling PluginCore AttributeExpander+Encodable.swift
[602/686] Compiling PluginCore Encodable+Expansion.swift
[603/686] Compiling PluginCore Encodable.swift
[604/686] Emitting module PluginCore
[605/686] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[606/687] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[608/687] Compiling PluginCore IgnoredInitialization.swift
[609/687] Compiling PluginCore MemberwiseInitGenerator.swift
[610/687] Compiling PluginCore OptionalInitialization.swift
[611/687] Compiling PluginCore RequiredInitialization.swift
[612/687] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[613/687] Compiling PluginCore RequiredVariableInitialization.swift
[614/687] Compiling PluginCore VariableInitialization.swift
[615/687] Compiling PluginCore AliasedPropertyVariable.swift
[616/687] Compiling PluginCore AnyPropertyVariable.swift
[617/687] Compiling PluginCore BasicPropertyVariable.swift
[618/687] Compiling PluginCore DecodingFallback.swift
[619/687] Compiling PluginCore DefaultValueVariable.swift
[620/687] Compiling PluginCore HelperCodedVariable.swift
[621/687] Compiling PluginCore DuplicateUsage.swift
[622/687] Compiling PluginCore GroupedVariableDeclaration.swift
[623/687] Compiling PluginCore InvalidCombination.swift
[624/687] Compiling PluginCore InvalidDeclaration.swift
[625/687] Compiling PluginCore MetaCodableMessage.swift
[626/687] Compiling PluginCore StaticVariableDeclaration.swift
[627/687] Compiling PluginCore UninitializedVariableDecl.swift
[628/687] Compiling PluginCore AttributeExpander.swift
[629/687] Compiling PluginCore DeclModifiersGenerator.swift
[630/687] Compiling PluginCore Options.swift
[631/687] Compiling PluginCore ComposedVariable.swift
[632/687] Compiling PluginCore ConditionalCodingVariable.swift
[633/687] Compiling PluginCore AssociatedVariable.swift
[634/687] Compiling PluginCore BasicAssociatedVariable.swift
[635/687] Compiling PluginCore BasicEnumCaseVariable.swift
[636/687] Compiling PluginCore EnumCaseVariable.swift
[637/687] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[638/687] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[639/687] Compiling PluginCore AnyEnumSwitcher.swift
[640/687] Compiling PluginCore EnumSwitcherVariable.swift
[641/687] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[642/687] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[643/687] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[644/687] Compiling PluginCore UnTaggedEnumSwitcher.swift
[645/687] Compiling PluginCore AnyInitialization.swift
[646/687] Compiling PluginCore AnyRequiredVariableInitialization.swift
[647/687] Compiling PluginCore InitializationVariable.swift
[648/687] Compiling PluginCore KeyedVariable.swift
[649/687] Compiling PluginCore PropertyVariable.swift
[650/687] Compiling PluginCore StrategyVariable.swift
[651/687] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[652/687] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[653/687] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[654/687] Compiling PluginCore PropertyVariableTreeNode.swift
[655/687] Compiling PluginCore AssociatedDeclSyntax.swift
[656/687] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[657/687] Compiling PluginCore MemberGroupSyntax.swift
[658/687] Compiling PluginCore PropertyDeclSyntax.swift
[659/687] Compiling PluginCore IgnoreCodingInitialized.swift
[660/687] Compiling PluginCore Inherits.swift
[661/687] Compiling PluginCore StrategyFinder.swift
[662/687] Compiling PluginCore UnTagged.swift
[663/687] Compiling PluginCore CodedAs.swift
[664/687] Compiling PluginCore CodedBy.swift
[665/687] Compiling PluginCore Default.swift
[666/687] Compiling PluginCore IgnoreCoding.swift
[667/687] Compiling PluginCore IgnoreDecoding.swift
[668/687] Compiling PluginCore IgnoreEncoding.swift
[669/687] Compiling PluginCore CodedAt.swift
[670/687] Compiling PluginCore CodedIn.swift
[671/687] Compiling PluginCore ContentAt.swift
[672/687] Compiling PluginCore VariableSyntax.swift
[673/687] Compiling PluginCore ActorVariable.swift
[674/687] Compiling PluginCore ClassVariable.swift
[675/687] Compiling PluginCore Case.swift
[676/687] Compiling PluginCore CodingKeysMap.swift
[677/687] Compiling PluginCore Key.swift
[678/687] Compiling PluginCore ConstraintGenerator.swift
[679/687] Compiling PluginCore Registration.swift
[680/687] Compiling PluginCore EnumVariable.swift
[681/687] Compiling PluginCore MemberGroup.swift
[682/687] Compiling PluginCore TypeVariable.swift
[683/687] Compiling PluginCore Variable.swift
[684/688] Wrapping AST for PluginCore for debugging
[686/695] Compiling ProtocolGen Parse.swift
[687/695] Compiling ProtocolGen InheritableDeclSyntax.swift
[688/695] Compiling ProtocolGen ProtocolGen.swift
[689/695] Compiling ProtocolGen Fetch.swift
[690/695] Emitting module ProtocolGen
[691/695] Compiling ProtocolGen Config.swift
[692/695] Compiling ProtocolGen Generate.swift
[693/696] Wrapping AST for ProtocolGen for debugging
[694/696] Write Objects.LinkFileList
[695/696] Linking ProtocolGen
Build complete! (437.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.1.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "MetaCodable",
  "name" : "MetaCodable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MetaCodable",
      "targets" : [
        "MetaCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HelperCoders",
      "targets" : [
        "HelperCoders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MetaProtocolCodable",
      "targets" : [
        "MetaProtocolCodable"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "ProtocolGen",
      "targets" : [
        "ProtocolGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MacroPlugin",
      "targets" : [
        "MacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ProtocolGen",
      "module_type" : "SwiftTarget",
      "name" : "ProtocolGen",
      "path" : "Sources/ProtocolGen",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftSyntaxMacroExpansion"
      ],
      "product_memberships" : [
        "MetaProtocolCodable",
        "ProtocolGen"
      ],
      "sources" : [
        "Config.swift",
        "Fetch.swift",
        "Generate.swift",
        "InheritableDeclSyntax.swift",
        "Parse.swift",
        "ProtocolGen.swift"
      ],
      "target_dependencies" : [
        "PluginCore",
        "MetaCodable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PluginCore",
      "module_type" : "SwiftTarget",
      "name" : "PluginCore",
      "path" : "Sources/PluginCore",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftOperators",
        "SwiftDiagnostics",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen",
        "MacroPlugin"
      ],
      "sources" : [
        "Attributes/AttributableDeclSyntax.swift",
        "Attributes/Attribute.swift",
        "Attributes/Codable/Codable+Expansion.swift",
        "Attributes/Codable/Codable.swift",
        "Attributes/Codable/CodingKeys/CodingKeyTransformer.swift",
        "Attributes/Codable/CodingKeys/CodingKeys.swift",
        "Attributes/Codable/CodingKeys/Strategy.swift",
        "Attributes/Codable/Decodable/AttributeExpander+Decodable.swift",
        "Attributes/Codable/Decodable/Decodable+Expansion.swift",
        "Attributes/Codable/Decodable/Decodable.swift",
        "Attributes/Codable/Encodable/AttributeExpander+Encodable.swift",
        "Attributes/Codable/Encodable/Encodable+Expansion.swift",
        "Attributes/Codable/Encodable/Encodable.swift",
        "Attributes/Codable/IgnoreCodingInitialized.swift",
        "Attributes/Codable/Inherits.swift",
        "Attributes/Codable/Strategies/StrategyFinder.swift",
        "Attributes/Codable/UnTagged.swift",
        "Attributes/CodedAs.swift",
        "Attributes/CodedBy.swift",
        "Attributes/Default.swift",
        "Attributes/IgnoreCoding/IgnoreCoding.swift",
        "Attributes/IgnoreCoding/IgnoreDecoding.swift",
        "Attributes/IgnoreCoding/IgnoreEncoding.swift",
        "Attributes/KeyPath/CodedAt.swift",
        "Attributes/KeyPath/CodedIn.swift",
        "Attributes/KeyPath/ContentAt.swift",
        "Attributes/KeyPath/DecodedAt.swift",
        "Attributes/KeyPath/EncodedAt.swift",
        "Attributes/KeyPath/KeyPathProvider.swift",
        "Attributes/MemberInit/MemberInit+Expansion.swift",
        "Attributes/MemberInit/MemberInit.swift",
        "Attributes/PeerAttribute.swift",
        "Diagnostics/AggregatedDiagnosticProducer.swift",
        "Diagnostics/CombinedUsage.swift",
        "Diagnostics/Condition/ArgumentCountCondition.swift",
        "Diagnostics/Condition/DeclarationCondition.swift",
        "Diagnostics/Condition/DiagnosticCondition.swift",
        "Diagnostics/ConditionalDiagnosticProducer.swift",
        "Diagnostics/DiagnosticProducer.swift",
        "Diagnostics/DuplicateUsage.swift",
        "Diagnostics/GroupedVariableDeclaration.swift",
        "Diagnostics/InvalidCombination.swift",
        "Diagnostics/InvalidDeclaration.swift",
        "Diagnostics/MetaCodableMessage.swift",
        "Diagnostics/StaticVariableDeclaration.swift",
        "Diagnostics/UninitializedVariableDecl.swift",
        "Expansion/AttributeExpander.swift",
        "Expansion/Options/DeclModifiersGenerator.swift",
        "Expansion/Options/Options.swift",
        "Variables/ComposedVariable.swift",
        "Variables/ConditionalCodingVariable.swift",
        "Variables/Enum/Case/Associated/AssociatedVariable.swift",
        "Variables/Enum/Case/Associated/BasicAssociatedVariable.swift",
        "Variables/Enum/Case/BasicEnumCaseVariable.swift",
        "Variables/Enum/Case/EnumCaseVariable.swift",
        "Variables/Enum/Switcher/AdjacentlyTaggableSwitcher.swift",
        "Variables/Enum/Switcher/AdjacentlyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/AnyEnumSwitcher.swift",
        "Variables/Enum/Switcher/EnumSwitcherVariable.swift",
        "Variables/Enum/Switcher/ExternallyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/InternallyTaggedEnumSwitcher.swift",
        "Variables/Enum/Switcher/TaggedEnumSwitcherVariable.swift",
        "Variables/Enum/Switcher/UnTaggedEnumSwitcher.swift",
        "Variables/Initialization/AnyInitialization.swift",
        "Variables/Initialization/AnyRequiredVariableInitialization.swift",
        "Variables/Initialization/IgnoredInitialization.swift",
        "Variables/Initialization/MemberwiseInitGenerator.swift",
        "Variables/Initialization/OptionalInitialization.swift",
        "Variables/Initialization/RequiredInitialization.swift",
        "Variables/Initialization/RequiredInitializationWithDefaultValue.swift",
        "Variables/Initialization/RequiredVariableInitialization.swift",
        "Variables/Initialization/VariableInitialization.swift",
        "Variables/Property/AliasedPropertyVariable.swift",
        "Variables/Property/AnyPropertyVariable.swift",
        "Variables/Property/BasicPropertyVariable.swift",
        "Variables/Property/Data/DecodingFallback.swift",
        "Variables/Property/DefaultValueVariable.swift",
        "Variables/Property/HelperCodedVariable.swift",
        "Variables/Property/InitializationVariable.swift",
        "Variables/Property/KeyedVariable.swift",
        "Variables/Property/PropertyVariable.swift",
        "Variables/Property/StrategyVariable.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+CodingData.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+CodingLocation.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode+Generated.swift",
        "Variables/Property/Tree/PropertyVariableTreeNode.swift",
        "Variables/Syntax/AssociatedDeclSyntax.swift",
        "Variables/Syntax/EnumCaseVariableDeclSyntax.swift",
        "Variables/Syntax/MemberGroupSyntax.swift",
        "Variables/Syntax/PropertyDeclSyntax.swift",
        "Variables/Syntax/VariableSyntax.swift",
        "Variables/Type/ActorVariable.swift",
        "Variables/Type/ClassVariable.swift",
        "Variables/Type/Data/CodingKeysMap/Case.swift",
        "Variables/Type/Data/CodingKeysMap/CodingKeysMap.swift",
        "Variables/Type/Data/CodingKeysMap/Key.swift",
        "Variables/Type/Data/ConstraintGenerator.swift",
        "Variables/Type/Data/Registration.swift",
        "Variables/Type/EnumVariable.swift",
        "Variables/Type/MemberGroup.swift",
        "Variables/Type/TypeVariable.swift",
        "Variables/Variable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MetaProtocolCodable",
      "module_type" : "PluginTarget",
      "name" : "MetaProtocolCodable",
      "path" : "Plugins/MetaProtocolCodable",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "MetaProtocolCodable"
      ],
      "sources" : [
        "Config.swift",
        "PathToURLMigration.swift",
        "Plugin.swift",
        "PluginContext.swift",
        "SourceTarget/MetaProtocolCodableSourceTarget.swift",
        "SourceTarget/SwiftPackageTarget.swift",
        "SourceTarget/XcodeTarget.swift"
      ],
      "target_dependencies" : [
        "ProtocolGen"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "MetaCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "MetaCodableTests",
      "path" : "Tests/MetaCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AccessModifierTests.swift",
        "Attributes/CodedByTests.swift",
        "Attributes/DefaultTests.swift",
        "Codable/CommonStrategiesValueCoderTests.swift",
        "CodableInheritanceTests.swift",
        "CodableTests.swift",
        "CodedAs/CodedAsEnumTests.swift",
        "CodedAs/CodedAsTests.swift",
        "CodedAt/CodedAtDefaultChoiceTests.swift",
        "CodedAt/CodedAtDefaultOnlyMissingTests.swift",
        "CodedAt/CodedAtDefaultTests.swift",
        "CodedAt/CodedAtEnumTests.swift",
        "CodedAt/CodedAtHelperDefaultTests.swift",
        "CodedAt/CodedAtHelperTests.swift",
        "CodedAt/CodedAtTests.swift",
        "CodedAt/DecodedAtTests.swift",
        "CodedAt/EncodedAtTests.swift",
        "CodedBy/CodedByActionTests.swift",
        "CodedIn/CodedInDefaultTests.swift",
        "CodedIn/CodedInHelperDefaultChoiceTests.swift",
        "CodedIn/CodedInHelperDefaultOnlyMissingTests.swift",
        "CodedIn/CodedInHelperDefaultTests.swift",
        "CodedIn/CodedInHelperTests.swift",
        "CodedIn/CodedInTests.swift",
        "CodingKeysGenerationTests.swift",
        "CodingKeysTests.swift",
        "ConformCodableTests.swift",
        "ContentAtTests.swift",
        "DecodedAtEncodedAtIntegrationTests.swift",
        "DynamicCodable/DynamicCodableTests.swift",
        "DynamicCodable/PageData.swift",
        "DynamicCodable/PostPage.swift",
        "DynamicCodable/Response.swift",
        "ExplicitCodingTests.swift",
        "GenericsTests.swift",
        "GroupedMutableVariableTests.swift",
        "GroupedVariableTests.swift",
        "HelperCoders/DataCoderTests.swift",
        "HelperCoders/DateCoderTests.swift",
        "HelperCoders/HelperCodersTests.swift",
        "HelperCoders/LossySequenceTests.swift",
        "HelperCoders/NonConformingCoderTests.swift",
        "HelperCoders/SequenceCoderTests.swift",
        "HelperCoders/ValueCoderTests.swift",
        "IgnoreCodingTests.swift",
        "IgnoreInitializedTests.swift",
        "UntaggedEnumTests.swift",
        "VariableDeclarationTests.swift"
      ],
      "target_dependencies" : [
        "PluginCore",
        "MacroPlugin",
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MetaCodable",
      "module_type" : "SwiftTarget",
      "name" : "MetaCodable",
      "path" : "Sources/MetaCodable",
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen"
      ],
      "sources" : [
        "Codable/Codable.swift",
        "Codable/CodableCommonStrategy.swift",
        "Codable/CodingKeys.swift",
        "Codable/Decodable.swift",
        "Codable/Encodable.swift",
        "Codable/IgnoreCodingInitialized.swift",
        "Codable/UnTagged.swift",
        "CodedAs.swift",
        "CodedAt.swift",
        "CodedBy.swift",
        "CodedIn.swift",
        "ContentAt.swift",
        "DecodedAt.swift",
        "Default.swift",
        "DynamicCodable/DynamicCodable.swift",
        "DynamicCodable/DynamicCodableIdentifier+CodingKey.swift",
        "DynamicCodable/DynamicCodableIdentifier+Expressible.swift",
        "DynamicCodable/DynamicCodableIdentifier.swift",
        "EncodedAt.swift",
        "HelperCoders/HelperCoder.swift",
        "HelperCoders/LossySequence.swift",
        "IgnoreCoding.swift",
        "MemberInit.swift"
      ],
      "target_dependencies" : [
        "MacroPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "MacroPlugin",
      "path" : "Sources/MacroPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "MetaCodable",
        "HelperCoders",
        "MetaProtocolCodable",
        "ProtocolGen",
        "MacroPlugin"
      ],
      "sources" : [
        "Definitions.swift",
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "PluginCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "HelperCoders",
      "module_type" : "SwiftTarget",
      "name" : "HelperCoders",
      "path" : "Sources/HelperCoders",
      "product_memberships" : [
        "HelperCoders"
      ],
      "sources" : [
        "Base64Coder.swift",
        "ConditionalCoder.swift",
        "DateCoders/DateCoder.swift",
        "DateCoders/Since1970DateCoder.swift",
        "NonConformingCoder.swift",
        "PropertyWrapperCoder.swift",
        "SequenceCoder/DefaultSequenceElementCoding.swift",
        "SequenceCoder/SequenceCoder.swift",
        "SequenceCoder/SequenceCoderConfiguration.swift",
        "Strategies/HelperCoderStrategy.swift",
        "ValueCoders/Bool.swift",
        "ValueCoders/Number.swift",
        "ValueCoders/String.swift",
        "ValueCoders/ValueCoder.swift"
      ],
      "target_dependencies" : [
        "MetaCodable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.