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