Build Information
Successful build of SafeDI, reference 1.1.2 (a51b09
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 03:13:04 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/dfed/SafeDI.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dfed/SafeDI
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at a51b093 Resolve ExamplePackageIntegration package
Cloned https://github.com/dfed/SafeDI.git
Revision (git rev-parse @):
a51b093ec48d1c86c44c500ca9fdd04476e4fbcc
SUCCESS checkout https://github.com/dfed/SafeDI.git at 1.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dfed/SafeDI.git
https://github.com/dfed/SafeDI.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "SafeDI",
"name" : "SafeDI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SafeDI",
"targets" : [
"SafeDI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SafeDIGenerator",
"targets" : [
"SafeDIGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "InstallSafeDITool",
"targets" : [
"InstallSafeDITool"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDITool",
"targets" : [
"SafeDITool"
],
"type" : {
"executable" : null
}
},
{
"name" : "SafeDIMacros",
"targets" : [
"SafeDIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SafeDIToolTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIToolTests",
"path" : "Tests/SafeDIToolTests",
"product_dependencies" : [
"ArgumentParser"
],
"sources" : [
"Helpers/SafeDIToolTestExecution.swift",
"SafeDIToolCodeGenerationErrorTests.swift",
"SafeDIToolCodeGenerationTests.swift",
"SafeDIToolDOTGenerationTests.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "test"
},
{
"c99name" : "SafeDITool",
"module_type" : "SwiftTarget",
"name" : "SafeDITool",
"path" : "Sources/SafeDITool",
"product_dependencies" : [
"ArgumentParser",
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"SafeDITool.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "executable"
},
{
"c99name" : "SafeDITests",
"module_type" : "SwiftTarget",
"name" : "SafeDITests",
"path" : "Tests/SafeDITests",
"sources" : [
"ErasedInstantiatorTests.swift",
"InstantiatorTests.swift",
"SendableErasedInstantiatorTests.swift",
"SendableInstantiatorTests.swift"
],
"target_dependencies" : [
"SafeDI",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacrosTests",
"path" : "Tests/SafeDIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"InjectableMacroTests.swift",
"InstantiableMacroTests.swift"
],
"target_dependencies" : [
"SafeDIMacros",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacros",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacros",
"path" : "Sources/SafeDIMacros",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SafeDI",
"SafeDIMacros"
],
"sources" : [
"Macros/InjectableMacro.swift",
"Macros/InstantiableMacro.swift",
"SafeDIMacroPlugin.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "macro"
},
{
"c99name" : "SafeDIGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIGenerator",
"path" : "Plugins/SafeDIGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "plugin"
},
{
"c99name" : "SafeDICoreTests",
"module_type" : "SwiftTarget",
"name" : "SafeDICoreTests",
"path" : "Tests/SafeDICoreTests",
"sources" : [
"FileVisitorTests.swift",
"InitializerTests.swift",
"TypeDescriptionTests.swift",
"UnorderedEquatingCollectionTests.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDICore",
"module_type" : "SwiftTarget",
"name" : "SafeDICore",
"path" : "Sources/SafeDICore",
"product_dependencies" : [
"Collections",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"SafeDI",
"SafeDIGenerator",
"SafeDITool",
"SafeDIMacros"
],
"sources" : [
"Errors/DiagnosticError.swift",
"Errors/FixableInjectableError.swift",
"Errors/FixableInstantiableError.swift",
"Extensions/AttributeListSyntaxElementExtensions.swift",
"Extensions/AttributeListSyntaxExtensions.swift",
"Extensions/AttributeSyntaxExtensions.swift",
"Extensions/CollectionExtensions.swift",
"Extensions/DeclModifierListSyntaxExtensions.swift",
"Extensions/DiagnosticExtensions.swift",
"Extensions/ImportDeclSyntaxExtensions.swift",
"Extensions/PatternBindingSyntaxExtensions.swift",
"Generators/DependencyTreeGenerator.swift",
"Generators/ScopeGenerator.swift",
"Models/ConcreteDeclSyntaxProtocol.swift",
"Models/ConcreteDeclType.swift",
"Models/Dependency.swift",
"Models/ImportStatement.swift",
"Models/Initializer.swift",
"Models/InstantiableStruct.swift",
"Models/Property.swift",
"Models/Scope.swift",
"Models/TypeDescription.swift",
"Models/UnorderedEquatingCollection.swift",
"Visitors/FileVisitor.swift",
"Visitors/InstantiableVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SafeDI",
"module_type" : "SwiftTarget",
"name" : "SafeDI",
"path" : "Sources/SafeDI",
"product_memberships" : [
"SafeDI"
],
"sources" : [
"Decorators/Forwarded.swift",
"Decorators/Instantiable.swift",
"Decorators/Instantiated.swift",
"Decorators/Received.swift",
"DelayedInstantiation/ErasedInstantiator.swift",
"DelayedInstantiation/Instantiator.swift",
"DelayedInstantiation/SendableErasedInstantiator.swift",
"DelayedInstantiation/SendableInstantiator.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "library"
},
{
"c99name" : "InstallSafeDITool",
"module_type" : "PluginTarget",
"name" : "InstallSafeDITool",
"path" : "Plugins/InstallSafeDITool",
"plugin_capability" : {
"intent" : {
"description" : "Installs a release version of the SafeDITool build plugin executable.",
"type" : "custom",
"verb" : "safedi-release-install"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"InstallSafeDITool"
],
"sources" : [
"InstallCLIPluginCommand.swift",
"Shared.swift"
],
"type" : "plugin"
}
],
"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
[1/1] Compiling plugin InstallSafeDITool
[2/2] Compiling plugin SafeDIGenerator
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/66] Write sources
[31/66] Write SafeDITool-tool-entitlement.plist
[31/66] Write sources
[31/66] Write SafeDITool-entitlement.plist
[34/66] Write sources
[55/66] Compiling _SwiftSyntaxCShims dummy.c
[57/66] Write swift-version-2F0A5646E1D333AE.txt
[59/118] Emitting module InternalCollectionsUtilities
[60/119] Compiling SwiftSyntax600 Empty.swift
[61/119] Emitting module SwiftSyntax600
[62/119] Compiling SwiftSyntax600 Empty.swift
[63/119] Emitting module SwiftSyntax600
[64/119] Compiling SwiftSyntax509 Empty.swift
[65/119] Emitting module SwiftSyntax509
[66/119] Emitting module SwiftSyntax510
[67/119] Compiling SwiftSyntax510 Empty.swift
[68/119] Compiling SwiftSyntax509 Empty.swift
[69/119] Emitting module SwiftSyntax509
[70/119] Emitting module SwiftSyntax510
[71/119] Compiling SwiftSyntax510 Empty.swift
[72/119] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/120] Compiling InternalCollectionsUtilities UInt+reversed.swift
[75/120] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[76/120] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/120] Compiling InternalCollectionsUtilities Specialize.swift
[78/120] Emitting module InternalCollectionsUtilities
[79/120] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[80/120] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[85/120] Compiling InternalCollectionsUtilities _SortedCollection.swift
[86/120] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/120] Compiling InternalCollectionsUtilities Debugging.swift
[88/120] Compiling InternalCollectionsUtilities Descriptions.swift
[93/120] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[94/120] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[95/120] Compiling InternalCollectionsUtilities Integer rank.swift
[96/120] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[97/120] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[98/120] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[103/120] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[104/250] Emitting module ArgumentParserToolInfo
[105/250] Compiling ArgumentParserToolInfo ToolInfo.swift
[107/250] Emitting module ArgumentParserToolInfo
[108/250] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[109/250] Compiling SwiftSyntax Convenience.swift
[110/250] Compiling SwiftSyntax SyntaxProtocol.swift
[111/250] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[112/250] Compiling SwiftSyntax SyntaxChildren.swift
[113/610] Compiling DequeModule _DequeBufferHeader.swift
[114/610] Compiling DequeModule _DequeSlot.swift
[115/610] Compiling DequeModule _DequeBuffer.swift
[116/611] Compiling HeapModule _HeapNode.swift
[117/611] Compiling HeapModule Heap.swift
[118/611] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[119/611] Compiling HeapModule Heap+UnsafeHandle.swift
[120/611] Compiling HeapModule Heap+Invariants.swift
[121/611] Compiling HeapModule Heap+Descriptions.swift
[122/611] Emitting module HeapModule
[123/611] Compiling BitCollections BitSet+Hashable.swift
[124/611] Compiling BitCollections BitSet+Initializers.swift
[125/611] Compiling BitCollections BitSet+SetAlgebra union.swift
[126/611] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[127/611] Compiling BitCollections BitSet.Counted.swift
[128/611] Compiling BitCollections BitSet.Index.swift
[129/611] Compiling BitCollections BitSet._UnsafeHandle.swift
[130/611] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[131/617] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[132/617] Compiling BitCollections BitSet+CustomReflectable.swift
[133/617] Compiling BitCollections BitSet+CustomStringConvertible.swift
[134/617] Compiling BitCollections BitSet+Equatable.swift
[135/617] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[136/617] Compiling BitCollections BitSet+Extras.swift
[137/622] Compiling DequeModule _UnsafeWrappedBuffer.swift
[138/692] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[139/692] Compiling HashTreeCollections TreeDictionary+Filter.swift
[140/692] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[141/692] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[142/692] Compiling HashTreeCollections TreeDictionary+Keys.swift
[143/692] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[144/692] Compiling HashTreeCollections TreeDictionary+Merge.swift
[145/692] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[146/700] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[147/700] Compiling _RopeModule BigSubstring.swift
[148/700] Compiling _RopeModule Rope+Builder.swift
[149/700] Compiling _RopeModule Rope+Debugging.swift
[150/700] Compiling _RopeModule Rope+Invariants.swift
[151/700] Compiling _RopeModule Rope+Append.swift
[152/700] Compiling _RopeModule BigString+Debugging.swift
[153/700] Compiling _RopeModule BigString+Index.swift
[154/700] Compiling _RopeModule BigString+Summary.swift
[155/700] Compiling _RopeModule BigString.swift
[156/700] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[157/700] Compiling _RopeModule BigString+Chunk+Breaks.swift
[158/700] Compiling _RopeModule BigString+Ingester.swift
[159/700] Compiling _RopeModule BigString+Invariants.swift
[160/700] Emitting module BitCollections
[161/700] Compiling _RopeModule BigString+Builder.swift
[162/700] Compiling _RopeModule BigString+Contents.swift
[163/700] Compiling _RopeModule BigString+Sequence.swift
[164/700] Compiling _RopeModule BigString+TextOutputStream.swift
[165/700] Compiling _RopeModule BigString+Append.swift
[166/700] Compiling _RopeModule BigString+Initializers.swift
[167/700] Compiling _RopeModule RopeSummary.swift
[168/700] Compiling _RopeModule _RopeItem.swift
[169/700] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[170/700] Compiling _RopeModule BigString+Chunk+Splitting.swift
[171/700] Compiling _RopeModule BigString+Chunk.swift
[172/700] Compiling _RopeModule BigString+BidirectionalCollection.swift
[173/700] Compiling _RopeModule BigString+Comparable.swift
[174/700] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[175/700] Compiling _RopeModule BigString+Insert.swift
[176/700] Compiling _RopeModule BigString+Managing Breaks.swift
[177/700] Compiling _RopeModule BigString+RemoveSubrange.swift
[178/700] Compiling _RopeModule BigString+ReplaceSubrange.swift
[179/700] Compiling _RopeModule BigString+Split.swift
[180/700] Compiling _RopeModule BigString+CustomStringConvertible.swift
[181/700] Compiling _RopeModule BigString+Equatable.swift
[182/700] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[183/700] Compiling _RopeModule BigString+Hashing.swift
[184/700] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[185/700] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[186/700] Compiling _RopeModule Rope+Extract.swift
[187/700] Compiling _RopeModule Rope+Find.swift
[188/700] Compiling _RopeModule Rope+ForEachWhile.swift
[189/700] Compiling _RopeModule Rope+Insert.swift
[190/700] Compiling _RopeModule Rope+Join.swift
[191/700] Compiling _RopeModule Rope+MutatingForEach.swift
[192/700] Compiling _RopeModule BigString+Iterators.swift
[193/700] Compiling _RopeModule BigString+Metrics.swift
[198/700] Compiling _RopeModule BigString+Chunk+Counts.swift
[199/700] Compiling _RopeModule BigString+Chunk+Description.swift
[200/700] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[201/700] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[202/700] Compiling _RopeModule BigString+UnicodeScalarView.swift
[203/700] Compiling _RopeModule BigSubstring+UTF16View.swift
[204/700] Emitting module DequeModule
[217/700] Compiling _RopeModule BigSubstring+UTF8View.swift
[230/700] Compiling _RopeModule _RopePath.swift
[231/700] Compiling _RopeModule _RopeVersion.swift
[232/700] Compiling _RopeModule Rope+Collection.swift
[233/700] Compiling _RopeModule Rope+Index.swift
[234/700] Compiling _RopeModule Rope+Sequence.swift
[241/700] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[242/700] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[243/700] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[244/700] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[245/700] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[246/700] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[247/700] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[248/700] Compiling HashTreeCollections TreeSet.swift
[249/763] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[250/763] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[251/763] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[252/763] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[253/763] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[254/763] Compiling OrderedCollections _Hashtable+Header.swift
[255/763] Compiling OrderedCollections OrderedDictionary+Codable.swift
[256/763] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[257/763] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[258/763] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[259/763] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[260/763] Compiling OrderedCollections OrderedSet+Codable.swift
[261/763] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[262/763] Compiling OrderedCollections OrderedSet+Descriptions.swift
[263/763] Compiling OrderedCollections OrderedSet+Diffing.swift
[264/763] Compiling OrderedCollections OrderedSet+Equatable.swift
[265/763] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[266/763] Compiling OrderedCollections OrderedSet+Hashable.swift
[267/763] Compiling OrderedCollections OrderedSet+Initializers.swift
[268/763] Compiling OrderedCollections OrderedSet+Insertions.swift
[269/763] Compiling OrderedCollections OrderedSet+Invariants.swift
[270/763] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[271/763] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[272/763] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[277/770] Compiling _RopeModule Range+BigString.swift
[278/770] Compiling _RopeModule BigString+UTF16View.swift
[279/770] Compiling _RopeModule BigString+UTF8View.swift
[280/770] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[281/770] Compiling OrderedCollections OrderedDictionary+Elements.swift
[282/770] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[283/770] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[284/770] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[285/770] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[286/770] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[287/770] Compiling _RopeModule Rope+_Node.swift
[288/770] Compiling _RopeModule Rope+_Storage.swift
[289/770] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[290/770] Compiling _RopeModule Rope+_UnsafeHandle.swift
[291/770] Compiling _RopeModule Rope.swift
[292/770] Compiling _RopeModule RopeElement.swift
[293/770] Compiling _RopeModule RopeMetric.swift
[317/770] Compiling HeapModule Heap.swift
[318/770] Compiling HeapModule _HeapNode.swift
[319/770] Compiling HeapModule Heap+UnsafeHandle.swift
[320/770] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[321/770] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[322/770] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[323/770] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[328/770] Compiling OrderedCollections OrderedDictionary+Values.swift
[329/770] Compiling OrderedCollections OrderedDictionary.swift
[330/770] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[331/770] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[332/770] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[333/770] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[334/770] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[335/770] Compiling OrderedCollections OrderedSet+Sendable.swift
[336/770] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[342/770] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[343/770] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[344/770] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[345/770] Compiling OrderedCollections _HashTable+Bucket.swift
[346/770] Compiling OrderedCollections _HashTable+BucketIterator.swift
[347/770] Compiling OrderedCollections _HashTable+Constants.swift
[348/770] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[349/770] Compiling OrderedCollections _HashTable+Testing.swift
[350/770] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[351/770] Compiling OrderedCollections _HashTable.swift
[352/770] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[353/770] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[354/770] Emitting module HeapModule
[355/770] Compiling HeapModule Heap+Descriptions.swift
[356/770] Compiling HeapModule Heap+Invariants.swift
[390/861] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[391/861] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[392/861] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[393/861] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[394/861] Compiling HashTreeCollections _HashNode+Lookups.swift
[395/861] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[396/861] Compiling HashTreeCollections TreeSet+Equatable.swift
[397/861] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[398/861] Compiling HashTreeCollections TreeSet+Extras.swift
[399/861] Compiling HashTreeCollections TreeSet+Filter.swift
[400/861] Compiling HashTreeCollections TreeSet+Hashable.swift
[401/861] Compiling HashTreeCollections TreeSet+Sendable.swift
[402/861] Compiling HashTreeCollections TreeSet+Sequence.swift
[403/861] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[404/861] Compiling HashTreeCollections _RawHashNode.swift
[405/861] Compiling HashTreeCollections _UnmanagedHashNode.swift
[406/861] Compiling HashTreeCollections _UnsafePath.swift
[407/861] Compiling HashTreeCollections TreeDictionary+Codable.swift
[408/861] Compiling HashTreeCollections TreeDictionary+Collection.swift
[409/861] Emitting module OrderedCollections
[410/861] Compiling HashTreeCollections _HashSlot.swift
[411/861] Compiling HashTreeCollections _HashStack.swift
[412/861] Compiling HashTreeCollections _HashTreeIterator.swift
[413/861] Compiling HashTreeCollections _HashTreeStatistics.swift
[414/861] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[415/861] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[416/861] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[417/861] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[418/861] Compiling HashTreeCollections _HashNode+Structural merge.swift
[419/861] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[420/861] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[421/861] Compiling HashTreeCollections _HashNode+Structural union.swift
[422/861] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[423/861] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[424/861] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[425/861] Compiling HashTreeCollections TreeDictionary+Keys.swift
[426/861] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[427/861] Compiling HashTreeCollections TreeDictionary+Merge.swift
[428/861] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[429/861] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[430/861] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[431/861] Compiling HashTreeCollections _HashNode.swift
[432/861] Compiling HashTreeCollections _HashNodeHeader.swift
[433/861] Compiling HashTreeCollections TreeDictionary+Values.swift
[434/861] Compiling HashTreeCollections TreeDictionary.swift
[435/861] Compiling HashTreeCollections TreeSet+Codable.swift
[436/861] Compiling HashTreeCollections TreeSet+Collection.swift
[437/861] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[438/861] Compiling HashTreeCollections TreeSet+Debugging.swift
[439/861] Compiling HashTreeCollections TreeSet+Descriptions.swift
[446/861] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[447/861] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[448/861] Compiling HashTreeCollections _HashNode+Storage.swift
[449/861] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[450/861] Compiling HashTreeCollections _HashNode+Structural filter.swift
[451/861] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[452/861] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[453/861] Compiling HashTreeCollections _AncestorHashSlots.swift
[454/861] Compiling HashTreeCollections _Bitmap.swift
[455/861] Compiling HashTreeCollections _Bucket.swift
[456/861] Compiling HashTreeCollections _Hash.swift
[457/861] Compiling HashTreeCollections _HashLevel.swift
[464/877] Compiling HashTreeCollections _HashNode+Builder.swift
[465/877] Compiling HashTreeCollections _HashNode+Debugging.swift
[466/877] Compiling HashTreeCollections _HashNode+Initializers.swift
[467/877] Compiling HashTreeCollections _HashNode+Invariants.swift
[468/877] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[469/877] Compiling HashTreeCollections TreeDictionary+Filter.swift
[470/877] Compiling DequeModule Deque+Codable.swift
[471/877] Compiling DequeModule Deque+Collection.swift
[472/877] Compiling DequeModule Deque+CustomReflectable.swift
[473/877] Compiling DequeModule Deque+Descriptions.swift
[474/877] Compiling DequeModule Deque+Equatable.swift
[475/877] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[476/877] Compiling DequeModule Deque._UnsafeHandle.swift
[477/877] Compiling DequeModule Deque.swift
[478/877] Compiling DequeModule Deque+Extras.swift
[479/877] Compiling DequeModule Deque+Hashable.swift
[480/877] Compiling DequeModule Deque+Testing.swift
[481/877] Compiling DequeModule Deque._Storage.swift
[496/877] Emitting module _RopeModule
[497/877] Compiling DequeModule _DequeBuffer.swift
[498/877] Compiling DequeModule _DequeSlot.swift
[499/877] Compiling DequeModule _DequeBufferHeader.swift
[502/878] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[503/878] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[504/878] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[505/878] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[506/878] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[507/878] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[508/878] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[509/878] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[528/886] Compiling DequeModule _UnsafeWrappedBuffer.swift
[542/886] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[543/886] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[562/893] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[563/893] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[564/893] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[565/893] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[566/893] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[567/893] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[568/893] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[569/893] Compiling HashTreeCollections TreeSet.swift
[576/948] Emitting module _RopeModule
[577/948] Emitting module OrderedCollections
[578/948] Compiling SwiftSyntax SyntaxNodesQRS.swift
[579/948] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[585/948] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[586/948] Compiling BitCollections BitSet+CustomReflectable.swift
[587/948] Compiling BitCollections BitSet+CustomStringConvertible.swift
[588/948] Compiling BitCollections BitSet+Equatable.swift
[589/948] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[590/948] Compiling BitCollections BitSet+Extras.swift
[591/948] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[592/948] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[593/948] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[594/948] Emitting module HashTreeCollections
[595/948] Compiling BitCollections BitArray+Codable.swift
[596/948] Compiling BitCollections BitArray+Collection.swift
[597/948] Compiling BitCollections BitArray+BitwiseOperations.swift
[598/948] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[599/948] Emitting module DequeModule
[604/948] Compiling BitCollections BitArray+Copy.swift
[605/948] Compiling BitCollections BitArray+CustomReflectable.swift
[606/948] Compiling BitCollections BitArray+Descriptions.swift
[607/948] Compiling BitCollections BitArray+Equatable.swift
[608/948] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[609/948] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[610/948] Compiling BitCollections BitArray+Extras.swift
[611/948] Compiling BitCollections BitArray+Fill.swift
[612/948] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[613/948] Compiling BitCollections BitSet+SetAlgebra union.swift
[620/955] Emitting module Collections
[621/955] Compiling Collections Collections.swift
[628/955] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[629/955] Compiling BitCollections BitSet.Counted.swift
[630/955] Compiling BitCollections BitSet.Index.swift
[631/955] Compiling BitCollections BitSet._UnsafeHandle.swift
[638/955] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[639/955] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[640/955] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[641/955] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[642/955] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[643/955] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[671/955] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[672/955] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[673/955] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[674/955] Compiling BitCollections BitArray+Hashable.swift
[675/955] Compiling BitCollections BitArray+Initializers.swift
[676/955] Compiling BitCollections BitArray+Invariants.swift
[677/955] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[678/955] Compiling BitCollections BitArray+RandomBits.swift
[679/955] Emitting module BitCollections
[680/955] Emitting module ArgumentParser
[681/959] Compiling BitCollections BitSet.swift
[682/959] Compiling BitCollections Range+Utilities.swift
[683/959] Compiling BitCollections Slice+Utilities.swift
[684/959] Compiling BitCollections UInt+Tricks.swift
[685/959] Compiling BitCollections _Word.swift
[686/959] Emitting module ArgumentParser
[687/963] Compiling BitCollections BitSet+Hashable.swift
[688/963] Compiling BitCollections BitSet+Initializers.swift
[689/963] Compiling ArgumentParser Platform.swift
[690/963] Compiling ArgumentParser SequenceExtensions.swift
[691/963] Compiling ArgumentParser StringExtensions.swift
[692/963] Compiling ArgumentParser Tree.swift
[704/963] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[705/963] Compiling BitCollections BitArray+Shifts.swift
[706/963] Compiling BitCollections BitArray+Testing.swift
[707/963] Compiling BitCollections BitArray._UnsafeHandle.swift
[708/963] Compiling BitCollections BitArray.swift
[709/963] Compiling BitCollections BitSet+BidirectionalCollection.swift
[710/963] Compiling BitCollections BitSet+Codable.swift
[799/963] Emitting module HashTreeCollections
[812/965] Compiling Collections Collections.swift
[813/965] Emitting module Collections
[842/965] Emitting module SwiftSyntax
[951/972] Compiling SwiftSyntax SyntaxNodesD.swift
[952/972] Compiling SwiftSyntax SyntaxNodesEF.swift
[953/972] Compiling SwiftSyntax SyntaxNodesGHI.swift
[954/972] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[955/972] Compiling SwiftSyntax SyntaxNodesOP.swift
[956/972] Compiling SwiftSyntax SyntaxNodesQRS.swift
[957/972] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[958/1030] Compiling SwiftDiagnostics Message.swift
[959/1031] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[960/1031] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[961/1031] Compiling SwiftDiagnostics Diagnostic.swift
[962/1031] Emitting module SwiftDiagnostics
[963/1031] Compiling SwiftDiagnostics Note.swift
[964/1031] Compiling SwiftDiagnostics FixIt.swift
[965/1031] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[966/1031] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[967/1031] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[968/1031] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[969/1031] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[970/1031] Compiling SwiftDiagnostics Convenience.swift
[971/1031] Compiling SwiftBasicFormat Syntax+Extensions.swift
[972/1031] Compiling SwiftBasicFormat InferIndentation.swift
[973/1031] Emitting module SwiftBasicFormat
[974/1031] Compiling SwiftBasicFormat BasicFormat.swift
[975/1031] Compiling SwiftParser TopLevel.swift
[976/1031] Compiling SwiftParser TriviaParser.swift
[977/1031] Compiling SwiftParser Types.swift
[978/1031] Compiling SwiftParser ExperimentalFeatures.swift
[979/1035] Compiling SwiftParser StringLiterals.swift
[980/1035] Compiling SwiftParser SwiftParserCompatibility.swift
[981/1035] Compiling SwiftParser SwiftVersion.swift
[982/1035] Compiling SwiftParser SyntaxUtils.swift
[983/1035] Compiling SwiftParser TokenConsumer.swift
[984/1035] Compiling SwiftParser TokenPrecedence.swift
[985/1035] Compiling SwiftParser TokenSpec.swift
[986/1035] Compiling SwiftParser TokenSpecSet.swift
[987/1035] Emitting module SwiftParser
[988/1035] Compiling SwiftParser Nominals.swift
[989/1035] Compiling SwiftParser Parameters.swift
[990/1035] Compiling SwiftParser ParseSourceFile.swift
[991/1035] Compiling SwiftParser Parser.swift
[992/1035] Compiling SwiftParser Patterns.swift
[993/1035] Compiling SwiftParser Recovery.swift
[994/1035] Compiling SwiftParser Specifiers.swift
[995/1035] Compiling SwiftParser Statements.swift
[996/1035] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[997/1035] Compiling SwiftParser Directives.swift
[998/1035] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[999/1035] Compiling SwiftParser Expressions.swift
[1000/1035] Compiling SwiftParser IncrementalParseTransition.swift
[1001/1035] Compiling SwiftParser IsValidIdentifier.swift
[1002/1035] Compiling SwiftParser UnicodeScalarExtensions.swift
[1003/1035] Compiling SwiftParser Lookahead.swift
[1004/1035] Compiling SwiftParser LoopProgressCondition.swift
[1005/1035] Compiling SwiftParser Modifiers.swift
[1006/1035] Compiling SwiftParser Names.swift
[1007/1035] Compiling SwiftParser Cursor.swift
[1008/1035] Compiling SwiftParser Lexeme.swift
[1009/1035] Compiling SwiftParser LexemeSequence.swift
[1010/1035] Compiling SwiftParser Lexer.swift
[1011/1035] Compiling SwiftParser RegexLiteralLexer.swift
[1012/1035] Compiling SwiftParser Attributes.swift
[1013/1035] Compiling SwiftParser Availability.swift
[1014/1035] Compiling SwiftParser CharacterInfo.swift
[1015/1035] Compiling SwiftParser CollectionNodes+Parsable.swift
[1016/1035] Compiling SwiftParser Declarations.swift
[1017/1035] Compiling SwiftParser IsLexerClassified.swift
[1018/1035] Compiling SwiftParser LayoutNodes+Parsable.swift
[1019/1035] Compiling SwiftParser Parser+TokenSpecSet.swift
[1020/1035] Compiling SwiftParser TokenSpecStaticMembers.swift
[1021/1048] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1022/1049] Compiling SwiftParserDiagnostics Utils.swift
[1023/1049] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1024/1049] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1025/1049] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1026/1049] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1034/1049] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1035/1107] Compiling SwiftDiagnostics Message.swift
[1036/1108] Emitting module SwiftDiagnostics
[1037/1108] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1038/1108] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1039/1108] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1040/1108] Compiling SwiftDiagnostics Note.swift
[1041/1108] Compiling SwiftBasicFormat InferIndentation.swift
[1042/1108] Compiling SwiftParser CharacterInfo.swift
[1043/1108] Compiling SwiftParser CollectionNodes+Parsable.swift
[1044/1108] Compiling SwiftParser Attributes.swift
[1045/1108] Compiling SwiftParser Availability.swift
[1046/1108] Emitting module SwiftParserDiagnostics
[1047/1108] Compiling SwiftParser Declarations.swift
[1048/1108] Compiling SwiftParser Directives.swift
[1049/1108] Compiling SwiftDiagnostics FixIt.swift
[1050/1108] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1051/1108] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1052/1108] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1053/1108] Compiling SwiftDiagnostics Convenience.swift
[1054/1108] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1055/1108] Compiling SwiftDiagnostics Diagnostic.swift
[1056/1108] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1057/1123] Emitting module SwiftBasicFormat
[1058/1123] Compiling SwiftBasicFormat BasicFormat.swift
[1059/1123] Compiling SwiftParser TopLevel.swift
[1060/1123] Compiling SwiftParser TriviaParser.swift
[1061/1123] Compiling SwiftParser Types.swift
[1062/1123] Compiling SwiftParser ExperimentalFeatures.swift
[1063/1127] Compiling SwiftParser UnicodeScalarExtensions.swift
[1064/1127] Compiling SwiftParser Lookahead.swift
[1065/1127] Compiling SwiftParser LoopProgressCondition.swift
[1066/1127] Compiling SwiftParser Modifiers.swift
[1067/1127] Compiling SwiftParser Names.swift
[1068/1127] Compiling SwiftParser TokenConsumer.swift
[1069/1127] Compiling SwiftParser TokenPrecedence.swift
[1070/1127] Compiling SwiftParser TokenSpec.swift
[1071/1127] Compiling SwiftParser TokenSpecSet.swift
[1072/1127] Compiling SwiftParser StringLiterals.swift
[1073/1127] Compiling SwiftParser SwiftParserCompatibility.swift
[1074/1127] Compiling SwiftParser SwiftVersion.swift
[1075/1127] Compiling SwiftParser SyntaxUtils.swift
[1076/1127] Emitting module SwiftParser
[1077/1127] Compiling SwiftParser Nominals.swift
[1078/1127] Compiling SwiftParser Parameters.swift
[1079/1127] Compiling SwiftParser ParseSourceFile.swift
[1080/1127] Compiling SwiftParser Parser.swift
[1081/1127] Compiling SwiftParser Patterns.swift
[1082/1127] Compiling SwiftParser Recovery.swift
[1083/1127] Compiling SwiftParser Specifiers.swift
[1084/1127] Compiling SwiftParser Statements.swift
[1085/1127] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1086/1127] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1087/1127] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1088/1127] Compiling SwiftSyntaxBuilder Indenter.swift
[1089/1127] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1090/1127] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1091/1127] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1092/1127] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1093/1127] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1094/1127] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1095/1127] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1096/1127] Compiling SwiftParser Cursor.swift
[1097/1127] Compiling SwiftParser Lexeme.swift
[1098/1127] Compiling SwiftParser LexemeSequence.swift
[1099/1127] Compiling SwiftParser Lexer.swift
[1100/1127] Compiling SwiftParser RegexLiteralLexer.swift
[1101/1127] Compiling SwiftParser IsLexerClassified.swift
[1102/1127] Compiling SwiftParser LayoutNodes+Parsable.swift
[1103/1127] Compiling SwiftParser Parser+TokenSpecSet.swift
[1104/1127] Compiling SwiftParser TokenSpecStaticMembers.swift
[1105/1150] Compiling SwiftOperators PrecedenceGroup.swift
[1106/1151] Compiling SwiftOperators PrecedenceGraph.swift
[1107/1151] Compiling SwiftOperators OperatorTable+Defaults.swift
[1108/1151] Compiling SwiftOperators OperatorTable.swift
[1109/1151] Compiling SwiftOperators SyntaxSynthesis.swift
[1110/1151] Compiling SwiftOperators OperatorTable+Semantics.swift
[1111/1151] Emitting module SwiftOperators
[1112/1151] Compiling SwiftOperators OperatorError.swift
[1113/1151] Compiling SwiftOperators Operator.swift
[1114/1151] Compiling SwiftOperators OperatorTable+Folding.swift
[1115/1151] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1116/1151] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1117/1151] Compiling SwiftParserDiagnostics Utils.swift
[1118/1151] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1119/1151] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1120/1151] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1121/1152] Emitting module SwiftParserDiagnostics
[1122/1152] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1123/1152] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1124/1152] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1125/1152] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1126/1152] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1129/1152] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1130/1152] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1131/1152] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1132/1152] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1133/1152] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1134/1152] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1135/1152] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1136/1152] Emitting module SwiftSyntaxBuilder
[1139/1153] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1146/1192] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1147/1192] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1148/1192] Compiling SwiftSyntaxBuilder Indenter.swift
[1149/1194] Emitting module SafeDICore
[1150/1194] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1151/1194] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1154/1195] Compiling SafeDICore Initializer.swift
[1155/1195] Compiling SafeDICore InstantiableStruct.swift
[1156/1195] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1157/1195] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1158/1195] Emitting module SwiftSyntaxBuilder
[1159/1195] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1160/1195] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1161/1195] Compiling SafeDICore Dependency.swift
[1162/1195] Compiling SafeDICore ImportStatement.swift
[1163/1195] Compiling SafeDICore ScopeGenerator.swift
[1164/1195] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1165/1195] Compiling SafeDICore ConcreteDeclType.swift
[1166/1195] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1167/1195] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1168/1195] Compiling SafeDICore DependencyTreeGenerator.swift
[1169/1195] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1170/1195] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1172/1195] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1173/1195] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1174/1195] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1175/1195] Compiling SafeDICore FileVisitor.swift
[1176/1195] Compiling SafeDICore InstantiableVisitor.swift
[1177/1195] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1178/1195] Compiling SafeDICore CollectionExtensions.swift
[1179/1195] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1180/1195] Compiling SafeDICore DiagnosticExtensions.swift
[1188/1239] Compiling SafeDICore ImportDeclSyntaxExtensions.swift
[1189/1239] Compiling SafeDICore PatternBindingSyntaxExtensions.swift
[1190/1240] Compiling SafeDICore AttributeListSyntaxElementExtensions.swift
[1191/1240] Compiling SafeDICore AttributeListSyntaxExtensions.swift
[1192/1240] Compiling SafeDICore UnorderedEquatingCollection.swift
[1193/1240] Compiling SafeDICore CollectionExtensions.swift
[1194/1240] Compiling SafeDICore DependencyTreeGenerator.swift
[1195/1240] Compiling SafeDICore ScopeGenerator.swift
[1196/1240] Compiling SafeDICore DeclModifierListSyntaxExtensions.swift
[1197/1240] Compiling SafeDICore DiagnosticExtensions.swift
[1198/1240] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1199/1240] Compiling SafeDICore ImportStatement.swift
[1200/1240] Compiling SafeDICore Initializer.swift
[1201/1240] Emitting module SwiftSyntaxMacros
[1202/1240] Compiling SafeDICore AttributeSyntaxExtensions.swift
[1203/1240] Compiling SafeDICore Dependency.swift
[1204/1240] Compiling SafeDICore InstantiableStruct.swift
[1205/1240] Compiling SafeDICore TypeDescription.swift
[1206/1240] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1212/1240] Emitting module SafeDICore
[1213/1252] Compiling SafeDICore Property.swift
[1214/1252] Compiling SafeDICore Scope.swift
[1218/1252] Compiling SafeDICore ConcreteDeclSyntaxProtocol.swift
[1219/1252] Compiling SafeDICore ConcreteDeclType.swift
[1220/1252] Compiling SafeDITool SafeDITool.swift
[1221/1252] Emitting module SafeDITool
[1224/1252] Write Objects.LinkFileList
[1226/1252] Compiling SafeDICore DiagnosticError.swift
[1227/1252] Compiling SafeDICore FixableInjectableError.swift
[1228/1252] Compiling SafeDICore FixableInstantiableError.swift
[1234/1252] Emitting module SwiftSyntaxMacroExpansion
[1235/1252] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1236/1252] Compiling SafeDICore FileVisitor.swift
[1237/1252] Compiling SafeDICore InstantiableVisitor.swift
[1238/1254] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1239/1254] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1240/1254] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1241/1254] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1242/1254] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1243/1254] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1244/1254] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1245/1254] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1246/1254] Emitting module SafeDITool
[1247/1266] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1248/1267] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1249/1267] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1250/1267] Compiling SafeDITool SafeDITool.swift
[1250/1267] Write Objects.LinkFileList
[1252/1267] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1253/1267] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1254/1267] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1255/1267] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1256/1267] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1257/1267] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1258/1267] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1259/1267] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1260/1267] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1261/1267] Emitting module SwiftCompilerPluginMessageHandling
[1261/1269] Linking SafeDITool
[1263/1269] Emitting module SwiftCompilerPlugin
[1264/1269] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1264/1269] Applying SafeDITool
[1266/1273] Compiling SafeDIMacros SafeDIMacroPlugin.swift
[1267/1273] Compiling SafeDIMacros InjectableMacro.swift
[1268/1273] Emitting module SafeDIMacros
[1269/1273] Compiling SafeDIMacros InstantiableMacro.swift
[1269/1273] Write Objects.LinkFileList
[1270/1273] Linking SafeDITool-tool
[1271/1273] Applying SafeDITool-tool
[1272/1273] Linking SafeDIMacros-tool
[1274/1291] Compiling SafeDI Instantiator.swift
[1275/1291] Compiling SafeDI SendableErasedInstantiator.swift
[1276/1291] Compiling SafeDI SendableInstantiator.swift
[1277/1291] Compiling SafeDI SendableErasedInstantiator.swift
[1278/1291] Compiling SafeDI Instantiator.swift
[1279/1291] Compiling SafeDI SendableInstantiator.swift
[1280/1291] Compiling SafeDI ErasedInstantiator.swift
[1282/1291] Compiling SafeDI Received.swift
[1283/1291] Compiling SafeDI Instantiated.swift
[1284/1291] Compiling SafeDI Received.swift
[1285/1291] Compiling SafeDI Instantiable.swift
[1286/1291] Compiling SafeDI Forwarded.swift
[1287/1291] Emitting module SafeDI
[1288/1291] Compiling SafeDI Instantiated.swift
[1289/1291] Compiling SafeDI Forwarded.swift
[1290/1291] Compiling SafeDI Instantiable.swift
[1291/1291] Emitting module SafeDI
Build complete! (48.81s)
Fetching https://github.com/pointfreeco/swift-macro-testing.git
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
[9/868] Fetching swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.81s)
Fetched https://github.com/apple/swift-collections.git from cache (0.84s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.10s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.20s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.2 (0.49s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (0.57s)
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.13s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.51s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.42s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.95s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.13s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.51s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "SafeDI",
"name" : "SafeDI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SafeDI",
"targets" : [
"SafeDI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SafeDIGenerator",
"targets" : [
"SafeDIGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "InstallSafeDITool",
"targets" : [
"InstallSafeDITool"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SafeDITool",
"targets" : [
"SafeDITool"
],
"type" : {
"executable" : null
}
},
{
"name" : "SafeDIMacros",
"targets" : [
"SafeDIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SafeDIToolTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIToolTests",
"path" : "Tests/SafeDIToolTests",
"product_dependencies" : [
"ArgumentParser"
],
"sources" : [
"Helpers/SafeDIToolTestExecution.swift",
"SafeDIToolCodeGenerationErrorTests.swift",
"SafeDIToolCodeGenerationTests.swift",
"SafeDIToolDOTGenerationTests.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "test"
},
{
"c99name" : "SafeDITool",
"module_type" : "SwiftTarget",
"name" : "SafeDITool",
"path" : "Sources/SafeDITool",
"product_dependencies" : [
"ArgumentParser",
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"SafeDIGenerator",
"SafeDITool"
],
"sources" : [
"SafeDITool.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "executable"
},
{
"c99name" : "SafeDITests",
"module_type" : "SwiftTarget",
"name" : "SafeDITests",
"path" : "Tests/SafeDITests",
"sources" : [
"ErasedInstantiatorTests.swift",
"InstantiatorTests.swift",
"SendableErasedInstantiatorTests.swift",
"SendableInstantiatorTests.swift"
],
"target_dependencies" : [
"SafeDI",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacrosTests",
"path" : "Tests/SafeDIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"InjectableMacroTests.swift",
"InstantiableMacroTests.swift"
],
"target_dependencies" : [
"SafeDIMacros",
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDIMacros",
"module_type" : "SwiftTarget",
"name" : "SafeDIMacros",
"path" : "Sources/SafeDIMacros",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"SafeDI",
"SafeDIMacros"
],
"sources" : [
"Macros/InjectableMacro.swift",
"Macros/InstantiableMacro.swift",
"SafeDIMacroPlugin.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "macro"
},
{
"c99name" : "SafeDIGenerator",
"module_type" : "PluginTarget",
"name" : "SafeDIGenerator",
"path" : "Plugins/SafeDIGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SafeDIGenerator"
],
"sources" : [
"SafeDIGenerateDependencyTree.swift",
"Shared.swift"
],
"target_dependencies" : [
"SafeDITool"
],
"type" : "plugin"
},
{
"c99name" : "SafeDICoreTests",
"module_type" : "SwiftTarget",
"name" : "SafeDICoreTests",
"path" : "Tests/SafeDICoreTests",
"sources" : [
"FileVisitorTests.swift",
"InitializerTests.swift",
"TypeDescriptionTests.swift",
"UnorderedEquatingCollectionTests.swift"
],
"target_dependencies" : [
"SafeDICore"
],
"type" : "test"
},
{
"c99name" : "SafeDICore",
"module_type" : "SwiftTarget",
"name" : "SafeDICore",
"path" : "Sources/SafeDICore",
"product_dependencies" : [
"Collections",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"SafeDI",
"SafeDIGenerator",
"SafeDITool",
"SafeDIMacros"
],
"sources" : [
"Errors/DiagnosticError.swift",
"Errors/FixableInjectableError.swift",
"Errors/FixableInstantiableError.swift",
"Extensions/AttributeListSyntaxElementExtensions.swift",
"Extensions/AttributeListSyntaxExtensions.swift",
"Extensions/AttributeSyntaxExtensions.swift",
"Extensions/CollectionExtensions.swift",
"Extensions/DeclModifierListSyntaxExtensions.swift",
"Extensions/DiagnosticExtensions.swift",
"Extensions/ImportDeclSyntaxExtensions.swift",
"Extensions/PatternBindingSyntaxExtensions.swift",
"Generators/DependencyTreeGenerator.swift",
"Generators/ScopeGenerator.swift",
"Models/ConcreteDeclSyntaxProtocol.swift",
"Models/ConcreteDeclType.swift",
"Models/Dependency.swift",
"Models/ImportStatement.swift",
"Models/Initializer.swift",
"Models/InstantiableStruct.swift",
"Models/Property.swift",
"Models/Scope.swift",
"Models/TypeDescription.swift",
"Models/UnorderedEquatingCollection.swift",
"Visitors/FileVisitor.swift",
"Visitors/InstantiableVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SafeDI",
"module_type" : "SwiftTarget",
"name" : "SafeDI",
"path" : "Sources/SafeDI",
"product_memberships" : [
"SafeDI"
],
"sources" : [
"Decorators/Forwarded.swift",
"Decorators/Instantiable.swift",
"Decorators/Instantiated.swift",
"Decorators/Received.swift",
"DelayedInstantiation/ErasedInstantiator.swift",
"DelayedInstantiation/Instantiator.swift",
"DelayedInstantiation/SendableErasedInstantiator.swift",
"DelayedInstantiation/SendableInstantiator.swift"
],
"target_dependencies" : [
"SafeDIMacros"
],
"type" : "library"
},
{
"c99name" : "InstallSafeDITool",
"module_type" : "PluginTarget",
"name" : "InstallSafeDITool",
"path" : "Plugins/InstallSafeDITool",
"plugin_capability" : {
"intent" : {
"description" : "Installs a release version of the SafeDITool build plugin executable.",
"type" : "custom",
"verb" : "safedi-release-install"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Downloads the SafeDI release build plugin executable into your project directory.",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "Downloads the SafeDI release build plugin executable from GitHub.",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"InstallSafeDITool"
],
"sources" : [
"InstallCLIPluginCommand.swift",
"Shared.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
Done.