Build Information
Successful build of HashableMacro, reference main (ba2795
), with Swift 6.0 for macOS (SPM) on 2 Apr 2025 23:14:07 UTC.
Swift 6 data race errors: 2
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JosephDuffy/HashableMacro.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JosephDuffy/HashableMacro
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ba27958 Merge pull request #18 from maciejtrybilo/filterOutStaticProperties
Cloned https://github.com/JosephDuffy/HashableMacro.git
Revision (git rev-parse @):
ba2795806a5c32cbcf45c2a109899181be9c9816
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/JosephDuffy/HashableMacro.git at main
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-macro-testing.git
[1/827] Fetching swift-macro-testing
[109/5408] Fetching swift-macro-testing, swift-custom-dump
[384/10750] Fetching swift-macro-testing, swift-custom-dump, xctest-dynamic-overlay
[4677/23830] Fetching swift-macro-testing, swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing
[11710/93655] Fetching swift-macro-testing, swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.29s)
[23319/80575] Fetching swift-macro-testing, swift-custom-dump, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/apple/swift-syntax from cache (14.37s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (14.37s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (14.37s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (14.37s)
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.0 (0.44s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 509.1.1 (3.30s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.1 (0.44s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.45s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.43s)
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.0
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/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-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 509.1.1
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.1
========================================
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": "hashablemacro",
"name": "HashableMacro",
"url": "https://github.com/JosephDuffy/HashableMacro.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HashableMacro",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/apple/swift-syntax",
"version": "509.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/JosephDuffy/HashableMacro.git
[1/899] Fetching hashablemacro
Fetched https://github.com/JosephDuffy/HashableMacro.git from cache (0.73s)
Fetching https://github.com/apple/swift-syntax from cache
Fetched https://github.com/apple/swift-syntax from cache (0.79s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 509.1.1 (0.02s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 509.1.1
Creating working copy for https://github.com/JosephDuffy/HashableMacro.git
Working copy of https://github.com/JosephDuffy/HashableMacro.git resolved at main (ba27958)
warning: '.resolve-product-dependencies': dependency 'hashablemacro' is not used by any target
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/JosephDuffy/HashableMacro.git
https://github.com/JosephDuffy/HashableMacro.git
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.1.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "HashableMacro",
"name" : "HashableMacro",
"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" : "HashableMacro",
"targets" : [
"HashableMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HashableMacroMacros",
"targets" : [
"HashableMacroMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "HashableMacroTests",
"module_type" : "SwiftTarget",
"name" : "HashableMacroTests",
"path" : "Tests/HashableMacroTests",
"product_dependencies" : [
"MacroTesting",
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"HashableMacroAPITests.swift",
"HashableMacroTests.swift",
"LabeledExprListSyntaxExtensionsTests.swift"
],
"target_dependencies" : [
"HashableMacro",
"HashableMacroMacros"
],
"type" : "test"
},
{
"c99name" : "HashableMacroMacros",
"module_type" : "SwiftTarget",
"name" : "HashableMacroMacros",
"path" : "Sources/HashableMacroMacros",
"product_dependencies" : [
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"HashableMacro",
"HashableMacroMacros"
],
"sources" : [
"CustomHashablePlugin.swift",
"Diagnostics/HashableMacroDiagnosticMessage.swift",
"Diagnostics/HashableMacroFixItMessage.swift",
"Diagnostics/MessageID+HashableMacro.swift",
"LabeledExprListSyntax+extensions.swift",
"Macros/HashableMacro+Hashable.swift",
"Macros/HashableMacro+NSObjectProtocol.swift",
"Macros/HashableMacro.swift",
"Macros/HashedMacro.swift",
"Macros/NotHashedMacro.swift"
],
"target_dependencies" : [
"HashableMacroFoundation"
],
"type" : "macro"
},
{
"c99name" : "HashableMacroFoundation",
"module_type" : "SwiftTarget",
"name" : "HashableMacroFoundation",
"path" : "Sources/HashableMacroFoundation",
"product_memberships" : [
"HashableMacro",
"HashableMacroMacros"
],
"sources" : [
"IsEqualToTypeFunctionNameGeneration.swift"
],
"type" : "library"
},
{
"c99name" : "HashableMacro",
"module_type" : "SwiftTarget",
"name" : "HashableMacro",
"path" : "Sources/HashableMacro",
"product_memberships" : [
"HashableMacro"
],
"sources" : [
"IsEqualToTypeFunctionNameGeneration.swift",
"Macros.swift"
],
"target_dependencies" : [
"HashableMacroFoundation",
"HashableMacroMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/19] Write sources
[16/19] Write swift-version-5BDAB9E9C0126B9D.txt
[18/25] Compiling HashableMacroFoundation IsEqualToTypeFunctionNameGeneration.swift
[19/25] Emitting module HashableMacroFoundation
[21/25] Compiling HashableMacroFoundation IsEqualToTypeFunctionNameGeneration.swift
[22/25] Compiling SwiftSyntax509 Empty.swift
[23/25] Emitting module SwiftSyntax509
[24/71] Compiling SwiftSyntax MemoryLayout.swift
[25/71] Compiling SwiftSyntax MissingNodeInitializers.swift
[26/71] Compiling SwiftSyntax RawSyntax.swift
[27/71] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[28/71] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[29/76] Compiling SwiftSyntax RawSyntaxTokenView.swift
[30/76] Compiling SwiftSyntax SourceLength.swift
[31/76] Compiling SwiftSyntax SourceLocation.swift
[32/76] Compiling SwiftSyntax SourcePresence.swift
[33/76] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[34/76] Compiling SwiftSyntax Syntax.swift
[35/76] Compiling SwiftSyntax SyntaxArena.swift
[36/76] Compiling SwiftSyntax SyntaxChildren.swift
[37/76] Compiling SwiftSyntax SyntaxCollection.swift
[38/76] Compiling SwiftSyntax SyntaxData.swift
[39/76] Compiling SwiftSyntax AbsolutePosition.swift
[40/76] Compiling SwiftSyntax Assert.swift
[41/76] Compiling SwiftSyntax BumpPtrAllocator.swift
[42/76] Compiling SwiftSyntax CommonAncestor.swift
[43/76] Compiling SwiftSyntax Convenience.swift
[44/76] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[45/76] Compiling SwiftSyntax SyntaxBaseNodes.swift
[46/76] Compiling SwiftSyntax SyntaxCollections.swift
[47/76] Compiling SwiftSyntax SyntaxEnum.swift
[48/76] Compiling SwiftSyntax SyntaxKind.swift
[49/76] Compiling SwiftSyntax SyntaxText.swift
[50/76] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[51/76] Compiling SwiftSyntax TokenDiagnostic.swift
[52/76] Compiling SwiftSyntax TokenSyntax.swift
[53/76] Compiling SwiftSyntax Trivia.swift
[54/76] Emitting module SwiftSyntax
[55/76] Compiling SwiftSyntax Utils.swift
[56/76] Compiling SwiftSyntax ChildNameForKeyPath.swift
[57/76] Compiling SwiftSyntax Keyword.swift
[58/76] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[59/76] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[60/76] Compiling SwiftSyntax Tokens.swift
[61/76] Compiling SwiftSyntax TriviaPieces.swift
[62/76] Compiling SwiftSyntax RawSyntaxNodes.swift
[63/76] Compiling SwiftSyntax RawSyntaxValidation.swift
[64/76] Compiling SwiftSyntax SyntaxDeclNodes.swift
[65/76] Compiling SwiftSyntax SyntaxRewriter.swift
[66/76] Compiling SwiftSyntax SyntaxTraits.swift
[67/76] Compiling SwiftSyntax SyntaxTransform.swift
[68/76] Compiling SwiftSyntax SyntaxVisitor.swift
[69/76] Compiling SwiftSyntax TokenKind.swift
[70/76] Compiling SwiftSyntax SyntaxExprNodes.swift
[71/76] Compiling SwiftSyntax SyntaxNodes.swift
[72/76] Compiling SwiftSyntax SyntaxPatternNodes.swift
[73/76] Compiling SwiftSyntax SyntaxStmtNodes.swift
[74/76] Compiling SwiftSyntax SyntaxTypeNodes.swift
[75/128] Compiling SwiftDiagnostics Note.swift
[76/128] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[77/128] Compiling SwiftDiagnostics Message.swift
[78/128] Compiling SwiftDiagnostics Diagnostic.swift
[79/128] Compiling SwiftDiagnostics FixIt.swift
[80/128] Emitting module SwiftDiagnostics
[81/128] Compiling SwiftDiagnostics Convenience.swift
[82/128] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[83/128] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[84/128] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[85/128] Compiling SwiftBasicFormat Syntax+Extensions.swift
[86/128] Emitting module SwiftBasicFormat
[87/128] Compiling SwiftBasicFormat BasicFormat.swift
[88/128] Compiling SwiftParser SyntaxUtils.swift
[89/128] Compiling SwiftParser TokenConsumer.swift
[90/128] Compiling SwiftParser TokenPrecedence.swift
[91/128] Compiling SwiftParser TokenSpec.swift
[92/128] Compiling SwiftParser Names.swift
[93/128] Compiling SwiftParser Nominals.swift
[94/128] Compiling SwiftParser Parameters.swift
[95/128] Compiling SwiftParser ParseSourceFile.swift
[96/132] Compiling SwiftParser Lexeme.swift
[97/132] Compiling SwiftParser LexemeSequence.swift
[98/132] Compiling SwiftParser Lexer.swift
[99/132] Compiling SwiftParser RegexLiteralLexer.swift
[100/132] Compiling SwiftParser UnicodeScalarExtensions.swift
[101/132] Compiling SwiftParser Lookahead.swift
[102/132] Compiling SwiftParser LoopProgressCondition.swift
[103/132] Compiling SwiftParser Modifiers.swift
[104/132] Compiling SwiftParser TokenSpecSet.swift
[105/132] Compiling SwiftParser TopLevel.swift
[106/132] Compiling SwiftParser TriviaParser.swift
[107/132] Compiling SwiftParser Types.swift
[108/132] Compiling SwiftParser Attributes.swift
[109/132] Compiling SwiftParser Availability.swift
[110/132] Compiling SwiftParser CharacterInfo.swift
[111/132] Compiling SwiftParser CollectionNodes+Parsable.swift
[112/132] Compiling SwiftParser Declarations.swift
[113/132] Emitting module SwiftParser
[114/132] Compiling SwiftParser IsLexerClassified.swift
[115/132] Compiling SwiftParser LayoutNodes+Parsable.swift
[116/132] Compiling SwiftParser Parser+TokenSpecSet.swift
[117/132] Compiling SwiftParser TokenSpecStaticMembers.swift
[118/132] Compiling SwiftParser Parser.swift
[119/132] Compiling SwiftParser Patterns.swift
[120/132] Compiling SwiftParser Recovery.swift
[121/132] Compiling SwiftParser Specifiers.swift
[122/132] Compiling SwiftParser Directives.swift
[123/132] Compiling SwiftParser ExperimentalFeatures.swift
[124/132] Compiling SwiftParser Expressions.swift
[125/132] Compiling SwiftParser IncrementalParseTransition.swift
[126/132] Compiling SwiftParser Cursor.swift
[127/132] Compiling SwiftParser Statements.swift
[128/132] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[129/132] Compiling SwiftParser StringLiterals.swift
[130/132] Compiling SwiftParser SwiftParserCompatibility.swift
[131/155] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[132/156] Compiling SwiftOperators PrecedenceGroup.swift
[133/157] Compiling SwiftOperators OperatorTable.swift
[134/157] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[135/157] Compiling SwiftOperators PrecedenceGraph.swift
[136/157] Compiling SwiftOperators SyntaxSynthesis.swift
[137/157] Compiling SwiftOperators OperatorTable+Semantics.swift
[138/157] Compiling SwiftOperators OperatorTable+Defaults.swift
[139/157] Compiling SwiftOperators OperatorError.swift
[140/157] Compiling SwiftOperators OperatorError+Diagnostics.swift
[141/157] Compiling SwiftOperators OperatorTable+Folding.swift
[142/157] Compiling SwiftOperators Operator.swift
[143/157] Emitting module SwiftOperators
[144/157] Compiling SwiftParserDiagnostics Utils.swift
[145/157] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[146/157] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[147/157] Compiling SwiftParserDiagnostics PresenceUtils.swift
[148/157] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[149/157] Compiling SwiftParserDiagnostics MissingNodesError.swift
[150/157] Compiling SwiftParserDiagnostics MissingTokenError.swift
[151/157] Emitting module SwiftParserDiagnostics
[152/157] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[153/157] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[154/157] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[155/157] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[156/171] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[157/171] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[158/172] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[159/172] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[160/172] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[161/172] Compiling SwiftSyntaxBuilder Indenter.swift
[162/172] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[163/172] Emitting module SwiftSyntaxBuilder
[164/172] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[165/172] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[166/172] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[167/172] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[168/172] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[169/172] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[170/172] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[171/186] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[172/186] Compiling SwiftSyntaxMacros Macro.swift
[173/186] Compiling SwiftSyntaxMacros Macro+Format.swift
[174/186] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[175/186] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[176/186] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[177/186] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[178/186] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[179/186] Compiling SwiftSyntaxMacros MemberMacro.swift
[180/187] Compiling SwiftSyntaxMacros AccessorMacro.swift
[181/187] Compiling SwiftSyntaxMacros AttachedMacro.swift
[182/187] Emitting module SwiftSyntaxMacros
[183/187] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[184/187] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[185/187] Compiling SwiftSyntaxMacros PeerMacro.swift
[186/195] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[187/195] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[188/195] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[189/195] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[190/195] Emitting module SwiftSyntaxMacroExpansion
[191/195] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[192/195] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[193/195] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[194/202] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[195/202] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[196/202] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[197/202] Emitting module SwiftCompilerPluginMessageHandling
[198/202] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[199/202] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[200/202] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[201/204] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[202/204] Emitting module SwiftCompilerPlugin
[203/214] Compiling HashableMacroMacros HashableMacro+NSObjectProtocol.swift
[204/214] Compiling HashableMacroMacros HashableMacro+Hashable.swift
[205/214] Compiling HashableMacroMacros HashedMacro.swift
[206/214] Compiling HashableMacroMacros LabeledExprListSyntax+extensions.swift
[207/214] Compiling HashableMacroMacros MessageID+HashableMacro.swift
[208/214] Compiling HashableMacroMacros CustomHashablePlugin.swift
[209/214] Compiling HashableMacroMacros HashableMacroFixItMessage.swift
[210/214] Compiling HashableMacroMacros HashableMacroDiagnosticMessage.swift
[211/214] Emitting module HashableMacroMacros
[212/214] Compiling HashableMacroMacros HashableMacro.swift
[213/215] Compiling HashableMacroMacros NotHashedMacro.swift
[213/215] Write Objects.LinkFileList
[214/215] Linking HashableMacroMacros-tool
[216/218] Compiling HashableMacro Macros.swift
[217/218] Emitting module HashableMacro
[218/218] Compiling HashableMacro IsEqualToTypeFunctionNameGeneration.swift
Build complete! (51.39s)
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.1.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "HashableMacro",
"name" : "HashableMacro",
"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" : "HashableMacro",
"targets" : [
"HashableMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HashableMacroMacros",
"targets" : [
"HashableMacroMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "HashableMacroTests",
"module_type" : "SwiftTarget",
"name" : "HashableMacroTests",
"path" : "Tests/HashableMacroTests",
"product_dependencies" : [
"MacroTesting",
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"HashableMacroAPITests.swift",
"HashableMacroTests.swift",
"LabeledExprListSyntaxExtensionsTests.swift"
],
"target_dependencies" : [
"HashableMacro",
"HashableMacroMacros"
],
"type" : "test"
},
{
"c99name" : "HashableMacroMacros",
"module_type" : "SwiftTarget",
"name" : "HashableMacroMacros",
"path" : "Sources/HashableMacroMacros",
"product_dependencies" : [
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"HashableMacro",
"HashableMacroMacros"
],
"sources" : [
"CustomHashablePlugin.swift",
"Diagnostics/HashableMacroDiagnosticMessage.swift",
"Diagnostics/HashableMacroFixItMessage.swift",
"Diagnostics/MessageID+HashableMacro.swift",
"LabeledExprListSyntax+extensions.swift",
"Macros/HashableMacro+Hashable.swift",
"Macros/HashableMacro+NSObjectProtocol.swift",
"Macros/HashableMacro.swift",
"Macros/HashedMacro.swift",
"Macros/NotHashedMacro.swift"
],
"target_dependencies" : [
"HashableMacroFoundation"
],
"type" : "macro"
},
{
"c99name" : "HashableMacroFoundation",
"module_type" : "SwiftTarget",
"name" : "HashableMacroFoundation",
"path" : "Sources/HashableMacroFoundation",
"product_memberships" : [
"HashableMacro",
"HashableMacroMacros"
],
"sources" : [
"IsEqualToTypeFunctionNameGeneration.swift"
],
"type" : "library"
},
{
"c99name" : "HashableMacro",
"module_type" : "SwiftTarget",
"name" : "HashableMacro",
"path" : "Sources/HashableMacro",
"product_memberships" : [
"HashableMacro"
],
"sources" : [
"IsEqualToTypeFunctionNameGeneration.swift",
"Macros.swift"
],
"target_dependencies" : [
"HashableMacroFoundation",
"HashableMacroMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.