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