Build Information
Successful build of IdentifiedEnumCases, reference 1.0.1 (37aa7a
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 20:43:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsincere/IdentifiedEnumCases.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsincere/IdentifiedEnumCases
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 37aa7ac Swift 6 (#7)
Cloned https://github.com/danielsincere/IdentifiedEnumCases.git
Revision (git rev-parse @):
37aa7ac3aa2c283b09110d67abf66dcd28331787
SUCCESS checkout https://github.com/danielsincere/IdentifiedEnumCases.git at 1.0.1
Fetching https://github.com/apple/swift-syntax.git
[1/66858] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.88s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "identifiedenumcases",
"name": "IdentifiedEnumCases",
"url": "https://github.com/danielsincere/IdentifiedEnumCases.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IdentifiedEnumCases",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/apple/swift-syntax.git",
"version": "510.0.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/danielsincere/IdentifiedEnumCases.git
[5/213] Fetching identifiedenumcases
Fetched https://github.com/danielsincere/IdentifiedEnumCases.git from cache (0.69s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.92s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (0.63s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.3
Creating working copy for https://github.com/danielsincere/IdentifiedEnumCases.git
Working copy of https://github.com/danielsincere/IdentifiedEnumCases.git resolved at 1.0.1 (37aa7ac)
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/danielsincere/IdentifiedEnumCases.git
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "IdentifiedEnumCases",
"name" : "IdentifiedEnumCases",
"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"
}
],
"products" : [
{
"name" : "IdentifiedEnumCases",
"targets" : [
"IdentifiedEnumCases"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "urls",
"targets" : [
"URLsExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "nightshades",
"targets" : [
"NightshadesExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "IdentifiedEnumCasesMacro",
"targets" : [
"IdentifiedEnumCasesMacro"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "URLsExample",
"module_type" : "SwiftTarget",
"name" : "URLsExample",
"path" : "Sources/URLsExample",
"product_memberships" : [
"urls"
],
"sources" : [
"AppRoute.swift",
"AppRoute.url.swift",
"main.swift"
],
"target_dependencies" : [
"IdentifiedEnumCases"
],
"type" : "executable"
},
{
"c99name" : "NightshadesExample",
"module_type" : "SwiftTarget",
"name" : "NightshadesExample",
"path" : "Sources/NightshadesExample",
"product_memberships" : [
"nightshades"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"IdentifiedEnumCases"
],
"type" : "executable"
},
{
"c99name" : "MacroTests",
"module_type" : "SwiftTarget",
"name" : "MacroTests",
"path" : "Tests/MacroTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"MacroTests.swift"
],
"target_dependencies" : [
"IdentifiedEnumCasesMacro"
],
"type" : "test"
},
{
"c99name" : "IdentifiedEnumCasesMacro",
"module_type" : "SwiftTarget",
"name" : "IdentifiedEnumCasesMacro",
"path" : "Sources/IdentifiedEnumCasesMacro",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"IdentifiedEnumCases",
"urls",
"nightshades",
"IdentifiedEnumCasesMacro"
],
"sources" : [
"IdentifiedEnumCasesMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "IdentifiedEnumCases",
"module_type" : "SwiftTarget",
"name" : "IdentifiedEnumCases",
"path" : "Sources/IdentifiedEnumCases",
"product_memberships" : [
"IdentifiedEnumCases",
"urls",
"nightshades"
],
"sources" : [
"Library.swift"
],
"target_dependencies" : [
"IdentifiedEnumCasesMacro"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/28] Write sources
[6/28] Write nightshades-entitlement.plist
[6/28] Write sources
[14/28] Write urls-entitlement.plist
[16/28] Write sources
[19/28] Write swift-version--7754E27361AE5C74.txt
[21/32] Emitting module SwiftSyntax509
[22/32] Compiling SwiftSyntax509 Empty.swift
[23/32] Compiling SwiftSyntax510 Empty.swift
[24/32] Emitting module SwiftSyntax510
[25/94] Compiling SwiftSyntax SyntaxHashable.swift
[26/94] Compiling SwiftSyntax SyntaxIdentifier.swift
[27/94] Compiling SwiftSyntax SyntaxNodeStructure.swift
[28/94] Compiling SwiftSyntax SyntaxProtocol.swift
[29/94] Compiling SwiftSyntax SyntaxText.swift
[30/94] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[31/94] Compiling SwiftSyntax TokenDiagnostic.swift
[32/100] Compiling SwiftSyntax MemoryLayout.swift
[33/100] Compiling SwiftSyntax MissingNodeInitializers.swift
[34/100] Compiling SwiftSyntax RawSyntax.swift
[35/100] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[36/100] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[37/100] Compiling SwiftSyntax RawSyntaxTokenView.swift
[38/100] Compiling SwiftSyntax SourceLength.swift
[39/100] Compiling SwiftSyntax TokenSequence.swift
[40/100] Compiling SwiftSyntax TokenSyntax.swift
[41/100] Compiling SwiftSyntax Trivia.swift
[42/100] Compiling SwiftSyntax Utils.swift
[43/100] Compiling SwiftSyntax ChildNameForKeyPath.swift
[44/100] Compiling SwiftSyntax Keyword.swift
[45/100] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[46/100] Compiling SwiftSyntax RawSyntaxNodesC.swift
[47/100] Compiling SwiftSyntax RawSyntaxNodesD.swift
[48/100] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[49/100] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[50/100] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[51/100] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[52/100] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[53/100] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[54/100] Compiling SwiftSyntax SyntaxBaseNodes.swift
[55/100] Compiling SwiftSyntax SyntaxCollections.swift
[56/100] Compiling SwiftSyntax SyntaxEnum.swift
[57/100] Compiling SwiftSyntax SyntaxKind.swift
[58/100] Compiling SwiftSyntax SyntaxRewriter.swift
[59/100] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[60/100] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[61/100] Compiling SwiftSyntax RawSyntaxValidation.swift
[62/100] Compiling SwiftSyntax SyntaxNodesAB.swift
[63/100] Compiling SwiftSyntax SyntaxNodesC.swift
[64/100] Compiling SwiftSyntax SyntaxNodesD.swift
[65/100] Emitting module SwiftSyntax
[66/100] Compiling SwiftSyntax SourceLocation.swift
[67/100] Compiling SwiftSyntax SourcePresence.swift
[68/100] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[69/100] Compiling SwiftSyntax Syntax.swift
[70/100] Compiling SwiftSyntax SyntaxArena.swift
[71/100] Compiling SwiftSyntax SyntaxChildren.swift
[72/100] Compiling SwiftSyntax SyntaxCollection.swift
[73/100] Compiling SwiftSyntax SyntaxTraits.swift
[74/100] Compiling SwiftSyntax SyntaxTransform.swift
[75/100] Compiling SwiftSyntax SyntaxVisitor.swift
[76/100] Compiling SwiftSyntax TokenKind.swift
[77/100] Compiling SwiftSyntax Tokens.swift
[78/100] Compiling SwiftSyntax TriviaPieces.swift
[79/100] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[80/100] Compiling SwiftSyntax AbsolutePosition.swift
[81/100] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[82/100] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[83/100] Compiling SwiftSyntax Assert.swift
[84/100] Compiling SwiftSyntax BumpPtrAllocator.swift
[85/100] Compiling SwiftSyntax CommonAncestor.swift
[86/100] Compiling SwiftSyntax Convenience.swift
[87/100] Compiling SwiftSyntax SyntaxNodesEF.swift
[88/100] Compiling SwiftSyntax SyntaxNodesGHI.swift
[89/100] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[90/100] Compiling SwiftSyntax SyntaxNodesOP.swift
[91/100] Compiling SwiftSyntax SyntaxNodesQRS.swift
[92/100] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[93/152] Compiling SwiftDiagnostics Message.swift
[94/152] Compiling SwiftDiagnostics Note.swift
[95/152] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[96/152] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[97/152] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[98/152] Emitting module SwiftDiagnostics
[99/152] Compiling SwiftDiagnostics FixIt.swift
[100/152] Compiling SwiftDiagnostics Diagnostic.swift
[101/152] Compiling SwiftDiagnostics Convenience.swift
[102/152] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[103/152] Compiling SwiftBasicFormat Syntax+Extensions.swift
[104/152] Emitting module SwiftBasicFormat
[105/152] Compiling SwiftBasicFormat BasicFormat.swift
[106/152] Compiling SwiftParser Statements.swift
[107/152] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[108/152] Compiling SwiftParser StringLiterals.swift
[109/152] Compiling SwiftParser SwiftParserCompatibility.swift
[110/156] Compiling SwiftParser Names.swift
[111/156] Compiling SwiftParser Nominals.swift
[112/156] Compiling SwiftParser Parameters.swift
[113/156] Compiling SwiftParser ParseSourceFile.swift
[114/156] Compiling SwiftParser Parser.swift
[115/156] Compiling SwiftParser Patterns.swift
[116/156] Compiling SwiftParser Recovery.swift
[117/156] Compiling SwiftParser Specifiers.swift
[118/156] Compiling SwiftParser Attributes.swift
[119/156] Compiling SwiftParser Availability.swift
[120/156] Compiling SwiftParser CharacterInfo.swift
[121/156] Compiling SwiftParser CollectionNodes+Parsable.swift
[122/156] Compiling SwiftParser Declarations.swift
[123/156] Compiling SwiftParser TokenSpecSet.swift
[124/156] Compiling SwiftParser TopLevel.swift
[125/156] Compiling SwiftParser TriviaParser.swift
[126/156] Compiling SwiftParser Types.swift
[127/156] Emitting module SwiftParser
[128/156] Compiling SwiftParser Lexeme.swift
[129/156] Compiling SwiftParser LexemeSequence.swift
[130/156] Compiling SwiftParser Lexer.swift
[131/156] Compiling SwiftParser RegexLiteralLexer.swift
[132/156] Compiling SwiftParser IsLexerClassified.swift
[133/156] Compiling SwiftParser LayoutNodes+Parsable.swift
[134/156] Compiling SwiftParser Parser+TokenSpecSet.swift
[135/156] Compiling SwiftParser TokenSpecStaticMembers.swift
[136/156] Compiling SwiftParser UnicodeScalarExtensions.swift
[137/156] Compiling SwiftParser Lookahead.swift
[138/156] Compiling SwiftParser LoopProgressCondition.swift
[139/156] Compiling SwiftParser Modifiers.swift
[140/156] Compiling SwiftParser SyntaxUtils.swift
[141/156] Compiling SwiftParser TokenConsumer.swift
[142/156] Compiling SwiftParser TokenPrecedence.swift
[143/156] Compiling SwiftParser TokenSpec.swift
[144/156] Compiling SwiftParser Directives.swift
[145/156] Compiling SwiftParser ExperimentalFeatures.swift
[146/156] Compiling SwiftParser Expressions.swift
[147/156] Compiling SwiftParser IncrementalParseTransition.swift
[148/156] Compiling SwiftParser Cursor.swift
[149/179] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[150/180] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[151/180] Compiling SwiftOperators PrecedenceGroup.swift
[152/180] Compiling SwiftOperators PrecedenceGraph.swift
[153/181] Compiling SwiftOperators SyntaxSynthesis.swift
[154/181] Compiling SwiftOperators OperatorError+Diagnostics.swift
[155/181] Compiling SwiftOperators OperatorTable+Folding.swift
[156/181] Compiling SwiftOperators OperatorTable.swift
[157/181] Compiling SwiftOperators OperatorError.swift
[158/181] Compiling SwiftOperators OperatorTable+Defaults.swift
[159/181] Compiling SwiftOperators Operator.swift
[160/181] Emitting module SwiftOperators
[161/181] Compiling SwiftOperators OperatorTable+Semantics.swift
[162/181] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[163/181] Compiling SwiftParserDiagnostics Utils.swift
[164/181] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[165/181] Compiling SwiftParserDiagnostics PresenceUtils.swift
[166/181] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[167/181] Compiling SwiftParserDiagnostics MissingNodesError.swift
[168/181] Compiling SwiftParserDiagnostics MissingTokenError.swift
[169/181] Emitting module SwiftParserDiagnostics
[170/181] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[171/181] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[172/181] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[173/181] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[174/195] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[175/196] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[176/196] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[177/196] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[178/196] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[179/196] Compiling SwiftSyntaxBuilder Indenter.swift
[180/196] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[181/196] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[182/196] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[183/196] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[184/196] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[185/196] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[186/196] Emitting module SwiftSyntaxBuilder
[187/196] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[188/196] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[189/210] Compiling SwiftSyntaxMacros Macro+Format.swift
[190/210] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[191/210] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[192/210] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[193/210] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[194/210] Compiling SwiftSyntaxMacros AccessorMacro.swift
[195/210] Compiling SwiftSyntaxMacros AttachedMacro.swift
[196/211] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[197/211] Compiling SwiftSyntaxMacros Macro.swift
[198/211] Compiling SwiftSyntaxMacros MemberMacro.swift
[199/211] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[200/211] Emitting module SwiftSyntaxMacros
[201/211] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[202/211] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[203/211] Compiling SwiftSyntaxMacros PeerMacro.swift
[204/219] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[205/219] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[206/219] Emitting module SwiftSyntaxMacroExpansion
[207/219] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[208/219] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[209/219] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[210/219] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[211/219] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[212/226] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[213/226] Emitting module SwiftCompilerPluginMessageHandling
[214/226] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[215/226] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[216/226] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[217/226] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[218/226] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[219/228] Emitting module SwiftCompilerPlugin
[220/228] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[221/230] Compiling IdentifiedEnumCasesMacro IdentifiedEnumCasesMacro.swift
[222/230] Emitting module IdentifiedEnumCasesMacro
[222/230] Write Objects.LinkFileList
[223/230] Linking IdentifiedEnumCasesMacro-tool
[225/232] Emitting module IdentifiedEnumCases
[226/232] Compiling IdentifiedEnumCases Library.swift
[227/238] Emitting module NightshadesExample
[228/238] Compiling NightshadesExample main.swift
[228/238] Write Objects.LinkFileList
[230/238] Compiling URLsExample main.swift
[230/238] Linking nightshades
[232/238] Emitting module URLsExample
[233/238] Compiling URLsExample AppRoute.url.swift
[234/238] Compiling URLsExample AppRoute.swift
[234/238] Write Objects.LinkFileList
[235/238] Applying nightshades
[236/238] Linking urls
[237/238] Applying urls
Build complete! (43.79s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "IdentifiedEnumCases",
"name" : "IdentifiedEnumCases",
"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"
}
],
"products" : [
{
"name" : "IdentifiedEnumCases",
"targets" : [
"IdentifiedEnumCases"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "urls",
"targets" : [
"URLsExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "nightshades",
"targets" : [
"NightshadesExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "IdentifiedEnumCasesMacro",
"targets" : [
"IdentifiedEnumCasesMacro"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "URLsExample",
"module_type" : "SwiftTarget",
"name" : "URLsExample",
"path" : "Sources/URLsExample",
"product_memberships" : [
"urls"
],
"sources" : [
"AppRoute.swift",
"AppRoute.url.swift",
"main.swift"
],
"target_dependencies" : [
"IdentifiedEnumCases"
],
"type" : "executable"
},
{
"c99name" : "NightshadesExample",
"module_type" : "SwiftTarget",
"name" : "NightshadesExample",
"path" : "Sources/NightshadesExample",
"product_memberships" : [
"nightshades"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"IdentifiedEnumCases"
],
"type" : "executable"
},
{
"c99name" : "MacroTests",
"module_type" : "SwiftTarget",
"name" : "MacroTests",
"path" : "Tests/MacroTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"MacroTests.swift"
],
"target_dependencies" : [
"IdentifiedEnumCasesMacro"
],
"type" : "test"
},
{
"c99name" : "IdentifiedEnumCasesMacro",
"module_type" : "SwiftTarget",
"name" : "IdentifiedEnumCasesMacro",
"path" : "Sources/IdentifiedEnumCasesMacro",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"IdentifiedEnumCases",
"urls",
"nightshades",
"IdentifiedEnumCasesMacro"
],
"sources" : [
"IdentifiedEnumCasesMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "IdentifiedEnumCases",
"module_type" : "SwiftTarget",
"name" : "IdentifiedEnumCases",
"path" : "Sources/IdentifiedEnumCases",
"product_memberships" : [
"IdentifiedEnumCases",
"urls",
"nightshades"
],
"sources" : [
"Library.swift"
],
"target_dependencies" : [
"IdentifiedEnumCasesMacro"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.