Build Information
Successful build of MetaCodable, reference v1.4.0 (7246a7
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 12:39:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLab/MetaCodable.git
Reference: v1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftyLab/MetaCodable
* tag v1.4.0 -> FETCH_HEAD
HEAD is now at 7246a7f chore(CHANGELOG): update for v1.4.0 [skip ci]
Cloned https://github.com/SwiftyLab/MetaCodable.git
Revision (git rev-parse @):
7246a7fde82c8ca2c361e9537a5058646ac8aab7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyLab/MetaCodable.git at v1.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftyLab/MetaCodable.git
https://github.com/SwiftyLab/MetaCodable.git
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.1.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "MetaCodable",
"name" : "MetaCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MetaCodable",
"targets" : [
"MetaCodable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HelperCoders",
"targets" : [
"HelperCoders"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MetaProtocolCodable",
"targets" : [
"MetaProtocolCodable"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ProtocolGen",
"targets" : [
"ProtocolGen"
],
"type" : {
"executable" : null
}
},
{
"name" : "MacroPlugin",
"targets" : [
"MacroPlugin"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "ProtocolGen",
"module_type" : "SwiftTarget",
"name" : "ProtocolGen",
"path" : "Sources/ProtocolGen",
"product_dependencies" : [
"ArgumentParser",
"SwiftSyntax",
"SwiftParser",
"SwiftSyntaxMacroExpansion"
],
"product_memberships" : [
"MetaProtocolCodable",
"ProtocolGen"
],
"sources" : [
"Config.swift",
"Fetch.swift",
"Generate.swift",
"InheritableDeclSyntax.swift",
"Parse.swift",
"ProtocolGen.swift"
],
"target_dependencies" : [
"PluginCore",
"MetaCodable"
],
"type" : "executable"
},
{
"c99name" : "PluginCore",
"module_type" : "SwiftTarget",
"name" : "PluginCore",
"path" : "Sources/PluginCore",
"product_dependencies" : [
"SwiftSyntax",
"SwiftDiagnostics",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros",
"OrderedCollections"
],
"product_memberships" : [
"MetaCodable",
"HelperCoders",
"MetaProtocolCodable",
"ProtocolGen",
"MacroPlugin"
],
"sources" : [
"Attributes/AttributableDeclSyntax.swift",
"Attributes/Attribute.swift",
"Attributes/Codable/Codable+Expansion.swift",
"Attributes/Codable/Codable.swift",
"Attributes/Codable/CodingKeys/CodingKeyTransformer.swift",
"Attributes/Codable/CodingKeys/CodingKeys.swift",
"Attributes/Codable/CodingKeys/Strategy.swift",
"Attributes/Codable/IgnoreCodingInitialized.swift",
"Attributes/Codable/Inherits.swift",
"Attributes/Codable/UnTagged.swift",
"Attributes/CodedAs.swift",
"Attributes/CodedBy.swift",
"Attributes/Default.swift",
"Attributes/IgnoreCoding/IgnoreCoding.swift",
"Attributes/IgnoreCoding/IgnoreDecoding.swift",
"Attributes/IgnoreCoding/IgnoreEncoding.swift",
"Attributes/KeyPath/CodedAt.swift",
"Attributes/KeyPath/CodedIn.swift",
"Attributes/KeyPath/ContentAt.swift",
"Attributes/KeyPath/KeyPathProvider.swift",
"Attributes/MemberInit/MemberInit+Expansion.swift",
"Attributes/MemberInit/MemberInit.swift",
"Attributes/PeerAttribute.swift",
"Diagnostics/AggregatedDiagnosticProducer.swift",
"Diagnostics/CombinedUsage.swift",
"Diagnostics/Condition/ArgumentCountCondition.swift",
"Diagnostics/Condition/DeclarationCondition.swift",
"Diagnostics/Condition/DiagnosticCondition.swift",
"Diagnostics/ConditionalDiagnosticProducer.swift",
"Diagnostics/DiagnosticProducer.swift",
"Diagnostics/DuplicateUsage.swift",
"Diagnostics/GroupedVariableDeclaration.swift",
"Diagnostics/InvalidCombination.swift",
"Diagnostics/InvalidDeclaration.swift",
"Diagnostics/MetaCodableMessage.swift",
"Diagnostics/StaticVariableDeclaration.swift",
"Diagnostics/UninitializedVariableDecl.swift",
"Expansion/AttributeExpander.swift",
"Expansion/Options/DeclModifiersGenerator.swift",
"Expansion/Options/Options.swift",
"Variables/ComposedVariable.swift",
"Variables/ConditionalCodingVariable.swift",
"Variables/Enum/Case/Associated/AssociatedVariable.swift",
"Variables/Enum/Case/Associated/BasicAssociatedVariable.swift",
"Variables/Enum/Case/BasicEnumCaseVariable.swift",
"Variables/Enum/Case/EnumCaseVariable.swift",
"Variables/Enum/Switcher/AdjacentlyTaggableSwitcher.swift",
"Variables/Enum/Switcher/AdjacentlyTaggedEnumSwitcher.swift",
"Variables/Enum/Switcher/AnyEnumSwitcher.swift",
"Variables/Enum/Switcher/EnumSwitcherVariable.swift",
"Variables/Enum/Switcher/ExternallyTaggedEnumSwitcher.swift",
"Variables/Enum/Switcher/InternallyTaggedEnumSwitcher.swift",
"Variables/Enum/Switcher/TaggedEnumSwitcherVariable.swift",
"Variables/Enum/Switcher/UnTaggedEnumSwitcher.swift",
"Variables/Initialization/AnyInitialization.swift",
"Variables/Initialization/AnyRequiredVariableInitialization.swift",
"Variables/Initialization/IgnoredInitialization.swift",
"Variables/Initialization/MemberwiseInitGenerator.swift",
"Variables/Initialization/OptionalInitialization.swift",
"Variables/Initialization/RequiredInitialization.swift",
"Variables/Initialization/RequiredInitializationWithDefaultValue.swift",
"Variables/Initialization/RequiredVariableInitialization.swift",
"Variables/Initialization/VariableInitialization.swift",
"Variables/Property/AliasedPropertyVariable.swift",
"Variables/Property/AnyPropertyVariable.swift",
"Variables/Property/BasicPropertyVariable.swift",
"Variables/Property/Data/DecodingFallback.swift",
"Variables/Property/DefaultValueVariable.swift",
"Variables/Property/HelperCodedVariable.swift",
"Variables/Property/InitializationVariable.swift",
"Variables/Property/KeyedVariable.swift",
"Variables/Property/PropertyVariable.swift",
"Variables/Property/Tree/PropertyVariableTreeNode+CodingData.swift",
"Variables/Property/Tree/PropertyVariableTreeNode+CodingLocation.swift",
"Variables/Property/Tree/PropertyVariableTreeNode+Generated.swift",
"Variables/Property/Tree/PropertyVariableTreeNode.swift",
"Variables/Syntax/AssociatedDeclSyntax.swift",
"Variables/Syntax/EnumCaseVariableDeclSyntax.swift",
"Variables/Syntax/MemberGroupSyntax.swift",
"Variables/Syntax/PropertyDeclSyntax.swift",
"Variables/Syntax/VariableSyntax.swift",
"Variables/Type/ActorVariable.swift",
"Variables/Type/ClassVariable.swift",
"Variables/Type/Data/CodingKeysMap/Case.swift",
"Variables/Type/Data/CodingKeysMap/CodingKeysMap.swift",
"Variables/Type/Data/CodingKeysMap/Key.swift",
"Variables/Type/Data/ConstraintGenerator.swift",
"Variables/Type/Data/Registration.swift",
"Variables/Type/EnumVariable.swift",
"Variables/Type/MemberGroup.swift",
"Variables/Type/TypeVariable.swift",
"Variables/Variable.swift"
],
"type" : "library"
},
{
"c99name" : "MetaProtocolCodable",
"module_type" : "PluginTarget",
"name" : "MetaProtocolCodable",
"path" : "Plugins/MetaProtocolCodable",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"MetaProtocolCodable"
],
"sources" : [
"Config.swift",
"Plugin.swift",
"PluginContext.swift",
"SourceTarget/MetaProtocolCodableSourceTarget.swift",
"SourceTarget/SwiftPackageTarget.swift",
"SourceTarget/XcodeTarget.swift"
],
"target_dependencies" : [
"ProtocolGen"
],
"type" : "plugin"
},
{
"c99name" : "MetaCodableTests",
"module_type" : "SwiftTarget",
"name" : "MetaCodableTests",
"path" : "Tests/MetaCodableTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"AccessModifierTests.swift",
"Attributes/CodedByTests.swift",
"Attributes/DefaultTests.swift",
"CodableInheritanceTests.swift",
"CodableTests.swift",
"CodedAs/CodedAsEnumTests.swift",
"CodedAs/CodedAsTests.swift",
"CodedAt/CodedAtDefaultChoiceTests.swift",
"CodedAt/CodedAtDefaultOnlyMissingTests.swift",
"CodedAt/CodedAtDefaultTests.swift",
"CodedAt/CodedAtEnumTests.swift",
"CodedAt/CodedAtHelperDefaultTests.swift",
"CodedAt/CodedAtHelperTests.swift",
"CodedAt/CodedAtTests.swift",
"CodedIn/CodedInDefaultTests.swift",
"CodedIn/CodedInHelperDefaultChoiceTests.swift",
"CodedIn/CodedInHelperDefaultOnlyMissingTests.swift",
"CodedIn/CodedInHelperDefaultTests.swift",
"CodedIn/CodedInHelperTests.swift",
"CodedIn/CodedInTests.swift",
"CodingKeysGenerationTests.swift",
"CodingKeysTests.swift",
"ContentAtTests.swift",
"DynamicCodable/DynamicCodableTests.swift",
"DynamicCodable/PageData.swift",
"DynamicCodable/PostPage.swift",
"DynamicCodable/Response.swift",
"ExplicitCodingTests.swift",
"GenericsTests.swift",
"GroupedMutableVariableTests.swift",
"GroupedVariableTests.swift",
"HelperCoders/DataCoderTests.swift",
"HelperCoders/DateCoderTests.swift",
"HelperCoders/HelperCodersTests.swift",
"HelperCoders/LossySequenceTests.swift",
"HelperCoders/NonConformingCoderTests.swift",
"HelperCoders/SequenceCoderTests.swift",
"HelperCoders/ValueCoderTests.swift",
"IgnoreCodingTests.swift",
"IgnoreInitializedTests.swift",
"UntaggedEnumTests.swift",
"VariableDeclarationTests.swift"
],
"target_dependencies" : [
"PluginCore",
"MacroPlugin",
"MetaCodable",
"HelperCoders",
"MetaProtocolCodable"
],
"type" : "test"
},
{
"c99name" : "MetaCodable",
"module_type" : "SwiftTarget",
"name" : "MetaCodable",
"path" : "Sources/MetaCodable",
"product_memberships" : [
"MetaCodable",
"HelperCoders",
"MetaProtocolCodable",
"ProtocolGen"
],
"sources" : [
"Codable/Codable.swift",
"Codable/CodingKeys.swift",
"Codable/IgnoreCodingInitialized.swift",
"Codable/UnTagged.swift",
"CodedAs.swift",
"CodedAt.swift",
"CodedBy.swift",
"CodedIn.swift",
"ContentAt.swift",
"Default.swift",
"DynamicCodable/DynamicCodable.swift",
"DynamicCodable/DynamicCodableIdentifier+CodingKey.swift",
"DynamicCodable/DynamicCodableIdentifier+Expressible.swift",
"DynamicCodable/DynamicCodableIdentifier.swift",
"HelperCoders/HelperCoder.swift",
"HelperCoders/LossySequence.swift",
"IgnoreCoding.swift",
"MemberInit.swift"
],
"target_dependencies" : [
"MacroPlugin"
],
"type" : "library"
},
{
"c99name" : "MacroPlugin",
"module_type" : "SwiftTarget",
"name" : "MacroPlugin",
"path" : "Sources/MacroPlugin",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"MetaCodable",
"HelperCoders",
"MetaProtocolCodable",
"ProtocolGen",
"MacroPlugin"
],
"sources" : [
"Definitions.swift",
"Plugin.swift"
],
"target_dependencies" : [
"PluginCore"
],
"type" : "macro"
},
{
"c99name" : "HelperCoders",
"module_type" : "SwiftTarget",
"name" : "HelperCoders",
"path" : "Sources/HelperCoders",
"product_memberships" : [
"HelperCoders"
],
"sources" : [
"Base64Coder.swift",
"ConditionalCoder.swift",
"DateCoders/DateCoder.swift",
"DateCoders/Since1970DateCoder.swift",
"NonConformingCoder.swift",
"PropertyWrapperCoder.swift",
"SequenceCoder/DefaultSequenceElementCoding.swift",
"SequenceCoder/SequenceCoder.swift",
"SequenceCoder/SequenceCoderConfiguration.swift",
"ValueCoders/Bool.swift",
"ValueCoders/Number.swift",
"ValueCoders/String.swift",
"ValueCoders/ValueCoder.swift"
],
"target_dependencies" : [
"MetaCodable"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[0/30] Write sources
[8/30] Write ProtocolGen-tool-entitlement.plist
[8/30] Write sources
[23/30] Compiling _SwiftSyntaxCShims dummy.c
[24/30] Write swift-version-2F0A5646E1D333AE.txt
[26/56] Compiling SwiftSyntax600 Empty.swift
[27/56] Emitting module SwiftSyntax600
[28/56] Emitting module SwiftSyntax510
[29/56] Compiling SwiftSyntax510 Empty.swift
[30/56] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/57] Compiling InternalCollectionsUtilities Debugging.swift
[32/57] Compiling InternalCollectionsUtilities Descriptions.swift
[33/57] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[34/57] Compiling InternalCollectionsUtilities Specialize.swift
[35/57] Compiling InternalCollectionsUtilities _SortedCollection.swift
[36/57] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[37/57] Emitting module InternalCollectionsUtilities
[38/57] Compiling SwiftSyntax509 Empty.swift
[39/57] Emitting module SwiftSyntax509
[40/57] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/57] Emitting module ArgumentParserToolInfo
[42/57] Compiling ArgumentParserToolInfo ToolInfo.swift
[43/79] Compiling SwiftSyntax Convenience.swift
[44/79] Compiling SwiftSyntax CustomTraits.swift
[45/79] Compiling SwiftSyntax BumpPtrAllocator.swift
[46/79] Compiling SwiftSyntax CommonAncestor.swift
[47/79] Compiling SwiftSyntax AbsolutePosition.swift
[48/79] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[49/79] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[50/79] Compiling SwiftSyntax Assert.swift
[51/79] Compiling SwiftSyntax Identifier.swift
[52/79] Compiling SwiftSyntax MemoryLayout.swift
[53/217] Compiling OrderedCollections OrderedSet+Codable.swift
[54/217] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[55/217] Compiling OrderedCollections OrderedSet+Descriptions.swift
[56/217] Compiling OrderedCollections OrderedSet+Diffing.swift
[57/217] Compiling OrderedCollections OrderedSet+Equatable.swift
[58/217] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[59/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[60/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[61/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[62/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[63/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[64/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[65/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[66/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[67/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[68/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[69/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[70/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[71/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[72/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[73/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[74/223] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[75/223] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[76/223] Compiling OrderedCollections OrderedSet+Sendable.swift
[77/223] Compiling OrderedCollections OrderedSet+Hashable.swift
[78/223] Compiling OrderedCollections OrderedSet+Initializers.swift
[79/223] Compiling OrderedCollections OrderedSet+Insertions.swift
[80/223] Compiling OrderedCollections OrderedSet+Invariants.swift
[81/223] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[82/223] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[83/223] Compiling OrderedCollections _Hashtable+Header.swift
[84/223] Compiling OrderedCollections OrderedDictionary+Codable.swift
[85/223] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[86/223] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[87/223] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[88/223] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[89/223] Compiling OrderedCollections OrderedDictionary+Elements.swift
[90/223] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[91/223] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[92/223] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[93/223] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[94/223] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[95/223] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[96/223] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[97/223] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[98/223] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[99/223] Compiling OrderedCollections OrderedDictionary+Values.swift
[100/223] Compiling OrderedCollections OrderedDictionary.swift
[101/223] Compiling OrderedCollections _HashTable+Bucket.swift
[102/223] Compiling OrderedCollections _HashTable+BucketIterator.swift
[103/223] Compiling OrderedCollections _HashTable+Constants.swift
[104/223] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[105/223] Compiling OrderedCollections _HashTable+Testing.swift
[106/223] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[107/223] Compiling OrderedCollections _HashTable.swift
[108/223] Compiling OrderedCollections OrderedSet+SubSequence.swift
[109/223] Compiling OrderedCollections OrderedSet+Testing.swift
[110/223] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[111/223] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[112/223] Compiling OrderedCollections OrderedSet.swift
[113/223] Compiling OrderedCollections _UnsafeBitset.swift
[114/223] Emitting module OrderedCollections
[137/230] Emitting module ArgumentParser
[147/234] Compiling ArgumentParser Platform.swift
[148/234] Compiling ArgumentParser SequenceExtensions.swift
[149/234] Compiling ArgumentParser StringExtensions.swift
[150/234] Compiling ArgumentParser Tree.swift
[168/234] Emitting module SwiftSyntax
[192/234] Compiling SwiftSyntax SyntaxTraits.swift
[193/234] Compiling SwiftSyntax SyntaxVisitor.swift
[194/234] Compiling SwiftSyntax TokenKind.swift
[223/234] Compiling SwiftSyntax SyntaxNodesD.swift
[224/234] Compiling SwiftSyntax SyntaxNodesEF.swift
[225/234] Compiling SwiftSyntax SyntaxNodesGHI.swift
[226/234] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[227/234] Compiling SwiftSyntax SyntaxNodesOP.swift
[228/234] Compiling SwiftSyntax SyntaxNodesQRS.swift
[229/234] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[230/292] Compiling SwiftDiagnostics Message.swift
[231/293] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[232/293] Emitting module SwiftDiagnostics
[233/293] Compiling SwiftDiagnostics Note.swift
[234/293] Compiling SwiftBasicFormat Syntax+Extensions.swift
[235/293] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[236/293] Compiling SwiftBasicFormat InferIndentation.swift
[237/293] Compiling SwiftDiagnostics FixIt.swift
[238/293] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[239/293] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[240/293] Compiling SwiftDiagnostics Convenience.swift
[241/293] Compiling SwiftDiagnostics Diagnostic.swift
[242/293] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[243/293] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[244/293] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[245/293] Emitting module SwiftBasicFormat
[246/293] Compiling SwiftBasicFormat BasicFormat.swift
[247/293] Compiling SwiftParser TopLevel.swift
[248/293] Compiling SwiftParser TriviaParser.swift
[249/293] Compiling SwiftParser Types.swift
[250/293] Compiling SwiftParser ExperimentalFeatures.swift
[251/297] Compiling SwiftParser UnicodeScalarExtensions.swift
[252/297] Compiling SwiftParser Lookahead.swift
[253/297] Compiling SwiftParser LoopProgressCondition.swift
[254/297] Compiling SwiftParser Modifiers.swift
[255/297] Compiling SwiftParser Names.swift
[256/297] Compiling SwiftParser StringLiterals.swift
[257/297] Compiling SwiftParser SwiftParserCompatibility.swift
[258/297] Compiling SwiftParser SwiftVersion.swift
[259/297] Compiling SwiftParser SyntaxUtils.swift
[260/297] Compiling SwiftParser TokenConsumer.swift
[261/297] Compiling SwiftParser TokenPrecedence.swift
[262/297] Compiling SwiftParser TokenSpec.swift
[263/297] Compiling SwiftParser TokenSpecSet.swift
[264/297] Compiling SwiftParser Nominals.swift
[265/297] Compiling SwiftParser Parameters.swift
[266/297] Compiling SwiftParser ParseSourceFile.swift
[267/297] Compiling SwiftParser Parser.swift
[268/297] Compiling SwiftParser Patterns.swift
[269/297] Compiling SwiftParser Recovery.swift
[270/297] Compiling SwiftParser Specifiers.swift
[271/297] Compiling SwiftParser Statements.swift
[272/297] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[273/297] Emitting module SwiftParser
[274/297] Compiling SwiftParser Attributes.swift
[275/297] Compiling SwiftParser Availability.swift
[276/297] Compiling SwiftParser CharacterInfo.swift
[277/297] Compiling SwiftParser CollectionNodes+Parsable.swift
[278/297] Compiling SwiftParser Declarations.swift
[279/297] Compiling SwiftParser Cursor.swift
[280/297] Compiling SwiftParser Lexeme.swift
[281/297] Compiling SwiftParser LexemeSequence.swift
[282/297] Compiling SwiftParser Lexer.swift
[283/297] Compiling SwiftParser RegexLiteralLexer.swift
[284/297] Compiling SwiftParser Directives.swift
[285/297] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[286/297] Compiling SwiftParser Expressions.swift
[287/297] Compiling SwiftParser IncrementalParseTransition.swift
[288/297] Compiling SwiftParser IsValidIdentifier.swift
[289/297] Compiling SwiftParser IsLexerClassified.swift
[290/297] Compiling SwiftParser LayoutNodes+Parsable.swift
[291/297] Compiling SwiftParser Parser+TokenSpecSet.swift
[292/297] Compiling SwiftParser TokenSpecStaticMembers.swift
[293/320] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[294/321] Compiling SwiftOperators PrecedenceGroup.swift
[295/322] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[296/322] Compiling SwiftOperators OperatorTable.swift
[297/322] Compiling SwiftOperators PrecedenceGraph.swift
[298/322] Compiling SwiftOperators OperatorTable+Defaults.swift
[299/322] Compiling SwiftOperators OperatorTable+Semantics.swift
[300/322] Compiling SwiftOperators OperatorError.swift
[301/322] Compiling SwiftOperators OperatorError+Diagnostics.swift
[302/322] Compiling SwiftOperators Operator.swift
[303/322] Emitting module SwiftOperators
[304/322] Compiling SwiftOperators OperatorTable+Folding.swift
[305/322] Compiling SwiftOperators SyntaxSynthesis.swift
[306/322] Compiling SwiftParserDiagnostics Utils.swift
[307/322] Compiling SwiftParserDiagnostics PresenceUtils.swift
[308/322] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[309/322] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[310/322] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[311/322] Emitting module SwiftParserDiagnostics
[312/322] Compiling SwiftParserDiagnostics MissingNodesError.swift
[313/322] Compiling SwiftParserDiagnostics MissingTokenError.swift
[314/322] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[315/322] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[316/322] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[317/322] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[318/337] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[319/337] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[320/337] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[321/337] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[322/337] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[323/337] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[324/337] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[325/338] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[326/338] Compiling SwiftSyntaxBuilder Indenter.swift
[327/338] Compiling SwiftSyntaxBuilder ListBuilder.swift
[328/338] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[329/338] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[330/338] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[331/338] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[332/338] Emitting module SwiftSyntaxBuilder
[333/338] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[334/356] Compiling SwiftSyntaxMacros Macro.swift
[335/356] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[336/356] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[337/356] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[338/356] Compiling SwiftSyntaxMacros PreambleMacro.swift
[339/357] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[340/357] Compiling SwiftSyntaxMacros Macro+Format.swift
[341/357] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[342/357] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[343/357] Compiling SwiftSyntaxMacros MemberMacro.swift
[344/357] Compiling SwiftSyntaxMacros PeerMacro.swift
[345/357] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[346/357] Compiling SwiftSyntaxMacros AccessorMacro.swift
[347/357] Compiling SwiftSyntaxMacros AttachedMacro.swift
[348/357] Compiling SwiftSyntaxMacros BodyMacro.swift
[349/357] Emitting module SwiftSyntaxMacros
[350/357] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[351/357] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[352/357] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[353/451] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[354/451] Compiling PluginCore IgnoredInitialization.swift
[355/451] Compiling PluginCore MemberwiseInitGenerator.swift
[356/451] Compiling PluginCore OptionalInitialization.swift
[357/451] Compiling PluginCore RequiredInitialization.swift
[358/451] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[359/451] Compiling PluginCore RequiredVariableInitialization.swift
[360/451] Compiling PluginCore VariableInitialization.swift
[361/451] Compiling PluginCore AliasedPropertyVariable.swift
[362/451] Compiling PluginCore AnyPropertyVariable.swift
[363/460] Emitting module PluginCore
[364/460] Compiling PluginCore CodedAs.swift
[365/460] Compiling PluginCore CodedBy.swift
[366/460] Compiling PluginCore Default.swift
[367/460] Compiling PluginCore IgnoreCoding.swift
[368/460] Compiling PluginCore IgnoreDecoding.swift
[369/460] Compiling PluginCore IgnoreEncoding.swift
[370/460] Compiling PluginCore CodedAt.swift
[371/460] Compiling PluginCore CodedIn.swift
[372/460] Compiling PluginCore ContentAt.swift
[373/460] Compiling PluginCore KeyPathProvider.swift
[374/460] Compiling PluginCore DeclModifiersGenerator.swift
[375/460] Compiling PluginCore Options.swift
[376/460] Compiling PluginCore ComposedVariable.swift
[377/460] Compiling PluginCore ConditionalCodingVariable.swift
[378/460] Compiling PluginCore AssociatedVariable.swift
[379/460] Compiling PluginCore BasicAssociatedVariable.swift
[380/460] Compiling PluginCore BasicEnumCaseVariable.swift
[381/460] Compiling PluginCore EnumCaseVariable.swift
[382/460] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[383/460] Compiling PluginCore AttributableDeclSyntax.swift
[384/460] Compiling PluginCore Attribute.swift
[385/460] Compiling PluginCore Codable+Expansion.swift
[386/460] Compiling PluginCore Codable.swift
[387/460] Compiling PluginCore CodingKeyTransformer.swift
[388/460] Compiling PluginCore CodingKeys.swift
[389/460] Compiling PluginCore Strategy.swift
[390/460] Compiling PluginCore IgnoreCodingInitialized.swift
[391/460] Compiling PluginCore Inherits.swift
[392/460] Compiling PluginCore UnTagged.swift
[393/460] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[394/460] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[395/460] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[396/460] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[397/460] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[398/460] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[399/460] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[400/460] Emitting module SwiftSyntaxMacroExpansion
[401/460] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[402/460] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[403/460] Compiling PluginCore AnyEnumSwitcher.swift
[404/460] Compiling PluginCore EnumSwitcherVariable.swift
[405/460] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[406/460] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[407/460] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[408/460] Compiling PluginCore UnTaggedEnumSwitcher.swift
[409/460] Compiling PluginCore AnyInitialization.swift
[410/460] Compiling PluginCore AnyRequiredVariableInitialization.swift
[411/460] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[412/460] Compiling PluginCore PropertyVariableTreeNode.swift
[413/460] Compiling PluginCore AssociatedDeclSyntax.swift
[414/460] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[415/460] Compiling PluginCore MemberGroupSyntax.swift
[416/460] Compiling PluginCore PropertyDeclSyntax.swift
[417/460] Compiling PluginCore VariableSyntax.swift
[418/460] Compiling PluginCore ActorVariable.swift
[419/460] Compiling PluginCore ClassVariable.swift
[420/460] Compiling PluginCore DiagnosticProducer.swift
[421/460] Compiling PluginCore DuplicateUsage.swift
[422/460] Compiling PluginCore GroupedVariableDeclaration.swift
[423/460] Compiling PluginCore InvalidCombination.swift
[424/460] Compiling PluginCore InvalidDeclaration.swift
[425/460] Compiling PluginCore MetaCodableMessage.swift
[426/460] Compiling PluginCore StaticVariableDeclaration.swift
[427/460] Compiling PluginCore UninitializedVariableDecl.swift
[428/460] Compiling PluginCore AttributeExpander.swift
[429/460] Compiling PluginCore BasicPropertyVariable.swift
[430/460] Compiling PluginCore DecodingFallback.swift
[431/460] Compiling PluginCore DefaultValueVariable.swift
[432/460] Compiling PluginCore HelperCodedVariable.swift
[433/460] Compiling PluginCore InitializationVariable.swift
[434/460] Compiling PluginCore KeyedVariable.swift
[435/460] Compiling PluginCore PropertyVariable.swift
[436/460] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[437/460] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[438/460] Compiling PluginCore MemberInit+Expansion.swift
[439/460] Compiling PluginCore MemberInit.swift
[440/460] Compiling PluginCore PeerAttribute.swift
[441/460] Compiling PluginCore AggregatedDiagnosticProducer.swift
[442/460] Compiling PluginCore CombinedUsage.swift
[443/460] Compiling PluginCore ArgumentCountCondition.swift
[444/460] Compiling PluginCore DeclarationCondition.swift
[445/460] Compiling PluginCore DiagnosticCondition.swift
[446/460] Compiling PluginCore ConditionalDiagnosticProducer.swift
[447/472] Compiling PluginCore Case.swift
[448/472] Compiling PluginCore CodingKeysMap.swift
[449/472] Compiling PluginCore Key.swift
[450/472] Compiling PluginCore ConstraintGenerator.swift
[451/472] Compiling PluginCore Registration.swift
[452/472] Compiling PluginCore EnumVariable.swift
[453/472] Compiling PluginCore MemberGroup.swift
[454/472] Compiling PluginCore TypeVariable.swift
[455/472] Compiling PluginCore Variable.swift
[456/472] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[457/473] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[458/473] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[459/473] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[460/473] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[461/473] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[462/473] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[463/473] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[464/473] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[465/473] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[466/473] Emitting module SwiftCompilerPluginMessageHandling
[467/473] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[468/473] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[469/475] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[470/475] Emitting module SwiftCompilerPlugin
[471/478] Compiling MacroPlugin Plugin.swift
[472/478] Emitting module MacroPlugin
[473/478] Compiling MacroPlugin Definitions.swift
[473/478] Write Objects.LinkFileList
[474/478] Linking MacroPlugin-tool
[476/496] Compiling MetaCodable HelperCoder.swift
[477/496] Compiling MetaCodable LossySequence.swift
[478/496] Compiling MetaCodable IgnoreCoding.swift
[479/497] Compiling MetaCodable ContentAt.swift
[480/497] Compiling MetaCodable Default.swift
[481/497] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[482/497] Compiling MetaCodable DynamicCodableIdentifier.swift
[483/497] Compiling MetaCodable CodedBy.swift
[484/497] Compiling MetaCodable CodedIn.swift
[485/497] Compiling MetaCodable DynamicCodable.swift
[486/497] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[487/497] Compiling MetaCodable CodedAs.swift
[488/497] Compiling MetaCodable CodedAt.swift
[489/497] Compiling MetaCodable IgnoreCodingInitialized.swift
[490/497] Compiling MetaCodable UnTagged.swift
[491/497] Compiling MetaCodable Codable.swift
[492/497] Compiling MetaCodable CodingKeys.swift
[493/497] Emitting module MetaCodable
[494/497] Compiling MetaCodable MemberInit.swift
[495/504] Compiling ProtocolGen Config.swift
[496/504] Compiling ProtocolGen InheritableDeclSyntax.swift
[497/504] Compiling ProtocolGen Fetch.swift
[498/504] Compiling ProtocolGen ProtocolGen.swift
[499/504] Compiling ProtocolGen Parse.swift
[500/504] Emitting module ProtocolGen
[501/504] Compiling ProtocolGen Generate.swift
[501/504] Write Objects.LinkFileList
[502/504] Linking ProtocolGen-tool
[503/504] Applying ProtocolGen-tool
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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])
/Users/admin/builder/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])
/Users/admin/builder/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(
/Users/admin/builder/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)"
/Users/admin/builder/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",
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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],
/Users/admin/builder/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 | )
/Users/admin/builder/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 {
/Users/admin/builder/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`])
/Users/admin/builder/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(
/Users/admin/builder/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)"
/Users/admin/builder/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,
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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: "")
/Users/admin/builder/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 | }
/Users/admin/builder/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/58] Write sources
[30/58] Write ProtocolGen-entitlement.plist
[30/58] Write ProtocolGen-tool-entitlement.plist
[30/58] Write sources
[47/58] Compiling _SwiftSyntaxCShims dummy.c
[49/58] Write swift-version-2F0A5646E1D333AE.txt
[51/84] Compiling SwiftSyntax509 Empty.swift
[52/84] Emitting module SwiftSyntax510
[53/84] Compiling SwiftSyntax510 Empty.swift
[54/84] Emitting module SwiftSyntax509
[55/84] Emitting module SwiftSyntax600
[56/84] Compiling SwiftSyntax600 Empty.swift
[57/84] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[58/84] Compiling InternalCollectionsUtilities Specialize.swift
[59/84] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/85] Compiling InternalCollectionsUtilities Debugging.swift
[61/85] Compiling InternalCollectionsUtilities Descriptions.swift
[62/85] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/85] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[65/86] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[66/150] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/150] Emitting module InternalCollectionsUtilities
[68/150] Emitting module ArgumentParserToolInfo
[69/150] Compiling ArgumentParserToolInfo ToolInfo.swift
[70/150] Compiling SwiftSyntax Convenience.swift
[71/150] Compiling SwiftSyntax CustomTraits.swift
[72/150] Compiling SwiftSyntax BumpPtrAllocator.swift
[73/150] Compiling SwiftSyntax CommonAncestor.swift
[74/150] Compiling SwiftSyntax SourceEdit.swift
[75/150] Compiling SwiftSyntax SourceLength.swift
[76/150] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[77/150] Compiling SwiftSyntax Assert.swift
[78/245] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[79/245] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[80/245] Compiling OrderedCollections OrderedSet+Hashable.swift
[81/245] Compiling OrderedCollections OrderedSet+Initializers.swift
[82/249] Compiling OrderedCollections _Hashtable+Header.swift
[83/249] Compiling OrderedCollections OrderedDictionary+Codable.swift
[84/249] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[85/249] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[90/249] Compiling OrderedCollections OrderedSet+Insertions.swift
[91/249] Compiling OrderedCollections OrderedSet+Invariants.swift
[92/249] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[93/249] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[94/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[95/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[96/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[97/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[98/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[99/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[100/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[101/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[102/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[103/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[104/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[105/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[106/255] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[107/255] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[108/255] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[109/255] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[110/255] Compiling OrderedCollections OrderedDictionary+Values.swift
[111/255] Compiling OrderedCollections OrderedDictionary.swift
[112/255] Emitting module ArgumentParser
[120/262] Compiling OrderedCollections OrderedSet+Codable.swift
[121/262] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[122/262] Compiling OrderedCollections OrderedSet+Descriptions.swift
[123/262] Compiling OrderedCollections OrderedSet+Diffing.swift
[124/262] Compiling OrderedCollections OrderedSet+Equatable.swift
[125/262] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[126/262] Compiling OrderedCollections OrderedDictionary+Elements.swift
[127/262] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[128/262] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[129/262] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[130/262] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[131/262] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[132/262] Compiling OrderedCollections _HashTable+Bucket.swift
[133/262] Compiling OrderedCollections _HashTable+BucketIterator.swift
[134/262] Compiling OrderedCollections _HashTable+Constants.swift
[135/262] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[136/262] Compiling OrderedCollections _HashTable+Testing.swift
[137/262] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[138/262] Compiling OrderedCollections _HashTable.swift
[139/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[140/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[141/262] Compiling ArgumentParser Platform.swift
[142/262] Compiling ArgumentParser SequenceExtensions.swift
[143/262] Compiling ArgumentParser StringExtensions.swift
[144/262] Compiling ArgumentParser Tree.swift
[179/262] Compiling OrderedCollections OrderedSet+SubSequence.swift
[180/262] Compiling OrderedCollections OrderedSet+Testing.swift
[181/262] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[182/262] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[183/262] Compiling OrderedCollections OrderedSet.swift
[184/262] Compiling OrderedCollections _UnsafeBitset.swift
[189/262] Emitting module OrderedCollections
[211/262] Write Objects.LinkFileList
[212/262] Linking MacroPlugin-tool
[214/292] Compiling MetaCodable CodedAt.swift
[215/292] Compiling MetaCodable CodedBy.swift
[216/292] Compiling MetaCodable CodedIn.swift
[217/293] Compiling MetaCodable HelperCoder.swift
[218/293] Compiling MetaCodable LossySequence.swift
[219/293] Compiling MetaCodable DynamicCodableIdentifier+Expressible.swift
[220/293] Compiling MetaCodable DynamicCodableIdentifier.swift
[221/293] Compiling MetaCodable DynamicCodable.swift
[222/293] Compiling MetaCodable DynamicCodableIdentifier+CodingKey.swift
[223/293] Compiling MetaCodable IgnoreCoding.swift
[224/293] Compiling MetaCodable Codable.swift
[225/293] Compiling MetaCodable CodingKeys.swift
[226/293] Compiling MetaCodable CodedBy.swift
[227/293] Compiling MetaCodable CodedIn.swift
[228/293] Compiling MetaCodable CodedAs.swift
[229/293] Compiling MetaCodable CodedAt.swift
[230/294] Compiling MetaCodable IgnoreCoding.swift
[231/294] Compiling MetaCodable ContentAt.swift
[232/294] Compiling MetaCodable Default.swift
[233/294] Compiling MetaCodable CodedAs.swift
[234/294] Compiling MetaCodable IgnoreCodingInitialized.swift
[235/294] Compiling MetaCodable UnTagged.swift
[238/294] Compiling MetaCodable Codable.swift
[239/294] Compiling MetaCodable CodingKeys.swift
[242/294] Emitting module MetaCodable
[244/294] Compiling MetaCodable MemberInit.swift
[246/320] Emitting module SwiftSyntax
[246/320] Write Objects.LinkFileList
[248/320] Compiling HelperCoders SequenceCoderConfiguration.swift
[249/320] Compiling HelperCoders String.swift
[250/320] Compiling HelperCoders Bool.swift
[251/320] Compiling HelperCoders SequenceCoder.swift
[252/320] Compiling HelperCoders Number.swift
[253/320] Compiling HelperCoders DefaultSequenceElementCoding.swift
[254/321] Compiling HelperCoders String.swift
[255/321] Compiling HelperCoders Bool.swift
[256/321] Compiling HelperCoders SequenceCoderConfiguration.swift
[257/321] Compiling HelperCoders SequenceCoder.swift
[258/321] Compiling HelperCoders DefaultSequenceElementCoding.swift
[259/321] Compiling HelperCoders Number.swift
[260/322] Compiling HelperCoders DateCoder.swift
[261/322] Compiling HelperCoders Since1970DateCoder.swift
[262/322] Compiling HelperCoders NonConformingCoder.swift
[263/322] Compiling HelperCoders PropertyWrapperCoder.swift
[264/322] Compiling HelperCoders Base64Coder.swift
[265/322] Compiling HelperCoders ConditionalCoder.swift
[270/322] Emitting module HelperCoders
[274/322] Compiling HelperCoders ValueCoder.swift
[282/322] Linking ProtocolGen-tool
[283/322] Applying ProtocolGen-tool
[296/322] Compiling SwiftSyntax RawSyntaxValidation.swift
[297/322] Compiling SwiftSyntax SyntaxNodesAB.swift
[298/322] Compiling SwiftSyntax SyntaxNodesC.swift
[313/322] Compiling SwiftSyntax SyntaxNodesD.swift
[314/322] Compiling SwiftSyntax SyntaxNodesEF.swift
[315/322] Compiling SwiftSyntax SyntaxNodesGHI.swift
[316/322] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[317/322] Compiling SwiftSyntax SyntaxNodesOP.swift
[318/322] Compiling SwiftSyntax SyntaxNodesQRS.swift
[319/322] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[320/380] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[321/380] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[322/380] Compiling SwiftDiagnostics Message.swift
[323/381] Compiling SwiftBasicFormat Syntax+Extensions.swift
[324/381] Compiling SwiftBasicFormat InferIndentation.swift
[325/381] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[326/381] Compiling SwiftDiagnostics FixIt.swift
[327/381] Compiling SwiftDiagnostics Note.swift
[328/381] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[329/381] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[330/381] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[331/381] Compiling SwiftDiagnostics Convenience.swift
[332/381] Compiling SwiftDiagnostics Diagnostic.swift
[333/381] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[334/381] Emitting module SwiftDiagnostics
[335/381] Emitting module SwiftBasicFormat
[336/381] Compiling SwiftBasicFormat BasicFormat.swift
[337/381] Compiling SwiftParser TopLevel.swift
[338/381] Compiling SwiftParser TriviaParser.swift
[339/381] Compiling SwiftParser Types.swift
[340/381] Compiling SwiftParser ExperimentalFeatures.swift
[341/385] Compiling SwiftParser UnicodeScalarExtensions.swift
[342/385] Compiling SwiftParser Lookahead.swift
[343/385] Compiling SwiftParser LoopProgressCondition.swift
[344/385] Compiling SwiftParser Modifiers.swift
[345/385] Compiling SwiftParser Names.swift
[346/385] Compiling SwiftParser StringLiterals.swift
[347/385] Compiling SwiftParser SwiftParserCompatibility.swift
[348/385] Compiling SwiftParser SwiftVersion.swift
[349/385] Compiling SwiftParser SyntaxUtils.swift
[350/385] Compiling SwiftParser TokenConsumer.swift
[351/385] Compiling SwiftParser TokenPrecedence.swift
[352/385] Compiling SwiftParser TokenSpec.swift
[353/385] Compiling SwiftParser TokenSpecSet.swift
[354/385] Compiling SwiftParser Nominals.swift
[355/385] Compiling SwiftParser Parameters.swift
[356/385] Compiling SwiftParser ParseSourceFile.swift
[357/385] Compiling SwiftParser Parser.swift
[358/385] Compiling SwiftParser Patterns.swift
[359/385] Compiling SwiftParser Recovery.swift
[360/385] Compiling SwiftParser Specifiers.swift
[361/385] Compiling SwiftParser Statements.swift
[362/385] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[363/385] Emitting module SwiftParser
[364/385] Compiling SwiftParser Attributes.swift
[365/385] Compiling SwiftParser Availability.swift
[366/385] Compiling SwiftParser CharacterInfo.swift
[367/385] Compiling SwiftParser CollectionNodes+Parsable.swift
[368/385] Compiling SwiftParser Declarations.swift
[369/385] Compiling SwiftParser Directives.swift
[370/385] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[371/385] Compiling SwiftParser Expressions.swift
[372/385] Compiling SwiftParser IncrementalParseTransition.swift
[373/385] Compiling SwiftParser IsValidIdentifier.swift
[374/385] Compiling SwiftParser Cursor.swift
[375/385] Compiling SwiftParser Lexeme.swift
[376/385] Compiling SwiftParser LexemeSequence.swift
[377/385] Compiling SwiftParser Lexer.swift
[378/385] Compiling SwiftParser RegexLiteralLexer.swift
[379/385] Compiling SwiftParser IsLexerClassified.swift
[380/385] Compiling SwiftParser LayoutNodes+Parsable.swift
[381/385] Compiling SwiftParser Parser+TokenSpecSet.swift
[382/385] Compiling SwiftParser TokenSpecStaticMembers.swift
[383/408] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[384/409] Compiling SwiftOperators PrecedenceGroup.swift
[385/409] Compiling SwiftOperators PrecedenceGraph.swift
[386/410] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[387/410] Compiling SwiftOperators OperatorTable+Defaults.swift
[388/410] Compiling SwiftOperators OperatorTable.swift
[389/410] Emitting module SwiftOperators
[390/410] Compiling SwiftOperators OperatorTable+Semantics.swift
[391/410] Compiling SwiftOperators OperatorTable+Folding.swift
[392/410] Compiling SwiftOperators OperatorError.swift
[393/410] Compiling SwiftOperators OperatorError+Diagnostics.swift
[394/410] Compiling SwiftOperators Operator.swift
[395/410] Compiling SwiftOperators SyntaxSynthesis.swift
[396/410] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[397/410] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[398/410] Compiling SwiftParserDiagnostics Utils.swift
[399/410] Compiling SwiftParserDiagnostics PresenceUtils.swift
[400/410] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[401/410] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[402/410] Compiling SwiftParserDiagnostics MissingNodesError.swift
[403/410] Compiling SwiftParserDiagnostics MissingTokenError.swift
[404/410] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[405/410] Emitting module SwiftParserDiagnostics
[406/410] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[407/410] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[408/425] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[409/425] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[410/425] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[411/425] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[412/426] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[413/426] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[414/426] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[415/426] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[416/426] Compiling SwiftSyntaxBuilder Indenter.swift
[417/426] Compiling SwiftSyntaxBuilder ListBuilder.swift
[418/426] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[419/426] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[420/426] Emitting module SwiftSyntaxBuilder
[421/426] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[422/426] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[423/426] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[424/444] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[425/444] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[426/445] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[427/445] Compiling SwiftSyntaxMacros AccessorMacro.swift
[428/445] Compiling SwiftSyntaxMacros PreambleMacro.swift
[429/445] Compiling SwiftSyntaxMacros MemberMacro.swift
[430/445] Compiling SwiftSyntaxMacros PeerMacro.swift
[431/445] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[432/445] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[433/445] Compiling SwiftSyntaxMacros Macro.swift
[434/445] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[435/445] Compiling SwiftSyntaxMacros AttachedMacro.swift
[436/445] Compiling SwiftSyntaxMacros BodyMacro.swift
[437/445] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[438/445] Compiling SwiftSyntaxMacros Macro+Format.swift
[439/445] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[440/445] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[441/445] Emitting module SwiftSyntaxMacros
[442/445] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[443/539] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[444/539] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[445/539] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[446/539] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[447/539] Emitting module SwiftSyntaxMacroExpansion
[448/539] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[449/539] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[450/539] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[451/539] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[452/539] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[453/539] Compiling PluginCore CodedAs.swift
[454/539] Compiling PluginCore CodedBy.swift
[455/539] Compiling PluginCore Default.swift
[456/539] Compiling PluginCore IgnoreCoding.swift
[457/539] Compiling PluginCore IgnoreDecoding.swift
[458/539] Compiling PluginCore IgnoreEncoding.swift
[459/539] Compiling PluginCore CodedAt.swift
[460/539] Compiling PluginCore CodedIn.swift
[461/539] Compiling PluginCore ContentAt.swift
[462/539] Compiling PluginCore KeyPathProvider.swift
[463/548] Compiling PluginCore MemberInit+Expansion.swift
[464/548] Compiling PluginCore MemberInit.swift
[465/548] Compiling PluginCore PeerAttribute.swift
[466/548] Compiling PluginCore AggregatedDiagnosticProducer.swift
[467/548] Compiling PluginCore CombinedUsage.swift
[468/548] Compiling PluginCore ArgumentCountCondition.swift
[469/548] Compiling PluginCore DeclarationCondition.swift
[470/548] Compiling PluginCore DiagnosticCondition.swift
[471/548] Compiling PluginCore ConditionalDiagnosticProducer.swift
[472/548] Compiling PluginCore AttributableDeclSyntax.swift
[473/548] Compiling PluginCore Attribute.swift
[474/548] Compiling PluginCore Codable+Expansion.swift
[475/548] Compiling PluginCore Codable.swift
[476/548] Compiling PluginCore CodingKeyTransformer.swift
[477/548] Compiling PluginCore CodingKeys.swift
[478/548] Compiling PluginCore Strategy.swift
[479/548] Compiling PluginCore IgnoreCodingInitialized.swift
[480/548] Compiling PluginCore Inherits.swift
[481/548] Compiling PluginCore UnTagged.swift
[482/548] Compiling PluginCore DeclModifiersGenerator.swift
[483/548] Compiling PluginCore Options.swift
[484/548] Compiling PluginCore ComposedVariable.swift
[485/548] Compiling PluginCore ConditionalCodingVariable.swift
[486/548] Compiling PluginCore AssociatedVariable.swift
[487/548] Compiling PluginCore BasicAssociatedVariable.swift
[488/548] Compiling PluginCore BasicEnumCaseVariable.swift
[489/548] Compiling PluginCore EnumCaseVariable.swift
[490/548] Compiling PluginCore AdjacentlyTaggableSwitcher.swift
[491/548] Compiling PluginCore AdjacentlyTaggedEnumSwitcher.swift
[492/548] Compiling PluginCore AnyEnumSwitcher.swift
[493/548] Compiling PluginCore EnumSwitcherVariable.swift
[494/548] Compiling PluginCore ExternallyTaggedEnumSwitcher.swift
[495/548] Compiling PluginCore InternallyTaggedEnumSwitcher.swift
[496/548] Compiling PluginCore TaggedEnumSwitcherVariable.swift
[497/548] Compiling PluginCore UnTaggedEnumSwitcher.swift
[498/548] Compiling PluginCore AnyInitialization.swift
[499/548] Compiling PluginCore AnyRequiredVariableInitialization.swift
[500/548] Compiling PluginCore DiagnosticProducer.swift
[501/548] Compiling PluginCore DuplicateUsage.swift
[502/548] Compiling PluginCore GroupedVariableDeclaration.swift
[503/548] Compiling PluginCore InvalidCombination.swift
[504/548] Compiling PluginCore InvalidDeclaration.swift
[505/548] Compiling PluginCore MetaCodableMessage.swift
[506/548] Compiling PluginCore StaticVariableDeclaration.swift
[507/548] Compiling PluginCore UninitializedVariableDecl.swift
[508/548] Compiling PluginCore AttributeExpander.swift
[509/548] Emitting module PluginCore
[510/548] Compiling PluginCore IgnoredInitialization.swift
[511/548] Compiling PluginCore MemberwiseInitGenerator.swift
[512/548] Compiling PluginCore OptionalInitialization.swift
[513/548] Compiling PluginCore RequiredInitialization.swift
[514/548] Compiling PluginCore RequiredInitializationWithDefaultValue.swift
[515/548] Compiling PluginCore RequiredVariableInitialization.swift
[516/548] Compiling PluginCore VariableInitialization.swift
[517/548] Compiling PluginCore AliasedPropertyVariable.swift
[518/548] Compiling PluginCore AnyPropertyVariable.swift
[519/548] Compiling PluginCore PropertyVariableTreeNode+Generated.swift
[520/548] Compiling PluginCore PropertyVariableTreeNode.swift
[521/548] Compiling PluginCore AssociatedDeclSyntax.swift
[522/548] Compiling PluginCore EnumCaseVariableDeclSyntax.swift
[523/548] Compiling PluginCore MemberGroupSyntax.swift
[524/548] Compiling PluginCore PropertyDeclSyntax.swift
[525/548] Compiling PluginCore VariableSyntax.swift
[526/548] Compiling PluginCore ActorVariable.swift
[527/548] Compiling PluginCore ClassVariable.swift
[528/548] Compiling PluginCore BasicPropertyVariable.swift
[529/548] Compiling PluginCore DecodingFallback.swift
[530/548] Compiling PluginCore DefaultValueVariable.swift
[531/548] Compiling PluginCore HelperCodedVariable.swift
[532/548] Compiling PluginCore InitializationVariable.swift
[533/548] Compiling PluginCore KeyedVariable.swift
[534/548] Compiling PluginCore PropertyVariable.swift
[535/548] Compiling PluginCore PropertyVariableTreeNode+CodingData.swift
[536/548] Compiling PluginCore PropertyVariableTreeNode+CodingLocation.swift
[537/548] Compiling PluginCore Case.swift
[538/548] Compiling PluginCore CodingKeysMap.swift
[539/548] Compiling PluginCore Key.swift
[540/548] Compiling PluginCore ConstraintGenerator.swift
[541/548] Compiling PluginCore Registration.swift
[542/548] Compiling PluginCore EnumVariable.swift
[543/548] Compiling PluginCore MemberGroup.swift
[544/548] Compiling PluginCore TypeVariable.swift
[545/548] Compiling PluginCore Variable.swift
[546/555] Compiling ProtocolGen ProtocolGen.swift
[547/555] Compiling ProtocolGen Parse.swift
[548/555] Compiling ProtocolGen InheritableDeclSyntax.swift
[549/555] Emitting module ProtocolGen
[550/555] Compiling ProtocolGen Config.swift
[551/555] Compiling ProtocolGen Fetch.swift
[552/555] Compiling ProtocolGen Generate.swift
[552/555] Write Objects.LinkFileList
[553/555] Linking ProtocolGen
[554/555] Applying ProtocolGen
Build complete! (59.25s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.79s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.13s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.14s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.75s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.63s)
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.1.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "MetaCodable",
"name" : "MetaCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MetaCodable",
"targets" : [
"MetaCodable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HelperCoders",
"targets" : [
"HelperCoders"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MetaProtocolCodable",
"targets" : [
"MetaProtocolCodable"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ProtocolGen",
"targets" : [
"ProtocolGen"
],
"type" : {
"executable" : null
}
},
{
"name" : "MacroPlugin",
"targets" : [
"MacroPlugin"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "ProtocolGen",
"module_type" : "SwiftTarget",
"name" : "ProtocolGen",
"path" : "Sources/ProtocolGen",
"product_dependencies" : [
"ArgumentParser",
"SwiftSyntax",
"SwiftParser",
"SwiftSyntaxMacroExpansion"
],
"product_memberships" : [
"MetaProtocolCodable",
"ProtocolGen"
],
"sources" : [
"Config.swift",
"Fetch.swift",
"Generate.swift",
"InheritableDeclSyntax.swift",
"Parse.swift",
"ProtocolGen.swift"
],
"target_dependencies" : [
"PluginCore",
"MetaCodable"
],
"type" : "executable"
},
{
"c99name" : "PluginCore",
"module_type" : "SwiftTarget",
"name" : "PluginCore",
"path" : "Sources/PluginCore",
"product_dependencies" : [
"SwiftSyntax",
"SwiftDiagnostics",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros",
"OrderedCollections"
],
"product_memberships" : [
"MetaCodable",
"HelperCoders",
"MetaProtocolCodable",
"ProtocolGen",
"MacroPlugin"
],
"sources" : [
"Attributes/AttributableDeclSyntax.swift",
"Attributes/Attribute.swift",
"Attributes/Codable/Codable+Expansion.swift",
"Attributes/Codable/Codable.swift",
"Attributes/Codable/CodingKeys/CodingKeyTransformer.swift",
"Attributes/Codable/CodingKeys/CodingKeys.swift",
"Attributes/Codable/CodingKeys/Strategy.swift",
"Attributes/Codable/IgnoreCodingInitialized.swift",
"Attributes/Codable/Inherits.swift",
"Attributes/Codable/UnTagged.swift",
"Attributes/CodedAs.swift",
"Attributes/CodedBy.swift",
"Attributes/Default.swift",
"Attributes/IgnoreCoding/IgnoreCoding.swift",
"Attributes/IgnoreCoding/IgnoreDecoding.swift",
"Attributes/IgnoreCoding/IgnoreEncoding.swift",
"Attributes/KeyPath/CodedAt.swift",
"Attributes/KeyPath/CodedIn.swift",
"Attributes/KeyPath/ContentAt.swift",
"Attributes/KeyPath/KeyPathProvider.swift",
"Attributes/MemberInit/MemberInit+Expansion.swift",
"Attributes/MemberInit/MemberInit.swift",
"Attributes/PeerAttribute.swift",
"Diagnostics/AggregatedDiagnosticProducer.swift",
"Diagnostics/CombinedUsage.swift",
"Diagnostics/Condition/ArgumentCountCondition.swift",
"Diagnostics/Condition/DeclarationCondition.swift",
"Diagnostics/Condition/DiagnosticCondition.swift",
"Diagnostics/ConditionalDiagnosticProducer.swift",
"Diagnostics/DiagnosticProducer.swift",
"Diagnostics/DuplicateUsage.swift",
"Diagnostics/GroupedVariableDeclaration.swift",
"Diagnostics/InvalidCombination.swift",
"Diagnostics/InvalidDeclaration.swift",
"Diagnostics/MetaCodableMessage.swift",
"Diagnostics/StaticVariableDeclaration.swift",
"Diagnostics/UninitializedVariableDecl.swift",
"Expansion/AttributeExpander.swift",
"Expansion/Options/DeclModifiersGenerator.swift",
"Expansion/Options/Options.swift",
"Variables/ComposedVariable.swift",
"Variables/ConditionalCodingVariable.swift",
"Variables/Enum/Case/Associated/AssociatedVariable.swift",
"Variables/Enum/Case/Associated/BasicAssociatedVariable.swift",
"Variables/Enum/Case/BasicEnumCaseVariable.swift",
"Variables/Enum/Case/EnumCaseVariable.swift",
"Variables/Enum/Switcher/AdjacentlyTaggableSwitcher.swift",
"Variables/Enum/Switcher/AdjacentlyTaggedEnumSwitcher.swift",
"Variables/Enum/Switcher/AnyEnumSwitcher.swift",
"Variables/Enum/Switcher/EnumSwitcherVariable.swift",
"Variables/Enum/Switcher/ExternallyTaggedEnumSwitcher.swift",
"Variables/Enum/Switcher/InternallyTaggedEnumSwitcher.swift",
"Variables/Enum/Switcher/TaggedEnumSwitcherVariable.swift",
"Variables/Enum/Switcher/UnTaggedEnumSwitcher.swift",
"Variables/Initialization/AnyInitialization.swift",
"Variables/Initialization/AnyRequiredVariableInitialization.swift",
"Variables/Initialization/IgnoredInitialization.swift",
"Variables/Initialization/MemberwiseInitGenerator.swift",
"Variables/Initialization/OptionalInitialization.swift",
"Variables/Initialization/RequiredInitialization.swift",
"Variables/Initialization/RequiredInitializationWithDefaultValue.swift",
"Variables/Initialization/RequiredVariableInitialization.swift",
"Variables/Initialization/VariableInitialization.swift",
"Variables/Property/AliasedPropertyVariable.swift",
"Variables/Property/AnyPropertyVariable.swift",
"Variables/Property/BasicPropertyVariable.swift",
"Variables/Property/Data/DecodingFallback.swift",
"Variables/Property/DefaultValueVariable.swift",
"Variables/Property/HelperCodedVariable.swift",
"Variables/Property/InitializationVariable.swift",
"Variables/Property/KeyedVariable.swift",
"Variables/Property/PropertyVariable.swift",
"Variables/Property/Tree/PropertyVariableTreeNode+CodingData.swift",
"Variables/Property/Tree/PropertyVariableTreeNode+CodingLocation.swift",
"Variables/Property/Tree/PropertyVariableTreeNode+Generated.swift",
"Variables/Property/Tree/PropertyVariableTreeNode.swift",
"Variables/Syntax/AssociatedDeclSyntax.swift",
"Variables/Syntax/EnumCaseVariableDeclSyntax.swift",
"Variables/Syntax/MemberGroupSyntax.swift",
"Variables/Syntax/PropertyDeclSyntax.swift",
"Variables/Syntax/VariableSyntax.swift",
"Variables/Type/ActorVariable.swift",
"Variables/Type/ClassVariable.swift",
"Variables/Type/Data/CodingKeysMap/Case.swift",
"Variables/Type/Data/CodingKeysMap/CodingKeysMap.swift",
"Variables/Type/Data/CodingKeysMap/Key.swift",
"Variables/Type/Data/ConstraintGenerator.swift",
"Variables/Type/Data/Registration.swift",
"Variables/Type/EnumVariable.swift",
"Variables/Type/MemberGroup.swift",
"Variables/Type/TypeVariable.swift",
"Variables/Variable.swift"
],
"type" : "library"
},
{
"c99name" : "MetaProtocolCodable",
"module_type" : "PluginTarget",
"name" : "MetaProtocolCodable",
"path" : "Plugins/MetaProtocolCodable",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"MetaProtocolCodable"
],
"sources" : [
"Config.swift",
"Plugin.swift",
"PluginContext.swift",
"SourceTarget/MetaProtocolCodableSourceTarget.swift",
"SourceTarget/SwiftPackageTarget.swift",
"SourceTarget/XcodeTarget.swift"
],
"target_dependencies" : [
"ProtocolGen"
],
"type" : "plugin"
},
{
"c99name" : "MetaCodableTests",
"module_type" : "SwiftTarget",
"name" : "MetaCodableTests",
"path" : "Tests/MetaCodableTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"AccessModifierTests.swift",
"Attributes/CodedByTests.swift",
"Attributes/DefaultTests.swift",
"CodableInheritanceTests.swift",
"CodableTests.swift",
"CodedAs/CodedAsEnumTests.swift",
"CodedAs/CodedAsTests.swift",
"CodedAt/CodedAtDefaultChoiceTests.swift",
"CodedAt/CodedAtDefaultOnlyMissingTests.swift",
"CodedAt/CodedAtDefaultTests.swift",
"CodedAt/CodedAtEnumTests.swift",
"CodedAt/CodedAtHelperDefaultTests.swift",
"CodedAt/CodedAtHelperTests.swift",
"CodedAt/CodedAtTests.swift",
"CodedIn/CodedInDefaultTests.swift",
"CodedIn/CodedInHelperDefaultChoiceTests.swift",
"CodedIn/CodedInHelperDefaultOnlyMissingTests.swift",
"CodedIn/CodedInHelperDefaultTests.swift",
"CodedIn/CodedInHelperTests.swift",
"CodedIn/CodedInTests.swift",
"CodingKeysGenerationTests.swift",
"CodingKeysTests.swift",
"ContentAtTests.swift",
"DynamicCodable/DynamicCodableTests.swift",
"DynamicCodable/PageData.swift",
"DynamicCodable/PostPage.swift",
"DynamicCodable/Response.swift",
"ExplicitCodingTests.swift",
"GenericsTests.swift",
"GroupedMutableVariableTests.swift",
"GroupedVariableTests.swift",
"HelperCoders/DataCoderTests.swift",
"HelperCoders/DateCoderTests.swift",
"HelperCoders/HelperCodersTests.swift",
"HelperCoders/LossySequenceTests.swift",
"HelperCoders/NonConformingCoderTests.swift",
"HelperCoders/SequenceCoderTests.swift",
"HelperCoders/ValueCoderTests.swift",
"IgnoreCodingTests.swift",
"IgnoreInitializedTests.swift",
"UntaggedEnumTests.swift",
"VariableDeclarationTests.swift"
],
"target_dependencies" : [
"PluginCore",
"MacroPlugin",
"MetaCodable",
"HelperCoders",
"MetaProtocolCodable"
],
"type" : "test"
},
{
"c99name" : "MetaCodable",
"module_type" : "SwiftTarget",
"name" : "MetaCodable",
"path" : "Sources/MetaCodable",
"product_memberships" : [
"MetaCodable",
"HelperCoders",
"MetaProtocolCodable",
"ProtocolGen"
],
"sources" : [
"Codable/Codable.swift",
"Codable/CodingKeys.swift",
"Codable/IgnoreCodingInitialized.swift",
"Codable/UnTagged.swift",
"CodedAs.swift",
"CodedAt.swift",
"CodedBy.swift",
"CodedIn.swift",
"ContentAt.swift",
"Default.swift",
"DynamicCodable/DynamicCodable.swift",
"DynamicCodable/DynamicCodableIdentifier+CodingKey.swift",
"DynamicCodable/DynamicCodableIdentifier+Expressible.swift",
"DynamicCodable/DynamicCodableIdentifier.swift",
"HelperCoders/HelperCoder.swift",
"HelperCoders/LossySequence.swift",
"IgnoreCoding.swift",
"MemberInit.swift"
],
"target_dependencies" : [
"MacroPlugin"
],
"type" : "library"
},
{
"c99name" : "MacroPlugin",
"module_type" : "SwiftTarget",
"name" : "MacroPlugin",
"path" : "Sources/MacroPlugin",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"MetaCodable",
"HelperCoders",
"MetaProtocolCodable",
"ProtocolGen",
"MacroPlugin"
],
"sources" : [
"Definitions.swift",
"Plugin.swift"
],
"target_dependencies" : [
"PluginCore"
],
"type" : "macro"
},
{
"c99name" : "HelperCoders",
"module_type" : "SwiftTarget",
"name" : "HelperCoders",
"path" : "Sources/HelperCoders",
"product_memberships" : [
"HelperCoders"
],
"sources" : [
"Base64Coder.swift",
"ConditionalCoder.swift",
"DateCoders/DateCoder.swift",
"DateCoders/Since1970DateCoder.swift",
"NonConformingCoder.swift",
"PropertyWrapperCoder.swift",
"SequenceCoder/DefaultSequenceElementCoding.swift",
"SequenceCoder/SequenceCoder.swift",
"SequenceCoder/SequenceCoderConfiguration.swift",
"ValueCoders/Bool.swift",
"ValueCoders/Number.swift",
"ValueCoders/String.swift",
"ValueCoders/ValueCoder.swift"
],
"target_dependencies" : [
"MetaCodable"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.